@import url('https://fonts.googleapis.com/css2?family=Bilbo+Swash+Caps&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&display=swap');

*,
::before,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: inherit;
}

:root {
    --primary-color: #C37F09;
    --cursive-font: "Bilbo Swash Caps", cursive;
    --footer-bg: #070707;
    --footer-muted: rgba(255, 255, 255, 0.65);
    --accent: #bf7a24;
    --light-yellow: #FFF7EA;

}

body:has(h1, h2, h3, h4, h5, h6) {
    font-family: "Inter Tight", sans-serif;
}

body {
    font-family: "Manrope", sans-serif;
}

.header-main {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    padding: 15px 0;
}

.image-content h2 {
    font-family: var(--cursive-font);
    font-size: 3rem;
}

.hero-img {
    position: relative;
}

.hero-section {
    place-content: center;
    z-index: 1;
    position: relative;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(90deg,
            rgba(0, 0, 0, 0.85) 0%,
            rgba(0, 0, 0, 0.55) 50%,
            rgba(0, 0, 0, 0.3) 100%); */
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.80) 0%,
            rgba(59, 38, 3, 0.80) 100%);
    z-index: -1;
}

.image-content {
    position: absolute;
    bottom: 49px;
    right: 50%;
    color: white;
    text-align: center;
    transform: translate(50%, 0);
}

.hero-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-section {
    padding-top: 120px;
    color: white;
}

.hero-section .owl-dots {
    position: absolute;
    bottom: 40px;
    z-index: 88;
}

.hero-content h1 {
    font-size: 4rem;
    font-weight: 700;
    color: white;
}

.hero-content h1 span {
    color: var(--primary-color);
}

.button-default {
    border: 1px solid white;
    width: fit-content;
    padding: 10px 20px;
    display: inline-block;
    margin: 1rem 0;
    border-radius: 100px;
    transition: .3s;
}

.button-default:hover {
    background: var(--primary-color);
}

.right-search-baar input,
.right-search-baar button {
    background: transparent;
    outline: none;
    border: none;
    color: white;
}

.right-search-baar form {
    border-bottom: 1px solid white;
    padding: 5px 0;
    position: relative;
}

.right-search-baar input {
    padding-left: 25px;
    position: relative;
}

.right-search-baar form::before {
    content: "\f002";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 16px;
}

.navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

div#heroNumbers {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 999;
    transform: translate(0px, -50%);
}

.hero-section .container {
    position: relative;
}

.hero-content p {
    opacity: 0.6;
}

.number {
    margin-bottom: 15px;
    opacity: 0.6;
    padding: 6px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.number.active {
    background: var(--primary-color);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--primary-color);
}

.right-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
}

.right-wrapper p {
    padding: 0;
    margin-bottom: 0;
}

.right-wrapper h3 {
    margin: 0;
    color: #000;
    font-size: 29px;
    font-weight: 600;
}

.right-wrapper img {
    max-width: 150px;
}

.header-below-wrapper {
    padding: 2rem 0;
}

.header-below-wrapper h2 {
    color: #000;
    font-size: 55px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-wrapper {
    padding: 3rem 0;
}

.about-img {
    border-radius: 50px;
    height: 100%;
    width: 100%;
}

.title-wrapper h2 {
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    color: #000;
    line-height: normal;
    margin: 1rem 0;
}

.title-wrapper>span {
    text-transform: capitalize;
    margin-left: 25px;
    position: relative;
    display: inline-block;
    font-size: 20px;
}

.title-wrapper>span::before {
    content: "";
    height: 12px;
    width: 12px;
    background: var(--primary-color);
    position: absolute;
    left: -23px;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50%;
    aspect-ratio: 1;
}

.title-wrapper>span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(100% + 12px);
    width: 150px;
    height: 1px;
    background-color: #000;
    transform: translateY(-50%);
}

.read-more-btn {
    border-radius: 24px;
    background: var(--primary-color);
    color: white;
    padding: 8px 22px;
    border: 1px solid var(--primary-color);
}

