@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&family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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&family=Sora:wght@100..800&display=swap');

:root {
    --primary-color: #211C6A;
    --secondary-color: #594EF9;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "saro", sans-serif;

}

body {
    background: #e2e2e2;
    font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Sora', sans-serif;
}

h2 {
    font-size: 44px;
}

p {
    margin-bottom: 0px;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
}

img {
    border-radius: 43px;
}

nav.navbar.navbar-expand-lg.bg-white.shadow-sm {
    padding: 20px 0;
    position: sticky;
    top: 0;
}
#navbarNavDropdown {
    justify-content: space-between;
}
ul.navbar-nav.mx-auto {
    display: flex;
    gap: 35px;
    color: #000;
    font-size: 16px;
}

ul.navbar-nav a {
    color: #000;
}

a.nav-link.active {
    text-decoration: underline;
    font-size: 17px;
}

.get-quote-btn {
    display: flex;
    color: white;
    text-decoration: none;
}

.get-quote-btn span {
    background: var(--primary-color);
    padding: 10px 20px;
    border-radius: 21px;
    color: white !important;
}

i.bi.bi-arrow-up-right {
    background: var(--primary-color);
    color: white;
    padding: 7px 12px;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 900;
}

.get-quote-btn:hover i.bi.bi-arrow-up-right {
    transform: rotate(45deg);
    transition: 0.5s ease;
}

/* hero section start */

