@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-SemiBold.ttf') format('truetype'); /* ✅ Correct format */
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Gilroy';
    src: url('fonts/Gilroy-Bold.woff') format('woff');
       
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*{
  
    font-family: 'Gilroy';
}

.container{
    margin: auto;
    max-width: 1280px;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hamburger{
    display: none;
}
.nav-links {
    display: flex;
    gap: 15px;
    padding: 0 30px;
    list-style: none;
    background: #EDF4F5;
 
    border-radius: 28px;
    /* width: 640px; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 61px;
    margin-right: 25px;
}

.nav-links li a {
    text-decoration: none;
    color: #181C1C;
    font-size: 16px;
    font-family: 'Gilroy';
    padding: 12px 16px;
    font-weight: 400;
    /* padding: 8px 14px;
    border-radius: 20px; */
}

.nav-links li a:hover {
    background-color: #4C949D;
   
    border-radius: 100px;
    color: white;
}
.nav-links li a.active {
    background-color: #4C949D;
   
    border-radius: 100px;
    color: white;
}


/* Social Icons */
.social-icons {
    display: flex;
    gap: 18px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #181C1C;
}
.social-icons3 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 23px;
    color: #181C1C;
}
.social-icons1 {
    display: flex;
    gap: 30px;
    font-size: 18px;
    color: #181C1C;
}

.social-icons i {
    cursor: pointer;
    transition: color 0.3s ease;
}

.social-icons i:hover {
    color: #008CBA;
}
.hero-section{
    background: url('assets/Homebggradient.png') no-repeat center;
    height: 810px;
    max-width: 1280px;
    background-size: cover;
    content: "";
    border-radius: 20px;
    position: relative;
    margin-top: 20px;
}
.hero-section-content{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
padding-top: 110px;
}
.hero-section-content h1{
    font-size: 54px;
    font-family: 'Gilroy';
    font-weight: 600;
    color: #181C1C;
    margin: 0;
    width: 700px;
    padding: 0;
    margin-bottom: 10px;
    line-height: 64.8px;
}
.hero-section-content p {
    font-size: 16px;
    color: #181C1C;
    font-family: 'Gilroy';
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 20.8px;
    width: 40%;
    margin: 0;
    margin-top: 7px;
    padding: 0;
}
.hero-vector{
   position: absolute;
    top: 2%;  
    left: 50%;
    transform: translateX(-50%);  
}
.hero-img {
    left: 2%;
    bottom: -0.5%;
    text-align: center;
    margin-top: 55px;
}
.suppliers-section{
    margin-top: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.suppliers-section h3 {
    font-size: 20px;
    font-family:'Gilroy' ;
    font-weight: 600;
    line-height: 26px;
    color: #4C949D;
    text-align: center;
}
.suppliers-logo{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
}
.success-section{
    position: relative;
    margin-top: 350px;
    margin-left: 30px;
}
.success-section h2{
    font-size: 54px;
    font-family: 'Gilroy';
    font-weight: 500;
    color: #181C1C;
    margin: 0;
  
    padding: 0;
    margin-bottom: 10px;
    line-height: 64.8px;
}
.success-vector{
    position: absolute;
    right: 0%;
    top: -57%;
}
.your-success{
    background: url('assets/Exclude.png') no-repeat;
    height: 424px;
    max-width: 1360px;
    background-size: contain;
    content: "";
    position: relative;
    margin-top: 30px;
}
.system-img{
    position: absolute;
  bottom: -13%;
  right: 3%;
}
.successbtn{
    width: fit-content;
    padding: 40px 30px 30px 30px;
}
.success-content h3{
    font-size: 20px;
    font-family: 'Gilroy';
    font-weight: 500;
    color: #181C1C;
    margin: 0;
   width: 500px;
    padding: 0 30px;
    margin-bottom: 10px;
    line-height: 30px;
}
.success-content p{
    font-size: 16px;
    color: #181C1C;
    font-family: 'Gilroy';
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 20.8px;
  
    margin: 0;
    margin-top: 7px;
    padding: 0 30px;
}
.success-content-p1{
    width: 480px;
}
.success-content-p2{
    width: 500px;
}
.why-saleswaves {
    /* text-align: center;
    padding: 40px; */
     margin-top: 70px; 
}

.why-saleswaves h2 {
    font-size: 54px;
    font-family: 'Gilroy';
    font-weight: 500;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    line-height: 64.8px;
}

.why-saleswaves p {
    font-size: 16px;
    color: #181C1C;
    font-family: 'Gilroy';
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 20.8px;
    margin: 0;
    margin-top: 7px;
    padding: 0;
}
.how-might{
    background: url('assets/how2.png') no-repeat;
    min-height: 400PX;
    height: 510px;
    max-width: 1280px;
    background-size: contain;
    content: "";
    position: relative;
    margin-top: 50px;
   
}
.how-might-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 16%;

}
.how-might-content h2{
    font-size: 54px;
    font-family: 'Gilroy';
    font-weight: 500;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    line-height: 64.8px;
}
.how-might-content p{
    font-size: 16px;
    color: #181C1C;
    font-family: 'Gilroy';
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 20.8px;
    margin: 0;
    text-align: center;
    margin-top: 7px;
    padding: 0;
    width: 530px;
}
.how-logo{
    display: flex;
    justify-content: end;
    align-items: end;
    padding: 50px 20px 0 0;
}
.arrow-second{
    position: absolute;
    top: -19%;
    left: 45%;
}
.arrow1{
    font-size: 14px;
    color: #008080;
    font-weight: bold;
    cursor: pointer;
    background: #EDF4F5;
    border-radius: 100%;
    width: 130px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container2{
   margin: auto;
    max-width: 1360px;
}
/* Features Grid */
.features-container {
    display: grid;
    grid-template-columns: repeat(7, 1fr); /* 7 columns of equal size */
margin: 50px 0;
    background-color: #EDF4F5;
    flex-wrap: wrap;
    border-radius: 22px;
    padding: 12px;
    justify-content: center;
    gap: 12px;
}

/* Feature Box */
.feature-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    /* width: 170px;
    height: 119px; */
    /* border: 2px solid rgba(0, 153, 153, 0.3); */
    border-radius: 12px;
    padding: 24px 5px;
    text-align: center;
    background: white;
    /* transition: 0.3s ease-in-out; */
}


