html, body{
    overflow-x: hidden;
    scroll-behavior: smooth;
}
body{
    font-family: "Montserrat", sans-serif;
}
:root{
    --primary-color:#0D6BA8;
    --secondary-color: #278ACA; 
    --nav-link-color: #142D49;
    --text-color: #676767;
}
::selection {
    color: white;
    background: var(--primary-color);
  }
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 12px;
}
.our-plans ::-webkit-scrollbar {
    width: 5px;
}
.our-plans ::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 10px;
}
.btn{
    background-color: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 12px;
    font-weight: 500;
    font-size: 24px;
    padding: 15px 25px;
    transition: all 0.5s ease;

}
.btn:hover{
    background-color: var(--primary-color);
    color: white;
    border: 2px solid var(--primary-color);
}
.bouncing{
    transition: .3s;
    animation: 1.5s ease-out infinite bouncing2;

}
.brand{
    background-color: var(--primary-color);
    color: white;
    padding-inline: 10px;
    padding-block: 5px;
    border-radius: 10px;
    transition: .3s;
    cursor: pointer;
}
.whatsapp{
    position: fixed;
    right: 20px;
    bottom: 25px;
    border-radius: 50%;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
    z-index: 11;
    animation: 1.5s ease-out infinite animate-pulse;
}
.whatsapp::before{
    position: absolute;
    content: "1";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #E82C0C;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -7px;
    right: -2px;
    color: white;

}
.navbar{
    position: absolute;
    width: 100%;
    z-index: 11;
}
nav .nav-link{
    color: var(--nav-link-color);
    font-size: 16px;
    font-weight: 600;
    margin-right: 15px;
}
nav .nav-link:hover{
    color: var(--secondary-color);
}
.navbar .social-media li a svg{
    font-size: 25px;
    color: var(--nav-link-color);
}
.navbar .navbar-toggler{
    color: var(--nav-link-color);
    font-size: 25px;
}
.navbar .navbar-toggler:focus{
    box-shadow: none;
}
@media(max-width:991px){
    .navbar{
        background-color: white;
    }
}
/* start hero section  */
.hero{
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-image: url('../imgs/hero.png');
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.layout1{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../imgs/layout1.png);
    background-position: center;
    background-size: cover;
    z-index: -2;
    mix-blend-mode: normal;
}
.layout2{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../imgs/layout2.png);
    background-position: center;
    background-size: cover;
    z-index: -1;
    mix-blend-mode: normal;
}
.hero .intro{
    font-size: 65.11px;
    color: var(--primary-color);
    position: relative;
}
.hero .intro::before{
    content: "";
    position: absolute;
    width: 30%;
    height: 3px;
    left: 0;
    bottom: -20px;
    background-color: var(--primary-color);
}

@media(max-width:991px){
.hero{
    background-image: url('../imgs/mobildBg.png');
    background-position: center;
    background-size: cover;
}
.layout1{
    background-image: url('../imgs/mobileLayout.png');
    height: 100%;
    mix-blend-mode: multiply;
}
.layout2{
    display: none;
}
.hero .intro{
    font-size: 36px;
    font-weight: bold;
}
    .btn{
    font-size: 16px;
    color: white;
    border: 2px solid white;
}
}

/* start about-us  */
.about-us{
    padding-block: 150px;
    background-image: url('../imgs/bg.png');
    mix-blend-mode: multiply;
    background-position: center;
    background-size: cover;
}
.about-us .box{
    padding-bottom: 50px;
}
.about-us .title{
    color: var(--secondary-color);
    font-size: 31.17px;
}
.about-us .text{
    max-width: 1162px;
    font-size: 24px;
    color: var(--text-color);
    text-align: center;
    margin: auto;
}

@media(max-width:767px){
    .about-us{
        padding-block: 80px;
    }
    .about-us .title{
        font-size: 24px;
    }
    .about-us .text{
        font-size: 18px;
        text-align: start;
    }
}

/* start services section  */
.services{
    padding-block: 70px;
    background-color: #ECECEC;
}
.services .title{
    font-size: 69.24px;
    color: var(--secondary-color);
    text-transform: uppercase;
    letter-spacing: 1.5;
    font-weight: normal;
    text-align: center;
    margin-bottom: 50px;
}
.services .row,
.solutions .row{
    background-color: white;
    color: #E6E6E6;
    padding: 15px;
}
.services .box .number{
    font-size: 45px;
    display: block;
    transform: translateY(15px);
}
.services .box .head{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.services .box .head .name{
    color: var(--secondary-color);
    font-size: 24px;
    font-weight: 500;
    width: 100%;
    position: relative;
}
.services .box .head .name::before,
.solutions .box .title::before,
.mission .title::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #E2E2E2;
    left: 0;
    bottom: -10px;
}
.services .box .body p{
    color: var(--text-color);
}

