/* ############################## Font's start ##################### */

html {
    scroll-behavior: smooth;
}

/* Fonts For Heading */

@font-face {
    font-family: 'plus-jakarta-sans';
    src: url('../fonts/plus-jakarta-sans/PlusJakartaSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/plus-jakarta-sans/PlusJakartaSans-ExtraBold.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'plus-jakarta-sans';
    src: url('../fonts/plus-jakarta-sans/PlusJakartaSans-Bold.woff2') format('woff2'),
        url('../fonts/plus-jakarta-sans/PlusJakartaSans-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'plus-jakarta-sans';
    src: url('../fonts/plus-jakarta-sans/PlusJakartaSans-SemiBold.woff2') format('woff2'),
        url('../fonts/plus-jakarta-sans/PlusJakartaSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'plus-jakarta-sans';
    src: url('../fonts/plus-jakarta-sans/PlusJakartaSans-Regular.woff2') format('woff2'),
        url('../fonts/plus-jakarta-sans/PlusJakartaSans-Regular.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'plus-jakarta-sans';
    src: url('../fonts/plus-jakarta-sans/PlusJakartaSans-Medium.woff2') format('woff2'),
        url('../fonts/plus-jakarta-sans/PlusJakartaSans-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'plus-jakarta-sans';
    src: url('../fonts/plus-jakarta-sans/PlusJakartaSans-Light.woff2') format('woff2'),
        url('../fonts/plus-jakarta-sans/PlusJakartaSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'plus-jakarta-sans';
    src: url('../fonts/plus-jakarta-sans/PlusJakartaSans-ExtraLight.woff2') format('woff2'),
        url('../fonts/plus-jakarta-sans/PlusJakartaSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Fonts For Numbers */
@font-face {
    font-family: 'editor-note';
    src: url('../fonts/editors-note/EditorsNote-Medium.woff2') format('woff2'),
        url('../fonts/editors-note/EditorsNote-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* ############################## global classes start ##################### */
:root {
    /* Typography tokens from Figma */
    --camo-body-font: 'plus-jakarta-sans', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

    /* Brand  ver*/
    --brand-primary: #14357A;
    /* Navy-based trust color (good for pressure washing) */
    --brand-accent: #FC621A;
    --slider-color: #05327F;
    /* Orange (contrast punch) */

    /* brand support */
    --support-red: #A53906;
    --support-sky: #19ABC8;
    --support-blue: #26419C;

    /* Brand Utility  colors*/
    --text-btn-primary: #006082;
    --text-primary: #1B2A41;
    --text-scondery: #4C6C87;
    --neutral-white: #FFFFFF;
    --tag-green: #19AAC73B;
    --drag-blue: #19AAC7;
    --shadow-cyan: #1AACCA;

    /* global  ver*/
    --color-white: #FFFFFF;
    --color-black: #000000;
    --color-text-dark: #1F1F1F;
    --color-grey: #D9D9D9;

    /* navbar */
    --bs-breakpoint-lg: 1024px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.search a:hover {
    color: var(--brand-accent);
}

body {
    font-family: var(--camo-body-font)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
    color: var(--text-primary);
    font-family: var(--camo-body-font);
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: var(--color-brand-primary);
}

h2 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
}

h3,
h4 {
    font-weight: 600;
}

p {
    font-size: 18px;
    color: var(--text-scondery);
}

main {
    padding: 0px;
    margin: 0px;
}

.camo-margin-top {
    margin-top: 100px;
}

a {
    color: var(--text-primary);
    text-transform: capitalize;
}

a:active {
    color: var(--brand-accent);
}

.num {
    font-family: 'editor-note' !important;
}

.camo-sub-heading {
    color: var(--brand-accent);
    font-size: 16px;
    font-weight: 600;
    line-height: 3px;
}

.camo-sub-heading-after {
    width: 55px;
    background: var(--brand-accent);
    line-height: 3px;
}

/*
    Change icon in the Visual Composer page schematic representation (backend).
    */
.vc_element-icon,
.vc_general.vc_element-icon {
    background-image: url("../images/dev-vc-logo.png");
    background-size: contain;
}

.container-fluid {
    padding: 0px;
}

.wrapper {
    padding: 0;
}

.vc_column_container {
    min-height: 0px !important;
}

/* -----------------------------------------------------NAVBAR------------------------------ */
header.camo-navbar .navbar {
    left: 50%;
    transform: translate(-50%, 10%);
    z-index: 999;
}

header.camo-navbar .navbar-toggler {
    background-color: var(--brand-accent);
}


.navbar .navbar-nav .nav-link.active {
    color: var(--brand-accent);
}

.search .btn-secondary,
.camo-btn {
    font-weight: 600;
    width: fit-content;
    border-radius: 20px;
    border: 1px solid transparent !important;
    font-size: 14px;
    transition: all 0.2s ease;
}

/* btn 2 */
.search .btn-secondary,
.camo-btn-dark:hover,
.camo-btn-primary {
    background: linear-gradient(90deg, #ff6a00, #b34500);
    color: var(--neutral-white);
}

.search .btn-secondary:hover,
.camo-btn-primary:hover {
    background: var(--color-white);
    color: var(--bs-accordion-border-color);
    border: 1px solid var(--brand-primary) !important;
}

.camo-btn-primary:hover input[type=submit] {
    color: var(--brand-primary) !important;
}

.camo-btn-primary:hover.camo-btn-primary .arrow-icon {
    background: var(--brand-primary);
}

.camo-btn-primary:hover.camo-btn-primary .arrow-icon svg path {
    fill: white;
}

.camo-btn-primary:hover.camo-btn-primary svg rect {
    fill: var(--brand-accent);
}

.camo-btn-primary:hover.camo-btn-primary svg rect path {
    fill: var(--color-white);
}

.camo-btn-primary:hover.camo-btn-primary svg path {
    fill: var(--brand-primary);
}

/* btn-2 */
.camo-btn-secondery {
    background: var(--color-white);
    color: var(--text-btn-primary);
}

.camo-bg-light,
.camo-btn-secondery:hover {
    background: transparent;
    color: white;
    border: 1px solid white !important;
}

.camo-bg-light:hover {
    background: black;
    color: white;
}

.camo-btn-secondery:hover.camo-btn-secondery svg rect {
    fill: var(--color-white);
}

.camo-btn-secondery:hover.camo-btn-secondery svg path {
    fill: var(--brand-primary);
}

.camo-btn-dark {
    background: linear-gradient(135deg, #26419C 50%, #19ABC8);
    color: var(--color-white);
}

.camo-btn-dark svg rect {
    fill: var(--color-white);
}

.camo-btn-dark svg path {
    fill: var(--color-black);
}

.arrow-icon {
    background: var(--neutral-white);
    color: var(--brand-accent);
    font-size: 10px;
}

header.camo-navbar .nav-link {
    color: var(--brand-primary) !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--brand-accent);
}

/* active checker */
/* #main-menu .nav-item.active {
    list-style: disc;
    color: var(--brand-accent);
} */

#main-menu .nav-item.active a {
    color: var(--brand-accent) !important;
}

/* off canvas */
.offcanvas.offcanvas-end {
    left: 0% !important;
    right: auto !important;
    border-radius: 20px;
}

body.admin-bar .offcanvas.show {
    margin: 0;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(100%);
}

.btn-close {
    background: #f34521 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
    opacity: 1 !important;
}

.camo-navbar {
    position: relative;
}

.offcanvas-backdrop.show {
    opacity: 0;
}

/* -----------------------------------------------------------------FOOTER----------------------------------- */


/* Custom Social Icons Circle */
.social-icon {
    width: 38px;
    height: 38px;
    /* border: 2px solid var(--neutral-white); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background-color: var(--brand-accent);
    border-color: var(--neutral-white);
    transform: translateY(-3px);
}

.footer-navigation li.menu-item a {
    color: white;
    text-decoration: none;
}

.footer-link:hover,
.footer-navigation li.menu-item a:hover {
    color: var(--brand-accent) !important;
    padding-left: 5px;
    transition-duration: 0.3s;
}

.back-top {
    background: linear-gradient(90deg, #35597a, #35516b);
    border-radius: 50% !important;
    height: 50px;
    width: 50px;
    padding: 0 !important;
}

.back-top:hover {
    background: linear-gradient(90deg, #ff6a00, #b34500);

}

/* Hero Section */
.camo-hero img {
    z-index: -1;
}

.camo-hero h1 {
    font-size: 58px;
    font-weight: 600;
}

/* about section */
section.camo-about .content {
    background: #FFFFFF;
    border-radius: 200px;
    padding: 15px 15px 15px 25px;
}

section.camo-about h4 {
    font-size: 16px;
}

section.camo-about p {
    font-size: 15px;
    margin: 0px;
}

section.camo-about .container .row.bg-white {
    border-radius: 50px;
    padding: 30px 20px 30px 50px !important;
}

section.camo-about .image-side-camo .top-section .cards-top {
    height: 260px;
    border-radius: 40px;
    width: 49% !important;
    padding: 15px 20px;
}

section.camo-about .image-side-camo .col-12 {
    height: 450px;
    border-radius: 40px;
    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}

section.camo-about .col-6 .icon .first p {
    font-size: 11px;
}

section.camo-about .icon .second {
    font-size: 50px;
}


/* ############################## Sufiyan's Styling Starts here ##################### */


.town-name {
    background-image: url('data:image/svg+xml,<svg width="26" height="34" viewBox="0 0 26 34" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.5403 0C5.62643 0 0 5.66544 0 12.6309C0 22.528 11.3615 32.747 11.845 33.1761C12.0443 33.3531 12.2923 33.4409 12.5403 33.4409C12.7883 33.4409 13.0364 33.3531 13.2356 33.1775C13.7191 32.747 25.0807 22.528 25.0807 12.6309C25.0807 5.66544 19.4542 0 12.5403 0ZM12.5403 19.5072C8.69881 19.5072 5.57348 16.3818 5.57348 12.5403C5.57348 8.69881 8.69881 5.57348 12.5403 5.57348C16.3818 5.57348 19.5072 8.69881 19.5072 12.5403C19.5072 16.3818 16.3818 19.5072 12.5403 19.5072Z" fill="%2319AAC7"/></svg>');
    background-repeat: no-repeat;
    padding-left: 40px;
    list-style: none;
    font-size: 22px;
    font-weight: 600;
    background-size: 24px;
    color: var(--text-primary);
}


.map-of-towns iframe {
    margin-top: 50px;
    border-radius: 40px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.lineer {
    width: 1px;
    height: 40px;
    background: black;
}


/* faqsec */
.custom-accordion .accordion-item {
    margin-bottom: 25px;
    border-radius: 30px 30px 30px 30px !important;
    overflow: hidden;
    background: #f4f9ff;
    background: linear-gradient(135deg, #14357A, #1B2A41);
    box-shadow: #FF5722 0px 10px 100px -30px;
}

/* Heading default */
.custom-accordion .accordion-button {
    background: #ffffff;
    color: #002B51;
    font-size: 24px;
    font-weight: 500;
    padding: 32px;
    line-height: 1.4;
}

/* Remove Bootstrap shadow */
.accordion-button:focus {
    box-shadow: none !important;
}

/* When opened */
.custom-accordion .accordion-button:not(.collapsed) {
    background: transparent;
    color: #ffffff;
    border-radius: 30px 30px 0 0 !important;
}

/* Body style */
.custom-accordion .accordion-body {
    padding: 0px 30px 30px 30px;
    background: transparent;
    color: #ffffff;
    border-radius: 0px 0px 30px 30px !important;
    font-size: 18px;
}

/* Arrow rotate on open */
.accordion-button::after {
    transition: transform .3s ease-in-out;
    background: url('data:image/svg+xml,<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16.9698" cy="16.9698" r="16.9698" fill="%23FC621A"/><path d="M9.96985 16.9697H23.9698M23.9698 16.9697L16.9698 23.9697M23.9698 16.9697L16.9698 9.96973" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    width: 40px !important;
    height: 40px !important;
    background-repeat: no-repeat;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
    width: 33px;
    height: 33px;
    background: url('data:image/svg+xml,<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16.9698" cy="16.9698" r="16.9698" fill="white"/><path d="M9.96985 16.9697H23.9698M23.9698 16.9697L16.9698 23.9697M23.9698 16.9697L16.9698 9.96973" stroke="black"%20stroke-linecap="round"%20stroke-linejoin="round"/></svg>') !important;
    background-repeat: no-repeat !important;

}

button:not(.collapsed)::after {
    background: url('data:image/svg+xml,<svg width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16.9698" cy="16.9698" r="16.9698" fill="%23FC621A"/><path d="M9.96985 16.9697H23.9698M23.9698 16.9697L16.9698 23.9697M23.9698 16.9697L16.9698 9.96973" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>') !important;
    background-repeat: no-repeat !important;
    transform: rotate(270deg) !important;
}

.accordion {
    --bs-accordion-border-width: 0px !important;
    --bs-accordion-border-color: unset !important;
    border: none !important;
}

/* usman code */

/* -------------------------------------------------------------------------USMAN SECTION 3 TAGLINE ------------------------- */
.marquee-container {
    user-select: none;
}

.marquee-content {
    display: flex;
    flex-shrink: 0;
    min-width: 100%;
    animation: scroll-left 35s linear infinite;
}


@keyframes scroll-left {
    0% {
        transform: translateX(10%);
    }

    100% {
        transform: translateX(-100%);
    }
}


.combo-text {
    color: #BDEBF3;
    letter-spacing: -2px;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 700;
    background: linear-gradient(3deg, #FFFFFF 5%, #19AAC8 170%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bubble-img {
    width: 100%;
    height: 100px;
}


.marquee-container:hover .marquee-content {
    animation-play-state: paused;
}


/* -----------------------------------------------------------------------USMAN SECTION 5------------------------------------ */
.side-line {
    height: 2px;
    width: 160px;
    background-color: #fff;
    opacity: 0.7;
}

/* ---------------------------------------------------------------------- SECTION 6------------------------------ */
.text-navy {
    color: #1B2A41 !important;
}

.bg-orange {
    background: linear-gradient(90deg, #FC621A, #A53906);
}


.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.2rem;
}

.six-h4 {
    color: #1B2A41;
}

.six-p {
    color: #4C6C87;
}


.camo-six-card {
    transition: all .3s ease !important;
    box-shadow: #11b3df4d 5px -5px 70px !important;
}

.camo-six-card:hover {
    background-color: #14357A !important;
    cursor: pointer;
}

.camo-six hr {
    transition: all .3s ease !important;
}

.camo-six-card:hover h4 {
    color: white;
    cursor: pointer;
}

.camo-six-card p {
    transition: all .3s ease !important;
}

.camo-six-card:hover p {
    color: white;
    cursor: pointer;
}

.camo-six-card .icon-circle {
    transition: all .3s ease !important;
}

.camo-six-card:hover .icon-circle {
    background: #536c9e !important;
    cursor: pointer;
}

/* services slider css */
section.services-slider .swiper-wrapper .swiper-slide {
    background: var(--color-white);
    border-radius: 50px;
    overflow: hidden;
    text-align: left;
    padding: 12px;
    height: 560px;
    max-height: 560px;
    transition: 0.5s ease;
    box-shadow: #FC6219 100px -5px 250px -80px;
}

section.services-slider .swiper-slide img {
    width: 100%;
    height: 455px;
    object-fit: cover;
    border-radius: 39px;
    transition: 0.5s ease;
}

section.services-slider .swiper-wrapper .content {
    padding: 30px 15px;
}

section.services-slider .swiper-wrapper .content h4 {
    color: var(--text-primary);
    font-size: 28px;
    margin-bottom: 100px !important;
}

section.services-slider .swiper-wrapper .content p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--color-white);
}

section.services-card-section .services-card-wrapper-for-page .content .learnMoreLink,
section.services-slider .swiper-wrapper .content .learnMoreLink {
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
    color: var(--brand-accent);
}

section.services-slider .swiper-wrapper .swiper-slide:hover {
    background-color: var(--slider-color);
}

section.services-slider .swiper-wrapper .swiper-slide:hover.swiper-slide img {
    height: 320px;
}

section.services-slider .swiper-wrapper .swiper-slide:hover.swiper-slide h4 {
    color: var(--color-white);
}

section.services-slider .swiper-wrapper .swiper-slide:hover.swiper-slide .content h4 {
    margin-bottom: 15px !important;
}


/* --------------------------------------------------------------------USMAN SECTION 7 ARTICLES------------------------------- */
.art {
    background-color: #19AAC73B;
    color: #19AAC7;

}

.art-h4 {
    color: #1B2A41;
}

.camo-btn-dark svg rect {
    fill: var(--color-white);
}

.camo-btn-dark svg path {
    fill: var(--color-black);
}

.articon {
    background-color: #143578;

}

.arrow-white {
    filter: brightness(0) invert(1);
}

/* ----------------------------------------------------------------------------USMAN BENEFITS SECTION -----------------------------*/
.camo-benefits .bubble-img--benafits {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 0;
    width: 40%;
    box-shadow: #1aacca5e 0px 0px 100px 10px;
    border-radius: 100%;
}



.camo-benefits .benefit-item {
    margin-bottom: 60px;
}


.camo-benefits .stick-one {
    top: 30px;
    left: 50px;
    z-index: -1;
}

.camo-benefits .stick-two {
    top: 30px;
    right: 50px;

}

.camo-benefits .benefit-title {
    font-weight: 800;
    color: #233142;
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.camo-benefits .benefit-text {
    max-width: 250px;
}


/* ---------------------------------------------------------------------------TESTIMONIAL SLIDER------------------------- */

.camo-testimonials .swiper {
    width: 100%;
    height: fit-content;
    padding-bottom: 60px;
}

.camo-testimonials .swiper-slide {
    text-align: start;
    font-size: 16px;
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 500px;
}

.camo-testimonials .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.camo-testimonials .rounded-review {
    border-radius: 2.5rem;
}

.camo-testimonials .google-logo {
    width: 62px !important;
    height: 62px !important;
    margin-left: auto;



}

.camo-testimonials .profile-img {
    width: 72px !important;
    height: 72px !important;


}

.testimonial-card {
    transition: all .3s ease;
}

.testimonial-card:hover {
    background: #14357A !important;
    cursor: pointer;
    color: white;
}

.testimonial-card:hover p {
    /* font-size: 16px; */
}

.testimonial-card:hover * {
    color: white !important;
}

.testimonial-pagination .swiper-pagination-bullet {
    background: #ACACAC;
    width: 14px;
    height: 14px;
    transition: all 0.3s ease;
}

.testimonial-pagination .swiper-pagination-bullet-active {
    background: #FC621A;
    width: 50px;
    height: 10px;
    border-radius: 20px;
}

.center-scroll-down-icon {
    background: linear-gradient(0deg, #053a85 20%, transparent 100%);
    transform: translateY(-90px);
    margin-bottom: -100px;
}

.center-scroll-down-icon .scroll-down-img {
    width: 70px;
    height: 70px;
    animation: scrollDown linear 2s infinite;
}

.camo-project-section img,
.camo-bloger img {
    border-radius: 36px;
    height: 332px;
    object-fit: cover;
}



/* camo-repeatable-hero  */
.camo-repeatable-hero {
    height: 85vh;
}


/* --------------------------------------------------------------------------------SECTION TWO MISSION-------------------------- */
section.camo-mission .container {
    border-radius: 50px;
}

section.camo-mission .image {
    background-color: #CAF6FF;
    border-radius: 46px;
    padding: 45px !important;
}

/* -----------------------------------------------------------------SECTION 3 OUR VLAUES SLIDER---------------------------- */
.valuesSlider .swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide .camo-six-card {
    height: 400px !important;

}

.valuesSlider .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.valuesSlider .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.valuesSlider .icon-circle {
    padding: 12px;
}

/* services cards */
section.services-card-section .services-card-wrapper-for-page .services-card {
    background: var(--color-white);
    border-radius: 50px;
    overflow: hidden;
    text-align: left;
    padding: 12px;
    height: 600px;
    max-height: 600px;
    transition: 0.5s ease;
    width: 32.5%;
    cursor: pointer;
}

section.services-card-section .services-card-wrapper-for-page .services-card img {
    height: 320px;
    width: 100%;
    border-radius: 40px;
    object-fit: cover;
}

section.services-card-section .services-card-wrapper-for-page .content {
    padding: 15px 0px 5px 15px;
}

.camo-blogs article:hover,
section.services-card-section .services-card-wrapper-for-page .services-card:hover {
    background-color: var(--slider-color);
}

.camo-blogs article:hover *,
section.services-card-section .services-card-wrapper-for-page .services-card:hover * {
    color: var(--color-white);
}

/* prosses circul */
.process-circle {
    background: var(--color-white);
    border-radius: 50%;
    padding: 30px 10px;
    width: 25%;
}

.process-circle h5 {
    font-weight: 700;
    margin-top: 20px;
}

.process-circle p {
    width: 80%;
    font-size: 12px;
}

/* camo-service-intro */
.camo-service-intro .container {
    border-radius: 50px;
}

.camo-service-intro .image-side-camo img {
    border-radius: 40px;
}

/* contact form ui */
.camo-contact .contact-left .parf-of-img {
    min-height: -webkit-fill-available;
    height: auto;
}

/* contact form 7 ui  */
.cf7-custom-wrapper {
    background: #C8EEF3;
    padding: 40px;
    border-radius: 40px;
    font-family: inherit;
    box-shadow: #11B3DF 100px 100px 600px -120px;
}

.cf7-custom-wrapper .row {
    display: flex;
    gap: 30px;
}

.cf7-custom-wrapper .col {
    flex: 1;
}

.cf7-custom-wrapper label {
    font-size: 14px;
    font-weight: 600;
    color: #4b4b4b;
    margin-bottom: 5px;
}

.cf7-custom-wrapper input,
.cf7-custom-wrapper textarea,
.cf7-custom-wrapper select {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 6px 0;
    font-size: 14px;
    outline: none;
    resize: none;
}

.cf7-custom-wrapper textarea {
    min-height: 120px;
}

.cf7-custom-wrapper input::placeholder,
.cf7-custom-wrapper textarea::placeholder,
.cf7-custom-wrapper select {
    color: rgba(0, 0, 0, 0.4);
}



.cf7-custom-wrapper .btn-row {
    margin-top: 30px;
}

.cf7-custom-wrapper input[type=submit] {
    text-decoration: none;
    color: white !important;
    border: none !important;
}

.cf7-custom-wrapper input[type=submit]:hover {
    opacity: .9;
}

.cf7-custom-wrapper input,
.cf7-custom-wrapper textarea,
.cf7-custom-wrapper select {
    background: transparent !important;
    border: none !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #8D8D8D !important;
    padding-left: 0 !important;
}

.form-control:focus,
.wpcf7 .wpcf7-validation-errors:focus,
.wpcf7 input[type=color]:focus,
.wpcf7 input[type=date]:focus,
.wpcf7 input[type=datetime-local]:focus,
.wpcf7 input[type=datetime]:focus,
.wpcf7 input[type=email]:focus,
.wpcf7 input[type=file]:focus,
.wpcf7 input[type=month]:focus,
.wpcf7 input[type=number]:focus,
.wpcf7 input[type=range]:focus,
.wpcf7 input[type=search]:focus,
.wpcf7 input[type=submit]:focus,
.wpcf7 input[type=tel]:focus,
.wpcf7 input[type=text]:focus,
.wpcf7 input[type=time]:focus,
.wpcf7 input[type=url]:focus,
.wpcf7 input[type=week]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    box-shadow: none !important;
}

.wpcf7 .wpcf7-form p {
    margin-bottom: 1.2rem;
}

.cf7-custom-wrapper select {
    /* appearance: none; */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23000'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 6px center !important;
}

.wpcf7-spinner {
    position: absolute;
    transform: translate(50px, 0px);
    top: 20px;
    left: auto;
    right: 0;
}

.btn-row p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 5px !important;
}

.btn-row.camo-btn-primary {
    padding: 7px 10px !important;
}

section.camo-repeatable-hero.services-areas {
    align-items: center !important;
}

section.camo-repeatable-hero.services-areas .row {
    justify-content: center !important;
}

section.camo-repeatable-hero.services-areas .row .col-lg-7 {
    text-align: center !important;
}


/* our services cards   */

.storysec {
    border-radius: 60px;
    transform: translateY(-10%);
    margin-left: 65px;
    margin-right: 65px;
    margin-bottom: -100px;
    min-height: fit-content;
    padding: 100px;
    box-shadow: #11B3DF 0px 0px 100px -50px;
}

.city-box img {
    width: 100%;
    object-fit: cover;
    transition: .4s;
    border-radius: 24px;
}

.city-box h2 {
    font-size: 18px;
    line-height: 20px;
    margin: 0 !important;
    font-weight: 500;
}

.camo-services-areas-card {
    background-color: #CAF6FF;
    transition: 0.5s ease !important;
}

.camo-services-areas-card:hover {
    background-color: var(--brand-primary);
}

.camo-services-areas-card:hover h2 {
    color: white;
}

.camo-services-slider .swiper-wrapper {
    padding-bottom: 200px;
}

.storysec .row {
    gap: 10px !important;
}

.services-areas-town-section .col-12.text-center {
    display: none;
}

.services-areas-town-section {
    margin-bottom: 80px !important;
}

/* expert-pressure-section */
.expert-pressure-section ul li {
    color: var(--brand-accent);
}

.expert-pressure-section ul li h4 {
    font-size: 25px;
    color: var(--color-white);
}

.expert-pressure-section ul li {
    color: var(--brand-accent);
    z-index: 1111;
    font-size: 1.8rem;
    background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="10" cy="10" r="10" fill="%23FC621A"/></svg>') no-repeat;
    padding-left: 35px;
    list-style: none;
    padding-bottom: 0;
    margin-bottom: 25px;
    z-index: 111 !important;
    color: #454545;
}

.expert-pressure-section ul:before {
    content: '';
    border: 1px solid #ffffff;
    height: 100%;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 0;
}

/* services inner curve Section */
.curve-section {
    padding-top: 200px;
    position: relative;
    margin-bottom: -50px;
}

.curve-section .arc-container {
    background-color: white;
    border-top-left-radius: 100%;
    border-top-right-radius: 100%;
    padding: 100px 20px 60px 20px;
    position: relative;
    border-top: 2px solid #e0f7fa;
    box-shadow: 0 -90px 100px 20px rgba(25, 170, 199, 0.25);
}


.curve-section .floating-icon {
    position: absolute;
    top: -140px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 300px;
    z-index: 10;
}

/* blog page */
.camo-blogs article {
    width: 32%;
    padding: 15px;
    border-radius: 40px;
    transition: 0.5s ease;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.camo-blogs h2.entry-title {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
}

.camo-blogs h2.entry-title a {
    text-decoration: none;
}

.camo-blogs .understrap-read-more-link {
    background: transparent;
    border: none;
    color: orange;
}

.camo-blogs .understrap-read-more-link:active,
.camo-blogs .understrap-read-more-link:focus-visible {
    box-shadow: none;
    background-color: var(--brand-accent);
    color: var(--color-black);
}

.camo-blogs .wp-post-image {
    border-radius: 40px;
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.camo-blogs .entry-content>p,
.camo-blogs .entry-meta {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 300px;
}


/* camo blog single page */
.camo-single-blog {
    padding-top: 170px;
}

.camo-single-blog .wp-post-image {
    /* width: 100% !important;
    height: 700px; */
    width: unset !important;
    height: unset !important;
    object-fit: cover;
    border-radius: 40px;
    margin-bottom: 50px;
}

.camo-single-blog .entry-meta * {
    color: var(--brand-accent) !important;
    text-decoration: none !important;
}

.camo-single-blog .entry-title {
    margin-top: 10px;
    margin-bottom: 40px;
}

.camo-single-blog .wp-block-quote {
    width: 70%;
    border-left: 4px solid var(--brand-accent);
    padding-left: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.camo-single-blog .wp-block-quote>p {
    color: black;
    font-weight: 900;
}

.comment-respond #submit {
    background: var(--brand-accent) !important;
    border: none !important;
    padding: 15px 30px !important;
}

/* shadows */
.testimonial-card:after {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 1000px -60px 150px -90px #FC621A;
    /* z-index: 9999; */
}

.town-we-wash {
    padding-bottom: 50px;
}

.faq-section-wrapper.container {
    padding-bottom: 45px;
}

.faq-section-wrapper.container:after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    top: 650px;
    left: 0px;
    background: radial-gradient(circle, #11b3df8a 0%, rgba(0, 140, 255, 0.00) 100%);
    filter: blur(100px);
    z-index: -1;
    pointer-events: none;
}

section.camo-six::before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 1000px;
    top: 200px;
    left: -500px;
    background: radial-gradient(circle, rgba(0, 140, 255, 0.45) 0%, rgba(0, 140, 255, 0.00) 70%);
    filter: blur(80px);
    z-index: 11;
    pointer-events: none;
}

.valuesSlider:after,
section.town-we-wash:after,
section.camo-six:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg width="1920" height="294" viewBox="0 0 1920 294" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-19.75 118.817C118.896 18.0526 506.595 -111.625 948.223 175.778C1134.27 292.031 1594.15 424.207 1945.25 22.8826" stroke="%2307ADD5"/></svg>');
    z-index: -1;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
}

.valuesSlider:after {
    width: 200%;
    height: 200%;
}

section.camo-about.camo-service-intro.camo-margin-top.mb-5:before,
section.camo-mission.camo-margin-top:after {
    content: "";
    position: absolute;
    width: 500px;
    height: 2000px;
    top: -200px;
    left: -100px;
    background: radial-gradient(circle, #11b3df85 0%, rgba(0, 140, 255, 0.00) 70%);
    filter: blur(80px);
    z-index: -1;
    pointer-events: none;
}

section.camo-about.camo-service-intro.camo-margin-top.mb-5:after,
section.camo-mission.camo-margin-top:before {
    content: "";
    position: absolute;
    width: 500px;
    height: 1000px;
    top: -200px;
    right: 100px;
    background: radial-gradient(circle, #FC621A 0%, rgba(0, 140, 255, 0.00) 70%);
    filter: blur(100px);
    z-index: -1;
    pointer-events: none;
}

.camo-single-blog:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 400px;
    top: -200px;
    right: 100px;
    background: radial-gradient(circle, #74D1FF 0%, rgba(0, 140, 255, 0.00) 70%);
    filter: blur(100px);
    z-index: -1;
    pointer-events: none;
}

section.services-card-section.camo-margin-top:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1600px;
    top: 400px;
    right: 100px;
    background: radial-gradient(circle, #FC621A 0%, rgba(0, 140, 255, 0.00) 70%);
    filter: blur(400px);
    z-index: -1;
    pointer-events: none;
}

section.process-section.camo-margin-top.bg-none:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1000px;
    top: 400px;
    right: 100px;
    background: radial-gradient(circle, #11B3DF 5%, rgba(0, 140, 255, 0.00) 70%);
    filter: blur(400px);
    z-index: -1;
    pointer-events: none;
}

.camo-service-five img {
    box-shadow: #11B3DF -100px 70px 100px -80px;
}

.camo-blogs.storysec {
    margin-bottom: 0px;
}

.testimolial-swiper-button-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    right: 9%;
    width: 217px;
    animation: draganimation linear 5s infinite;
}

.testimonailSlider .testimolial-swiper-button-next svg {
    width: 177px;
    height: 177px;
}

@keyframes draganimation {
   0%{
    transform: translateX(10px);
   }
   50%{
    transform: translateX(-20px);
   }
   100%{
    transform: translateX(10px);
   }
}

/* -------------------------------------------------------------------------------- Privacy Policy -------------------------- */
.privacy-policy .entry-content {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 200px;
    padding-bottom: 20px;
}

.sercher article {
    width: 48% !important;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* animation on scroll */
@keyframes scrollDown {
    0% {
        transform: translate(1px, 0px);
    }

    50% {
        transform: translate(1px, 5px);
    }

    100% {
        transform: translate(1px, 0px);
    }
}


/* pera-for-services */
.pera-for-services {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* camo popup image */

/* Popup Styling */
.img-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    padding: 16px;
    z-index: 99999;
}

.img-popup img {
    max-width: 900px;
    width: 100%;
    opacity: 0;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
}

.close-btn {
    width: 35px;
    height: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.close-btn .bar {
    height: 4px;
    background: #ffffff;
}

.close-btn .bar:nth-child(1) {
    transform: rotate(45deg);
}

.close-btn .bar:nth-child(2) {
    transform: translateY(-4px) rotate(-45deg);
}

.opened {
    display: flex;
}

.opened img {
    animation: animatepopup 1s ease-in-out .8s;
    -webkit-animation: animatepopup .3s ease-in-out forwards;
}

@keyframes animatepopup {

    to {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }

}

body.offcanvas-open,
.openedxra {
    overflow: hidden !important;
    position: fixed;
    width: 100%;
}