    




    * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
   font-family: "Outfit", sans-serif!important;
}
section {
  padding: 7rem 0 0rem;
}

h2 {
    font-weight: 700!important;
    color: #273896!important;
    font-size: 2.5rem!important;
}
  h6 {
    text-transform: uppercase;
    padding-bottom: 1rem;
    letter-spacing: .5px;
    font-weight: 600;
    color: #000000;
  }
p {
  font-size: 18px;
    color: #5d5d5d;
    text-align: justify;
}
.btn-pri {
    background-color: #00b4d5!important;
    color: #fff!important;
    text-decoration: unset;
    padding: 13px 20px;
    border-radius: 50px;
}
.btn-pri:hover {
  box-shadow: 3px 3px 5px 1px #000!important;
  background-color: #273896!important;
  color: #fff!important;
  transition: background-color .2s ease;
}
 /* Header */
.header {
  background-color: var(--color-bg);
  border-bottom: 2px solid var(--color-bg2);
  /* position: fixed; */
  width: 100%;
  z-index: 3;
}

.header a {
  color: #000000;
    font-size: 18px;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: var(--color-bg);
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 2px solid var(--color-bg2);
  text-decoration: none;
}

.header li:first-child {
  border-left: 2px solid var(--color-bg2)
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: var(--color-bg2);
}
   .actBtn {
    border-radius: 50px;
    background: #00b4d5;
    margin: 0.7rem 0;
    padding: 9px 20px!important;
    color: #fff!important;
    font-size: 16px!important;
    
   }
   .actBtn:hover {
     background: #273896!important;
      color: #fff!important;
       
   }
/* Nav Menu */
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* Menu Icon */
.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #273896;
  display: block;
  height: 2px;
  width: 18px;
  position: relative;
  transition: background .2s ease-out;

}
  
.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #273896;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* Menu Button */
.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}


/*banner section*/
.hero {
  position: relative;
  background: url("../images/image.jpg") no-repeat center center;
  background-size: cover;
  min-height: 100vh; /* full screen height */
  display: flex;
  align-items: center;   /* vertically center */
  justify-content: flex-start; /* text on left */
  padding: 50px;
  color: #222;
  width: 100%;
  .hero-content {
  max-width: 600px;
}
h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #273896;
}
p {
  font-size: 1.2rem;
  margin: 20px 0;
}
.btn-pri {
  display: inline-block;
}
}
/*hero Mobile */
@media only screen and (max-width: 768px) {
  .hero {
    background: url("../images/mob-banner.jpg") no-repeat center center;
    background-size: cover;
    padding: 0 1rem;
  }
  .hero-content {
    max-width: 90%;   /* fit better on small screens */
    text-align: left;
    margin-top: -20rem;
  }
}


.topBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color:#273896;
     a {
    color: #fff!important;
    text-decoration: unset;
  }
   p{
    margin: 0;
            color: #fff;
   }
   ul {
        display: flex;
    list-style: none;
    margin: 0;
    gap: 3px;
   }

}
.banner {
    height: 80vh!important;
    width: 100%;
    object-fit: cover;
}

.image-container {
  position: relative;
  width: 100%;
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
}