.read-more-btn:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.counter-wrapper {
    display: flex;
    gap: 1rem;
    border-radius: 20px;
    border: 1px solid #C2C1C1;
    background: #FFF;
    box-shadow: -12px 12px 60px 0 rgba(0, 0, 0, 0.25);
    max-width: 880px;
    position: absolute;
    right: 0;
    bottom: 40px;
    align-items: center;
    padding: 18px 61px;
}

.counter-wrapper div {
    text-align: left;
}

.counter-wrapper div:nth-child(2) {
    border-inline: 1px solid #8B8B8B;
    padding-inline: 10px;
}

.counter {
    font-size: 3rem;
    color: #000;
    font-weight: 700;
    line-height: normal;
}

.about-content p {
    color: #000;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
}


.service-section {
    padding: 2rem 0;
    background: #EAEEF2;
}

.service-slider {
    margin-top: 2rem;
}


.service-card img {
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
    max-height: 400px;
    height: 100%;
    width: 100%;
    height: 400px;
}

.service-card h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.service-card p {
    color: #000;
    text-align: justify;
    font-size: 16px;
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.service-card a {
    display: inline-block;
    padding: 8px 22px;
    border: 1px solid #000;
    border-radius: 25px;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    margin-top: 20px;
    transition: 0.3s;
    width: fit-content;
}

.service-card a:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.service-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translate(0, -50%);
}


.service-slider .owl-nav button {
    width: 50px;
    height: 50px;
    background: #fff !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    font-size: 20px;
    color: #000 !important;
    transition: 0.25s;
    border: 1px solid black !important;
}



.service-slider .owl-nav button:hover {
    background: var(--primary-color) !important;
    color: #fff !important;
    border-color: var(--primary-color) !important;
}

.service-slider .owl-dots {
    margin-top: 15px;
}

.service-slider .owl-dots .owl-dot span {
    width: 9px;
    height: 9px;
    background: #ccc;
    transition: 0.3s;
}

.service-slider .owl-dots .owl-dot.active span {
    background: var(--primary-color);
}

.service-slider button.owl-prev {
    transform: translate(-60px, 0px);
}

.service-slider button.owl-next {
    transform: translate(40px, 0px);
}

.case_studies_section {
    padding: 2rem 0;
}

/* Video card */
.video-card {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 26px;
}

.video-card video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 18px;
    margin-top: 25px;
}

.video-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 18px;
    background: linear-gradient(to top, rgb(0 0 0), rgb(19 18 18 / 0%));
    padding-bottom: 50px;
}


.case-number {
    background: var(--primary-color);
    padding: 8px 12px;
    border-radius: 8px;
    min-width: 44px;
    color: #FFF;
    text-align: center;
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.case-info span {
    text-transform: uppercase;
    opacity: 0.95;
    color: #FFF;
    font-family: "Inter Tight";
    font-size: 20px;
    font-weight: 400;
}

.case-info h3 {
    margin: auto;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.case-cards-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 18px;
    align-items: stretch;
}

.case-card {
    background: #f6f7f8;
    border-radius: 12px;
    text-decoration: none;
    overflow: hidden;
    transition: transform .18s ease, box-shadow .18s ease;
    display: flex;
    align-items: stretch;
}

.case-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(10, 20, 40, 0.06);
}

.case-card-content {
    padding: 18px;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 17px;
    background: #F6F6F6;
}

.case-card h4 {
    margin: 0 0 12px 0;
    color: #000;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.case-card-link {
    font-size: 14px;
    color: #777;
    margin-top: auto;
    display: inline-block;
}


.case-studies-cta {
    text-align: center;
    margin-top: 22px;
}

.btn-case-studies {
    display: inline-block;
    padding: 10px 28px;
    border-radius: 28px;
    border: 1px solid #534f4f;
    background: #fff;
    text-decoration: none;
    color: #222;
    font-weight: 500;
    box-shadow: 0 6px 18px rgba(10, 20, 40, 0.03);
}

.btn-case-studies:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
}

.feedback-client-sec {
    padding: 2rem 0;
    background: var(--light-yellow);
    padding-bottom: 0;
}

.feedback-card {
    padding: 50px 20px 20px 20px;
}

