@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'); 
    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;
}

.container{
    margin: auto;
    max-width: 1280px;
}
.header1{
    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;
}
.service-hero{
    background: url('assets/services/services-bg.png') no-repeat;
height: 620px;
max-width: 1280px;
background-size: cover;
content: "";
position: relative;
margin-top: 40px;
}
.service-hero-left {
    position: absolute;
    top: 3.2%;
    left: -5%;
}
.service-hero-bottom{
   display: none;
}

.service-content{
    display: flex;
    justify-content: center;
    gap: 70px;
    align-items: center;
}
.service-content h1{
    font-size: 54px;
    font-weight: 500;
    font-family:'Gilroy' ;
    line-height:64.8px ;
    color: #181C1C; 
    margin: 0;
}
.service-content p{
    font-size: 16px;
    color: #181C1C;
    font-family: 'Gilroy';
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 20.8px;
    margin: 20px 0 0 0;
    text-align: justify;
    width: 80%;

   
}
.service-content .col1{
    width: 50%;
}
.service-content .col2{
    width: 50%;
    display: flex;
    flex-direction: column;
    margin: 150px 0 0 160px;
}
.col-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-family: 'Gilroy';
    font-weight: 400;
    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 {
    display: none;
    position: fixed;
    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;
}
.services-container{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.sidebar.show {
    left: 0;
}
.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;
}
.service-card{
    background-color: #EDF4F5;
    border: 1px solid #FFFFFF85;
    border-radius: 32px;
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;

}
.service-card .col1{
    width: 50%;
    /* padding: 0 30px; */
}
.service-card .col2{
    width: 50%;
  
}
.service-card h2{
    font-size: 28px;
    font-weight: 600;
    font-family:'Gilroy' ;
    line-height:36.4px ;
    color: #181C1C;
}
.service-card p{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Gilroy';
    line-height: 20.8px;
    color: #181C1C;
    

}
.service-card .col1 ul {
    list-style-type: disc; 
    margin: 0;
    padding: 0 0 0 25px;
    display: flex;
    flex-direction: column;
    gap: 5px;

}
.service-card .col1  ul li {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Gilroy';
    line-height: 20.8px;
    color: #181C1C;
}

.service-card .col1 ul.sub-list {
    list-style-type: "- "; /* Dash bullets for nested list */
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 5px;
    margin-bottom: 20px;
    margin-left: 0 !important;
    padding-left: 30px !important;
}
.demobtn{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.demobtn1{
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 40px;
}


.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;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    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;
}
.Saleswaves-does{
background: url('assets/services/services-bg1.png') no-repeat;
height: 600px;
max-width: 1280px;
background-size: contain;
content: "";
position: relative;
margin-top: 100px;
}
.Saleswaves-does h2 {
    font-size: 54px;
    padding-top: 15px;
    font-weight: 500;
    font-family:'Gilroy' ;
    line-height:64.8px ;
    color: #181C1C; 
}
.Saleswaves-does .row{
    display: flex;
    gap: 70px;
  
}
.Saleswaves-does .col{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.Saleswaves-does .col1{
    display: flex;
    flex-direction: column;
    width: 50%;
    padding-right: 90px;
}
.Saleswaves-does p{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Gilroy';
    line-height: 20.8px;
    color: #181C1C;
    padding: 0;
    margin: 10px 0 0 0;
}
.arrow-second{
    position: absolute;
    top: 2%;
    left: 58%;
    
}
.arrow1{
    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;
}
.arrow1-img{
    width: 40px;
}
.Saleswaves-does-img{
    display: none;
}
.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);
   
    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-vector{
       display: none;
        }