.hero-section {
    background: url(../assets/image/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.hero-section-inner {
    display: flex;
    align-items: center;
    padding: 70px 0px;
}

h1.hero-sec-heading {
    font-size: 70px;
    font-weight: 700;
}

h1.hero-sec-heading span {
    color: #877EFF;
}

.hero-section-inner p {
    font-size: 22px;
}


a.primary-btn {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
}

a.primary-btn span {
    background: #fff;
    padding: 10px 20px;
    border-radius: 21px;
    font-weight: 500;
}

a.primary-btn:hover span {
    background: var(--secondary-color);
    color: #fff;
}

a.primary-btn:hover i.bi.bi-arrow-up-right {
    background: var(--secondary-color) !important;
    color: #fff !important;
    transform: rotate(45deg);
}

.arrow-btn {
    background: #fff !important;
    color: #000 !important;
    padding: 7px 12px !important;
}

/* hero section ends */





/* marque sec start  */

marquee {
    font-size: 46px;
    font-weight: 400;
    padding: 10px 0;
    background-color: #E2E0FF;
}

/* marque sec end  */

/* about section start  */

.about {
    padding: 50px 0;

}

img.about-sec-img {
    border-radius: 47px;
    width: 100%;

}

.about-section-content {
    background: var(--primary-color);
    padding: 45px 40px;
    color: white;
    border-radius: 43px;
}

.about-section-content h2 {
    font-size: 39px;

}

.about-section-content .btn-wrapper {
    margin-top: 20px;
}

.about-section-content span {
    font-weight: 700;
}

p.about-heading {
    display: inline-block;
    height: 42px;
    width: 160px;
    background: #594EF9;
    padding: 4px 20px;
    font-size: 22px;
    border-radius: 21px;
}

.about-heading img {
    padding: 7px;
    height: 20px;
    width: 20px;
}
.small-heading.work-heading{
    width: 180px;
}

/* about section end */


/* service section starts */

.our-services {
    width: 100%;
    padding: 0px 0px 50px;
}

.small-heading {
    display: inline-block;
    height: 35px;
    width: 165px;
    background: #ffffff;
    padding: 4px 10px;
    font-size: 18px !important;
    border-radius: 28px;
    border: 1px solid #D4D4D4;
}

.small-heading img {
    padding: 5px;
    height: 17px;
    width: 17px !important;
}

.our-service-content {
    background: white;
    border-radius: 43px;
    padding: 30px 25px;
}


.our-services h2 {
    font-size: 44px;
}

.our-services p {
    font-size: 18px;
}

.owl-carousel .item .card {
    border-radius: 12px;
    padding: 80px 18px;
    background: #f9f9f9;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    height: 400px;
}

.owl-carousel .item .card a {
    color: #000;
    text-decoration: none;
}

/* Styles for the custom navigation at the bottom */
.custom-nav .owl-prev,
.custom-nav .owl-next {
    display: inline-block;
    height: 45px;
    width: 45px;
    font-size: 18px;
    border-radius: 9px;
    color: #333;
    padding: 4px 10px;
    border: 1px solid #ccc;
    background: #E2E2E2;
    margin: 0 5px;
    transition: all 0.3s ease;
}

/* .custom-nav .owl-prev:hover,
.custom-nav .owl-next:hover {
    background-color: #007BFF;
    color: #fff;
} */
.slider-wrapper {
    margin-top: 50px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 160px;
    height: 160px;
    background: #ffffff;
    padding: 40px;
    border-radius: 38px;
}

.owl-carousel .item .card:hover {
    background: var(--primary-color);
    color: #fff;
}

.card:hover img {
    background: #877EFF;
    /* filter: grayscale(100%) invert(100% ); */
}

.owl-carousel .item .card:hover a {
    color: #fff;
}

/* service section ends */




/* mold crisis section start  */

.mold-crisis {
    background: var(--primary-color);
    padding: 50px 0px;
}


.mold-section-content span {
    font-weight: 700;
}

.mold-crisis-img {
    border-radius: 43px;
}

.mold-crisis-heading {
    display: inline-block;
    height: 35px;
    width: 150px;
    background: #ffffff;
    padding: 4px 10px;
    font-size: 18px !important;
    border-radius: 28px;
    border: 1px solid #F5F5F5;
    color: #000000;
}

.mold-crisis-heading img {
    padding: 5px;
    height: 17px;
    width: 17px;
}

.mold-feature {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    background: white;
    padding: 20px;
    color: black;
    border-radius: 26px;
}

p.list-no {
    font-size: 45px !important;
    color: white;
    background: var(--secondary-color);
    padding: 5px 15px;
    border-radius: 20px;
}

.service-img {
    border-radius: 43px;
}

.mold-feature h3 {
    font-size: 28px;
}

.mold-feature p {
    font-size: 16px;
}

/* mold crisis section start  */

/* where-it-work-section */


.cards-wrapper {
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 30px;
    margin-top: 40px;
}

.work-card {

    padding: 40px;
    border-radius: 28px;
    background: #ffffff;
    height: 250px;
}

.work-card:hover {
    background-color: #D4D4D4;
}

.work-card p {
    font-size: 24px;
    margin-top: 5px;
}

.work-card img {
    border-radius: 0px;
}

/* where-it-work-section end */

/* request audit section start  */
.request-audit {
    padding: 50px 0px;
}

.request-audit-container {
    background-color: var(--primary-color);
    padding-right: 0px !important;
    border-radius: 43px;
}

.audit-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 45px;
}

.request-audit-container .col-md-6 {
    padding-right: 0;
}

.audit-content h2 {
    font-size: 60px;
}

.audit-content p {
    font-size: 22px;
}



/* request audit section end  */

/* testimonial section start  */


section.our-tertimonial {
    margin: 0px 0px 50px;
}


p.small-heading.testimonial-heading {
    width: 190px;
    border: 1px solid #D4D4D4;
}

section.our-tertimonial .container {
    background: #fff;
    padding: 40px 30px;
    border-radius: 43px;
}

.testimonial-cards {
    background: #F5F5F5;
    padding: 43px 25px;
    border-radius: 26px;
    font-size: 18px;
}

.testimonial-img-cards {
    background: #F5F5F5;
    padding: 20px 10px;
    border-radius: 26px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.testimonial-content {
    padding: 15px 0px;
}

/* testimonial section end  */


/* contact-us section start  */
.contact-us-container {
    background: var(--primary-color);
    border-radius: 43px;
    padding: 20px 0px 0px 30px;
}

.col-md-6.form-wrapper {
    padding-top: 40px;
}

.contact-us-container h2 {
    font-size: 49px;
}

.contact-heading {
    background: var(--secondary-color) !important;
    color: #fff !important;
    border: none !important;
    padding: 4px 10px !important;
}

.contact-us-form input {
    width: 100%;
    height: 50px;
    padding: 15px;
    border-radius: 11px;
}

.contact-us-form textarea {
    width: 100%;
    height: 145px;
    padding: 15px;
    border-radius: 11px;
}

button.contact-btn {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    background: none;
    border: none;
}

.contact-btn span {
    background: #fff;
    padding: 10px 20px;
    border-radius: 21px;
}

.contact-btn:hover span,
.contact-btn:hover i.bi.bi-arrow-up-right {
    background: var(--secondary-color) !important;
    color: #fff !important;
}

.contact-btn:hover i.bi.bi-arrow-up-right {
    transform: rotate(45deg);
}

/* contact-us section end */

/* about us page css  */

/* banner section start  */

.banner-section {
    background: url('../assets/image/banner-img.png') center center no-repeat;
    background-size: cover;
    height: 100vh;
    display: flex;
    padding-top: 35px;
}

.banner-content {
    color: #fff;
    text-align: center;
}

.banner-content h1 {
    font-size: 54px;
    font-weight: bold;
    line-height: 1.4;
}

.banner-content p {
    font-size: 1.25rem;
    padding-bottom: 15px;
}

.banner-content span {
color: #877EFF;}

.breadcrumb-text {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.contact-us-btn {
    text-decoration: none;
    font-weight: 500;
}

.contact-us-btn span {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 21px;
    transition: background 0.3s ease;
}

.contact-us-btn i.bi {
    background-color: var(--secondary-color);
    color: white;
    padding: 6px 12px;
    border-radius: 50%;
    transition: transform 0.5s ease;
}

.contact-us-btn:hover i.bi {
    transform: rotate(45deg);
}


/* banner section end  */
.our-leader img{
    border-radius: 0px;
}

/* img section start  */
.img-section {
    margin-top: -240px;
}

.right-img,
.left-img {
    margin-top: -90px;
}

.right-img img,
.left-img img,
.center-img img {
    border-radius: 43px;

}

.img-section .container {
    display: flex;
    gap: 30px;
}

/* img section end */
/* about-us section start  */


section.about-us {
    padding: 60px 0px;
}

.about-us .container {
    background: #fff;
    padding: 40px 30px;
    border-radius: 43px;
}

p.small-heading.about-us {
    width: 120px;
}

.about-us .about-content {
    font-size: 18px;
    padding: 15px 0px;
}

/* about-us section end  */


/* our number section  */

.our-numbers .container {
    background: var(--primary-color);
    padding: 40px 30px;
    border-radius: 43px;
}

.our-numbers span {
    font-size: 65px;
    color: var(--secondary-color);
    font-weight: 600;
}

.our-numbers p {
    font-size: 24px;
    color: white;
    text-transform: capitalize;
}

.number-heading {
    color: #000 !important;
}

.row.counter {
    padding: 20px;
}

/* our number end  */

/* our mission section start */

.our-mission .container {
    padding: 40px 30px;
    background: #fff;
    border-radius: 43px;
}

.our-mission h3 {
    font-size: 38px;
}

.our-mission-heading {
    width: 145px;
}

.col-md-6.our-mission-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* our mission section start */

/* faq section start  */


.faq-section {
    padding: 4rem 1rem;
    color: white;
}

.faq-section .container {
    background: var(--primary-color);
    padding: 20px;
    border-radius: 43px;
}

.faq-header {
    text-align: center;
    margin-bottom: 2rem;
}

.faq-header .badge {
    background: white;
    color: #251d64;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-weight: 500;
    font-size: 18px;
}

.faq-header h2 {
    margin-top: 1rem;
    font-size: 2rem;
    text-transform: capitalize;
}

.accordion {
    max-width: 800px;
    margin: 0 auto;
}

.accordion-item {
    background: white;
    border-radius: 10px;
    margin-bottom: 1rem;
    overflow: hidden;
    color: black;
}

.accordion-title {
    padding: 1rem 1.25rem;
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: white;
    transition: background 0.3s ease;
}

.accordion-title:hover {
    background: #f3f3f3;
}

.accordion-title .icon {
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding: 0 1.25rem;
    background: white;
    transition: max-height 0.4s ease;
}

.accordion-content.open {
    padding: 1rem 1.25rem;
}

.accordion-item.open .accordion-content {
    max-height: 500px;
}

.accordion-item.open .icon::before {
    content: "×";
}

.accordion-item:not(.open) .icon::before {
    content: "+";
}





/* faq section end  */


/* about us page css end */
/* ------------------------------------------------------------------------------------------------------  */

/* service page css starts */
.where-we-protect .container {
    background-color: #251d64;
    border-radius: 20px;
    padding: 50px 40px;
}

.where-we-protect .col-md-3:nth-child(4),
.where-we-protect .col-md-3:nth-child(8) {
    border-right: none;


}

.where-we-protect .col-md-3:nth-child(4) {
    border-bottom: 1px solid #372FA2;
}

.where-we-protect .col-md-3:nth-child(1),
.where-we-protect .col-md-3:nth-child(2),
.where-we-protect .col-md-3:nth-child(3) {
    border-bottom: 1px solid #372FA2;
    border-right: 1px solid #372FA2;
}

.where-we-protect .col-md-3:nth-child(5),
.where-we-protect .col-md-3:nth-child(6),
.where-we-protect .col-md-3:nth-child(7) {
    border-right: 1px solid #372FA2;
}

.item-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0px;
}

.item-box p {
    font-size: 26px;
}

.number-box {
    background: linear-gradient(to right, #FFFFFF 0%, #D4D4D4 100%);
    color: var(--secondary-color);
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 24px;
}

.service-section .container {
    padding: 40px 30px;
    border-radius: 43px;
    background: #fff;
}

.service-img-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.service-img-wrapper p {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
    font-size: 18px;
}

.service-img-wrapper span {
    color: var(--secondary-color);
    font-size: 54px;
    font-weight: 600;
}

.service-heading {
    width: 115px;
}

.service-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-content p {
    font-size: 18px;
}

span.counter-value {
    font-size: 54px;
    color: var(--secondary-color);
    font-weight: 600;
}

.service-counter {
    display: flex;
    gap: 40px;
    border-top: 1px solid;
}

.service-counter div:nth-child(2) {
    border-left: 1px solid;
    padding-left: 30px;
}

/* our vision section start  */
.our-vision .container {
    background: #fff;
    padding: 40px 30px;
    border-radius: 43px;
}

.col-md-6.our-vision-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
}

.our-vision-content h3 {
    font-size: 40px;
}

.our-vision-heading {
    width: 130px;
}

.our-vision-content span {
    display: inline-block;
    background: #D3D0FF;
    border-radius: 13px;
    padding: 10px;

}

/* our vision section ends  */

/* our feature section start  */


.cards {
    background-color: #fff;
    /* optional: use your design color */
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.cards:hover {
    transform: translateY(-5px);
}

.card-img {
    max-width: 80px;
    height: auto;
}


/* our feature section ends */


/* service page css end  */

/* ------------------------------------------------------------------------------------------------------  */

/* industries section start  */

.why-choose-us .container {
    background: #fff;
    padding: 40px 30px;
    border-radius: 43px;
}

.benifit-sec-heading {
    width: 110px;
}

.content-benifit-sec {
    padding: 43px;
    background: var(--primary-color);
    border-radius: 43px;
}

.benefit-card {
    background: #615BB3;
    border-radius: 20px;
    height: 100%;
    min-height: 205px;
    display: flex;
    justify-content: end;
    flex-direction: column;
}

.benefit-card h6 {
    font-size: 22px;
}

.benefit-card p {
    font-size: 18px;
}

/* protection section :start  */

.protection-sec .container {
    background: url(../assets/image/Hotle-background.png);
    border-radius: 43px;
    padding: 25px 53px 0px;
}


/* protection section end  */

/* industries section end  */


/* ------------------------------------------------------------------------------------------------------  */

/* case studies page  start */
.case-studies-card img {
    height: 500px;
    width: 600px;
}
.col-md-6.case-studies-card {
    padding: 20px 10px;
}

.card-content {
    padding: 30px 25px;
    color: black;
}

span.date {
    background: #D3D0FF;
    padding: 10px 15px;
    border-radius: 27px;
    color: var(--primary-color);
}

.card-content h3 {
    margin-top: 15px;
    font-size: 24px;
}

.card-content p {
    font-size: 18px;
}

p.name {
    color: #000000;
    opacity: 50%;
}

/* case studies page end */




/* ------------------------------------------------------------------------------------------------------  */

/* contact us page  */

.details-container {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px 0px;
    font-size: 18px;
}

.info-wrapper {
    padding: 70px 20px;
    background: #fff;
    border-radius: 43px;
}

.info-wrapper .icon {
    background: var(--secondary-color);
    color: white;
    padding: 12px 17px;
    border-radius: 50%;
    font-size: 25px;
}

.details-container a {
    color: black;
    text-decoration: none;
}

.details-container p {
    color: var(--secondary-color);
    font-size: 18px;
}

.form-section {
    background: var(--primary-color);
    border-radius: 43px;
    padding: 54px 40px;
}

button.contact-us-btn.contact-us-btn.d-inline-flex.align-items-center.gap-1 {
    background: none;
    border: none;
}

label.form-label {
    display: none;
}

.form-section form {
    padding-top: 42px;
}

.form-section input {
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #5952BF !important;
    border: none;
    padding: 15px 5px;
    color: white;
}

.form-section input::-webkit-input-placeholder,
.form-section textarea::-webkit-input-placeholder {
    color: white;
    font-size: 18px;
}

.form-section input::-webkit-input-placeholder span,
.form-section textarea::-webkit-input-placeholder span {
    color: var(--secondary-color);
}

.form-section textarea {
    width: 100%;
    background: transparent;
    border-bottom: 1px solid #5952BF !important;
    border: none;
    padding: 15px 5px;
    color: white;
}
.input-field{
    display: flex;
    justify-content: flex-end;
}

/* contact us page  */

/* ------------------------------------------------------------------------------------------------------  */



/* footer section start  */
.footer-section {
    background: #000;
    color: white;
}

.address-info {
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.quick-links {
    width: 20%;
}

ul.list-unstyled {
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-transform: capitalize;
}

ul.list-unstyled li a {
    text-decoration: none;
}

.newsletter-form {
    background: #161616;
    color: white;
}

.newsletter-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}
#imc2g {
    text-align: end !important;
}

.newsletter-form input[type="email"] {
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid #696969;
    padding: 10px;
    color: #fff;
}

#ib2a {
    padding: 0 !important;
    width: 100% !important;

}
#ivrac {
    border-radius: 23px;
    padding: 10px 15px !important;
    margin-top: 0 !important;
    margin-left: 6px !important;
    color: #ffffff;
    border: 1px solid !important;
    font-weight: 600 !important;
    background-color: transparent !important;
    
}
#ivrac:hover{
background: white !important;
color: #000;
transition: 0.3s ease;
}