.feedback-wrapper {
    height: 100%;
    background: white;
}

.quote-icon {
    width: 150px !important;
    padding: 0 2rem;
}

.info {
    padding: 1.5rem 2rem;
    border-top: 1px solid #615F5F;
}

.info h4 {
    color: var(--primary-color);
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    margin-top: 12px;
}

.star-img {
    width: 150px !important;
}

.feedback-client-sec .owl-dots {
    display: flex;
    justify-content: left;
    padding: 0 2rem;
}

.feedback-card>p {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    margin: 2rem 0;
    padding: 0 2rem;
}

.blog-sec {
    padding: 3rem 0;
}

.blog-card img {
    height: 450px;
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.blog-content {
    margin-top: 50px;
}

.blog-content h3 {
    margin-top: 20px;
    font-weight: 400;

}

.faq-section {
    padding: 3rem 0;
}

.faq-sec-wrapper {
    background: #EAEEF2 url(../img/faq-bg.png) no-repeat center center / cover;
    padding: 50px 0;
    border-radius: 50px;
}

.faq-wrapper {
    max-width: 80%;
    margin: 0 auto;
    padding: 10px 10px;
    margin-top: 60px;
}

.faq-item {
    padding: 25px 19px;
    margin-bottom: 18px;
    border-radius: 17px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    box-shadow: -10px 10px 60px 0 rgba(0, 0, 0, 0.10);
}

.faq-question {
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    outline: none;
    color: #0b0b0b;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    cursor: pointer;
    transition: all 0.25s ease;
    font-size: 22px;
    line-height: 1.2;
}

.faq-question.active {
    font-weight: 700;
    border-bottom: 1px solid #A7A2A2;
    padding: 14px 0px;
}

.faq-icon {
    font-size: 20px;
    color: #0b0b0b;
    transition: transform 0.25s ease, color 0.25s ease;
    border: 1px solid rgba(0, 0, 0, 0.45);
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    line-height: 1;
    flex-shrink: 0;
}

.faq-answer {
    font-size: 15px;
    color: #333;
    padding: 18px 0 0 0;
    margin: 0;
    line-height: 1.8;
    animation: fadeIn 0.28s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-section {
    padding: 3rem 0;
    padding-bottom: 1rem;
}

.conatct-form input {
    border-radius: 19px;
    border: 1px solid #AEACAC;
    background: #FFFAF3;
}

.conatct-form input,
.conatct-form textarea {
    border-radius: 8px;
    border: 1px solid #AEACAC;
    background: #FFFAF3;
    width: 100%;
    min-height: 50px;
    margin-bottom: 1.3rem;
    padding: 12px;
    outline: none;
}

.conatct-form textarea {
    min-height: 200px;
}

.conatct-form .submit-button {
    width: 100%;
    background: var(--primary-color) !important;
    color: white;
    text-align: center;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    padding: 18px;
    cursor: pointer;
    transition: background 0.25s ease, transform 0.18s ease, box-shadow 0.25s ease;
}

.conatct-form button:hover {
    background: var(--primary-dark, #a86816);
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}


.get-touch-section {
    position: relative;
    padding: 70px 0;
    background: #fff;
    overflow: visible;
    background: url(../img/Get-in-Touch.png) no-repeat center center/cover;
}

.touch-container {
    margin: 0 auto;
    padding: 0 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.touch-left h3 {
    font-size: 40px;
    margin: 0 0 8px;
    color: #111;
    font-weight: 400;
}



.touch-email {
    font-size: 40px;
    font-weight: 400;
    color: var(--primary-color);
    text-decoration: none;
}

.touch-email:hover {
    text-decoration: underline;
}


.touch-arrow {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    border: 2px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease;
}

.touch-arrow:hover {
    transform: translateY(-5px);
    border-color: #aaa;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.10);
}


.site-footer {
    background: var(--footer-bg);
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
}

.site-footer a {
    color: var(--footer-muted);
    text-decoration: none;
    transition: color .15s ease;
}

.site-footer a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-top {
    padding-top: 32px;
    padding-bottom: 24px;
}

.brand-logo img {
    width: 88px;
    margin-bottom: 1.5rem;
}



.phone svg {
    vertical-align: middle;
    margin-right: 8px;
    color: var(--accent);
}

.phone a {
    color: var(--footer-muted);
    font-weight: 600;
    margin-left: 6px;
    display: inline-block;
    font-size: 20px;
}

.phone a:hover {
    color: #fff;
}

.footer-col h6 {
    color: var(--accent);
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 14px;
}

.footer-col ul li {
    margin-bottom: 18px;
}

.footer-col ul li a {
    color: var(--footer-muted);
    font-size: 14px;
}

.social-list li a {
    display: inline-block;
    padding: 6px 8px;
    border-radius: 6px;
    background: transparent;
}

.footer-sep {
    border: none;
    border-top: 1px solid rgb(102 102 102);
    margin: 8px 0 12px;
}


.footer-bottom small {
    color: var(--footer-muted);
}

.bottom-logo {
    display: flex;
    gap: 5px;
    margin-top: 40px;
}

.bottom-logo img {
    height: 45px;
}


/* New inner page css start */

.top-breadcrumb {
    background: linear-gradient(to right, #000000 0%, #3B2603 100%);
    min-height: 120px;
}

.breadcrumb-inner-wrap {
    display: flex;
    justify-content: space-between;
}

.breadcrumb-inner-wrap {
    display: flex;
    justify-content: space-between;
    border: 1px solid #000000;
    margin: 1.5rem 0;
    align-items: center;
    padding: 14px 20px;
    border-radius: 11px;
}

.breadcrumb-inner-wrap ul {
    display: flex;
    list-style: none;
    gap: 10px;
    padding: 0;
    margin: 0;
}

.breadcrumb-inner-wrap p {
    margin: 0;
    padding: 0;
}


.inner-page-wrapper {
    padding: 3rem 0;
}

.inner-page-wrapper .title-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.title-wrapper .sub-title {
    position: relative;
    width: max-content;
    font-size: 30px;
    color: var(--accent);
    margin: 0 auto;
}


.title-wrapper .sub-title::before,
.title-wrapper .sub-title::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 150px;
    height: 1px;
    transform: translateY(-50%);
}


.title-wrapper .sub-title::before {
    right: calc(100% + 12px);
    border-top: 1px solid transparent;
    border-image: linear-gradient(to left, #000000, #FFFFFF) 1;
}

.title-wrapper .sub-title::after {
    left: calc(100% + 12px);
    border-top: 1px solid transparent;
    border-image: linear-gradient(to right, #000000, #FFFFFF) 1;
}

.our-mission-sec {
    color: white;
    padding: 60px 0;
    min-height: 650px;
    place-content: center;
}

.our-mission-sec .title-wrapper>span::after {
    background-color: #ffffff;
}

.our-mission-sec h3 {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.3;
}

.about-image-wrapper {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
}


.about-image-wrapper .about-inner-content {
    width: 100%;
    bottom: 10px;
    position: absolute;
    right: 50%;
    color: white;
    text-align: center;
    transform: translate(50%, 0);
    z-index: 9;
}

.about-image-wrapper .about-inner-content h2 {
    font-family: var(--cursive-font);
    font-size: 3rem;
}

.about-image-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 1) 100%);
    pointer-events: none;
}

.Our-Values {
    padding: 4rem 0;
    background-color: var(--light-yellow);
}

.value-card {
    background: white;
    height: 100%;
    padding: 20px 25px;
    border-radius: 20px;
}

.value-card img {
    height: 80px;
    margin-bottom: 25px;
}

.value-card h3 {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 25px;
}

.our-approach-sec {
    padding: 3rem 0;
}

.our-approach-img {
    border-radius: 35px;
}

.our-approach-sec ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.our-approach-sec ul li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.3rem 0;
    border-bottom: 1px solid #ddd;
}


.our-approach-sec ul li h5 {
    flex: 0 0 40%;
    margin: 0;
    font-size: 17px;
    font-weight: 600;
}


.our-approach-sec ul li p {
    flex: 1;
    margin: 0;
    font-size: 14px;
    color: #555;
}

.approach-content>p {
    margin-bottom: 1.5rem;
}

a.consultation-btn {
    border: 1px solid #000000;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 1.5rem;
    border-radius: 50px;
    transition: all .3s;
}

a.consultation-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}


.services-section {
    background: var(--light-yellow);
    padding: 4rem 0;
}

.service-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* justify-content: space-between; */
    padding-bottom: 40px;
}