@media(max-width:767px){
    .services .title{
        font-size: 33px;
        font-weight: bold;
        max-width: 200px;
        text-align: start;
        position: relative;
    }
    .services .title::before{
        position: absolute;
        content: "";
        width: 50%;
        height: 2px ;
        background-color:var(--primary-color);
        bottom: -10px;
        transform: translateY(-50%);
    }
}
/* start solutions  */
.solutions{
    background-color: #ECECEC;
    padding-bottom: 80px;
}
.solutions .solution{
    max-width: 295.32px;
    color: #278ACA;
    font-size: 30px;
}
.solutions .box .head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.solutions .box .title{
    color: var(--secondary-color);
    font-size: 22.53px;
    position: relative;
    width: 100%;
}
.solutions .box .body p{
    color: var(--text-color);
    font-size: 18px;

}
@media(max-width:767px){
    .solutions .solution{
        font-size: 21px;
        text-align: center;
    }
    .solutions .box .title{
        font-size: 22px;
    }
}



/* start mission section  */
.mission{
    padding-block: 80px;
    background-image: url('../imgs/mission.png');
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.mission-layout1{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../imgs/layout1.png);
    background-position: center;
    background-size: cover;
    z-index: -2;
    mix-blend-mode: normal;
}
.mission-layout2{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../imgs/layout2.png);
    background-position: center;
    background-size: cover;
    z-index: -1;
    mix-blend-mode: normal;
}
.mission .title,
.vision .title{
    color: #167DC0;
    font-size: 69.24px;
    position: relative;
    margin-bottom: 30px;
    width: fit-content;
}
.mission .title::before,
.vision .title::before{
    position: absolute;
    content: "";
    width: 45%;
    height: 2px;
    background-color: var(--primary-color);
    left: 0;
    bottom: -10px;
}
.mission .text,
.vision .text{
    color: var(--text-color);
    text-align: justify;
    font-size: 24px;
}


.vision{
    padding-block: 80px;
    background-image: url('../imgs/vision.png');
    background-position: center;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.vision-layout1{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../imgs/layout1.png);
    background-position: center;
    background-size: cover;
    z-index: -2;
    mix-blend-mode: normal;
}
.vision-layout2{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../imgs/visionLayout.png);
    background-position: center;
    background-size: cover;
    z-index: -1;
    mix-blend-mode: normal;
}
.vision img{
    width: 179px;
    height: 120px;
}
@media(max-width:767px){
    .mission .title,
    .vision .title{
        font-size: 33px;
    }
    .mission .text,
    .vision .text{
        font-size: 18px;
    }
    .vision img{
        width: 120px;
        height: 80px;
    }
}
/* start statistics section  */
.statistics{
    padding-block: 80px;
}
.statistics h2{
    max-width: 697px;
    font-size: 100.51px;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-weight: normal;
}
.statistics .date{
    font-size: 56.3px;
    color: var(--text-color);
    font-weight: 400;
}
.statistics .text{
    font-size: 64px;
    font-weight:50;
    color: var(--secondary-color);
    position: relative;
    width: fit-content;
    max-width: 480px;
}
.statistics .text::before{
    position: absolute;
    content: "";
    width: 70%;
    height: 1px;
    background-color: var(--secondary-color);
    left: 0;
    bottom: -20px;
}

.statistics .box .stat .StatNumber{
    color: var(--secondary-color);
    font-size: 72.56px;
    display: block;
    padding-top: 20px;
}
.statistics .box .stat p{
    color: var(--text-color);
    font-size: 22px;
}
.statistics .box .stat .str{
    color: var(--text-color);
    font-size: 17px;
}
.statistics .box .stat{
    position: relative;
}
.statistics .box .stat:not(:last-child)::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: var(--secondary-color);
    left: 0;
    bottom: -15px;
}
@media(max-width:991px){
    .statistics {
        padding-top: 10px;
    }
    .statistics h2{
        font-size: 80px;
        transform: rotate(90deg);
        padding-left: 45px;
    }
    .statistics .text{
        display: none;
    }
    .statistics .date{
        transform: translateY(80px);
        font-size: 26px;
    }
    .stat .StatNumber{
        font-size: 54px;
    }
    .stat p{
        font-size: 16px;
    }
    .statistics .box .stat .str{
        font-size: 12px;
    }
}