.feature-img{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EDF4F5;
    padding: 6px;
    border-radius: 7px;
}

.feature-box span {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Gilroy';
    line-height: 20.8px;
    color: #181C1C;
}

/* Hover Effect */
/* .feature-box:hover {
    background-color: rgba(0, 153, 153, 0.1);
    transform: scale(1.05);
} */




.services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    place-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 26px;
  
}
.services-content{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 80px;
}
.services-content h2{
    font-size: 54px;
    font-family: 'Gilroy';
    font-weight: 500;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    line-height: 64.8px;
}
.services-content p {
    font-size: 23px;
    color: #181C1C;
    font-family: 'Gilroy';
    font-weight: 400;
    /* margin-bottom: 30px; */
    line-height: 20.8px;
    margin: 0;
    margin-top: 7px;
    padding: 0;
}

.card {
    background-color: #edf4f5;
    display: flex;
    flex-direction: column;
    justify-content: start;
    content: "";
    position: relative;
    height: 285px;
    width: 359px;
    max-width: 403px;
    padding: 22px;
    text-decoration: none;
    border-radius: 30px;

}

.card-arrow {
    position: absolute;
    background-color: #EDF4F5;
    bottom: 7%;
    padding: 25px;
    border-radius: 50px;
    right: -2.5%;
}

.card-content {
    position: relative;
    width: 100%;
}

.card h3 {
    color: #181C1C;
    font-family: 'Gilroy';
    line-height: 25px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin: 16px 0 0 0;
}