@media (max-width: 500px) {
    .modal-content {
      
      width: 280px;
      
    
    }
    .arrow-second5{
        position: absolute;
        top: 10%;
        left: auto;
    }
}
@media (max-width: 767px) {
    .sidebar{
        display: block;
    }
    .hamburger{
        display: flex;
        cursor: pointer;
    }
    .nav-links{
        display: none;
    }
    .social-icons3 {
 display: none;
}
    /* .social-icons{
        display: none;
    } */
  .modal-content h3 {
                font-size: 22px;
               }
    .Saleswaves-does{
        background: none;
        height: 870px;
      width: 100%;
        background-size: cover;
        content: "";
        position: relative;
        margin-top: 0px;
        }
        .Saleswaves-does .row{
            display: flex;
            flex-direction: column;
            gap: 0;
        
        }
        .Saleswaves-does-img{
            display: flex;
position: absolute;
top: 0;
height: 850px;
right: 0;
        }
        .Saleswaves-does .col{
            display: flex;
            flex-direction: column;
            padding-right: 47px;
            width: auto;
        }
        .Saleswaves-does .col1{
            display: flex;
            flex-direction: column;
            padding-right: 47px;
            width: auto;
        }
        .Saleswaves-does h2 {
            font-size: 24px;
            font-weight: 600;
            font-family:'Gilroy' ;
            line-height:31.2px ;
            margin-right: 30px;
            width: 60%;
            color: #181C1C; 
        }
        .services-container{
            display: flex;
            flex-direction: column;
            gap: 20px;
            margin-top: 50px;
        }
        .service-card{
            background-color: #EDF4F5;
            border: 1px solid #FFFFFF85;
            border-radius: 32px;
            padding: 16px;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        
        }
        .service-card .col1{
            width: 100%;
            /* padding: 0 30px; */
            order: 2;
        }
        .service-card .col2{
            width: 100%;
            order: 1;
            display: flex;
            justify-content: center;
            align-items: center;
          
        }
        .service-card h2{
            font-size: 18px;
            font-weight: 600;
            font-family:'Gilroy' ;
            line-height:23.4px ;
            color: #181C1C;
        }
     
       
       
        
        
        
       
        
        .demobtn1{
          
            margin-top: 20px;
        }
        .arrow-second {
            position: absolute;
            top: 0.5%;
            left: 65%;
        }
        .arrow1{
            font-size: 14px;
            color: #008080;
            font-weight: bold;
            cursor: pointer;
            background: #EDF4F5;
            border-radius: 100%;
            width: 55px;
            height: 55px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .arrow1-img{
            width: 30px;
        }
           .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: 390px) {
   
    
        .arrow-second {
            position: absolute;
            left: 58%;
            top: 0.7%;
          
        }
        /* .Saleswaves-does p{
            font-size: 14px;
        } */
}


   


@media (max-width: 480px) {
    .service-hero{
        background: url('assets/services/services-bg3.png') no-repeat ;
    /* height: 600px;
   width: 1005; */
    background-size: contain;
    content: "";
    position: relative;
    margin-top: 20px;
    min-height: 388px;

    }
}


@media(max-width: 1020px) {

 .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: 851px) and (max-width: 1200px) {
    .Saleswaves-does h2 {
    font-size: 34px;
    padding-top: 15px;
    font-weight: 500;
    font-family: 'Gilroy';
    line-height: 64.8px;
    color: #181C1C;
    margin-bottom: 5px;
}

.Saleswaves-does p {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Gilroy';
    line-height: 15px;
    color: #181C1C;
    padding: 0;
    margin: 5px 0 0 0;
}
.arrow-second {
    position: absolute;
    top: 1.3%;
    left: 56%;
}
.arrow1 {
    font-size: 14px;
    color: #008080;
    font-weight: bold;
    cursor: pointer;
    background: #EDF4F5;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 }

 @media(min-width: 768px) and (max-width: 850px) {
    .Saleswaves-does{
background: url('assets/services/services-bg1.png') no-repeat center;
height: 400px;
max-width: 1280px;
background-size: contain;
content: "";
position: relative;
margin-top: 50px;
}
      .Saleswaves-does h2 {
    font-size: 30px;
    padding-top: 52px;
    font-weight: 500;
    font-family: 'Gilroy';
    line-height: 64.8px;
    color: #181C1C;
    margin-bottom: 0px;
}

.Saleswaves-does p {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Gilroy';
    line-height: 15px;
    color: #181C1C;
    padding: 0;
    margin: 0 0 0 0;
}
.arrow-second {
    position: absolute;
    top: 12%;
    left: 56%;
}
.arrow1 {
    font-size: 14px;
    color: #008080;
    font-weight: bold;
    cursor: pointer;
    background: #EDF4F5;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
 }

 @media (max-width: 1279px){
    

        .service-hero-left{
            display: none;
        }

         .service-content .col1{
          display: none;
        }
        .service-content .col2{
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: 50px 0 0 0;
        }

        .service-content h1{
            font-size: 28px;
            font-weight: 600;
            font-family:'Gilroy' ;
            line-height:36.4px ;
            color: #181C1C; 
            padding: 50px 10px 0 10px;
            margin: 0;
            text-align: center;
        }
        .service-content p{
           
            text-align: center;
        }
       
 }
 @media (max-width:420px){
    .service-hero{
           background: url("assets/services/services-bg3.png") no-repeat;
        background-size: contain;
        content: "";
        position: relative;
        margin-top: 20px;
        border-radius: 20px;
}
 .service-hero-bottom{
                    position: absolute;
                    bottom: 16%;
                    left: 10%;
                    right: 10%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin: auto;
                    max-width: 500px;
                }
}
@media (min-width:421px) and (max-width:1279px){
    .service-hero{
           background: url("assets/services/services-bg3.png") no-repeat;
        background-size: cover;
        content: "";
        position: relative;
        margin-top: 20px;
        border-radius: 20px;
}
 .service-hero-bottom{
                    position: absolute;
                    bottom: 0;
                    left: 10%;
                    right: 10%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin: auto;
                    max-width: 500px;
                }
}
@media (max-width: 550px){
 .hero-vector{
    display: flex;
         position: absolute;
    top: -1%;  
    left: 50%;
    transform: translateX(-50%);
        }
         .hero-vector img{
            width: 30px;
         }
} 
@media(min-width: 551px) and (max-width: 1279px){

     .hero-vector{
        position: absolute;
        display: flex;
    top: 1.5%;  
    left: 50%;
    transform: translateX(-50%); 
        }
         .hero-vector img{
            width: 100%;
         }
        }

        @media (min-width:421px) and (max-width:450px){
    .hero-vector {
        display: flex;
        position: absolute;
        top: -1%;
        left: 54%;
        transform: translateX(-50%);
    }
}