@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body, html {
	overflow-x: hidden;
}
a.site-btn {
    padding: 0 32px;
    background-color: #6364ab;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    transition: all 0.3s ease;
}
a.site-btn:hover{
    background-color: #b4b5ff;
    color: #fff;
}

a.site-btn:visited{
    color: #fff;
}
#masthead {
    background-position: center;
    background-size: 110%;  
    height: 160px;
}

#masthead a.custom-logo-link img {
    width: 214px;
    height: 73px;
}
#masthead nav.navbar{
    height: 100%;
}

#masthead #navbarSupportedContent ul li a {
    padding: 0;  
    position: relative;
    text-transform: capitalize;
}
    
#masthead #navbarSupportedContent ul li a:hover{
    color: #B2B2FC !important;
}

#masthead ul#primary-menu li:first-child a::after {
    content: "\f2a0";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

#masthead #navbarSupportedContent ul {
    margin-right: -60px;
    gap: 36px;
}

/*@media (max-width: 1200px) {*/
/*    #masthead #navbarNav {*/
/*        left: 20px;*/
/*    }*/
/*    #masthead #navbarNav ul {*/
/*        gap: 20px;*/
/*    }*/
/*}*/

.home-banner {
    min-height: 700px;
    background-image: url('/wp-content/uploads/2025/11/Hero-BG.webp');
    background-position: center;
    background-size: 110%; 
}
.home-banner__image {
    width: calc(50% + 55px) !important;
}
.home-banner .row{
    flex-wrap: nowrap;
}
.home-banner .home-banner__image{
  position: relative;
  overflow: hidden;
}
.home-banner .home-banner__image img{
  height: 700px;
  position: relative;
  display: block; 
  width: 100%;  
  object-fit: cover;
  transform: scale(1);       
  transform-origin: center;  
  transition: transform 0.45s ease;  
}
.home-banner .home-banner__image:hover img,
.home-banner .home-banner__image:focus-within img{
  transform: scale(1.08); 
}
.home-banner__content h1.home-banner__title {
    display: flex;
    flex-direction: column;
}
.home-banner__content h1.home-banner__title span.home-banner__heading {
    font-size: 73px;
    width: 90%;
    font-weight: 300;
    color: #232323;
    letter-spacing: -2px;
    line-height: 84px;
}
.home-banner__content h1.home-banner__title span.home-banner__accent {
    font-size: 105px;
    width: 90%;
    font-weight: 600;
    color: #6364ab;
    text-transform: uppercase;
    letter-spacing: -2px;
}
.home-banner__content  p.home-banner__lead {
    font-size: 16px;
    color: #232323;
    width: 90%;
}
#lottie {
    width: 130px;
    height: 130px;
    transform: translate3d(0px, 0px, 0px);
    POSITION: fixed;
    z-index: 100000;
    left: calc((100% - 1320px - 280px) / 2);
}
}

.wrapper {
  max-width: 1100px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.wrapper i {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper i:active{
  transform: translateY(-50%) scale(0.85);
}
.wrapper i:first-child{
  left: -22px;
}
.wrapper i:last-child{
  right: -22px;
}
.wrapper .carousel{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
  display: none;
}
.carousel.no-transition {
  scroll-behavior: auto;
}
.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}
.carousel :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel .card {
  scroll-snap-align: start;
  height: 342px;
  list-style: none;
  background: #fff;
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
}
.carousel .card .img {
  background: #8B53FF;
  height: 148px;
  width: 148px;
  border-radius: 50%;
}
.card .img img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
}
.carousel .card h2 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 30px 0 5px;
}
.carousel .card span {
  color: #6A6D78;
  font-size: 1.31rem;
}