.author1 {
    display: flex;
    position: absolute;
    bottom: 12%;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.author1 p {
    
    color: gray;
    font-size: 15px;
}
.arrow i {
    width: 24px;
    height: 15px;
}
.demobtn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.demobtn1{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;

}
.demobtn2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.demo-button {
    background-color: #4C949D;
    color: white;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Gilroy';
    border: none;
    border-radius: 25px;
    padding: 5px 20px;
    display: flex;
    text-decoration: none;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    /* position: relative; */
    outline: none;
    z-index: 20;
}

.demo-button .arrow1 {
    background-color: white;
    color: #168b8f;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.demo-button:hover {
    background-color: #13767b;
}

.system-img1{
    /* width: 100%;
    max-width: 1010px; */
    width: 750px;
}
.wave1-img{
    width: 100%;
}


.footer {
    background: url('assets/footer.png') no-repeat;
    /* height: 424px;
    max-width: 1280px; */
    background-size: contain;
    content: "";
 

  
    padding: 44px 40px 80px  40px;
    text-align: center;
    border-radius: 32px;
    margin-top: 120px;
    position: relative;
}
/* .footer-img{
    position: absolute;
  
   
    background: url('assets/footer.png') no-repeat center center;
    background-size: contain;
    content: "";
    z-index: 30;
} */


.footer-top {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;

    gap: 30px;
}

.logo {
    width: 50%;
  display: flex;
  justify-content: start;
  align-items: start;
}
nav{
    width: 50%;
}

nav ul {
    list-style: none;
    padding-left: 3px;
    display: flex;
    justify-content: end;
    gap: 30px;
}

nav ul li {
    display: inline;
}

nav ul li a {
    text-decoration: none;
    font-family: 'Gilroy';
    font-weight: 400;
  
    font-size: 16px;
    color: #181C1C;
 
}
nav ul li a:hover{
   color: #4C949D;
}

.newsletter {
    margin: 20px 0;
    display: flex;
    text-align: center;
    gap: 30px;
}

.newsletter span {
text-align: start;
font-size: 20px;
font-family: 'Gilroy';
font-weight: 600;
    color: #181C1C;
    margin: 0;
    padding: 0;
}

.newsletter p {
    font-size: 16px;
    color: #181C1C;
    font-family: 'Gilroy';
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 20.8px;
    margin: 0;
    text-align: start;
    margin-top: 7px;
    padding: 0;
}

.subscribe {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    position: relative;
}

.subscribe input {
    padding: 15px;
    width: 100%;
    color: #181C1C;
    
    font-size: 16px;
    background-color: #F4F6F6;
    border: 1px solid #DFE6E7;
   
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;

    outline: none;
}
.subscribe input::placeholder{
    color: #181C1C;
    font-family: 'Gilroy';
    font-weight: 400;
}
.subscribe button {
    padding: 10px 15px;
   background: #4C949D;
    color: white;
    font-family: 'Gilroy';
    font-weight: 400;
    font-size: 16px;
    width: 200px;
    gap: 5px;
    border: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    cursor: pointer;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    padding-top: 10px;
  
}
.newsletter-col1 {
    width: 50%;
}
.newsletter-col2 {
    width: 50%;
}
.footer-bottom p {
    font-size: 16px;
    color: #181C1C;
    font-family: 'Gilroy';
    font-weight: 400;
}
.footer-bottom-col1{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.links {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 15px;
}

.links li {
    display: inline;
}

.links li a {
    text-decoration: none;
    color: #181C1C;
    font-size: 16px;
    font-family: 'Gilroy';
    font-weight: 400;
}

.social-icons a {
    margin-left: 10px;
}

.social-icons img {
    width: 20px;
    height: 20px;
}

.newsletter-row1{
    display: flex;
     gap: 40px; 
     justify-content: space-between; 
     align-items: center;
}
.newsletter-row1 .newsletter-row2{
    width: 50%;
}
.sidebar {
    position: fixed;
    display: none;
    z-index: 99;
    top: 0;
    left: -100%;
    width: 310px;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.1);
    padding-top: 60px;
    transition: left 0.4s ease-in-out;
}

.sidebar ul {
    list-style: none;
    padding: 0 20px;
}

.sidebar ul li {
    margin: 15px 0;
}

.sidebar ul li a {
    text-decoration: none;
    font-size: 16px;
    font-family: 'Gilroy';
    font-weight: 400;
    color: #181C1C;
    display: block;
    padding: 10px;
    border-radius: 100px;
}

.sidebar ul li a.active {
    background: #008080;
    color: white;
}

/* Social Icons */
.social-icons2 {
    position: absolute;
    /* bottom: 20px; */
    left: 33%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
}

.social-icons2 i {
    font-size: 20px;
    color: black;
    cursor: pointer;
}

/* Show Sidebar */
.sidebar.show {
    left: 0;
}
.hero-img1{
  width: 100%;
    /* box-shadow: ; */
}
.cookie-popup {
    position: fixed;
    z-index: 99;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    display: none;
}

.cookie-popup button {
    margin: 5px;
    padding: 8px 12px;
    border: none;
    cursor: pointer;
}

.cookie-popup button:first-child {
    background-color: green;
    color: white;
}

.cookie-popup button:last-child {
    background-color: red;
    color: white;
}

.modal {
    display: none; 
    position: fixed;
     z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* //display: flex; */
    justify-content: center;
    align-items: center;
}

/* Modal Box */
.modal-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* Modal Content */
.modal-content {
    background: url('assets/contact/popup.png') no-repeat center;
    background-size: contain;
  width: 400px;
    height: 379px;
    padding: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;

}

/* Modal Logo */
.modal-logo {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

/* Modal Heading */
.modal-content h3 {
    font-size: 28px;
    font-family: 'Gilroy';
    font-weight: 600;
    color: #181C1C;
    margin-bottom: 20px;
}

/* Close Button */

.close1 {
    padding: 10px 70px;
    background: #f2f8f8;
      font-family: 'Gilroy';
      font-size: 16px;
    color: #008080;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.arrow-second5{
    position: absolute;
    top: 4.9%;
    left: 41.5%;
   
}
.arrow2{
    font-size: 14px;
    color: #008080;
    font-weight: bold;
    cursor: pointer;
    background: #EDF4F5;
    border-radius: 100%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.arrow2 img{
    width: 40px;
}
.hero-image-two{
    
      padding: 0 10px ;
    }
@media (max-width: 500px) {
    .modal-content {
      
      width: 280px;
      
    
    }
    .arrow-second5{
        position: absolute;
        top: 10%;
        left: auto;
    }
}
@media (max-width: 767px) {
    .sidebar{
        display: block;
    }
    .container{
        margin: auto;
      padding: 0 10px;
    }
    .hamburger{
        display: flex;
        cursor: pointer;
    }
    .nav-links{
        display: none;
    }
    .social-icons3 {
 display: none;
}
    /* .social-icons{
        display: none;
    } */
  .why-saleswaves {
   
     margin-top: 140px; 
}
   
   .modal-content h3 {
                font-size: 22px;
               }
    
    .success-section h2{
        font-size: 24px;
        font-family: 'Gilroy';
        font-weight: 500;
        color: #181C1C;
        margin: 0;
       width: 100%;
        padding: 0;
        margin-bottom: 10px;
        line-height: 31.2px;
    }
    .success-vector{
      display: none;
    }
   
   

.card-arrow {
    position: absolute;
    background-color: #EDF4F5;
    bottom: 12%;
    padding: 15px;
    border-radius: 50px;
    right: -1%;
}
    .success-content h3{
        font-size: 20px;
        font-family: 'Gilroy';
        font-weight: 500;
        color: #181C1C;
        margin: 0;
       width: auto;
        padding: 0 30px;
        margin-bottom: 10px;
        line-height: 31px;
    }
    .why-saleswaves h2 {
        font-size: 24px;
        font-family: 'Gilroy';
        font-weight: 500;
        margin: 0;
        padding: 0;
      
    }
    .why-saleswaves p {
        font-size: 16px;
        color: #181C1C;
        font-family: 'Gilroy';
        font-weight: 400;
        margin-bottom: 30px;
        line-height: 20.8px;
        margin: 0;
      
        padding: 0;
    }
    .features-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* 7 columns of equal size */
    margin: 25px 0;
        background-color: #EDF4F5;
        flex-wrap: wrap;
        border-radius: 22px;
        padding: 12px;
        justify-content: center;
        gap: 12px;
    }
    .features-container > *:nth-child(7) {
        grid-column: span 2; /* Last box full width */
    }
    .feature-box {
     
        padding: 24px 10px;
      
        /* transition: 0.3s ease-in-out; */
    }

    .services {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
        margin-top: 26px;
      
    }
    .services-content{
      
        margin-top: 0px;
    }
    .services-content h2{
        font-size: 24px;
        font-family: 'Gilroy';
        font-weight: 600;
        margin: 0;
        padding: 0;
       
        line-height: 64.8px;
    }
   
    .system-img{
       bottom: -14%;
  right: 3%;
  left: 3%;
    }
   
    .author1 p {
    
    color: gray;
    font-size: 13px;
}
    .hero-img1{
        width:100%;
    
        /* box-shadow: ; */
    }
   .how{

    position: absolute;
    top: 0;
    left: 0;
   }
   
    
    .how-might-content{
      
        padding-top: 40px;
    
    }
    .how-might-content h2{
        font-size: 24px;
        font-family: 'Gilroy';
        font-weight: 500;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        line-height: 64.8px;
    }
    .how-might-content p{
        font-size: 14px;
        color: #181C1C;
        font-family: 'Gilroy';
        font-weight: 400;
        margin-bottom: 30px;
        line-height: 20.8px;
        margin: 0;
        width: 90%;
        text-align: center;
        margin-top: 7px;
        padding: 0;
   
    }
    .hero-section-content{
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        text-align: center;
        padding-top: 40px;
        }
      
        .hero-vector{
            position: absolute;
    top: -1%;  
    left: 50%;
    transform: translateX(-50%);
        }
         .hero-vector img{
            width: 30px;
         }
        .demobtn1{
         
            margin-top: 10px;
        
        }
        
        .suppliers-section{
            margin-top: 150px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .wave1-img{
            width: 100%;
            height: 200px;
        }
        .success-section{
            margin: 50px 0 15px 0;
        }
       
         .hero-section {
            background: url('assets/services/services-bg3.png') no-repeat;
       
        background-size: cover;
        content: "";
        position: relative;
        height: 385px;
 
        }
             .hero-image-one{
     width:30%;
    }
    .hero-image-two{
      width: 30%;  
      padding: 0 0 ;
    }
    .hero-image-three{
        width: 30%;
    }
      .hero-img{
            left: 6%;
           
          
        }
         .footer-bottom {
        display: flex;
        flex-direction: column;
        
        align-items: start;
        padding: 20px;
        margin-top: 10px;
      
      
    }
    .footer-bottom-col1{
        display: flex;
        flex-direction: column;
       gap: 0;
        align-items: start;
     
    }
    .links {
        list-style: none;
        flex-direction: column;
        padding: 0;
        display: flex;
        gap: 15px;
    }
}


@media (max-width: 400px) {
    /* .hero-section {
        background: url("/assets/bg1.svg") no-repeat;
        background-size: contain;
        content: "";
        position: relative;
        height: 385px;
    } */
   
   .suppliers-section{
      margin-top: 100px;
   }
   .how-might{
    background: url('assets/how.png') no-repeat;
  
    height: 430px;
 
    background-size: contain;
    content: "";
    position: relative;
    margin-top: 0;
   
}
  .hero-section-content{

padding-top: 40px;
}
}

/* @media (max-width: 385px) {
    .hero-vector{
          top: -1%;
         left: 50%; 
        
        }
} */
  @media (max-width: 1279px) {
    .system-img1{
        width: 100%;
        max-width: 600px;
    }
 .why-saleswaves{
    margin-top: 120px;
 }
    .system-img{
    position: unset;
    margin-top: 10px;
    
  bottom: -13%;
  left: 3%;
  display: flex;
  justify-content: center;
 
}
    .success-content-p1{
    width: auto;
}
.success-content-p2{
    width: auto;
}
       .your-success{
        background: #EDF4F5;
      height: 670px;
      width: 100%;
      border-radius: 24px;
        position: relative;
        margin-top: 30px;
    }
  .success-section{
            margin: 50px 0 15px 0;
        }
         .hero-section-content h1{
        font-size: 28px;
        width: auto;
        margin: 0 10px;
        line-height: 27px;
        
    }
     .hero-section-content p {
        font-size: 14px;
        color: #181C1C;
        font-family: 'Gilroy';
        font-weight: 400;
        margin-bottom: 30px;
        line-height: 16px;
       width: auto;
        margin: 0;
        margin-top: 7px;
        padding: 0 10px;
    }
  
}

@media (min-width: 768px) {

 .hero-section {
            background: url('assets/bg1.png') no-repeat;
       
        background-size: cover;
        content: "";
        position: relative;
        height: max-content;
 
        }
          .hero-image-one{
     width:28%;
    }
    .hero-image-two{
      width: 28%;  
      padding: 0 0 ;
    }
    .hero-image-three{
        width: 28%;
    }
    .hero-section-content{
        padding-top: 80px ;
    }
      .hero-img{
            left: 10.5%;
           
          
        }
        .success-vector{
      display: none;
    }
    }

    @media (min-width: 940px) and (max-width: 1279px) {
.services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    place-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 26px;
  
}
    }
     @media (min-width: 768px) and (max-width: 939px) {
.services {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    place-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 26px;
  
}
.success-section h2{
    font-size: 40px;
    font-family: 'Gilroy';
    font-weight: 500;
    color: #181C1C;
    margin: 0;
  
    padding: 0;
    margin-bottom: 10px;
    line-height: 45.8px;
}
.why-saleswaves h2 {
    font-size: 40px;
    font-family: 'Gilroy';
    font-weight: 500;
    color: #181C1C;
    margin: 0;
  
    padding: 0;
    margin-bottom: 10px;
    line-height: 45.8px; 
}
.services-content h2{
    font-size: 40px;
    font-family: 'Gilroy';
    font-weight: 500;
    color: #181C1C;
    margin: 0;
  
    padding: 0;
    margin-bottom: 10px;
    line-height: 45.8px;
}
    }
 @media(max-width: 1020px) {
.how-might{
        background: url('assets/how.png') no-repeat;
      
        height: 500px;
     
        background-size: contain;
        content: "";
        position: relative;
        margin-top: 0;
        max-width: 420px;
        margin: auto;
       
    }
     .how-might-content{
      
        padding-top: 40px;
    
    }
    .how-might-content h2{
        font-size: 24px;
        font-family: 'Gilroy';
        font-weight: 500;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
        line-height: 64.8px;
    }
    .how-might-content p{
        font-size: 14px;
        color: #181C1C;
        font-family: 'Gilroy';
        font-weight: 400;
        margin-bottom: 30px;
        line-height: 20.8px;
        margin: 0;
        width: 90%;
        text-align: center;
        margin-top: 7px;
        padding: 0;
   
    }
    .how-logo{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 0 0;
}
 .footer {
        background: url('assets/footer.png') no-repeat center center;
        /* height: 424px;
        max-width: 1280px; */
        background-size: cover;
        content: "";
     
    
      
        padding: 44px 40px 44px  40px;
        text-align: center;
  
        margin-top: 40px;
        position: relative;
    }
    .footer-top {
       
        flex-direction: column;
        /* justify-content: space-between; */
        align-items: start;
    
    }
    .logo  {
        width: 100%;
     
    }
    nav{
        width: 100%;
    }
   
    nav ul {
        list-style: none;
        flex-direction: column;
        padding: 0;
        display: flex;
        align-items: start;
        text-align: start;
        gap: 30px;
    }
   
    .newsletter {
        margin: 20px 0;
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }
    .newsletter-row1{
        display: flex;
        flex-direction: column;
         gap: 40px; 
         /* justify-content: center; 
         align-items: center; */
    }
    .newsletter-col1 {
        width: auto;
    }
    .newsletter-col2 {
        width: auto;
    }
    .newsletter-row1 .newsletter-row2{
        width: 100%;
    }
 
    .subscribe button {
     width: 250px;
    }
 }

     @media (min-width: 1021px) and (max-width: 1289px) {
       .how-might-content{
      
        padding-top: 153px;
    
    }
   .how-logo{
    display: flex;
    justify-content: end;
    align-items: end;
    padding: 20px 20px 0 0;
}
     }

  @media (max-width: 450px) {
 .card {
   background-color: #edf4f5;
   height: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding: 22px;
    max-width: 403px;
    width: auto;

}
  }  
 @media (min-width: 451px) and (max-width: 1289px) {
.card{
    width: 300px;
}
 }