.top-headigng a:hover {
    color: var(--accent);
    text-decoration: underline;
}

.case-studies-sec {
    background: var(--light-yellow);
    padding: 3rem 0;
    position: relative;
}

.case-studies-sec::before {
    content: "";
    height: 200px;
    width: 100%;
    position: absolute;
    top: 0;
    background: white;
}

.case-card-main img {
    max-height: 550px;
    height: 100%;
    height: 550px;
    border-radius: 40px;
    position: relative;
    z-index: 9;
    object-fit: cover;
}

.case-content {
    margin: 3rem 0;
}

.case-content h3 {
    font-size: 32px;
    font-weight: 400;
}

.case-content a {
    display: inline-block;
    padding: 8px 22px;
    border: 1px solid #000;
    border-radius: 25px;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    margin-top: 20px;
    transition: 0.3s;
}

.case-content a:hover {
    background: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.case-card-inner img {
    height: 350px;
    width: 100%;
    border-radius: 28px;
}

.case-card-inner .case-content h3 {
    font-size: 28px;
}


.latest-articles {
    background: #fbf1e6;
}


.date-badge {
    display: inline-block;
    padding: 6px 10px;
    background: #3b2603;
    color: #fff;
    font-size: 12px;
    border-radius: 8px;
    margin-bottom: 14px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: .2px;
}

.article-title {
    margin: 0 0 12px;
    font-size: 28px;
    font-weight: 500;
    color: #111;
    line-height: 1.15;
}

.article-excerpt {
    margin: 0 0 18px;
    color: #6b6b6b;
    font-size: 14px;
    max-width: 62ch;
}

.read-more {
    display: inline-block;
    padding: 8px 18px;
    font-size: 13px;
    border-radius: 28px;
    border: 1px solid #222;
    background: transparent;
    color: #111;
    text-decoration: none;
}

.read-more:hover {
    background: var(--primary-color);
    color: white;
    border-color: var(--accent);
}

.article-img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.article-img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    object-fit: cover;
    display: block;
}