@media only screen and (max-width: 1640px){
    #lottie {
        margin-top:20px;
        left: calc((100% - 1020px - 180px) / 2);
    }
}
@media only screen and (max-width: 1300px){
    #lottie {
        margin-top:20px;
        left: calc((100% - 920px) / 2);
    }
}
@media only screen and (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
    	max-width: 1220px;
    } 
    #masthead #navbarSupportedContent ul {
        margin-right: -20px;
        gap: 26px;
    }
    #masthead #navbarSupportedContent ul li a {
        font-size: 16px;
    }
 
}

@media only screen and (min-width: 989px) and (max-width: 1199px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
    	max-width: 100%;
    	padding: 0 20px !important;
    }
    #masthead #navbarSupportedContent ul {
        margin-right: -30px;
        gap: 16px;
    }
    #masthead #navbarSupportedContent ul li a {
        font-size: 13px;
    }
    .home-banner__content h1.home-banner__title span.home-banner__accent {
        font-size: 85px;
     }
     
    .container.who-we-are {
        padding: 100px 0;
        margin: 82px 0;
    }
    
    div#resources {
        margin-bottom: 55px;
    }
    
    div#preventions {
        margin-bottom: 80px;
    }
    
    .what_you_need_to_know .left .content {
        width: 88% !important;
        margin: 34px auto !important;
    }
    
    .what_you_need_to_know .site-btn.need-btn {
        width: 45%;
    }
}


@media screen and (max-width: 900px) {
  .wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
  .inline-radio input[type="radio"] {
        width: 20px !important;
        height: 20px !important;
    }
    .faq{
        background-attachment: unset !important;
    }
}
@media screen and (max-width: 600px) {
  .wrapper .carousel {
    grid-auto-columns: 100%;
  }
}
/*Who we are*/
.container.who-we-are{
    padding: 100px 0;
}
.container.who-we-are .row{
    align-items: center;
}
.sub-heading{
    color:#6364AB;
    font-size: 22px;
    font-weight: bold;
}
.main-heading{
    font-size: 53px;
}
.who-we-upper-wrapper .who-we-para {
    font-size: 16px;
    margin: 24px 0 30px 0;
    color: #767676;
}
.who-we-upper-wrapper .who-we-para strong{
    color: #232323;
}

.who-we-bottom-wrapper{
    margin-top: 64px;
    text-align:center;
}

.who-we-bottom-wrapper .we_are_in_this_together{
    font-size:39.99px;
    margin-bottom:30px;
}

.who-we-bottom-wrapper .box h3{
    color: #6364B3;
    font-weight: 800;
}

.who-we-bottom-wrapper .box p{
    color:#4F4F4F;
    font-size: 20px;
    margin: 8px;
}

.who-we-bottom-wrapper .box span{
    color: #52C1AD;
    font-size:16px;
}

.right-section .box{
    padding: 30px;
    width: 90%;
    margin-left: auto;
    border: 2px solid #B5B4B4;
    border-radius: 20px;
    margin-top: 24px;
}