/* start business  */
.business {
    padding-block: 80px;
    background: linear-gradient(to right, 
    #2481C0 2%, 
    #2481C0 33%, 
    #56B3F1 90%);
    background-size: cover;
}
.business .title{
    color: white;
    font-size: 104px;
    position: relative;
    margin-bottom: 20px;
}
.business .title::before{
    position: absolute;
    content: "";
    width: 25%;
    height: 2px;
    background-color: white;
    left: 0;
    bottom: 0px;

}
.business .img-box{
    transition: all 0.5s ease;

}
.business img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.business .holder {
    position: relative;
    overflow: hidden; 
    z-index: 1;
    border-radius: 12px;
    display: flex;
    width: 100%;
    max-height: 300px;
    margin: auto;
}

/* Gradient Overlay with the new color */
.business .holder::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, 
    rgba(36, 129, 192, 0) 0%, 
    rgba(36, 129, 192, 1) 42%, 
    rgba(36, 129, 192, 1) 100%);
    left: 0;
    z-index: 1;
    transition: background 0.5s ease;
    border-radius: 12px;
}

.business .box {
    width: 50%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 20px;
    border: none;
}

/* Number Style with animation */
.business .box .number {
    font-size: 200px;
    color: var(--secondary-color);
    font-weight: lighter;
    display: block;
    position: absolute;
    top: 50%;
    left: -150px; /* Start from outside */
    transform: translateY(-50%);
    opacity: 0.3;
    z-index: 0;
    transition: all 0.5s ease;
}

/* Content Text */
.business .box .content .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.business .box .content .text h4 {
    color: white;
    font-size: 38px;
    transition: all 0.5s ease;
    padding-top: 20px;
    width: 310px;
    transform: translateY(50px);
}

.business .box .content .text ul {
    padding: 0;
    margin-top: 20px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.5s ease;
}

.business .box .content .text ul li {
    color: white;
    margin-bottom: 5px;
    font-size: 18px;
    transition: all 0.5s ease;

}

/* Hover Effects */
.business .holder:hover::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0));
}
.business .holder:hover .img-box {
    transform: translateX(20px) scale(1.1); 
}


.business .holder:hover .box .content .text h4 {
    font-size: 28px;
    color: var(--primary-color);
    transform: translate(160px, -20px);
    width: 250px;
}

.business .holder:hover .box .content .text ul {
    opacity: 1;
    transform: translate(180px, -30px);
    color: var(--text-color);
}
.business .holder:hover .box .content .text ul li{
    color: var(--text-color);
}
.business .holder:hover .number {
    left: -80px; 
    opacity: 1;
    color: var(--primary-color);
}
.business .holder, 
.business .holder::before, 
.business .box {
    box-sizing: border-box;
}