.overlay-content p {
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.overlay-btn {
      display: inline-block;
    padding: 10px 20px;
    background: #00bcd4;
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.3s;
    border-radius: 50px;
}

.overlay-btn:hover {
  background: #0097a7;
};
    p{
        margin: 0;
    }

.secSec {

  img {
    width: 90%;
    height: 100%;
    object-fit: cover;
  }
  
i {
  color: #4e4e4e;
}
}

.features {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  padding: 20px 0;
}

.features li {
font-size: 18px;
    font-weight: 600;
  position: relative;
  padding-left: 0;
  display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: .5rem;
}


  .feature-card {
        text-align: center;
        border-radius: 10px;
        padding: 20px;
        border: 1px solid #eee;
        transition: 0.3s;
        background: #fff;
    }
    .feature-card:hover {
        box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    }
    .icon-circle {
        background: rgb(0 188 212 / 22%);
        width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin: 0 auto 15px;
    }
    .icon-circle img {
        width: 40px;
        height: 40px;
    }
    .feature-card h5 {
        font-weight: 700;
    }
     .usp-section {
        padding: 60px 0;
        background-color: #f9fafb;
    }
    .usp-section p {
      text-align: center;
    width: 80%;
    margin: 0 auto;
    padding-top: 1rem;
    }
    .usp-card {
        text-align: center;
        padding: 30px 20px;
        background: white;
        border-radius: 12px;
        border: 1px solid #eee;
        transition: 0.3s;
        height: 100%;
    }
    .usp-card:hover {
        box-shadow: 0 6px 20px rgba(0,0,0,0.08);
        transform: translateY(-5px);
    }
    .usp-icon {
        background: rgb(0 188 212 / 15%);
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin: 0 auto 20px;
    }
    .usp-icon i {
        font-size: 36px;
        color: #273896;
    }
    .usp-card h5 {
        font-weight: 700;
        margin-bottom: 10px;
        line-height: 1.6;
    }
    .usp-card p {
        font-size: 15px;
        color: #666;
    }
     .counter-section {
        background: #f9fafb;
        padding: 60px 0;
        p{
              text-align: center;
    width: 80%;
    margin: 0 auto;
    padding-top: 1rem;
        }
        i{
          color: #00b4d5;
        }
    }
    .counter-box {
        text-align: center;
        padding: 20px;
        p{
          width: 100%;
            text-align: center;
        }
    }
    .counter-box .icon {
        font-size: 40px;
        color: #273896;
        margin-bottom: 10px;
    }
    .counter-box h2 {
        font-size: 40px;
        font-weight: 700;
        color: #333;
        margin: 0;
    }
    .counter-box p {
        font-size: 16px;
        color: #666;
        margin: 0;
    }
    .aboutSec {
        h5 {
   text-transform: capitalize;
    font-weight: 700;
    font-size: 21px;
    padding: 1rem 0 0;
        }
     
     .pointers {
     p{
      width: 80%;
     }
     i {
      color: #00b4d5;
    font-size: 40px;
     }
    }
    }
    .img2, .img4 {
      border-radius: 30px;
    width: 90%;
    height: 100%!important;
    object-fit: cover;
    margin-left: 4rem;
     }
.img3 {
     height: 100% !important;
    object-fit: contain;
}
.footerparallax{
   background-image: url('../images/foot-banner.jpg'); 
    /* height: 100vh; */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 5rem 0 0 0;
  h3{
    color: #273896;
    font-weight: 700;
    font-size: 30px;
  }
  .smBtn {
  width: 50%;
    margin: 0 auto;
    border: unset;
    background: #273896 !important;
}
.container {
  padding-bottom: 5rem;
}
h4{
color: #00b4d5;
        font-size: 48px;
        font-weight: 600;
}
p{
color: #fff;
        font-size: 20px;
        text-align: left;
}
hr {
    border-top: 1px solid #000!important;
}
}
 

  .whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    border-radius: 50%;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-icon {
    width: 35px;
    height: 35px;
}
.text-blue{
color: rgb(0 188 212) !important;
}
.links .text-light {
    color: #5d5d5d!important;
}
footer .fab {
    font-weight: 400;
    color: #273896;
}
footer i {
    font-weight: 400;
    color: #273896;
}
footer a {
  color: #5d5d5d;
  text-decoration: unset;
}
.text-dblue{
  color: #273896;
}

#contact {
  .card-body{
    background: #27389647;
    box-shadow: 0px 6px 25px rgb(0 0 0 / 86%);
  }
  textarea {
  width: 100%;
    padding: 0rem .5rem;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-label {
    margin-bottom: .5rem;
    text-transform: capitalize;
    font-weight: 500;
}
.form-control {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 50px;
}
}

  #contactForm small {
display: none;
  }
.footerparallax {
    .smBtn {
        width: auto;
    }
  }




















/*responsive*/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  h2{
    font-size: 1.8rem !important;
  }
  p{
     font-size: 16px !important;
  }
  .features li {
    font-size: 16px;
    padding-bottom: .3rem;
}
.btn-pri {
    padding: 11px 16px;
}
.footerparallax {
    h4 {
        color: #00b4d5;
        font-size: 35px;
    }
    
  }
  .header a {
    color: #000000;
    font-size: 16px;
}