.article-divider {
    margin: 2.25rem 0;
    border: none;
    height: 1px;
    background: rgb(149 127 127);
}

.article-card {
    transition: all .3s;
    border-radius: 30px;
    padding: 0 20px;
}

.article-card:hover {
    box-shadow: -18px 18px 30px rgba(0, 0, 0, 0.15);
    background: white;
}



.quote-sec {
    background: var(--light-yellow);
    padding: 4rem 0;
    position: relative;
}

.quote-sec::before {
    content: "";
    height: 200px;
    width: 100%;
    position: absolute;
    top: 0;
    background: white;
}

.quote-card {
    position: relative;
    background-image: url("../img/contact-main.png");
    background-size: cover;
    background-position: center;
    border-radius: 22px;
    padding: 4rem 2rem;
    color: #fff;
    text-align: center;
    overflow: hidden;
}


.quote-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.75),
            rgba(0, 0, 0, 0.75));
    border-radius: inherit;
    z-index: 1;
}

.quote-card>* {
    position: relative;
    z-index: 2;
}

.quote-text {
    font-size: 45px;
    line-height: 1.45;
    margin: 0 auto;
    font-weight: 400;
    font-family: 'Playfair Display';
    border-bottom: 1px solid #f5deb326;
    max-width: 80%;
    padding-bottom: 20px;
}

.phone-btn {
    background: var(--primary-color);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    text-decoration: none;
    font-weight: 600;
}

.phone-btn:hover {
    background: white;
    color: #000;
}

.email-text {
    color: #fff;
    font-size: 20px;
    opacity: 0.9;
    font-weight: 200;
}