.right-section .box p{
    margin: 0;
}
.numbered-circle {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.numbered-circle span{
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

/*Prevetions*/
.preventions{
    padding: 100px 80px;
}
.preventions .section h3{
    color: #6364AB;
    font-size: 22px;
}
.preventions .section h2{
    color: #232323;
    font-size: 45px;
    margin-bottom: 24px;
}
.preventions .section .img{
      position: relative;
  overflow: hidden;
  border-radius: 8px;
    padding: 0;
}
.preventions .section .img img{
    width: 100%;
    height: 450px;
    object-position:bottom;
    border-radius: 8px;
    position: relative;
    display: block;
    object-fit: cover;
  transform: scale(1);       
  transform-origin: center;  
  transition: transform 0.45s ease;  
}
.preventions .section .img:hover img{
    transform: scale(1.08); 
}
.preventions-content ol,
.preventions-content ul
{
    margin: 15px;
    padding: 0;
}
.preventions-content ol li,
.preventions-content ul li{
    margin-bottom: 8px;   
}
.preventions-content ul{
    margin-left: 62px;
}

.preventions-content p{
    text-align: justify;
}
/*What you need to know section*/
.what_you_need_to_know .left{
    width: 45%;
    background-color: #6363AC;
}
.what_you_need_to_know .right{
    width: 55%;
}
.what_you_need_to_know h2{
    color: #B4B5FF;
    font-size:79px;
    text-transform: uppercase;
    font-weight: 300;
}
.what_you_need_to_know h3{
    color: #fff;
    font-size:60px;
    font-weight: 300;
}
.what_you_need_to_know hr{
    width: 139px;
    background-color: #fff;
    height: 2px;
    opacity: 1;
    margin: 55px 0 65px 0;
}
.what_you_need_to_know p{
    color: #fff;
    margin-bottom: 50px;
}
/* Button shell – AOS animates this (opacity/transform) */
.what_you_need_to_know .site-btn.need-btn {
    position: relative;
    display: inline-block;
    cursor: pointer;
    background: transparent;  /* background will come from ::before */
    overflow: hidden;
    display: flex;
    width: 40%;
}

/* Background layer (not touched by AOS) */
.what_you_need_to_know .site-btn.need-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #fff; /* default state */
    z-index: -1;
    transition: background-color 0.3s ease;
}

/* Label text – independent transition */
.what_you_need_to_know .site-btn.need-btn .need-btn__label {
    color: #6364AB;
    transition: color 0.3s ease;
}

/* Hover states – fast & snappy, AOS unaffected */
.what_you_need_to_know .site-btn.need-btn:hover::before {
    background-color: #B2B2FC;
}

.what_you_need_to_know .site-btn.need-btn:hover .need-btn__label {
    color: #fff;
}

.what_you_need_to_know .left .content{
    width: 55%;
    margin: 0 auto;
    
}
.what_you_need_to_know .right{
    position: relative;
    overflow: hidden;
}
.what_you_need_to_know .right img{
    position: relative;
  display: block; 
  width: 100%;  
  height:100%;
  object-fit: cover;
  transform: scale(1);
  transform-origin: center;  
  transition: transform 0.45s ease;  
}
.what_you_need_to_know:hover .right img{
      transform: scale(1.08); 
}
/*Modal**/
.what_you_need_to_know_modal {
    margin: 0 auto;
    max-height: 900px;
  background: #fff;
  /*max-width: 1100px;*/
  width: 80%;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
  border: 2px solid #fff;
  overflow-y: scroll;
}
.what_you_need_to_know_modal .left{
    border-right: 2px solid #fff;
}
.what_you_need_to_know_modal .left,
.what_you_need_to_know_modal .right{
    width: 50%;
}
.what_you_need_to_know_modal .left .left-up{
    height: 350px;
    width: 100%;
    background-size:cover;
    background-repeat: no-repeat;
    padding: 60px 70px;
}
.what_you_need_to_know_modal .left .left-up .content{
    width: 75%;
}

.what_you_need_to_know_modal .left .left-up h2{
    font-size: 70px;
    font-weight: 300;
    text-transform: uppercase;
    color: #B4B5FF;
}
.what_you_need_to_know_modal .left .left-up h3{
    font-size: 26px;
    color: #FFF;
}
.what_you_need_to_know_modal .left .left-down{
    height: 550px;
    width: 100%;
    background-color: #6364AB;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-size:cover;
    background-repeat: no-repeat;
    padding: 20px;
}
.what_you_need_to_know_modal .left .left-down .content{
    width: 80%;
    margin: 0 auto;
    text-align: left;
}
.what_you_need_to_know_modal .left .left-down .heading{
    padding: 10px 0;
}
.what_you_need_to_know_modal .left .left-down .heading span{
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    color: #6364AB;
    font-size: 30px;
    font-weight: 700;
    flex: 0 0 50px;
}
.what_you_need_to_know_modal .left .left-down .heading h3{
    font-size: 24px;
    color: #fff;
}
.what_you_need_to_know_modal .left .left-down .para{
    color: #fff;
}
.what_you_need_to_know_modal .right .right-up{
    height: 550px;
    width: 100%;
    padding: 65px;
}
.what_you_need_to_know_modal .right .right-up h2{
    font-size: 60px;
    font-weight: 300;
}
.what_you_need_to_know_modal .right .right-up h3{
    font-size: 24px;
}
.what_you_need_to_know_modal .right .right-up h4{
    font-size: 30px;
    color: #6566AC;
}
.what_you_need_to_know_modal .right .right-up .icons{
    text-align: center;
}
.what_you_need_to_know_modal .right .right-up .icons p{
    font-weight: 700;
    font-size: 18px;
}
.what_you_need_to_know_modal .right .right-up img{
    filter: invert(68%) sepia(20%) saturate(1200%) hue-rotate(126deg) brightness(93%) contrast(90%);
    width: 80px;
    height: 90px;
    background-size: cover;
}
.what_you_need_to_know_modal .right .right-down{
    height: 350px;
    width: 100%;
    background-size:cover;
    background-repeat: no-repeat;
}
.modal-overlay {
  position: fixed;
  inset: 0;
  display: none;            /* hidden */
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,.55);
  z-index: 9999;
  padding: 24px;
  width: 100%;
  height: 100%;
  
}

