@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  overflow-x: hidden;
}
/* Typography */
img {
  max-width: 100%;
}
h1 {
  font-size: 64px;
  line-height: 69px;
  font-weight: 800;
  margin-bottom: 20px;
}
h2 {
  font-size: 46px;
  line-height: 46px;
  font-weight: 800;
}
h3 {
  font-size: 42px;
  line-height: 50px;
  font-weight: 800;
}
h4 {
  font-size: 36px;
  line-height: 42px;
  font-weight: 800;
}
h5 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 800;
}
h6 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 800;
}
/* Utility Classes */
.pdtb-80 {
  padding: 80px 0px;
}
.pdt-80 {
  padding-top: 80px;
}
.pdb-80 {
  padding-bottom: 80px;
}
.pdt-60{
	padding-top: 60px;
}
.what-wesee li {
    margin: 5px 0px;
}
/* Header Styles */
.header {
  background: #12110e;
}
.navbar {
  padding: 12px 0;
  transition: all 0.3s ease;
}
.navbar.scrolled {
  background: #12110e;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.what-we-see-section h2 {
  max-width: 350px;
}
.brand-text {
  font-size: 24px;
  font-weight: 700;
  color: #2C2C2C;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.nav-link {
  color: #5E594C !important;
  font-weight: 500;
  font-size: 16px;
  margin: 0 15px;
  transition: color 0.3s ease;
}
.nav-link:hover {
  color: #DC143C !important;
}
.roi-tab {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #DC143C;
  color: white;
  padding: 15px 8px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 600;
  font-size: 14px;
  z-index: 999;
  border-radius: 8px 0 0 8px;
  box-shadow: -2px 0 10px rgba(220, 20, 60, 0.3);
}
/* Hero Section */
.hero-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(233, 231, 231, 1) 50%, rgba(211, 208, 208, 1) 100%);
}
.hero-subtitle {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 40px;
}
.hero-images {
  position: relative;
}
.hero-img-1 {
  top: 0;
  right: 50px;
  z-index: 2;
}
.hero-img-2 {
  bottom: 0;
  left: 50px;
  z-index: 1;
}
/* Button Styles */
.btn {
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  padding: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.btn-primary {
  background: #DC143C;
  color: white;
}
.btn-primary:hover {
  background: #B0112E;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(220, 20, 60, 0.4);
}
.btn-lg {
  padding: 18px 40px;
  font-size: 18px;
}
/* Section Styles */
.section-title {
  margin-bottom: 40px;
}
.what-wesee {
  padding-top: 50px;
}
.section-text {
  margin-bottom: 25px;
}
.section-subtitle {
  margin-bottom: 50px;
  max-width: 600px;
  margin: 30px auto 0;
}
/* What We See Section */
.what-we-see-section {
  background: white;
}
.problem-list {
  padding-left: 20px;
  margin: 15px 0;
}
.problem-list li {
  position: relative;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}
/*

.problem-list li:before {

    content: "×";

    position: absolute;

    left: 0;

    top: 0;

    color: #DC143C;

    font-weight: bold;

    font-size: 15px;

}

*/
.images-container {
  position: relative;
}
/* Mindset Section */
.mindset-section {
  color: white;
  background: url('../img/bg-industry.jpg') center/cover;
  position: relative;
}
.mindset-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 1;
}
.mindset-content {
  position: relative;
  z-index: 2;
}
.mindset-title {
  color: white;
  margin-bottom: 30px;
}
.mindset-text {
  color: #E0E0E0;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 25px;
}
.myth-list {
    list-style: none;
    padding-left: 20px;
    margin: 13px 0;
}
b, strong {
    font-weight: 600;
}
.myth-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 24px;
  color: #E0E0E0;
}
.myth-list li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.mindset-conclusion {
  color: white;
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
}
.our-way-box {
  background: #5f5f5f;
  padding:48px 48px;
  border-radius: 38px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  
}
.our-way-title {
  color: #fff;
  margin-bottom: 25px;
}
.mindset-content p {
  margin-bottom: 8px;
}
.our-way-box .our-way-text {
  color: #fff;
}
.our-way-list {
  padding-left: 30px;
  margin-bottom: 30px;
}
.our-way-list li {
  position: relative;
  margin-bottom: 3px;
  color: #fff;
}
.our-way-conclusion {
  color: #fff;
	margin: 0;
}
/* Trusted Section */
.trusted-section {
  background: #d3d0d0;
}
.partners-logos {
  margin-top:40px;
	text-align: center;
}
.partner-logo {
  max-width: 150px;
  height: auto;
  filter: grayscale(100%);
  transition: all 0.3s ease;
  margin: 20px 0;
}
.partner-logo:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}
/* Contact Section */
.contact-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(233, 231, 231, 1) 100%);
}
.review-benefits {
  margin: 50px 0 0;
  max-width: 405px;
  margin-left: auto;
}
.review-benefits ul {
  padding-left: 20px;
}
.review-benefits li {
  position: relative;
  margin-bottom: 5px;
}
.contact-form {
  border-radius: 25px;
  max-width: 685px;
  margin: 0 auto;
  background: #d3d0d0;
  padding: 50px;
}
.form-group {
  margin-bottom: 25px;
}
.form-control {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #E9ECEF;
  border-radius: 8px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: white;
}
.submitbtn {
  background: #e51a25;
  padding: 12px 25px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 50px;
}
.form-control:focus {
  outline: none;
  border-color: #DC143C;
  box-shadow: 0 0 0 3px rgba(220, 20, 60, 0.1);
}
/* Footer */
.footer {
  background: #f2f2f2;
  padding: 80px 0 30px;
}
.footer-brand {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.footer-brand-text {
  font-size: 24px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer-brand img {
  width: 165px;
}
.footer-links {
  list-style: none;
  padding: 0;
}
.footer-links li {
  margin-bottom: 10px;
}
.footer-links a {
  text-decoration: none;
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-links a:hover {
  color: #DC143C;
}
.contact-info {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #444;
}
.contact-info h6 {
  color: white;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.contact-info p {
  color: #B0B0B0;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}
.footer-bottom {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #444;
}
.footer-bottom p {
  color: #B0B0B0;
  font-size: 14px;
  margin-bottom: 0;
}
.footer-link {
  color: #B0B0B0;
  text-decoration: none;
  font-size: 14px;
  margin-right: 20px;
  transition: color 0.3s ease;
}
.footer-link:hover {
  color: #DC143C;
}
.social-links {
  margin-top: 15px;
}
.social-link {
  color: #B0B0B0;
  text-decoration: none;
  font-size: 14px;
  margin-right: 15px;
  transition: color 0.3s ease;
}
.social-link:hover {
  color: #DC143C;
}
a.contact {
  background: #e51a25;
  padding: 15px 30px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  border-radius: 50px;
	display: inline-block;
}
.what-wesee p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
}
.mindset-content h2 {
  color: #e51a25;
  margin-bottom: 40px;
}
.trusted-section h5 {
  color: #000;
	    text-align: center;
}
.footer .container-fluid {
  max-width: 1400px;
  width: 95%;
}
.footer-links span {
    color: #e51a25;
    margin-right: 8px;
}
.bottom-footer {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e51a25;
  padding-top: 20px;
  margin-top: 50px;
}
.social {
  display: flex;
  gap: 28px;
}
.copright {
  color: #000;
  font-size: 14px;
}
.social a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
.social-icon a {
  color: #e51a25;
  font-size: 20px;
}
.social-icon {
  display: flex;
  gap: 13px;
}
div#gform_1_validation_container {
    background: none !important;
    padding: 0;
    box-shadow: none !important;
    border: none !important;
    margin-bottom: 10px;
    outline: none !important;
}
h2.gform_submission_error.hide_summary {
    font-weight: 300 !important;
}
#gform_fields_1 .gfield_validation_message{
	 font-weight: 300 !important;
}

.floating-btn {
    background:#e51a25;
    color: #Fff !important;
    text-decoration: none;
    padding: 0px;
    transform: matrix(0, -1, 1, 0, 0, 0);
    height: 60px !important;
    display: flex;
    width: 295px;
    position: fixed;
    right: 0px;
    top: 40%;
    right: -118px;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    z-index: 99999;
    font-size: 28px;
    line-height: 32px; 
}







/*
.floating-btn {
    background: #e51a25;
    border-radius: 0px 0px 20px 20px;
    padding: 15px 30px;
    position: fixed;
    top: 40%;
    right: -97px;
    transform: rotate(90deg);
}
*/
.floating-btn a {
    font-size: 20px;
    text-decoration: none;
    margin: 0;

    font-weight: 600;
    color: #fff;
}