.phone-btn i {
    font-size: 14px;
}

.contact-sec-wrapper {
    margin-top: 3.5rem;
}

.contact-sec-wrapper .conatct-form input,
.contact-sec-wrapper .conatct-form textarea {
    background: white;
}


/* New inner page css end */


/* New css */
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: var(--accent);
}

.navbar-toggler-icon {
    width: 30px;
    height: 30px;
    background-image: url("../../../../uploads/2025/12/menu.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}




.desktop-search {
    display: block;
}

.mobile-search-icon {
    display: none;
}

.search-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    justify-content: center;
    align-items: center;
    z-index: 99999;
    opacity: 0;
    transition: .2s ease-in-out;
}

.search-popup.active {
    display: flex;
    opacity: 1;
}

.popup-inner {
    background: #ffffff;
    width: 90%;
    max-width: 360px;
    padding: 20px 22px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    position: relative;
    transform: scale(0.95);
    transition: .25s ease-in-out;
}

.search-popup.active .popup-inner {
    transform: scale(1);
}

.close-popup {
    position: absolute;
    top: -8px;
    right: 9px;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    transition: .2s;
}

.close-popup:hover {
    color: #000;
}

.popup-search-form input[type="search"] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    font-size: 15px;
    outline: none;
    margin-bottom: 12px;
    transition: border-color .2s, box-shadow .2s;
}

.popup-search-form input[type="search"]:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.popup-search-form button {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 10px;
    background: var(--accent);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.popup-search-form button:hover {
    opacity: .85;
}

@media (min-width:991.8px) {
    .conatct-form .submit-button {
        width: max-content;
    }

    .wpcf7-form .col-md-12 p {
        text-align: center;
    }

    .navbar-nav {
        padding-left: 25px;
    }



    .card.p-3.rounded-5 {
        border-radius: 15px !important;
        text-align: center;
    }

    nav ul {
        background: #272727;
        padding: 5px 30px;
        border-radius: 41px;
        border: 1px solid #767676;
    }

    .navbar-nav .nav-link {
        color: white;
    }

    .about-content {
        padding-top: 40px;
    }

}

@media (max-width: 1200px) {
    .desktop-search {
        display: none;
    }

    .mobile-search-icon {
        display: block;
        cursor: pointer;
        font-size: 24px;
        color: white;
    }

    .hero-content h1 {
        font-size: 3rem;
    }

    .header-below-wrapper h2 {
        font-size: 36px;
    }

    .title-wrapper h2 {
        font-size: 36px;
    }

    .image-content h2 {
        font-size: 2rem;
    }

    .image-content {
        bottom: 10px;
    }

}


/* New css end */
@media (max-width: 992px) {

    .quote-text {
        font-size: 31px;
        max-width: 100%;
    }

    .case-content h3 {
        font-size: 26px;
    }

    .case-card-inner .case-content h3 {
        font-size: 22px;
    }

    .article-content {
        margin-bottom: 1rem;
    }

    .page-content h2 {
        font-size: 20px !important;
        margin-bottom: 1rem;
    }

    .article-img {
        border-radius: 22px;
        max-height: 320px;
    }

    .article-title {
        font-size: 30px;
    }

    .about-content {
        margin-top: 30px;
    }

    .counter-wrapper {
        max-width: 100%;
        position: static;
        margin-top: 25px;
    }

    .case-cards-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .case-card h4 {
        font-size: 18px;
    }

    .feedback-card>p {
        font-size: 22px;
    }

    .faq-sec-wrapper {
        padding: 20px 10px;
        border-radius: 10px;
    }

    .title-wrapper h2 {
        font-size: 30px;
    }

    .faq-wrapper {
        max-width: 100%;
    }

    .touch-left h3,
    .touch-email {
        font-size: 30px;

    }

    .title-wrapper .sub-title::before,
    .title-wrapper .sub-title::after {
        width: 50px;
        display: none;
    }

    .faq-question {
        font-size: 16px;
    }

    .faq-icon {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }

    .navbar-toggler {
        border: 1px solid white;
    }

    .blog-content h3 {
        font-size: 19px;
    }

    .blog-content {
        margin: 30px 0;
    }

    .service-card p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }



    .service-card img {
        height: 350px !important;

    }

    .service-slider .owl-nav button {
        display: none !important;
    }

    .our-mission-sec h3 {
        font-size: 30px;
    }

    .our-approach-sec ul li {
        flex-direction: column;
    }

    .faq-section,
    .our-approach-sec {
        padding: 1rem 0;
    }

    .breadcrumb-inner-wrap,
    .breadcrumb-inner-wrap ul {
        font-size: 12px;
        flex-flow: wrap;
        justify-content: center;
        text-align: center;
        gap: 2px;
    }

    .faq-item {
        padding: 14px 10px;
    }

    .inner-page-wrapper {
        padding: 1rem 0;
    }

    .card.p-5.rounded-5 {
        padding: 14px !important;
    }

    .about-img {
        border-radius: 35px;
        max-height: 500px;
        object-fit: cover;
    }
}