button.subscribe-btn {
    background: transparent;
    color: white;
    padding: 10px;
    border: none;
    border-bottom: 1px solid #696969;
}


.subscribe-btn i.bi.bi-arrow-up-right {
    background: transparent !important;
    font-size: 16px !important;
}

.copyright-section {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

ul.social-links {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.copyright-section a {
    text-decoration: none;
    color: #fff;
}

button.back-to-top {
    display: inline-block;
    height: 75px;
    width: 50px;
    font-size: 35px;
    color: white;
    background: transparent;
    border: 1px solid;
    border-radius: 41px;
    position: fixed;
    left: 40px;
    bottom: 48%;
}

.wpcf7-not-valid-tip {
    color: #fe0202 !important;
}
.wpcf7 form.invalid .wpcf7-response-output{
    color: #fff;
}
.es_subscription_message.success {
    color: #19ff19 !important;
    display: inline-block;
    width: 700px;
    padding-left: 20px;
}
.es_subscription_message.error {
    color: #ff0000;
    font-size: 16px;
    margin-left: 70px;
}

.case-studies-card img {
    width: 100%;
}
.details-container:nth-of-type(3) .icon {
    padding: 12px 20px;
}
.post-thumbnail img{
    width: 40%;
}
.single-location-page{
    font-size: 18px;
    font-weight: 500;
}
.page-content p {
    font-size: 60px;
    text-align: center;
}
.wpcf7-spinner{
    background-color: #5a5ab1 !important;
}
.wpcf7 form.sent .wpcf7-response-output{
    color: #FFF !important;
}
.card-body h5.card-title {
    font-size: 22px !important;
}
/* footer section end  */