.modal-overlay.is-open {
  display: flex;
  animation: modalFadeIn .18s ease-out;
}

@keyframes modalFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}


.what_you_need_to_know_modal .modal-close-icon {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #6363AC;
  color: white;
  padding: 0;
    height: 40px;
    width: 40px;
}

/*FAQs*/
.faq{
    position: relative;
    width: 100%;
    height: 622px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.faq::before {
  content: ''; /* Required for pseudo-elements */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); /* Black overlay with 50% opacity */
  z-index: 1; /* Ensures the overlay is on top of the background image */
}

/* Optional: For content to appear above the overlay */
.faq > * {
  position: relative;
  z-index: 2; /* Ensures content is above the overlay */
}

.faq h2{
    font-size: 200px;
    color: #fff;
}
.faq p{
    font-size: 24px;
    color: #fff;
}
.faq .section{
    width:1040px;
    margin: 0 auto;
}
.faq-questions{
    padding: 100px 0;
}
.faq-question ul,
.faq-question ol {
    margin: 0 !important;
    font-size:16px;
}
.faq-question h3{
    font-size:40px !important;
}
.faq-question h4{
    font-size:24px !important;
}
.faq-question hr{
    width: 367px;
    background-color:#232323;
    margin: 58px 0;
    height: 2px;    
    opacity: 1;
}
.faq-question:last-child hr{
    display:none;
}
/*Alternatives Section */
.alternatives{
    padding: 100px 0 !important;
}
.alternatives .section {
    width: 80%;
    margin: 0 auto;
}
.alternatives .section h3{
    font-size: 22px ;
    font-weight: 600;
    color: #6566AC ;
}
.alternatives .section h2{
    font-size: 53px ;
}
.alternatives .section p{
    margin-bottom: 60px;
}
.alternatives .accordion-item button{
    height:88px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.alternatives .accordion-body{
    color: #fff;
    padding: 40px 60px;
}
.alternatives .accordion-body ul{
    margin:0px !important;
}
.alternatives .accordion-item button .icon {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 25px;
    opacity: 0.5;
    border-right: 2px solid #A9AAD1;
}
.alternatives .accordion-item button .icon::after {
    content: "";
    position: absolute;
    top: 0;
    right: -3px;
    background: #707CB1;
    height: 100px;
    width: 1px;
}
.alternatives .accordion-item button .icon i{
    transition: all .3s ease;
}
.alternatives .accordion-item button[aria-expanded="true"] .icon i{
  transform: rotate(90deg);
}
/*Contact Form*/
.contact-form{
    background-color: #6363AB;
    padding: 100px 0;
}
.contact-form .section form{
    width: 70%;
    margin: 0 auto;
}
.contact-form .section h3{
    color: #B4B5FF;
    font-size: 22px;
}
.contact-form .section h2{
    color: #fff;
    font-size: 53px;
}
.contact-form .section p:not(form p){
    width: 70%;
    margin: 0 auto;
    color: #fff;
    margin: 25px auto;
}
.contact-form .form p{
    color: #fff;
    text-align: left;
}
.contact-form .form .inline-radio .wpcf7-list-item label{
    flex-direction: row-reverse;
}


.contact-form .wpcf7-response-output {
    float: right;
    width: 64%;
    margin-top: -15px !important;
    text-align: left;
    border:none !important;
    color:#fff;
}
.contact-form .contact-btn-submit {
    float: left;
    width: 20%;
}

.wpcf7-form-control-wrap { display:block; width:100%; }

.contact-form .form label,
.contact-form .form label input{ width:100%; }

.contact-form .form label input,
.contact-form .form span input{ height:58px; }

.contact-form .form label input::placeholder,
.contact-form .form label textarea::placeholder,
.contact-form .form span input::placeholder{ color:black; }

.contact-form .form input:not(input[type="radio"], input[type="submit"]), .contact-form .form textarea {
    margin-top: 16px;
    outline: none;
}
.contact-form .form label {
    width: 100%;
    font-weight: 600;
}
.contact-form .form .wpcf7-submit{
    padding: 0 32px;
    background-color: #FFFFFF;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 18px;
    text-decoration: none;
    color: #6364AB;
    font-weight: 600;
    transition: all 0.3s ease;
}
.contact-form .form .wpcf7-submit:hover{
    background-color: #b4b5ff;
    color: #fff;
}

.contact-form .form .wpcf7-submit:visited{
    color: #fff;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea{
  width:100%;
  padding:12px 16px;
  border:1px solid #dedede;
  background:#fff;
  box-sizing:border-box;
}

.two-col{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /*margin-bottom: 40px;*/
}
.two-col .field, .two-col > p {
    flex: 0 0 49%;
}
.two-col .field label{ display:block; margin-bottom:8px; font-weight:600; }

.two-col.align-middle{ align-items:center; }

.inline-radio{
  display:flex;
  align-items:center;
  gap:18px;
}
.inline-radio .group-label{
  font-weight:600;
  margin-right:6px;
}
.inline-radio .wpcf7-list-item{ margin:0 14px 0 0; }
.inline-radio .wpcf7-list-item label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  cursor:pointer;
}
.inline-radio input[type="radio"]{
  width:auto; height:auto; margin:0;
}