@media (max-width: 768px) {
    .brand-logo {
        width: 56px;
        height: 56px;
        font-size: 16px;
    }

    .article-title {
        font-size: 20px;
        margin-top: .25rem;
    }

    .article-excerpt {
        font-size: 13px;
    }

    .article-img {
        max-height: 220px;
        border-radius: 14px;
    }

    .article-divider {
        margin: 1.5rem 0;
    }

    .footer-top {
        padding-bottom: 18px;
    }

    .footer-col {
        margin-bottom: 12px;
    }

    div#heroNumbers {
        transform: translate(-20px, -50%);
    }

    .service-slider .owl-nav button {
        display: none !important;
    }

    .counter-wrapper {
        gap: 0;
        flex-direction: column;
    }

    .counter-wrapper div:nth-child(2) {
        border-inline: none;
    }

    .counter-wrapper div {
        width: 100%;
        text-align: center;
    }

    .feedback-client-sec .owl-dots {
        justify-content: center;
    }

    .feedback-card {
        padding: 20px 20px 20px 20px;
    }

    .get-touch-section {
        padding: 30px 0;
    }

    .touch-left h3,
    .touch-email {
        font-size: 21px;

    }

    .title-wrapper>span::after {
        width: 40px;
        transform: translate(0px, 50%);
    }

    .right-wrapper img {
        max-width: 110px;
        margin: 1.5rem 0;
    }

    .header-below-wrapper h2 {
        font-size: 22px;
    }

    .about-wrapper {
        padding: 2rem 0;
    }

    .case-number {
        font-size: 18px;
    }

    .case-info h3 {
        font-size: 18px;
    }

    .case-cards-row {
        grid-template-columns: repeat(1, 1fr);
    }

    .title-wrapper .sub-title {
        width: auto;
    }

    .title-wrapper .sub-title {
        font-size: 20px;
    }

    .title-wrapper>span {
        font-size: 16px;
    }

    .service-card p {
        -webkit-line-clamp: none;
    }

    .title-wrapper .sub-title::before,
    .title-wrapper .sub-title::after {
        display: none;
    }

    .touch-arrow {
        width: 42px;
        height: 42px;
    }
}


@media (max-width:576px) {
    .touch-arrow {
        width: 40px;
        height: 40px;
        margin-top: 10px;
    }

    .title-wrapper h2 {
        font-size: 20px;
    }

    .conatct-form textarea {
        height: 100px;
    }

    .conatct-form input,
    .conatct-form textarea {
        height: 45px;

    }

    .contact-section {
        padding: 1rem 0;
    }

    .touch-left h3,
    .touch-email {
        font-size: 13px;

        padding: 0;
        margin: 0;
    }

    .case-card-main img {
        max-height: 350px;
        height: 350px;
        border-radius: 18px;

    }

    .quote-text {
        font-size: 22px;
    }

    .hero-content h1 {
        font-size: 30px;
        margin-bottom: 28px;
    }

    .image-content {
        width: 100%;
    }

    .header-below-wrapper h2 {
        text-align: center;
    }

    .right-wrapper {
        display: flex;
        align-items: center;
        gap: 0;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}