.footerparallax {
    .smBtn {
        width: auto;
    }
  }
  #contactForm small {
display: none;
  }
}
 
@media only screen and (min-width: 1400px) and (max-width: 1680px) {
    #contactForm small {
display: none;
  }

  h2{
    font-size: 2rem !important;
  }
  p{
     font-size: 16px !important;
  }
  .features li {
    font-size: 16px;
    padding-bottom: .3rem;
}
.btn-pri {
    padding: 11px 16px;
}
.footerparallax {
    h4 {
        color: #00b4d5;
        font-size: 35px;
    }
    
  }
  .header a {
    color: #000000;
    font-size: 16px;
}
   
.smBtn {
        width: 35%;
}
}

@media (min-width: 768px) {
   
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}


@media only screen and (min-width: 300px) and (max-width: 767px) {
  section {
    padding: 3rem 0 0rem;
}
h2 {
    font-weight: 700 !important;
    color: #273896 !important;
    font-size: 1.8rem !important;
}
p {
    font-size: 16px;
    color: #5d5d5d;
}
.header li a {
    display: block;
    padding: 7px 20px;
}
.actBtn {
  width: 50%;
  text-align: center;
}
 .header .logo {
    display: block;
    float: left;
    font-size: 1em;
    padding: .5rem;
    text-decoration: none;
}

.img2, .img4 {
    border-radius: 30px;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    margin-left: unset;
}
.topBar {
  display: none;
 
}
.secSec {
  h6 {
    padding: 1.5rem 0 0;
  }
    img {
        border-radius: 30px;
        width: auto;
    }
  }

.features li {
    font-size: 15px;
}
.btn-pri {
    padding: 9px 15px;
}
.usp-section p {
    text-align: justify;
    width: 100%;
}
.usp-icon i {
    font-size: 25px;
}
.usp-icon {
    background: rgb(0 188 212 / 15%);
    width: 70px;
    height: 70px;
}
.usp-card h5 {
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 26px;
    font-size: 18px;
}
.usp-card {
    text-align: center;
    padding: 20px 20px;
}
.aboutSec {
    & .pointers {
      text-align: center;
        i {
            color: #00b4d5;
            font-size: 30px;
        }
        p{
          text-align: center!important;
          width: 100%;
        }
    }
}
.counter-section {
    p {
        text-align: center;
        width: 100%;
    }
        i {
        color: #00b4d5;
        font-size: 30px;
    }
    .counter-box {
    text-align: center;
    padding: 10px;
}
  }
.img3 {
    border-radius: 30px;
    width: 100%;
}
#drop  {
  h6 {
            padding: 1.5rem 0 0;
        }
            .features{
              padding: 0!important;
      li {
        font-size: 16px;
        padding-bottom: 0.75rem;
    }
            }
       
      }


#supp {
  .img4 {
    margin-top: 3rem;
  }
}
.footerparallax {
    h4 {
        color: #00b4d5;
        font-size: 35px;
    }
    p{
      font-size: 16px;
    }
        .smBtn {
        width: 60%;
        }
  }

footer{
  text-align: center;
  p{
    text-align: center;
  }
}







}



/*iPad Air*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-content {
    max-width: 90%;   /* fit better on small screens */
    text-align: left;
    margin-top: -50rem;
  }
    .header .logo {
        padding: 10px 0!important;
        margin-right: 1rem;
    }
    .header .menu {
        clear: none;
        float: right;
        max-height: none;
        position: absolute;
        right: 0;
    }
    
        .header li a {
        padding: 20px 23px;
        margin-right: 5px;
    }
    .actBtn {
      padding: 10px 20px !important;
    }
}
 
/*iPad Pro*/
@media only screen and (min-width: 992px) and (max-width: 1199px) and (orientation: portrait)  {

  .hero-content {
    max-width: 90%;   /* fit better on small screens */
    text-align: left;
    margin-top: -50rem;
  }
}