.field.inline-radio .wpcf7-radio {
    padding-left: 30px;
}
.field.inline-radio > p {
    margin: 0;
}
.wpcf7 textarea{ min-height:220px; }

@media (max-width: 640px){
  .two-col{ grid-template-columns: 1fr; }
}
/*Footer*/
#footer{
    background-position: center;
    padding: 100px 0 45px 0;
}
#footer a.custom-logo-link img {
    width: 214px;
    height: 73px;
}
#footer .footer1-heading, 
#footer .footer2-heading{
    color:#6363AB;
    font-size: 16px;
}
#footer ul li a{
    color:black;
    font-size: 16px;
}
#footer ul li{
    display: flex;
    align-items:center;
}
#footer ul .footer2_email::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free"; /* Specify the font family */
  font-weight: 900; 
  margin-right: 12px;
  color: #52C1AD;
}
#footer ul .footer2_phone::before {
  content: "\f2a0";
  font-family: "Font Awesome 6 Free"; /* Specify the font family */
  font-weight: 900; 
  margin-right: 12px;
  color: #52C1AD;
}
#footer ul .footer2_location::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Free"; /* Specify the font family */
  font-weight: 900; 
  margin-right: 12px;
  color: #52C1AD;
}


@media (max-width: 988px) {
    /*.home-banner__content {*/
    /*    padding-inline: 25px !important;*/
    /*}*/
    #masthead {
        height: auto;
        background-color: #fff;
        background-image: unset !important;
    }
    .navbar>.container{
        justify-content: space-between !important;
    }

    #masthead a.custom-logo-link img {
        width: 180px;
        height: auto;
    }

    #masthead #navbarNav {
        left: 10px;
    }

    #masthead #navbarNav ul {
        gap: 15px;
    }

     #masthead .navbar-toggler {
        display: block;
        border: none;
        outline: none;
        padding: 0;
      }
     #masthead .navbar-toggler:focus{
         box-shadow: none;
     }
    #masthead .navbar-toggler i{
        color: #6364AB;
        font-size: 30px;
    }
    #masthead .navbar-collapse {
        width: 100%;
        padding: 40px 14px;
    }
    #masthead nav.navbar .container-fluid{
        padding-inline: 0;
    }
    #masthead ul#primary-menu li:first-child a::after {
    	left: -14px;
    }
    #masthead #navbarNav ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        background-color: white !important;
        padding: 10px 0;
    }

    #masthead #navbarNav ul li {
        width: 100%;
        text-align: center;
    }

    #masthead ul#primary-menu li a {
        font-size: 12px;
        color: black !important;
    }
    .home-banner{
        background-image: unset !important;
        background-color: #fff;
        height: auto;
        
    }
    .home-banner__content{
        padding-top: 20px !important;
        padding-bottom: 120px;
        position: relative;
        padding-inline: 12px !important;
    }
    .home-banner .row{
        flex-wrap: wrap !important;
    }
    .home-banner__content h1.home-banner__title span.home-banner__heading {
    	font-size: 42px;
    	width: 100%;
    	letter-spacing: -1px;
    	line-height: 52px;
    }
    .home-banner__content h1.home-banner__title span.home-banner__accent {
    	font-size: 62px;
    	width: 100%;
    	font-weight: 500;
    }
    .home-banner__content p.home-banner__lead {
    	 width: 90%; 
    }
    .home-banner .home-banner__image img{
        height: 410px;
    }
    .home-banner .home-banner__image {
    position: relative;
    overflow: hidden;
    width: 100% !important;
}
    #lottie {
    	width: 150px;
        height: 220px;
        position: absolute !important;
        right: 20px !important;
        padding: 40px 0;
        left: auto;
        top: 255px;
        top: 353px;
        position: fixed !important;
    }
    .who-we-upper-wrapper {
    	padding: 0 40px;
    }
    .main-heading {
    	font-size: 44px;
    	font-weight: 500;
    }
    .who-we-bottom-wrapper .we_are_in_this_together {
    	font-size: 45px;
    	margin-bottom: 0px;
    }
    .who-we-bottom-wrapper .box h3 {
    	font-weight: 900;
    	font-size: 60px;
    	margin-top: 40px;
    }
    .who-we-bottom-wrapper .box p, .who-we-bottom-wrapper .box span {
    	width: 85%;
    	margin: 0 auto;
    	display: block;
    }
    .who-we-bottom-wrapper .box span {
    	font-weight: 600;
    	margin-top: 8px;
    }
    .right-section{
        padding: 0 12px;
    }
    .right-section .box {
    	padding: 20px;
    	width: 100%;
    	margin-left: 0;
    }
    .right-section h3 {
    	font-size: 18px;
    	font-weight: bold;
    	color: #232323;
    }
    .right-section P {
    	font-size: 12px;
    }
    .container.who-we-are .row {
    	--bs-gutter-x: 0;
    }
    .preventions {
    	padding: 40px 40px;
    }
    .sub-heading, .alternatives .section h3 {
    	font-weight: 600;
    	text-align: left !important;
    	font-size: 18px;
    }
     .contact-form .section h3 {
    	font-weight: 600;
    	font-size: 18px;
    }
    .main-heading, .alternatives .section h2 {
    	text-align: left !important;
    	font-size: 45px;
    }
    .preventions p, .alternatives .section p{
        text-align: left !important;
    }
    .preventions .section .img img {
    	height: 224px;
    }
    .bottom-prevent, .prevent-bottom {
    	padding: 0 !important;
    }
    .preventions .section .img {
    	margin-bottom: 40px;
    }
    .what_you_need_to_know {
    	flex-direction: column-reverse;
    }
    .what_you_need_to_know > div{
        width: 100% !important;
        min-height: 300px;
    }
    .what_you_need_to_know .right img{
        display: unset;
    }
    .what_you_need_to_know .left .content {
    	width: 100%;
    	padding: 40px;
    }
    .what_you_need_to_know h2 {
    	font-size: 62px;
    }
    .what_you_need_to_know h3 {
    	font-size: 48px;
    }
    .alternatives {
    	padding: 50px 0 0 !important;
    }
    .alternatives .section {
    	width: 100%;
    	margin: 0;
    	padding: 0 40px;
    	text-align: left !important;
    }
    .accordion .accordion-item {
    	border: none;
    	border-radius: 0;
    }
    .alternatives .accordion-item button{
        border: none;
        border-radius: 0;
        font-size: 20px;
        display: flex;
    	align-items: center;
    	padding: 0;
    	text-align: center;
    }
    .alternatives .accordion-item button .icon {
	    position: relative; 
    	flex: 0 0 70px;
    	width: 70px;
    }
    .acc-btn-text{
        margin: 0 auto;
    }
    .faq h2 {
    	font-size: 100px;
    	letter-spacing: 2px;
    }
    .faq p {
    	font-size: 16px;
    	color: #fff;
    	font-weight: 500;
    	width: 75%;
    	margin: 0 auto;
    }
    .faq {
    	height: 310px;
    }
    .faq-questions {
    	padding: 40px;
    }
    .faq-question h3 {
    	font-size: 30px !important;
    }
    .faq-question h4 {
    	font-size: 18px !important;
    	margin-top: 20px;
    }
    .faq-question ol li, .faq-question ul li {
    	margin-bottom: 10px;
    }
    .faq-question hr {
    	width: 100%;
    	margin: 30px 0;
    }
    .contact-form {
    	background-color: #6363AB;
    	padding: 40px;
    }
    .contact-form > .container{
        padding: 0;
    }
    .contact-form .section h2 {
    	font-size: 45px;
    } 
    .contact-form .section p:not(form p) {
    	width: 100%;
    	font-size: 16px;
    }
    .contact-form .section form{
        width: 100%;
    }
    .two-col {
    	flex-direction: column;
    }
    .two-col.align-middle {
    	align-items: flex-start;
    }
    .field.inline-radio .wpcf7-radio {
    	padding-left: 0;
    }
    .two-col.align-middle > p {
    	margin: 0;
    }
    .wpcf7 textarea {
    	padding: 32px;
    }
    .contact-form .form .wpcf7-submit {
    	margin: 0 auto !important;
    	display: flex;
    }
    .footer-nav {
    	display: none !important;
    }
    #footer > div {
    	justify-content: center !important;
    }
    #footer {
    	padding: 40px 0;
    }
    #footer span {
    	font-size: 12px;
    	width: 55%;
    	display: block;
    	margin: 0 auto;
    	line-height: 20px;
        margin-top: -20px;
    }
    .post, .page {
    	margin: 0;
    }   
    
    /*Model */
     .modal-overlay {
        padding: 16px 10px;
      }
    
      .what_you_need_to_know_modal {
        flex-direction: column;
        width: 100%;
        max-width: 420px;                 /* like the design */
        max-height: calc(100vh - 32px);   /* keep inside viewport */
        border-radius: 20px;
        overflow-y: auto;
      }
    
      .what_you_need_to_know_modal .left,
      .what_you_need_to_know_modal .right {
        width: 100%;
      }
    
      .what_you_need_to_know_modal .left {
        border-right: none;
        border-bottom: 2px solid #fff;
      }
    
      /* remove fixed heights so content can grow naturally */
      .what_you_need_to_know_modal .left .left-up,
      .what_you_need_to_know_modal .left .left-down,
      .what_you_need_to_know_modal .right .right-up,
      .what_you_need_to_know_modal .right .right-down {
        height: auto;
      }
    
      /* top image / title area */
      .what_you_need_to_know_modal .left .left-up {
        padding: 32px 24px;
        background-position: center;
      }
      .what_you_need_to_know_modal .left .left-up .content {
        width: 100%;
      }
      .what_you_need_to_know_modal .left .left-up h2 {
        font-size: 40px;
      }
      .what_you_need_to_know_modal .left .left-up h3 {
        font-size: 20px;
      }
    
      /* purple text area */
      .what_you_need_to_know_modal .left .left-down {
        padding: 24px 20px 32px;
      }
      .what_you_need_to_know_modal .left .left-down .content {
        width: 100%;
      }
    
      /* right side content */
      .what_you_need_to_know_modal .right .right-up {
        padding: 32px 24px;
      }
      .what_you_need_to_know_modal .right .right-up .content{
        flex-direction: column;
        text-align: center;
      }
      .what_you_need_to_know_modal .right .right-up h2 {
        font-size: 32px;
      }
      .what_you_need_to_know_modal .right .right-up h3 {
        font-size: 18px;
      }
      .what_you_need_to_know_modal .right .right-up h4 {
        font-size: 22px;
      }
    
      /* bottom image */
      .what_you_need_to_know_modal .right .right-down {
        min-height: 200px;
        background-position: center;
      }
    
      /* close button – keep nicely inside the rounded corner */
      .what_you_need_to_know_modal .modal-close-icon {
        top: 12px;
        right: 12px;
      }
      
      .what_you_need_to_know .site-btn.need-btn {
          width: 60%;
      }
      
      .slider-section .container {
        padding: 0;
        padding-bottom: 74px;
    }
    .slider-section .owl-carousel .owl-item {
        padding: 0px 62px;
    }
    
    .section.section--alternatives {
        margin-bottom: 54px;
    }
}