@media(max-width:767px){
    .business .title{
        font-size: 33px;
        font-weight: bold;
    }
    .business .holder {
        height: 221px;
    }
    .business .holder:hover{
        overflow: hidden;
    }
    .business .holder::before {
        background: linear-gradient(to left, 
        rgba(36, 129, 192, 0) 0%, 
        rgba(36, 129, 192, 1) 48%, 
        rgba(36, 129, 192, 1) 100%);
    }
    .business .holder:hover::before{
        overflow: hidden;
    }
    .business .box .content .text h4{
        font-size: 22px;
        width: 220px;
    } 
    .business .holder:hover .box .content .text h4{
        font-size: 18px;
        padding-top: 20px;
        transform: translate(90px, -20px);
        width: 180px;
    }
    .business .holder:hover .box .content .text ul {
        margin-top: 0;
        transform: translate(100px, -20px);
    }
    .business .box .content .text ul li {
        font-size: 12px;
        width: max-content;
    }
    .business .holder .number{
        font-size: 120px;
        left: -250px;
        font-weight: 700;
        opacity: 0;
    }
    .business .holder:hover .number{
        left: -50px;
        opacity: 1;
    }
    .business .box{
        width: 50%;
    }
    .business .box {
        border-top: 1px solid #ffffff3b ;
        border-left: 1px solid #ffffff3b ;
        border-bottom: 1px solid #ffffff3b ;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }
}


/* start contact-us  */
.contact-us{
    padding-block: 60px;
    background-image: url('../imgs/bg.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.contact-us .title{
    font-size: 120.51px;
    color: var(--primary-color);
    font-weight: 400;
    margin-bottom: 20px;
}
.contact-us .form-row label{
    color: var(--primary-color);
    margin-bottom: 10px;
}
.contact-us .form-row .form-control{
    background-color: #F4F4F4;
    border-radius: 12px;
    padding-block: 10px;
}
.contact-us form .submit{
    color: #F8F8F8;
    background-color: var(--primary-color);
    border: none;
    font-size: 18px;
    padding-block: 15px;
    border-radius: 13px;

}
@media(max-width:767px){
    .contact-us .title{
        font-size: 33px;
        font-weight: bold;
    }
}
/* start footer  */
footer{
    padding-block: 40px;
    background-color: 36.96;
    background: linear-gradient(to right, 
    #2481C0 2%, 
    #2481C0 33%, 
    #56B3F1 90%);

}
footer img{
    object-fit: contain;
}
footer .title{
    font-size: 36.96px;
    color: white;
}
footer h4{
    font-size: 26px;
}
footer h4 a{
    font-weight: lighter;
    text-decoration: none;
    color: white;
}
footer .footer-bottom{
    padding-top: 50px;
    border-top: 1px solid white;
}
footer .copyRights{
    font-size: 17px;
    color: white;
}
footer a{
    text-decoration: none;
}
@media(max-width:767px){
    footer .title{
        font-size: 24px;
    }
    footer h4{
        font-size: 18px
    }
}
/* animations  */

@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(119 ,140,204,.4)
    }

    5% {
        transform: scale(1.01)
    }

    15% {
        transform: scale(1)
    }

    70% {
        box-shadow: 0 0 0 20px rgba(119 ,140,204,0)
    }

    100% {
        box-shadow: 0 0 0 40px rgba(119 ,140,204,0)
    }
}


/* start privacy_policy  page*/
.banner{
    background-image: url('../imgs/privacy-policy.png');
    padding-top: 130px;
    margin-bottom: 30px;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 1;
    min-height: 656px;
}
.banner-layout1{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../imgs/layout1.png);
    background-position: center;
    background-size: cover;
    z-index: -2;
    mix-blend-mode: normal;
}
.banner-layout2{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../imgs/layout2.png);
    background-position: center;
    background-size: cover;
    z-index: -1;
    mix-blend-mode: normal;
}
.banner h2{
    font-size: 36px;
    color: var(--primary-color);
    margin-bottom: 130px;
}
.banner .title{
    color: #167DC0;
    font-size: 69.24px;
    position: relative;
    margin-bottom: 30px;
    width: fit-content;
}
.banner .title::before{
    position: absolute;
    content: "";
    width: 45%;
    height: 2px;
    background-color: var(--primary-color);
    left: 0;
    bottom: -10px;
}


/* start policy section  */
.policy{
    padding-block: 50px;
}
.policy .box{
    padding-block: 20px;
    border-bottom: 2px solid black;
}
.policy .box:last-child{
    border-bottom: none;
}
.policy .box .title{
    color: var(--secondary-color);
    font-size: 25px;
    font-weight: 500;
}
.policy .box .explain,
.policy .box ul li{
    color: var(--text-color);
    font-size: 25px;
}
.policy .back{
    font-size: 29px;
    color: var(--primary-color);
    font-weight: 400;
    text-decoration: none;
}
@media(max-width:767px){
    .banner{
        min-height: 400px;
    }
    .banner h2{
        font-size: 18px;
        max-width: 150px;
        margin-bottom: 50px;
    }
    .banner .title{
        font-size: 33px;
    }
    .policy .box .title,
    .policy .box .explain,
    .policy .box ul li{
        font-size: 18px;
    }
    .policy .back{
        font-size: 20px;
    }
}




/* Styles for the popup */
.popup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
    z-index: 9999; /* Make sure it appears above other content */
  }
  
  /* Popup content */
  .popup-content {
    background-color: var(--primary-color);
    margin: 15% auto;
    padding: 20px;
    border-radius: 8px;
    width: 80%; /* Adjust the width as needed */
    max-width: 400px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  /* Close button */
  .close-btn {
    font-size: 24px;
    color: var(--primary-color);
    background-color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  
  .close-btn:hover,
  .close-btn:focus {
    color: black;
    text-decoration: none;
  }
  
  .popup-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: white;
  }
  
  .popup-content p {
    font-size: 18px;
    color: white;
  }
  /* OK button */
.ok-btn {
    background-color: white;
    color: var(--primary-color);
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 20px;
  }
  
  .ok-btn:hover,
  .ok-btn:focus {
    background-color: white;
    color: var(--secondary-color);
  }