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

/* HEADER */

body {
    font-family: 'poppins';
    overflow-x: hidden;
    background: #212121;
}

.container-fluid {
    width: 95%;
}

.navigation {
    position: absolute;
    width: 100%;
    padding-top: 40px;
    z-index: 999;
}

a {
    text-decoration: none;
}

span.menu-text img {
    padding-left: 22px;
}

a span.menu-text {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    font-size: 18px;
    text-transform: uppercase;
}

span.menu-text::before {
    content: "ddd";
    content: url(../img/menu-seprator.svg);
    padding: 0 30px;
}

section.services img::before {
    content: url(../img/back-glow.png);
    content: "";
}


.offset-6.col-sm-3.menu-search {
    display: inline-flex;
    justify-content: flex-end;
    align-items: center;
}

span.menu-text::before {
    content: "ddd";
    content: url(../img/menu-seprator.svg);
    padding: 0 30px;
}

.accordion-button:focus {
    border-color: #ffffff00;
    box-shadow: none;
}

.accordion-item {
    background-color: #fff;
    border: none;
}


.faq-section {
    background: url(../img/back-glow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
}


span.for-wm::before {
    content: url(../img/nib-wm.svg);
    position: absolute;
    opacity: 0.2;
    right: 400px;
    bottom: -33px;
}

span.for-wm {
    position: absolute;
}


a span.menu-text {
    color: #fff;
    text-decoration: none;

}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 9%;
    width: 100%;
    text-align: right;
    padding: 50px;
}

.blur {
    filter: blur(2px);
}

.overlay a {
    display: block;
    transition: 0.3s;
    color: #FFF;
    text-align: right;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100px;
    /* 250% */
}

img.logo-img {
    width: 264px;
    height: 88px;
}

.overlay a:hover,
.overlay a:focus {
    color: #C82A5E;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 55px;
    font-size: 60px;
}

/* INNER MENU */
.col-sm-7.inner-menu ul {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
}

.col-sm-7.inner-menu ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.col-sm-7.inner-menu ul li a {
    border: 1px solid #a7326f;
    padding: 8px 18px;
    border-radius: 20px;
}