@media (max-width: 767px) {
    .home-banner__content {
        padding-inline: 25px !important;
    }
    #masthead nav.navbar .container-fluid {
        padding-inline: 15px;
        padding-top: 7px;
    }
    #masthead a.custom-logo-link img {
        width: 150px;
        height: auto;
    }

    #masthead #navbarNav {
        left: 0;
    }
    #masthead #navbarNav ul {
        display: block;
        width: 100%;
        padding: 0;
    }

    #masthead #navbarNav ul li {
        width: 100%;
        text-align: left;
    }

    #masthead ul#primary-menu li a {
        font-size: 16px;
        padding-left: 10px;
        color: #6364ab !important;
        text-transform: capitalize;
        font-weight: 700;
    }
    .slider-section .container .mb-5{
        padding: 0 46px;
    }
    
    .slider-section .container {
        padding: 0;
        padding-bottom: 74px !important;
    }
    
    .slider-section .owl-carousel .owl-item {
        padding: 0px 62px !important;
    }
    
    
    /*Model */
      .what_you_need_to_know_modal {
      }
      .what_you_need_to_know_modal .left .left-up h2 {
        font-size: 54px;
        text-align: center;
    }
    .what_you_need_to_know_modal .left .left-up h3 {
        font-size: 20px;
        width: 75%;
        margin: 0 auto;
        text-align: center;
    }
   
      
    /*.contact-form {*/
    /*    padding-bottom: 100px;*/
    /*}*/
    .contact-form .contact-btn-submit {
        float: none;
        width: 20%;
    }
    .contact-form .wpcf7-response-output {
        float: none;
        width: 100%;
        margin-top: 0;
        text-align: center;
        color: #fff;
    }
}