a.for-border:hover {
    background: linear-gradient(90deg, #783D86 0%, #C82A5E 100%);
    transition-duration: 3s;
}

.col-sm-2.menu-search {
    display: contents;
    cursor: pointer;
}

.col-sm-7.inner-menu {
    display: flex;
    align-items: center;
}


/* HOME BANNER */

.home-banner {
    padding-top: 250px;
    background: url(../img/ellipse.webp);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: -30%;
}

.content-hero h1 {
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    font-size: 90px;
    line-height: 150px;
}

span.inverse-text {
    color: #7E7E7E;
}

.brand-logos img {
    position: relative;
    float: inline-end;
    left: 180px;
    width: 60%;
}

.body-marq {
    margin: 0;
    background: #111;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

/* Common */
.marquee-wrapper,
.top-marquee-wrapper {
    position: relative;
    width: 200%;
    /* bada width taake scroll smooth ho */
    overflow: hidden;
}

.marquee-bot.lower {
    padding: 45px 0;
}


.top-marquee {
    white-space: nowrap;
    overflow: hidden;
    padding: 30px 0;
}

.marquee-content,
.top-marquee-content {
    display: inline-block;
    white-space: nowrap;
}

.marquee-content span {
    color: #fff;
}

.marquee-content span,
.top-marquee-content span {
    display: inline-block;
    margin: 0 50px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
}

/* Orange dot */
.marquee-content span::after,
.top-marquee-content span::after {
    content: "•";
    color: #FF7E21;
    font-size: 22px;
    margin-left: 40px;
    position: relative;
    top: -2px;
}

.marquee-content span:last-child::after,
.top-marquee-content span:last-child::after {
    content: "";
}

/* Bottom strip (Right → Left) */
.marquee-wrapper {
    transform: rotate(353deg);
    top: 16px;
    right: 426px;
    z-index: 2;

}

.marquee-bot {
    background: linear-gradient(90deg, #783D86, #C82A5E);
}

span.combo-color {
    background: -webkit-linear-gradient(#783D86, #c82a5e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.marquee-content {
    animation: scroll-left 15s linear infinite;
}

/* Top strip (Left → Right) */
.top-body-marquee {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.top-marquee-wrapper {
    transform: rotate(50deg);
    /* top: 40px; */
    left: -200px;
}

.top-marquee {
    background: #FAFAFA;
}

.top-marquee-content {
    animation: scroll-right 15s linear infinite;
}

.top-marquee-content span {
    color: #212121;
}

/* Animations */
@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes scroll-right {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

/* HOME BANNER */

/* ABOUT SECTION */
section.about-us {
    padding-top: 45px;
    color: #fff;
    background: url(../img/ellipse.webp);
    background-size: contain;
    background-repeat: repeat;
}

.col-sm-4.d-flex img.gifs {
    position: relative;
    right: 160px;
}

.about-us.about video {
    mix-blend-mode: plus-lighter;
}

.unique-box.animate::before {
    content: url(../img/portfolio/hero-sec-animation/a5.gif);
    mix-blend-mode: lighten;
    position: absolute;
    left: 100px;
}

.thankyou-banner {
    padding-top: 200px;
    color: #fff;
}

section.about-us h2,
h3 {
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 190%;
    text-transform: uppercase;
    font-weight: 400;
}



section.about-us h2::after {
    content: url(../img/underline.svg);
    display: block;
    margin-top: -50px;
}

.about-us.brand h2::after {
    content: url(../img/underline.svg);
    display: block;
    margin-top: -50px;
}

.footer-contact h2::after {
    content: url(../img/underline.svg);
    display: block;
    margin-top: -50px;
}

a.content-button {
    border-radius: 25px;
    color: #fff;
    padding: 10px 40px;
    font-size: 16px;
    background: linear-gradient(90deg, #783D86 0%, #C82A5E 100%);
    margin-top: 24px;
}

/* ABOUT SECTION */




@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }

}

@media screen and (max-width: 600px) {
    .content-hero h1 {
        font-size: 25px;
        line-height: 35px;
    }

    img.logo-img {
        width: 180px;
        height: 65px;
    }
}





/* PORTFOLIO */

section.portfolio {
    padding-top: 70px;
    /* background: url(../img/banner.webp); */
    /* background: url(../img/ellipse.webp); */
    background: url(../img/port-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 1px -139px;

}

section.portfolio h2,
section.services h2,
section.pricing h2,
section.testimonial h2,
.footer-contact h2,
.faq-section h2.faq-heading {
    font-size: 40px;
    letter-spacing: 2px;
    line-height: 190%;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
}

.faq-section h2.faq-heading::after {
    content: url(../img/underline.svg);
    display: block;
    margin-top: -50px;
}

section.services h2::after {
    content: url(../img/underline.svg);
    display: block;
    margin-top: -50px;
}

section.testimonial h2::after {
    content: url(../img/underline.svg);
    display: block;
    margin-top: -50px;
}

section.portfolio h2::after {
    content: url(../img/underline.svg);
    display: block;
    margin-top: -50px;
}

section.pricing h2::after {
    content: url(../img/underline.svg);
    display: block;
    margin-top: -50px;
}


:root {
    --marq-duration: 18s;
    /* fallback - JS sets final value */
    --gap: 28px;
}

.card-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* center align caption with card width */
    gap: 8px;
    /* space between card and caption */
}

.caption-wrap {
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.caption-wrap .title {
    font-weight: 600;
    margin-bottom: 2px;
}

.caption-wrap .category {
    font-size: 12px;
    color: #aaa;
    letter-spacing: 1px;
}








/* --- Tabs --- */
.tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.tab {
    background: none;
    cursor: pointer;
    border: 1px solid #C82A5E;
    border-radius: 25px;
    color: #fff;
    padding: 10px 40px;
    font-size: 16px;
    /* background: linear-gradient(90deg, #783D86 0%, #C82A5E 100%); */
    margin-top: 24px;

}

.tab.active {
    background: linear-gradient(90deg, #c82a5e, #783d86);
    box-shadow: 0 4px 18px rgba(200, 42, 94, 0.18);
    border: linear-gradient(90deg, #783D86 0%, #C82A5E 100%);

}

/* --- Gallery area --- */
.portfolio-gallery {
    position: relative;
    user-select: none;
}

/* Pause all marquees when gallery hovered */
.portfolio-gallery:hover .marquee-content {
    animation-play-state: paused;
}

/* Shared marquee basics */
.marquee {
    position: relative;
    overflow: hidden;
    margin: 18px 0;
    height: 456px;
    pointer-events: auto;
}

/* rotate wrappers to create diagonal strips */
/* .marquee.top { transform: rotate(-6deg) translateY(6%); z-index:2; }
  .marquee.bottom { transform: rotate(6deg) translateY(-6%); z-index:1; } */

/* Track (keeps visual background for strip) */
.strip {
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 14px;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.45));
}

/* .strip.bottom {
    background: linear-gradient(90deg,#783D86,#C82A5E);
  } */

/* marquee content: inline flex of items; we will duplicate items in JS so this content contains two sets */
.marquee-track {
    position: relative;
    height: 100%;
    display: block;
    overflow: hidden;
}

.marquee-content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    gap: var(--gap);
    /* animation set via data-direction in CSS */
    will-change: transform;
    /* fallback duration */
    animation-duration: var(--marq-duration);
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* left-moving: content moves from 0 -> -50% (one set width) */
.marquee[data-direction="left"] .marquee-content {
    animation-name: move-left;
}

/* right-moving: content moves from -50% -> 0 (opposite) */
.marquee[data-direction="right"] .marquee-content {
    animation-name: move-right;
}

@keyframes move-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes move-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/* --- card --- */
.card {
    width: 400px;
    flex: 0 0 400px;
    height: calc(100% - 20px);
    overflow: hidden;
    /* background: rgba(0,0,0,0.45);
    box-shadow: 0 8px 22px rgba(0,0,0,0.5); */
    /* border: 1px solid rgba(255,255,255,0.04); */
    border: 2px solid;
    border-image: linear-gradient(90deg, #C82A5E 0%, #783D86 100%) 1;
    border-radius: 12px;
    /* agar chahiye */
    transform-origin: center;
    position: relative;
    border-radius: 10px;
    border: 2px solid var(--22, #C82A5E);


}

/* image container inside card — the screenshot will be taller than container */
.img-wrap {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.img-wrap img {
    display: block;
    width: 100%;
    height: auto;
    transform: translateY(0);
    transition: transform 120ms linear;
    -webkit-user-drag: none;
    user-drag: none;
    -o-object-fit: contain;
    object-fit: contain;
    background: #fff;
}

/* .caption {
    position: absolute;
    left: 12px;
    bottom: 10px;
    right: 12px;
    color: #fff;
    font-size: 13px;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
    pointer-events: none;
} */

/* visual dot separator (optional) */
.dot {
    color: #FF7E21;
    margin: 0 10px;
    pointer-events: none;
}

/* responsive adjustments */
@media (max-width: 980px) {
    .card {
        width: 220px;
        flex: 0 0 220px;
    }

    :root {
        --gap: 18px;
    }
}

@media (max-width: 640px) {
    .marquee {
        height: 365px !important;
        /* Increased height for better visibility */
    }

    .card {
        width: 80vw;
        flex: 0 0 80vw;
        height: 100% !important;
        border-radius: 15px;
        background: #fff;
        margin: 0 10px;
    }

    .img-wrap img {
        /* height: 100% !important; */
        width: 100% !important;
        object-fit: contain !important;
        background: #fff;
    }

    .marquee.top {
        transform: rotate(0deg) translateY(0);
    }

    .marquee.bottom {
        transform: rotate(0deg) translateY(0);
    }

    .strip {
        border-radius: 15px;
    }
}

/* small polish: pause when a card has 'paused' class (JS toggles it on pointerenter) */
.marquee-content.paused {
    animation-play-state: paused !important;
}

/* Hide focus outlines for this demo but keep keyboard accessibility if needed */
.tab:focus {
    outline: 2px solid rgba(255, 255, 255, 0.12);
}


/* PORTFOLIO */

/* PRICING */
section.pricing {
    padding: 60px 0;
    background: url(../img/pricing-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.pricing-box {
    width: 414px;
    margin-top: 50px;
    height: 637px;
    position: relative;
    padding: 20px 35px;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    background: linear-gradient(0deg, #00000054 49%, #21212100 98%);

}

.swiper-button-next.arrows,
.swiper-button-prev.arrows {
    top: 24px !important;
    width: 15px;
    right: 43px !important;
}


.swiper-button-prev.arrows {
    left: 1406px !important;
    top: 24px !important;
}


.pricing-box::before {
    content: "cccccc";
    position: absolute;
    inset: 0;
    text-align: center;
    padding: 1px;
    border-radius: 20px;
    background: linear-gradient(90deg, #783D86 0%, #C82A5E 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

h3.pricing-heading-box {
    color: #FFF;
    font-family: Poppins;
    margin-bottom: 16px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding: 20px;
    margin-top: -60px;
    border-radius: 20px;
    background: #212121;
}

.combo-box.standard.reverse {
    border-radius: 90px 0 0 0;
}

.combo-box.ultimate.reverse {
    border-radius: 0 0 90px 0;
}

span.side-text.inner {
    position: absolute;
    transform: rotate(270deg);
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    left: -157px;
    top: 600px;
}

section.pricing::before {
    content: 'value';
    color: #ffffff00;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FFF;
    /* font-family: Poppins; */
    font-size: 130px;
    font-style: normal;
    font-weight: 700;
    top: 0;
    line-height: 190%;
    /* float: left; */
    position: absolute;
    letter-spacing: 5px;
    text-transform: uppercase;
    transform: rotate(270deg);
    left: -740px;
    width: 100%;
    top: 450%;
}

section.pricing::after {
    content: 'pricing';
    color: #ffffff00;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #FFF;
    font-size: 130px;
    font-style: normal;
    font-weight: 700;
    top: 0;
    line-height: 190%;
    position: absolute;
    letter-spacing: 5px;
    text-transform: uppercase;
    transform: rotate(270deg);
    right: -740px;
    width: 100%;
    top: 450%;
}

h3.pricing-heading-box::before {
    content: "cccccc";
    position: absolute;
    inset: 0;
    text-align: center;
    padding: 1px;
    /* border width */
    border-radius: 20px;
    background: linear-gradient(90deg, #783D86 0%, #C82A5E 100%);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

p.pricing-price {
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    padding: 25px 0px 21px 0px;
    text-align: center;
    text-transform: capitalize;
    background: linear-gradient(90deg, #783D86 0%, #C82A5E 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing-features {
    padding-top: 40px;
    height: 370px;
    overflow-y: scroll;

}

.pricing-features ul {
    list-style: none;
    padding: 0;
}


.pricing-features ul li::after {
    content: url(../img/feature-br.svg);
    display: block;
    padding: 0px 0 5px 0;
}

.pricing-box:hover h3.pricing-heading-box {
    background: linear-gradient(90deg, #C82A5E 0%, #783D86 100%);
    transition-delay: 1s
}

/* combos */

.row.pri-com {
    justify-content: center;
    margin-top: 45px;
}

.combos {
    max-width: 1140px;
    display: flex;
}

.combo-box.ultimate {
    background-color: #000;
    color: #fff;
    /* width: 749px; */
    width: 611px;
    border-radius: 90px 0 0 0;
    padding: 70px 70px;
}

.combo-box.standard {
    background: linear-gradient(90deg, #C82A5E 0%, #783D86 100%);
    color: #fff;
    /* width: 391px; */
    border-radius: 0 0 90px 0;
    padding: 63px 50px;
    width: 465px;
}

.combo-box.ultimate h3 {
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
}

.combo-box.ultimate p {
    color: #D2D2D2;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 119%;
    padding: 20px 0;
}



.combo-box.ultimate ul li {
    color: #D2D2D2;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 142%;

}


.combo-box.ultimate h5 {
    background: -webkit-linear-gradient(#783D86, #c82a5e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.combo-box.ultimate h6 {
    font-family: Poppins;
    padding-top: 50px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 119%;
    letter-spacing: 3.2px;
    background: var(--22, linear-gradient(90deg, #C82A5E 0%, #783D86 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



span.splitter img {
    padding-right: 12px;
}



.combo-box.standard h3 {
    color: #191919;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: capitalize;
}

.combo-box.standard p {
    color: #FFF;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 119%;
    padding: 20px 0;
}

.combo-box.standard h5 {
    color: #fff;
    font-family: Poppins;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.phone-icon {
    display: inline-block;
    margin-top: 8px;
    float: left;

}

.phone-content {
    padding-left: 12px;
    color: #fff
}

a.pl-2 {
    padding-left: 12px;
}

a.live-chat-b {
    padding-left: 40px;
    color: #fff;
    font-weight: 600;
}

.phone-content a {
    color: #fff;
}

.combo-box.standard h6 {
    color: #121212;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 119%;
    letter-spacing: 3.2px;
    padding-top: 27px;
    padding-bottom: 21px;
}

.combo-box.standard ul li {
    list-style: none;
    padding-left: 10px;
    padding-bottom: 10px;
}

a.content-button.inverse {
    background: none;
    border: 2px solid #fff;
}

/* section.pricing::after {
    transform: rotateZ(91deg);
} */



span.splitter {
    display: flex;
    align-items: center;
}

.combo-box.standard ul {
    padding: 0;
}

/* SERVICES */
.services {
    padding: 50px 0;
    background: url(../img/ellipse.webp);
    background-size: contain;
    background-repeat: no-repeat;

}

.services h5 {
    color: #fff;
    font-size: 30px;
    text-align: left;
    font-weight: 400;
}

.services p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}

/* SERVICES */

.project-box.second {
    float: right;
}

.project-box p {
    color: #FFF;
    font-size: 34px;
    font-style: normal;
    font-weight: 300;
    line-height: 180%;
}

.featured-project h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
    line-height: 110px;
    font-size: 120px;
}

.featured-project h2.fp {
    padding-left: 300px;
}

.project-box.second img {
    margin-top: -43px;

}

.bg-wrapper {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background: url("../img/bg-vid.gif");
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100% 100%;

}

.bg-wrapper .overlay-fp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/vid-bg.webp);
    /* background: linear-gradient(90deg, #C82A5E 0%, #783D86 100%); */
    mix-blend-mode: lighten;
    pointer-events: none;
    opacity: 0.8;
    background-blend-mode: color-dodge;
    background-size: cover;
    background-repeat: no-repeat;

}



.bg-wrapper .content {
    position: relative;
    z-index: 2;
    color: #fff;
}

/* FEATURED PORTFOLIO */
/* section.featured-project {
    padding: 60px 0;
    background: url(../img/bg-vid.gif);
    background-size: cover;
}



.project-box.second {
    float: right;
}

.project-box p{
    color: #FFF;
font-size: 34px;
font-style: normal;
font-weight: 300;
line-height: 180%;
}

.featured-project h2{
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 200;
    line-height: 110px;
    font-size: 120px;
}
.featured-project h2.fp{
    padding-left: 300px;
} 
/* FEATURED PORTFOLIO */


/* TESTIMONIAL */
section.testimonial {
    background: url(../img/quotes.svg);
    background-repeat: no-repeat;
    background-position-y: bottom;
    background-position-x: 3%;
    padding: 50px 0;
}

.testimonial-card h3 {
    font-size: 20px;
}

.testimonials {
    max-width: 1200px;
    margin: auto;
    padding: 60px 20px;
    position: relative;
}

.heading {
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
}

.testimonial-slider {
    padding: 50px 0;
}

.testimonial-card {
    background: rgba(12, 12, 12, 0.70);
    border-radius: 20px;
    padding: 15px 36px;
    position: relative;
    color: #ccc;
    width: 407px;
    height: 250px;
}

a.content-button.inverse {
    background: none;
    border: 2px solid #fff;
    transition-duration: 0.2s;
}

.testimonial-card h3 {
    color: #fff;
    margin-bottom: 10px;
}

.testimonial-card p {
    font-size: 0.95rem;
    line-height: 1.6;
}

.swiper {
    padding: 60px 0 !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff !important;
    top: 20px;
    /* align with heading */
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 18px;
    color: #fff !important;
}


.testimonial-card::before {
    content: url(../img/card-quote.svg);
    position: relative;
    top: -15px;
    left: -35px;
}


.testimonial-card::after {
    content: url(../img/card-quote-after.svg);
    position: relative;
    left: 307px;
    bottom: 4px;
}


/* FOOTER */

.footer-contact {
    background: url(../img/footer-img.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto;
    padding: 60px;
}



.contact-form {
    margin: 40px auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-right: 40px;
}

.row.contact-form-box {
    display: flex;
    gap: 20px;
}

ul li i {
    background: aliceblue;
    background: linear-gradient(90deg, #783D86, #C82A5E);
    border-radius: 50%;
    padding: 11px;
    font-size: 13px;
    /* width: 20px; */
    /* height: 20px; */
}

i.fa-solid.fa-location-dot {
    width: 34px;
    padding-left: 2px;
    padding-left: 13px;
}



.contact-form input,
.contact-form select,
.contact-form textarea {
    flex: 1;
    padding: 12px 15px;
    color: #fff;
    background: transparent;
    border: 2px solid transparent;
    border-radius: 10px;
    font-size: 15px;

    /* Gradient border */
    border-image: linear-gradient(90deg, #783D86, #C82A5E) 1;
}

.contact-form textarea {
    min-height: 120px;
    resize: vertical;
}

.btn-send {
    align-self: flex-start;
    padding: 10px 35px;
    font-size: 16px;
    color: #fff;
    background: linear-gradient(90deg, #783D86, #C82A5E);
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: opacity .3s;
}

.btn-send:hover {
    opacity: .85;
}

footer {
    color: #fff;
    padding-top: 30px;
}

footer ul li {
    text-decoration: none;
    list-style: none;
    color: #fff;
    padding-bottom: 9px;
    font-weight: 300;
}

footer ul {
    padding: 0;
}

footer ul li a {
    color: #fff;

}

ul.footer-social {
    display: inline-flex;
    gap: 15px;
    float: inline-end;
    align-items: center;
}

footer {
    background: url(../img/ellipse.webp);
    background-repeat: no-repeat;
    /* background-position: right; */
    background-size: contain;
    background-position: -228px -79px;
}

.cards-img {
    float: inline-end;
}

i.gradient-icon {
    background: linear-gradient(to bottom, #a041ff, #ff00d4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 45px;
}

ul.footer-social li i {
    font-size: 22px;
}

hr.footer-hr {
    margin: 1rem 0;
    background: linear-gradient(to bottom, #a041ff, #ff00d4) !important;
    border: 0;
    opacity: 1;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}

p.copy-right {
    text-align: center;
    color: #fff;
}

footer h4 {
    padding-bottom: 15px;
}

footer ul li a:hover {
    color: #bf2d64;
}





.custom-form {
    width: 100%;
    max-width: 1000px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

input,
select,
textarea {
    flex: 1;
    padding: 15px 20px;
    border: 1px solid;
    border-color: #783D86;
    border-radius: 30px;
    background: transparent;
    color: #fff;
    font-size: 16px;
    outline: none;
}

.form-container {
    width: 90%;
}


.content-button {
    border-radius: 25px;
    color: #fff;
    padding: 10px 40px;
    font-size: 16px;
    background: linear-gradient(90deg, #783D86 0%, #C82A5E 100%);
    margin-top: 24px;
    border: none;
}

input::placeholder,
select,
textarea::placeholder {
    color: #ccc;
}

select {
    appearance: none;
}

textarea {
    width: 103%;
    border-radius: 20px;
    min-height: 120px;
    resize: none;
    margin-left: -10px;
}

button.btn-submit.form-button {
    border-radius: 30px;
    padding: 8px 30px;
    background: #c8009b;
    border: none;
    color: #fff;
    margin-top: 10px;
}

button.btn-submit.form-button:hover {
    background-image: linear-gradient(45deg, #D24FB4 15%, #8F367B 65%);
}


/* FOOTER */


/* ABOUT US */

section.about-us.about {
    padding-top: 250px;
}

section.about-us.brand {
    padding: 200px 0;
}

.about-us.about h1 {
    color: #FFF;
    font-family: Poppins;
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    /* 153px */
    text-transform: capitalize;
}


.about-us.about h1 span {
    color: #7E7E7E;
}

section.about-us p {
    font-size: 22px;
    line-height: 190%;
    font-weight: 400;
}


/* BEST */
.best-quality {
    color: #fff;
}

.unique-box h3 {
    color: #FFF;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 75px */
    text-transform: capitalize;
}

.unique-box h3 span {
    color: #7E7E7E;
}

.unique-box p {
    color: #FFF;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 190%;
    /* 57px */
    letter-spacing: 0.6px;
    text-transform: none;
}


.counter-sec h2 {
    color: #FFF;

    text-align: center;
    font-family: Poppins;
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 135px */
    text-transform: capitalize;
}

.counter-sec h2 span {
    color: #7E7E7E;
}


.counts h3 {
    text-align: center;
    font-family: Poppins;
    font-size: 90px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 135px */
    text-transform: capitalize;

    background: linear-gradient(90deg, #C82A5E 0%, #783D86 100%);

    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.counts p {
    color: #FFF;

    text-align: center;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 52.5px */
    text-transform: capitalize;
}

section.footer-contact ul li a {
    color: #fff;
}


span.side-bars {
    padding-left: 40px;

}

span.side-text a {
    color: #FFF;
}

span.side-text a:hover {
    color: #a7326f;
}

span.side-text {
    position: relative;
    transform: rotate(270deg);
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    left: -348px;
    top: 286px;
}



/* KEYPOINTS */
.key-points-box ul {
    margin: 0;
    padding: 0;
}

.key-points-box ul li {
    list-style: none;
    font-weight: 700;
    font-size: 26px;
    line-height: 100px;
    text-transform: uppercase;
}

.key-points-box img {
    padding-right: 18px;
}

.key-points-box::after {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    /* padding: 30px; */
    backdrop-filter: blur(18px);
    z-index: -1;
    position: absolute;
    top: 14px;
    content: '';
    left: -14px;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    margin-right: 14px;
    margin-bottom: -14px;
}

.key-points-box {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    padding: 30px;
    backdrop-filter: blur(18px);
    min-width: 470px;
}

/* KEYPOINTS */

/* FAQ */
.accordion-flush .accordion-item {
    background: none;
}

.accordion-header {
    background: none;
    color: #fff;
}

.accordion-flush .accordion-item {
    margin-bottom: 11px;
}


.accordion-flush .accordion-item .accordion-button {
    border-radius: 15px !important;
    background: none;
    color: #fff;
}

.accordion-flush .accordion-item .accordion-button::before {
    content: "cccccc";
    position: absolute;
    inset: 0;
    text-align: center;
    padding: 2px;
    border-radius: 20px;
    background: linear-gradient(90deg, #783D86 0%, #C82A5E 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    /* fill changed from %23212529 to %23fff */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-body {
    color: #fff;
}

/* FAQ */


/* Counter */
img.watermark-pen {
    width: 60%;
    flex-direction: column;
    display: flex;
}

/* main overlay */
.search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* menu overlay se upar */
    backdrop-filter: blur(6px);
    animation: fadeIn 0.3s ease;
    overflow-x: auto;
    padding-top: 120px;
}

/* input box styling */
.search-box input {
    width: 80%;
    max-width: 800px;
    padding: 18px 20px;
    font-size: 20px;
    border: none;
    border-radius: 40px;
    outline: none;
    color: #000;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

/* close button */
.search-close {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    transition: transform .2s;
}

.search-box {
    width: 80%;
    text-align: center;
}

.search-results {
    margin-top: 20px;
    text-align: center;
}

.search-results a {
    display: block;
    color: #fff;
    font-size: 18px;
    margin: 6px 0;
    text-decoration: none;
}

.search-results a:hover {
    text-decoration: underline;
}

.search-close:hover {
    transform: rotate(90deg);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}



.overlay .closebtn:hover {
    transform: rotate(90deg);
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* GIFS */
img.gifs {
    mix-blend-mode: lighten;
}

body::-webkit-scrollbar {
    width: 10px;
}

.overlay::-webkit-scrollbar {
    width: 10px;
}

.pricing-features::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255);
}

::-webkit-scrollbar-thumb {
    background: rgb(143, 54, 123);
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: grey 0px 0px 1px inset;
    border-radius: 10px;
}



@media screen and (max-width: 1500px) {
    .top-marquee-wrapper {
        left: 0px;
    }

    .content-hero h1 {
        font-size: 75px;
        line-height: 92px;
    }

    .brand-logos img {
        left: 125px;
    }

    .testimonial-card {
        width: 300px;
    }

    .container {
        max-width: 1250px;
    }
}

/* ============================================
   TABLET RESPONSIVE (max-width: 1024px)
   ============================================ */
@media screen and (max-width: 1024px) {
    .container {
        max-width: 960px;
    }

    /* Header */
    img.logo-img {
        width: 200px;
        height: 70px;
    }

    .col-sm-7.inner-menu ul {
        gap: 10px;
    }

    .col-sm-7.inner-menu ul li a {
        font-size: 14px;
        padding: 6px 14px;
    }

    /* Hero Section */
    .content-hero h1 {
        font-size: 60px;
        line-height: 75px;
    }

    .brand-logos img {
        left: 80px;
        width: 70%;
    }

    /* About Section */
    section.about-us h2,
    h3 {
        font-size: 35px;
    }

    section.about-us p {
        font-size: 18px;
    }

    /* Services */
    .services h5 {
        font-size: 24px;
    }

    /* Pricing */
    .pricing-box {
        width: 350px;
        height: 600px;
    }

    .combo-box.ultimate {
        width: 500px;
        padding: 50px 40px;
    }

    .combo-box.standard {
        width: 380px;
        padding: 50px 35px;
    }

    /* Featured Projects */
    .featured-project h2 {
        font-size: 90px;
        line-height: 90px;
    }

    .featured-project h2.fp {
        padding-left: 200px;
    }

    /* Counter */
    .counter-sec h2 {
        font-size: 70px;
    }

    .counts h3 {
        font-size: 70px;
    }

    .counts p {
        font-size: 20px;
    }

    /* Key Points */
    .key-points-box {
        min-width: 380px;
    }

    .key-points-box ul li {
        font-size: 22px;
        line-height: 80px;
    }
}

/* ============================================
   MOBILE RESPONSIVE (max-width: 768px)
   ============================================ */
@media screen and (max-width: 768px) {

    .container,
    .container-fluid {
        width: 95%;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Header Navigation */
    /* Header Navigation */
    .navigation {
        padding-top: 20px;
        z-index: 999;
    }

    /* Force row to be flex and allow wrapping */
    .header-row {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        /* Allow wrapping for the row */
        align-items: center !important;
        justify-content: space-between !important;
        width: 100% !important;
    }

    /* Logo handling */
    .header-row>div:first-of-type,
    .header-row .col-sm-3:first-child {
        width: auto !important;
        flex: 0 0 auto !important;
        display: block !important;
        order: 1 !important;
        /* Force to first */
    }

    img.logo-img {
        width: 140px !important;
        height: auto !important;
        max-width: none !important;
    }

    /* Hide inner desktop menus and search */
    /* .inner-menu,
    .menu-search,
    .search-icon,
    [class*="menu-search"] {
        display: none !important;
    } */

    /* Inner Menu (Tabs) Mobile Fix */
    .inner-menu {
        display: block !important;
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        padding: 10px 0 !important;
        margin-top: -10px !important;
        scrollbar-width: none;
        -ms-overflow-style: none;
        order: 3;
        /* Ensure it drops to the second line after logo (1) and menu (2) */
    }

    .inner-menu::-webkit-scrollbar {
        display: none;
    }

    .inner-menu ul {
        display: flex !important;
        flex-wrap: nowrap !important;
        gap: 10px !important;
        padding: 0 15px !important;
        margin: 0 !important;
        width: max-content !important;
    }

    .inner-menu ul li {
        flex: 0 0 auto !important;
    }

    .inner-menu ul li a {
        font-size: 13px !important;
        padding: 4px 15px !important;
        white-space: nowrap !important;
    }

    /* Target the container that holds the menu button */
    .header-row>.menu-search,
    .header-row>div:last-child {
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center !important;
        flex: 0 0 auto !important;
        margin-left: auto !important;
        order: 2 !important;
        /* Force to second (right) */
        width: auto !important;
    }

    /* Hide search and separator in inner page header on mobile */
    .menu-search .search-icon,
    .menu-search .line {
        display: none !important;
    }

    /* Ensure menu link itself is visible */
    .header-row a:has(.menu-text),
    .menu-search a,
    .header-row>a {
        display: flex !important;
        justify-content: flex-end !important;
        color: #fff !important;
        text-decoration: none !important;
    }

    /* Hide the vertical separator line on mobile */
    span.menu-text::before {
        display: none !important;
        content: none !important;
    }

    /* The menu button text and icon */
    span.menu-text {
        font-size: 14px !important;
        white-space: nowrap !important;
        display: inline-flex !important;
        align-items: center !important;
        color: #fff !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    span.menu-text img {
        padding-left: 10px !important;
        width: 22px !important;
        height: auto !important;
        display: inline-block !important;
    }

    /* Overlay Menu */
    .overlay a {
        font-size: 28px;
        line-height: 60px;
    }

    .overlay-content {
        padding: 30px;
    }

    /* Hero Section */
    .home-banner {
        padding-top: 120px;
        background-position: center;
    }

    .content-hero h1 {
        font-size: 35px;
        line-height: 45px;
    }

    span.side-text {
        display: none;
    }

    span.side-text.inner {
        display: none;
    }

    /* Hide rotated marquee strips on mobile */
    .top-body-marquee,
    .marquee-wrapper {
        display: none;
    }

    .brand-logos img {
        position: static;
        width: 100%;
        left: 0;
        margin-top: 30px;
    }

    /* About Section */
    section.about-us {
        padding-top: 30px;
    }

    section.about-us.about {
        padding-top: 120px;
    }

    section.about-us.brand {
        padding: 80px 0;
    }

    .about-us.about h1 {
        font-size: 40px;
        line-height: 50px;
    }

    section.about-us h2,
    h3 {
        font-size: 28px;
        line-height: 140%;
    }

    section.about-us h2::after,
    .about-us.brand h2::after {
        margin-top: -30px;
    }

    section.about-us p {
        font-size: 16px;
        line-height: 160%;
    }

    .col-sm-8,
    .col-sm-4 {
        width: 100%;
        margin-bottom: 20px;
    }

    .col-sm-4.d-flex img.gifs {
        position: static;
        right: 0;
        width: 100%;
        margin-top: 20px;
    }

    /* Unique Box */
    .unique-box {
        padding: 30px 20px;
    }

    .unique-box h3 {
        font-size: 24px;
        line-height: 140%;
    }

    .unique-box p {
        font-size: 16px;
        line-height: 160%;
    }

    .unique-box.animate::before {
        display: none;
    }

    span.for-wm {
        display: none;
    }

    /* Portfolio Section */
    section.portfolio {
        padding-top: 40px;
        background-position: center;
    }

    section.portfolio h2,
    section.services h2,
    section.pricing h2,
    section.testimonial h2,
    .footer-contact h2,
    .faq-section h2.faq-heading {
        font-size: 32px;
        line-height: 150%;
    }

    section.portfolio h2::after,
    section.services h2::after,
    section.pricing h2::after,
    section.testimonial h2::after,
    .footer-contact h2::after,
    .faq-section h2.faq-heading::after {
        margin-top: -30px;
    }

    .col-sm-4,
    .col-sm-8 {
        width: 100%;
    }

    .tabs {
        justify-content: center;
        gap: 8px;
        margin-bottom: 15px;
    }

    .tab {
        padding: 8px 20px;
        font-size: 14px;
        margin-top: 10px;
    }

    /* Services Section */
    .services {
        padding: 30px 0;
    }

    .services h5 {
        font-size: 22px;
        margin-top: 20px;
    }

    .services p {
        font-size: 14px;
    }

    .col-sm-3 {
        width: 100%;
        margin-bottom: 20px;
    }

    .row.pt-5 {
        padding-top: 0 !important;
    }

    /* Featured Projects */
    .bg-wrapper {
        padding: 30px 0;
    }

    .featured-project h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .featured-project h2.fp {
        padding-left: 0;
        text-align: center;
    }

    .project-box p {
        font-size: 20px;
        line-height: 140%;
    }

    .project-box.second {
        float: none;
    }

    .project-box.second img {
        margin-top: 0;
    }

    .col-sm-6 {
        width: 100%;
    }

    /* Pricing Section */
    section.pricing {
        padding: 40px 0;
    }

    section.pricing::before,
    section.pricing::after {
        display: none;
    }

    .pricing-box {
        width: 100%;
        max-width: 380px;
        height: auto;
        margin: 20px auto;
    }

    h3.pricing-heading-box {
        font-size: 14px;
        padding: 15px;
        margin-top: -40px;
    }

    p.pricing-price {
        font-size: 50px;
    }

    .pricing-features {
        height: auto;
        max-height: 350px;
    }

    .pricing-features ul li {
        font-size: 13px;
    }

    /* Combo Packages */
    .row.pri-com {
        margin-top: 30px;
    }

    .combos {
        flex-direction: column;
        max-width: 100%;
    }

    .combo-box.ultimate {
        width: 100%;
        border-radius: 30px 30px 0 0;
        padding: 40px 25px;
    }

    .combo-box.standard {
        width: 100%;
        border-radius: 0 0 30px 30px;
        padding: 40px 25px;
    }

    .combo-box.ultimate h3,
    .combo-box.standard h3 {
        font-size: 28px;
    }

    .combo-box.ultimate p,
    .combo-box.standard p {
        font-size: 16px;
    }

    .combo-box.ultimate h5 {
        font-size: 18px;
        margin-top: 15px;
    }

    .combo-box.standard h5 {
        font-size: 45px;
    }

    .combo-box.ultimate ul li {
        font-size: 11px;
    }

    /* Counter Section */
    .counter-sec {
        padding: 30px 0;
    }

    .counter-sec h2 {
        font-size: 32px;
        line-height: 140%;
        margin-bottom: 30px;
    }

    .counts {
        width: 50%;
        margin-bottom: 20px;
    }

    .counts h3 {
        font-size: 50px;
        line-height: 120%;
    }

    .counts p {
        font-size: 16px;
        line-height: 140%;
    }

    /* Key Points */
    .key-points-box {
        min-width: auto;
        width: 100%;
        padding: 20px;
        margin-top: 20px;
    }

    .key-points-box ul li {
        font-size: 18px;
        line-height: 60px;
    }

    .key-points-box img {
        padding-right: 10px;
        width: 30px;
    }

    /* FAQ Section */
    .faq-section {
        padding: 30px 0;
    }

    .accordion-item {
        margin-bottom: 10px;
    }

    .accordion-button {
        font-size: 14px;
        padding: 12px 15px;
    }

    .accordion-body {
        font-size: 13px;
        padding: 12px 15px;
    }

    /* Testimonials */
    section.testimonial {
        padding: 30px 0;
    }

    .testimonial-card {
        width: 100%;
        max-width: 350px;
        height: auto;
        min-height: 220px;
        padding: 15px 25px;
    }

    .testimonial-card h3 {
        font-size: 18px;
    }

    .testimonial-card p {
        font-size: 14px;
    }

    .testimonial-card::after {
        left: auto;
        right: 20px;
    }

    .swiper {
        padding: 40px 0 !important;
    }

    /* Footer */
    .footer-contact {
        padding: 40px 20px;
        background-size: cover;
        background-position: center;
    }

    .contact-form {
        padding-right: 0;
        gap: 15px;
    }

    .row.contact-form-box {
        flex-direction: column;
        gap: 15px;
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea {
        padding: 10px 12px;
        font-size: 14px;
    }

    footer {
        padding-top: 20px;
    }

    footer h4 {
        font-size: 18px;
        margin-top: 20px;
    }

    footer ul li {
        font-size: 14px;
        padding-bottom: 6px;
    }

    ul.footer-social {
        float: none;
        justify-content: center;
        margin-top: 15px;
    }

    .cards-img {
        float: none;
        text-align: center;
        margin-top: 15px;
    }

    .cards-img img {
        max-width: 100%;
    }

    /* Buttons */
    a.content-button,
    .content-button {
        padding: 10px 30px;
        font-size: 14px;
        margin-top: 15px;
        display: inline-block;
    }

    /* Form */
    .form-row {
        flex-direction: column;
        gap: 15px;
    }

    textarea {
        width: 100%;
        margin-left: 0;
    }

    /* Thankyou Banner */
    .thankyou-banner {
        padding-top: 120px;
    }
}

/* ============================================
   SMALL MOBILE (max-width: 480px)
   ============================================ */
@media screen and (max-width: 480px) {

    /* Header */
    img.logo-img {
        width: 130px;
        height: 45px;
    }

    span.menu-text {
        font-size: 12px;
    }

    /* Hero */
    .content-hero h1 {
        font-size: 28px;
        line-height: 38px;
    }

    /* Headings */
    section.about-us h2,
    h3,
    section.portfolio h2,
    section.services h2,
    section.pricing h2,
    section.testimonial h2,
    .footer-contact h2,
    .faq-section h2.faq-heading {
        font-size: 26px;
    }

    .about-us.about h1 {
        font-size: 32px;
        line-height: 42px;
    }

    /* Featured Projects */
    .featured-project h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .project-box p {
        font-size: 18px;
    }

    /* Counter */
    .counter-sec h2 {
        font-size: 26px;
    }

    .counts {
        width: 100%;
    }

    .counts h3 {
        font-size: 45px;
    }

    .counts p {
        font-size: 15px;
    }

    /* Pricing */
    p.pricing-price {
        font-size: 45px;
    }

    .pricing-box {
        padding: 15px 25px;
    }

    /* Combo */
    .combo-box.ultimate,
    .combo-box.standard {
        padding: 30px 20px;
    }

    .combo-box.standard h5 {
        font-size: 38px;
    }

    /* Testimonials */
    .testimonial-card {
        max-width: 100%;
        padding: 15px 20px;
    }

    /* Tabs */
    .tab {
        padding: 6px 15px;
        font-size: 13px;
    }

    /* Key Points */
    .key-points-box ul li {
        font-size: 16px;
        line-height: 50px;
    }

    /* Footer */
    footer h4 {
        font-size: 16px;
    }

    footer ul li {
        font-size: 13px;
    }

    ul.footer-social li i {
        font-size: 18px;
    }
}

/* Fix for very small screens */
@media screen and (max-width: 360px) {
    .content-hero h1 {
        font-size: 24px;
        line-height: 34px;
    }

    img.logo-img {
        width: 110px;
        height: 40px;
    }

    .tab {
        padding: 5px 12px;
        font-size: 12px;
    }
}