/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Titan+One&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    font-family: "Poppins", sans-serif;
}

:root {
    /* --primary-color:  #c8f31d; */
    /* --primary-color: #FF6600; */
    /* --primary-color: #FF9900; */
    /* --primary-color: #fecb1c; */
    --primary-color: #ff4400;
    /* --primary-light: #fff7cb; */
    --primary-light: #ff8500;
    --dark-color: black;
    /* --shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; */
    --shadow: 5px 5px 0 var(--border-color);
    --dark-shadow: 5px 5px 0 var(--dark-color);
    --radius: 10px;
}











:root {
    /* Enhanced color palette */
    --primary-color: #ff4400;
    --primary-light: #ff8500;
    --primary-dark: #ff4400;
    --dark-color: #0a0a0a;
    --surface-dark: #1a1a1a;
    --surface-medium: #2a2a2a;
    --text-primary: #ffffff;
    --text-secondary: #e0e0e0;
    --text-muted: #a0a0a0;
    --border-color: #ff5f00;
    --glass-bg: rgba(255, 255, 255, 0.05);
    --glass-border: rgba(255, 255, 255, 0.1);
    --background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);

    /* Enhanced shadows */
    --shadow-primary: 0 8px 32px rgba(245, 131, 39, 0.3);
    --shadow-glass: 0 8px 32px rgba(0, 0, 0, 0.3);
    --shadow-text: 0 2px 8px rgba(0, 0, 0, 0.5);

    /* Spacing and sizing */
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 24px;


    /* --dark-color: #1f2937; */
    --white: #ffffff;
    --border-radius: 16px;
    --shadow-light: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-heavy: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    --transition: all 0.3s ease;

    --anaam-orange-50: #fff7ed;
    --anaam-orange-100: #ffedd5;
    --anaam-orange-200: #fed7aa;
    --anaam-orange-300: #fdba74;
    --anaam-orange-400: #fb923c;
    --anaam-orange-500: #f97316;
    --anaam-orange-600: #ea580c;
    --anaam-orange-700: #c2410c;
    --anaam-orange-800: #9a3412;
    --anaam-orange-900: #7c2d12;
}

section {
    padding: 60px 20px;
}

.white-text {
    color: #fff;
}

/* The "spring" font is now replaced by "Titan One" from the imported Google Fonts */
@font-face {
    font-family: 'Titan One';
    font-style: normal;
    font-weight: 400;
    src: local('Titan One'), url('https://fonts.gstatic.com/s/titanone/v20/mFTzWbsGxbbS_J5cQcjCmjgm6Es.woff2') format('woff2');
    unicode-range: U+000-5FF;
}

.main-section {
    /* background: url(../img/main-bg.png);
    background: var(--dark-color); */
    background: #333333;
    background: radial-gradient(circle, rgba(51, 51, 51, 1) 0%, rgba(22, 22, 22, 1) 100%);
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    background-attachment: fixed;
    position: relative;
}

.clouds .cloud1 {
    position: absolute;
    bottom: 10px;
    right: 25px;
}

.clouds .cloud2 {
    position: absolute;
    bottom: -3px;
    right: -3px;
}

img.planet1 {
    position: absolute;
    top: 100px;
    right: 50px;
    animation: planet1-move 7s ease-in-out infinite alternate;
}

img.planet2 {
    position: absolute;
    top: 150px;
    right: 480px;
    animation: planet2-move 9s ease-in-out infinite alternate;
}

img.planet3 {
    position: absolute;
    top: 400px;
    right: 462px;
    animation: planet3-move 8s ease-in-out infinite alternate;
}

img.planet4 {
    position: absolute;
    top: 300px;
    right: 100px;
    animation: planet4-move 6s ease-in-out infinite alternate;
}

/* Hide planets and rocket before animation */
.planet1,
.planet2,
.planet3,
.planet4,
.rocket-img,
.cloud1,
.cloud2 {
    opacity: 0;
}

/* Show when Animate.css animation starts */
.animate__animated {
    opacity: 1 !important;
}

/* .rocket-img {
    position: absolute;
    top: 280px;
    right: 150px;
} */

/* Floating/movement keyframes restoorange */
@keyframes planet1-move {
    0% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(4px, -5px) scale(1.03);
    }

    100% {
        transform: translate(-3px, 3px) scale(1);
    }
}

@keyframes planet2-move {
    0% {
        transform: translate(0, 0) scale(1);
    }

    40% {
        transform: translate(-5px, 4px) scale(1.03);
    }

    100% {
        transform: translate(3px, -3px) scale(1);
    }
}

@keyframes planet3-move {
    0% {
        transform: translate(0, 0) scale(1);
    }

    60% {
        transform: translate(6px, -4px) scale(0.98);
    }

    100% {
        transform: translate(-4px, 4px) scale(1);
    }
}

@keyframes planet4-move {
    0% {
        transform: translate(0, 0) scale(1);
    }

    50% {
        transform: translate(-4px, 4px) scale(1.02);
    }

    100% {
        transform: translate(3px, -3px) scale(1);
    }
}

@keyframes rocket-animation {
    0% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(-60px);
    }

    100% {
        transform: translateX(-50%) translateY(0);
    }
}

@keyframes rocket-float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0);
    }
}

/* .rocket-img.rocket-float {
    animation: rocket-float 2s ease-in-out infinite;
} */

@keyframes cloud-float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.cloud1.cloud-float,
.cloud2.cloud-float {
    animation: cloud-float 2.5s ease-in-out infinite;
    transform: none !important;
}

.cloud1,
.cloud2 {
    opacity: 0;
    transform: translateY(100vh);
}

.cloud1.cloud-entrance,
.cloud2.cloud-entrance {
    opacity: 1 !important;
    animation: cloud-entrance 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}

@keyframes cloud-entrance {
    0% {
        opacity: 0;
        transform: translateY(100vh);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.customer-centric-content {
    margin-top: 40px;
}

.customer-centric-content .customer-centric-title {
    font-family: spring;
    color: var(--border-color);
    font-size: 8rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: -12px;
    letter-spacing: 0.5px;
}

.customer-centric-content .main-headline {
    font-family: 'Fustat', sans-serif;
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    color: #ffffff;
    /* margin-bottom: 0.2em; */
}

.customer-centric-content .main-headline+.main-headline {
    /* margin-bottom: 0.7em; */
}

.customer-centric-content .desc {
    font-family: 'Roboto', 'Poppins', Arial, sans-serif;
    font-size: 1.08rem;
    color: #ffffff;
    max-width: 480px;
    line-height: 1.6;
    letter-spacing: 0.01em;
}

/* Remove reveal-square animation and related styles */
.reveal-square {
    position: static;
    overflow: visible;
}

.reveal-square::before {
    content: none;
}

.block-reveal {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.block-reveal__block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
    /* You can change this color */
    z-index: 2;
    transform: translateX(-100%);
}

.block-reveal.revealed .block-reveal__block {
    animation: block-reveal-slide-ltr 1s cubic-bezier(0.77, 0, 0.18, 1) forwards;
}

@keyframes block-reveal-slide-ltr {
    0% {
        transform: translateX(-100%);
    }

    60% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(101%);
    }
}

.block-reveal>*:not(.block-reveal__block) {
    opacity: 0;
    transition: opacity 0.2s 0.7s;
}

.block-reveal.revealed>*:not(.block-reveal__block) {
    opacity: 1;
}

.block-reveal[data-color="white"] .block-reveal__block {
    background: #fff;
}

.block-reveal[data-color="yellow"] .block-reveal__block {
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
}

.planet1,
.planet2,
.planet3,
.planet4 {
    opacity: 0;
    transition: opacity 0.3s;
}

@media (max-width: 576px) {
    .customer-centric-content .customer-centric-title {
        font-size: 2rem;
    }

    .customer-centric-content .main-headline {
        font-size: 2rem;
    }

    .customer-centric-content .desc {
        font-size: 1rem;
    }
}

.button {
    line-height: 1;
    text-decoration: none;
    display: inline-flex;
    border: none;
    cursor: pointer;
    align-items: center;
    gap: 0.75rem;
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    color: black;
    border-radius: 10rem;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s;
}

.button__icon-wrapper {
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    position: relative;
    color: black;
    background-color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.button:hover {
    background-color: #000;
}

.button:hover .button__icon-wrapper {
    color: white;
}

.button__icon-svg--copy {
    position: absolute;
    transform: translate(-150%, 150%);
}

.button:hover .button__icon-svg:first-child {
    transition: transform 0.3s ease-in-out;
    transform: translate(150%, -150%);
}

.button:hover .button__icon-svg--copy {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
}

.parallax-window {
    min-height: 100vh;
    background: transparent;
}


.hamburger {
    cursor: pointer;
}

.hamburger input {
    display: none;
}

.hamburger svg {
    /* The size of the SVG defines the overall size */
    height: 3em;
    /* Define the transition for transforming the SVG */
    transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line {
    fill: none;
    stroke: white;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
    /* Define the transition for transforming the Stroke */
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
        stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line-top-bottom {
    stroke-dasharray: 12 63;
}

.hamburger input:checked+svg {
    transform: rotate(-45deg);
}

.hamburger input:checked+svg .line-top-bottom {
    stroke-dasharray: 20 300;
    stroke-dashoffset: -32.42;
}

.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}

.navigation.active {
    background: #000;
}

.navigation .logo {
    font-size: 2rem;
    font-weight: 700;
    color: var(--border-color);
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    font-family: spring;
    /* font-style: italic; */

}

@media (max-width: 768px) {
    .hamburger-icon {
        display: block;
    }

    .navigation {
        padding: 10px 20px;
    }
}

/* Reveal Box Library and Navbar with Reveal Animation (with close animation) */
.reveal-box-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1999;
    pointer-events: none;
}

.reveal-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: var(--primary-color, #ffda00);
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    z-index: 2000;
    pointer-events: none;
}

.reveal-box.reveal-box--2 {
    background: #161616;
    transition-delay: 0.15s;
}

.reveal-box.active {
    transform: scaleY(1);
    pointer-events: auto;
}

.reveal-box.closing {
    transform: scaleY(0);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1) 0.15s;
}

.reveal-box.reveal-box--2.closing {
    transition-delay: 0s;
}

.reveal-navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: var(--dark-color);
    z-index: 2001;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-navbar.active {
    opacity: 1;
    pointer-events: auto;
}

.reveal-navbar__menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
    text-align: center;
}

.reveal-navbar__menu li {
    /* opacity: 0;
    transform: translateY(40px);
    animation: navbar-reveal 0.6s cubic-bezier(0.4,0,0.2,1) forwards;
    animation-delay: calc(var(--i) * 0.12s + 0.4s); */
}

.reveal-navbar.active .reveal-navbar__menu li {
    opacity: 1;
}

.reveal-navbar__menu li a {
    color: #fff;
    font-size: 2.2rem;
    font-family: 'Poppins', 'spring', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    text-decoration: none;
    transition: color 0.2s;
}

.reveal-navbar__menu li a:hover {
    color: var(--border-color);
}

.reveal-navbar__menu li a i {
    color: var(--border-color);
    font-size: 12px;
}

@keyframes navbar-reveal {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.reveal-navbar__close {
    position: absolute;
    top: 0px;
    right: 48px;
    background: none;
    border: none;
    color: var(--border-color);
    font-size: 3rem;
    cursor: pointer;
    z-index: 10;
    transition: color 0.2s;
}

.reveal-navbar__close:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .reveal-navbar__menu li a {
        font-size: 1.5rem;
    }

    .reveal-navbar__close {
        top: 18px;
        right: 18px;
        font-size: 2.2rem;
    }
}

#about-animated-text {
    font-size: 2rem;
    text-align: center;
}
.heading h2, .heading h1 {
    font-weight: 700;
    font-size: 3rem;
    text-align: center;
    color: black;
    font-family: 'Fustat', sans-serif;
    letter-spacing: 0.5px;
    line-height: 1;
    margin-bottom: 20px;
}

.heading h2 span, .heading h1 span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;


    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);

    font-family: spring;
    font-weight: 800;
    font-size: 4rem;
}

h4#about-animated-text div {
    margin-bottom: 12px;
}

/*.highlight-box {*/
/*    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);*/
    /* color: #222; */
/*    color: #fff;*/
/*    border-radius: 0.4em;*/
    /* box-shadow: var(--shadow); */
/*    font-weight: 600;*/
/*    transition: box-shadow 0.2s;*/
/*}*/

.trust-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow);
    padding: 20px;
    height: 100%;
    align-items: center !important;
}


.trust-box-two {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;

}

.trust-box-icon {
    width: 80px;
    height: 80px;
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding: 5px;
}

.trust-box-icon i {
    color: #fff !important;
}

.trust-box-icon img {
    width: 40px;
    filter: brightness(0) invert(1);
}

.trust {
    background: var(--dark-color);
}

.trust-box-title h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--dark-color);
    font-family: 'Fustat', sans-serif;
    letter-spacing: 0.5px;
    line-height: 1;
    margin-bottom: 0px;
}

.about-me {
    overflow: hidden;
}

.about-me h2 {
    font-weight: 700;
}

.about-me-content p b {
    text-decoration: underline var(--border-color);
}

.about-me-content p {
    margin-bottom: 5px;
}

.about-me-image {
    position: relative;
}

.why-choose {
    background: black;
}

.animated-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 36px;
    border: 4px solid;
    border-color: transparent;
    font-size: 16px;
    background-color: inherit;
    border-radius: 100px;
    font-weight: 600;
    color: black;
    box-shadow: 0 0 0 2px black;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button svg {
    position: absolute;
    width: 24px;
    fill: black;
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .arr-1 {
    right: 16px;
}

.animated-button .arr-2 {
    left: -25%;
}

.animated-button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
    position: relative;
    z-index: 1;
    transform: translateX(-12px);
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button:hover {
    box-shadow: 0 0 0 12px transparent;
    color: #212121;
    border-radius: 12px;
}

.animated-button:hover .arr-1 {
    right: -25%;
}

.animated-button:hover .arr-2 {
    left: 16px;
}

.animated-button:hover .text {
    transform: translateX(12px);
}

.animated-button:hover svg {
    fill: #212121;
}

.animated-button:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px var(--border-color);
}

.animated-button:hover .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
}

.about-me-image {
    display: inline-block;
    position: relative;
}

.about-me-image-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 60px) translate(0px, -50%);
    width: 400px;
    height: 400px;
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
}

.about-me-image-img {
    position: relative;
    z-index: 2;
    display: block;
    margin: 0 auto;
    transform: translateY(80px);
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-choose-image {
    position: sticky;
    top: 50px;
    align-self: flex-start;
}


.why-choose .col-md-6 {
    position: relative;
    /* jaruri hai */
}

.trust-box-desc p {
    margin-bottom: 0;
}

.google-ads-design-box {
    background: #fff;
    border: 3px solid #222;
    border-radius: 16px;
    padding: 40px 0;
    position: relative;
    width: 100%;
    /* max-width: 340px; */
    /* min-height: 380px; */
    height: calc(100% - 25px);
    box-shadow: var(--shadow);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: visible;
    margin-bottom: 25px;
}

.window-dots {
    position: absolute;
    left: 18px;
    top: 18px;
    display: flex;
    gap: 10px;
    z-index: 2;
}

.window-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    border-radius: 50%;
}

.corner {
    position: absolute;
    width: 30px;
    height: 30px;
    /* border: 3px solid #222; */
    background: #fff;
    z-index: 2;
}

.corner-tl {
    left: 0px;
    top: 0px;
    /* border-right: none; */
    /* border-bottom: none; */
    border-radius: 12px 0 12px 0;
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
}

.corner-tr {
    right: -2px;
    top: -2px;
    border-left: none;
    border-bottom: none;
    border-radius: 0 12px 0 0;
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    border: 3px solid #222;
}

.corner-bl {
    left: -2px;
    bottom: -2px;
    border-right: none;
    border-top: none;
    border-radius: 0 0 0 12px;
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    border: 3px solid #222;
}

.corner-br {
    right: -2px;
    bottom: -2px;
    border-left: none;
    border-top: none;
    border-radius: 0 0 12px 0;
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    border: 3px solid #222;
}

.side-connector {
    position: absolute;
    width: 20px;
    height: 8px;
    background: #fff;
    border: 3px solid #222;
    z-index: 2;
}

.side-connector-left {
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-right: none;
    border-radius: 8px 0 0 8px;
}

.side-connector-right {
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    border-left: none;
    border-radius: 0 8px 8px 0;
}

.main-headline {
    margin-top: 0px;
    margin-bottom: 0;
}

.main-headline span {
    font-family: 'Poppins', 'spring', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: #222;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    line-height: 1;
}

.highlighted-service {
    margin: 10px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -30px;
}

.highlighted-service span {
    font-family: 'Poppins', 'spring', sans-serif;
    font-size: 1.2rem;
    font-weight: 900;
    /* color: #222; */
    color: #fff;
    text-align: center;
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    border-radius: 32px;
    padding: 4px 32px 4px 24px;
    box-shadow: 0 2px 0 #222;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;

}

.cursor-svg {
    position: absolute;
    right: -32px;
    top: 50%;
    transform: translateY(-40%) rotate(-10deg);
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
}

.service-list li {
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    gap: 8px;
}

.service-list .star {
    color: var(--border-color);
    font-size: 1.3rem;
}

.service-list span:not(.star) {
    font-family: 'Poppins', 'spring', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-color);
    letter-spacing: 0.5px;
}

.google-ads-design-box p {
    font-family: 'Poppins', 'spring', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: var(--dark-color);
    letter-spacing: 0.5px;
}

@media (max-width: 500px) {
    .google-ads-design-box {
        padding: 40px 4px 24px 4px;
        min-height: 340px;
        max-width: 98vw;
    }

    .main-headline span {
        font-size: 1.5rem;
    }

    .highlighted-service span {
        font-size: 1.2rem;
        padding: 2px 16px 2px 10px;
    }

    .cursor-svg {
        right: -18px;
        width: 22px;
        height: 22px;
    }

    .service-list span:not(.star) {
        font-size: 0.95rem;
    }
}

.hr-line {
    width: 100%;
    height: 2px;
    background: #222;
    margin: 15px 0;
}

.testimonial-section {
    /* background: #000; */
}

/* testimonial swiper */
.testimonial-swiper {
    width: 100%;
    padding-bottom: 32px;
}

.testimonial-swiper .swiper-wrapper {
    margin: 10px auto;
}

.testimonial-box {
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    box-shadow: var(--dark-shadow);
    border-radius: 12px;
    background: #fff;
    padding: 28px 24px 24px 24px;
    margin: 0 0 8px 0;
    border: 2px solid black;
    /* For equal height, let JS set height */
    height: auto;
    transition: height 0.2s;
}

.trust-box-icon img {
    width: 50px;
    height: 50px;
    opacity: 1;
}

.trust-box-title h3 {
    margin-bottom: 2px;
}

.swiper-pagination-bullet {
    background: var(--primary-color, #FFDA00);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #222;
}

@media (max-width: 600px) {
    .testimonial-box {
        padding: 18px 10px 18px 10px;
    }
}


.testimonial-box .trust-box-title h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.testimonial-box .trust-box-title span {
    color: #888;
    font-size: 0.98rem;
}

.testimonial-box .testimonial-rating-row {
    margin: 12px 0 8px 0;
}

.testimonial-box .testimonial-rating-row .stars {
    color: #FFB800;
    font-size: 1.2rem;
}

.testimonial-box .testimonial-rating-row .score {
    font-weight: 600;
    color: #222;
    font-size: 1.1rem;
}

.testimonial-box .testimonial-text {
    font-size: 1.05rem;
    color: #222;
    font-weight: 500;
}

.whowehelp-section .heading h2 {
    margin-bottom: 0;
}

.whowehelp-section .heading p {
    margin-bottom: 1.5rem;
    text-align: center;
}

.whowehelp-box {
    background: #fff;
    border-radius: 1rem;
    box-shadow: var(--shadow);
    padding: 1.5rem 1.25rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    min-height: 100px;
    height: 100%;
}

.whowehelp-box .rounded-circle {
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.whowehelp-box i {
    color: #fff;
}

.whowehelp-box h5 {
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.whowehelp-box p {
    margin-bottom: 0;
    font-size: 17px;
}

@media (max-width: 991.98px) {
    .whowehelp-section .col-lg-4 {
        margin-bottom: 1.5rem;
    }
    
    

    .breadcrumb div .breadcrumb h2 {
        font-size: 25px !important;
    }
    
    .breadcrumb{
        margin: 0;
    }
} 

@media (max-width: 767.98px) {
    .whowehelp-section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .whowehelp-box {
        padding: 1rem;
    }
}

.steps-box {
    /* padding: 20px; */
    /* border: 1px solid black; */
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    position: relative;
    text-align: center;
}

.steps-box img {
    max-height: 150px;
    max-width: 150px;
    width: 100%;
    height: 200px;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.steps-box .count {
    position: absolute;
    top: 10px;
    right: 10px;
    color: rgb(231, 230, 230);
    font-size: 50px;
    font-weight: bold;

}

.reveal-navbar__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 70vh;
}

.reveal-navbar__menu div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 1.5rem;
}

.bottom-design-navbar {
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    width: 100%;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.bottom-design-navbar img {
    max-width: 180px;
    margin-top: -80px;
    border-radius: 50%;
    border-bottom: 10px solid var(--dark-color);
}

ul.navbar-bottom-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
    font-weight: bold;
    color: rgb(255, 255, 255);
}

ul.navbar-bottom-list li {
    list-style: none;
}

ul.navbar-bottom-list li a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.counter-box {
    box-shadow: var(--dark-shadow) !important;
    background: white !important;
    border: 1.5px solid black;
}

.counter-box span {
    color: var(--border-color) !important;
}

/* start of footer */

.header-section {
    background-color: #1a1a1a;
    padding: 40px 0;
    border-bottom: 1px solid #333;
}

.header-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-title {
    font-size: 2.5rem;
    font-weight: 300;
    color: white;
}

.header-title .connect {
    color: var(--border-color);
    font-weight: 400;
}

.hire-btn {
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    color: #000;
    border: none;
    padding: 15px 35px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hire-btn:hover {
    background-color: #00cc00;
    transform: translateY(-2px);
}

/* Footer Section */
.footer {
    background-color: #1a1a1a;
    color: #fff;
    padding: 60px 0 0;
    overflow: hidden;
}

.footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.2fr;
    gap: 50px;
    margin-bottom: 40px;
}



.brand-logo {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.logo-circle {
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    color: #000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-right: 15px;
}

.brand-name {
    font-size: 2rem;
    font-weight: 300;
    color: white;
}

.brand-description {
    color: #ccc;
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 0.95rem;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    /* color: #000; */
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icons a:hover {
    background-color: white;
    transform: translateY(-2px);
}

/* Navigation Section */
.footer-column h3 {
    font-size: 1.3rem;
    margin-bottom: 25px;
    font-weight: 400;
}

.footer-links {
    list-style: none;
    padding-inline-start: 0;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--border-color);
}

/* Contact Section */
.contact-info {
    color: #ccc;
    font-size: 0.95rem;
}

.contact-info div {
    margin-bottom: 15px;
}

/* Newsletter Section */
.newsletter-section h3 {
    margin-bottom: 20px;
}

.newsletter-form {
    display: flex;
    gap: 0;
    margin-top: 20px;
}

.newsletter-input {
    flex: 1;
    background-color: #333;
    border: 1px solid #444;
    color: #fff;
    padding: 12px 15px;
    border-radius: 5px 0 0 5px;
    font-size: 0.95rem;
    outline: none;
}

.newsletter-input::placeholder {
    color: #888;
}

.newsletter-input:focus {
    border-color: var(--border-color);
}

.newsletter-btn {
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    color: #000;
    border: none;
    padding: 12px 20px;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
}

.newsletter-btn:hover {
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
}

/* Footer Bottom */
.footer-bottom {
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    color: #000;
    padding: 20px 0;

}

.footer-bottom .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright {
    font-size: 0.9rem;
    font-weight: 500;
    color: #FFF;
}

.footer-links-bottom {
    font-size: 0.9rem;
    font-weight: 500;
    color: #FFF;
}

.footer-links-bottom a {
    color: #FFF;
    text-decoration: none;
    margin: 0 5px;
}

.footer-links-bottom a:hover {
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-section .container {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .header-title {
        font-size: 2rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .brand-section {
        max-width: 100%;
    }

    .footer-bottom .container {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .newsletter-form {
        flex-direction: column;
        gap: 10px;
    }

    .newsletter-input {
        border-radius: 5px;
    }

    .newsletter-btn {
        border-radius: 5px;
    }
}

@media (max-width: 992px) and (min-width: 769px) {
    .footer-content {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
}

.upper-footer {
    background: white;
    margin-bottom: 20px;
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
}

/* end of footer */

.text-primary {
    color: var(--border-color) !important;
}

.bg-primary {
    background: var(--border-color) !important;
}

.bg-dark {
    background: var(--dark-color) !important;
}

.underline-primary {
    text-decoration: underline var(--border-color) !important;
}

.upper-footer h3 {
    margin-bottom: 0;
}

.spring {
    font-family: 'spring', sans-serif;
}

.breadcrumb {
    background: var(--dark-color);
     display: flex;
    justify-content: center;
    align-items: center; 
    padding-top: 120px;
    height: 180px;
    /* padding-top: 155px; */
}

.breadcrumb-content {
    margin: 0 auto;
    text-align: center;
}

.breadcrumb div {
    color: white;
    margin: 0;
    padding: 0;
    font-size: 35px;
}

.breadcrumb .heading-contant {
    list-style: none;
    display: inline-flex;
    justify-content: center;
    gap: 5px;
    margin-bottom: -55px;
    padding-inline-start: 0;
    padding: 4px 25px;
    z-index: 99;
    position: relative;
    border-radius: 60px;
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);

}





.breadcrumb-content ul li {
    color: white;
}

.breadcrumb-content ul li a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.breadcrumb-content i {
    color: #fff !important;
}

.my-vision-section-custom {
    /* background: var(--primary-color, #c8f31d); */
    border-radius: 16px;
    margin: 40px 0 60px 0;
    padding: 32px 24px 0 24px;
    /* fallback for browsers that don't support CSS variables */
    background: white;

}

.my-vision-title {
    color: black;
    font-weight: 700;
    margin-bottom: 0;
}

.my-vision-title span {
    color: black;
    font-family: spring;
    font-size: 2.8rem;
}

.my-vision-main {
    color: black;
    font-size: 1.1rem;
    margin-bottom: 16px;
}

.my-vision-desc {
    color: black;
    font-size: 0.98rem;
    opacity: 0.85;
}

.my-vision-img {
    max-width: 100%;
}

.my-vision-img {
    margin-top: -85px;
}

@media (max-width: 767px) {
    .my-vision-section-custom {
        padding: 20px 10px 16px 10px;
    }

    .my-vision-title {
        font-size: 1.5rem;
    }
}

.get-in-touch-section {
    padding: 0;
    margin: 60px 0;
}

.get-in-touch-container {
    /* background: radial-gradient(circle at 85% 50%, #f5ffc7 0%, var(--border-color) 40%, #c8f31d 100%); */
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    border-radius: 24px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.10);
    padding: 48px 32px 48px 48px;
    display: flex;
    align-items: center;
    /* min-height: 260px; */
    /* max-width: 900px; */
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.get-in-touch-content {
    flex: 1;
    z-index: 2;
}

.get-in-touch-title {
    color: rgb(237, 234, 234);
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 12px;
    letter-spacing: -1px;
}

.get-in-touch-desc {
    color: rgb(255, 255, 255);
    opacity: 0.92;
    font-size: 1rem;
    margin-bottom: 15px;
}

.get-in-touch-actions {
    display: flex;
    gap: 18px;
}

.get-in-touch-btn {
    background: #111;
    color: #fff;
    border: none;
    border-radius: 32px;
    padding: 12px 28px 12px 24px;
    font-weight: 600;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    transition: background 0.2s, color 0.2s;
    position: relative;
    text-decoration: none;
}

.get-in-touch-btn-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: linear-gradient(135deg, var(--border-color), #fff7cb 80%);
    border-radius: 50%;
    margin-left: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
}

.get-in-touch-decor {
    position: absolute;
    right: -120px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 767px) {
    .get-in-touch-container {
        flex-direction: column;
        padding: 32px 10px 32px 10px;
    }

    .get-in-touch-title {
        font-size: 1.3rem;
    }

    .get-in-touch-actions {
        flex-direction: column;
        gap: 12px;
    }
}

.why-choose-section {
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);

}




.why-choose-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
}

.why-choose-badge {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 60px;
    padding: 8px 22px 8px 10px;
    font-weight: 500;
    font-size: 1rem;
    box-shadow: var(--dark-shadow);
    margin-bottom: 0;
    transition: box-shadow 0.2s;
    border: none;
}

.why-choose-badge .badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    color: #fff;
    border-radius: 50%;
    margin-right: 8px;
    font-size: 1.1em;
}

.badge-text {
    white-space: nowrap;
}

@media (max-width: 600px) {
    .why-choose-title {
        font-size: 1.2rem;
    }

    .why-choose-section {
        padding: 36px 0 28px 0;
    }

    .why-choose-badges {
        gap: 8px;
    }

    .why-choose-badge {
        font-size: 0.97rem;
        padding: 7px 14px 7px 12px;
    }
}

.budget-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: var(--shadow);
    border: 2px solid black;
    padding: 20px;
    max-width: 100%;
    margin: 0 auto;
    font-family: inherit;
    height: 100%;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}

.budget-card .budget-title {
    font-size: 1.05rem;
    font-weight: 500;
    color: #222;
    margin-bottom: 10px;
}

.budget-card .budget-amount-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.budget-card .budget-amount {
    font-size: 2rem;
    font-weight: 700;
}

.budget-card .budget-spent {
    font-size: 1.1rem;
    color: #888;
}

.budget-card .budget-progress-row {
    margin: 18px 0 0 0;
    display: flex;
    align-items: center;
}

.budget-card .budget-progress-bar-bg {
    flex: 1;
    height: 8px;
    background: #e6e6e6;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

.budget-card .budget-progress-bar {
    width: 64%;
    height: 100%;
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    border-radius: 6px;
    transition: width 0.3s;
}

.budget-card .budget-progress-marker {
    position: absolute;
    left: 64%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.budget-card .budget-summary {
    margin-top: 10px;
    font-size: 1rem;
}

.budget-card .budget-summary .budget-summary-label {
    color: #444;
}

.budget-card .budget-summary .budget-summary-value {
    color: var(--border-color);
    font-weight: 600;
}

.budget-card .budget-top-title {
    margin-top: 22px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #222;
}

.budget-card .budget-top-list {
    margin-top: 10px;
}

.budget-card .budget-top-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
}

.budget-card .budget-top-item-label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.budget-card .budget-top-item-value {
    font-weight: 500;
    color: #222;
}

.icon-box {
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow);
    padding: 32px 18px 24px 18px;
    margin-bottom: 18px;
    transition: box-shadow 0.18s;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.icon-box i {
    font-size: 2.8rem;
    color: var(--border-color);
    margin-bottom: 12px;
    display: inline-block;
}

.icon-box h4 {
    font-size: 1.08rem;
    margin-bottom: 0;
    color: #1a2b36;
    font-weight: 600;
    line-height: 1.3;
}

@media (max-width: 991px) {
    .icon-box {
        min-height: 180px;
        padding: 24px 10px 18px 10px;
    }


.about-img{
    max-height: 300px;
    object-fit: cover;
}


    section{
        padding: 40px 0 !important;
    }

    .icon-box h4 {
        font-size: 1rem;
    }


    .logo {
        margin: 0px !important;
    }




}

@media (max-width: 767px) {
    .icon-box {
        min-height: 0;
        padding: 18px 6px 14px 6px;
    }

    .icon-box h4 {
        font-size: 0.98rem;
    }
}

.compare-section {
    /* padding: 60px 0 40px 0; */
}

.modern-comparison-table {
    background: #fff;
    border-radius: 2rem;
    box-shadow: var(--shadow);
    padding: 0;
    overflow: hidden;
    position: relative;
    margin-top: 25px;
}

.modern-comparison-table .col-12.col-md-4 {
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    padding: 36px 0 36px 0;
}

.modern-comparison-table .col-6.col-md-4 {
    padding: 0;
}

.modern-comparison-table .col-6.col-md-4:nth-child(3) {
    background: #f8f9fa;
}

.modern-features-list {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
}

.modern-features-list li {
    font-size: 1.08rem;
    color: #ffffff;
    border-bottom: 1px solid #ffe066;
    padding: 1rem 0.5rem;
    border: 0;
}

.modern-features-list li:last-child {
    border-bottom: none;
}

.modern-comparison-values {
    max-width: 220px;
    margin: 0 auto;
    width: 100%;
}

.modern-comparison-values li {
    padding: 1rem 0.5rem;
    border: 0;
}

.modern-comparison-values li:not(:last-child) {
    border-bottom: 1px solid #f3f3f3;
}

.modern-comparison-table .col-6.col-md-4:last-child .modern-comparison-values li:not(:last-child) {
    border-bottom: 1px solid #e9ecef;
}

.modern-comparison-table .col-6.col-md-4:last-child .modern-comparison-values li span {
    background: #fff0f0;
    color: #dc3545;
}

.modern-comparison-table .col-6.col-md-4:last-child .modern-comparison-values li i {
    color: #dc3545;
    margin-right: 4px;
}

.modern-comparison-table .col-6.col-md-4:nth-child(2) .modern-comparison-values li span {
    background: #e9fbe6;
    color: #198754;
}

.modern-comparison-table .col-6.col-md-4:nth-child(2) .modern-comparison-values li i {
    color: #198754;
    margin-right: 4px;
}

.modern-comparison-values .badge {
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50rem;
    padding: 0.5em 1.2em;
    display: inline-flex;
    align-items: center;
}

.compare-section .heading h2 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2.5rem;
}

@media (max-width: 991px) {
    .modern-comparison-table {
        border-radius: 1.2rem;
    }

    .modern-features-list,
    .modern-comparison-values {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .compare-section {
        padding: 36px 0 24px 0;
    }

    .modern-comparison-table {
        border-radius: 0.8rem;
    }

    .modern-comparison-table .row.g-0 {
        flex-direction: column;
    }

    .modern-comparison-table .col-12.col-md-4,
    .modern-comparison-table .col-6.col-md-4 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding: 24px 0 24px 0;
    }

    .modern-comparison-table .col-6.col-md-4 {
        padding: 0;
    }

    .compare-section .heading h2 {
        font-size: 1.2rem;
    }
}

.modern-accordion {
    background: transparent;
    border-radius: 1.5rem;
    box-shadow: none;
}

.modern-accordion-item {
    background: #fff;
    border-radius: 10px;
    border: none;
    margin-bottom: 1.2rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 0 1px #ddd;
}

.modern-accordion-item:last-child {
    margin-bottom: 0;
}

.modern-accordion-header {
    margin: 0;
}

.modern-accordion-button {
    background: white;
    border: none;
    border-radius: 0;
    padding: 1.25rem 1.25rem;
    font-size: 1rem;
    color: #222;
    font-family: 'Poppins', 'spring', sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    outline: none;
    cursor: pointer;
    gap: 1rem;
    border-bottom: 1px solid #ddd;
}

.modern-accordion-button[aria-expanded="true"] {
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    /* Dark blue */
    color: black;
    font-weight: 700;
}

.modern-accordion-button span {
    display: flex;
    align-items: center;
}

.modern-accordion-button .accordion-caret {
    margin-left: 0.5rem;
    display: flex;
    align-items: center;
    transition: transform 0.2s;
}

.modern-accordion-button[aria-expanded="true"] .accordion-caret svg {
    transform: rotate(180deg);
    fill: none;
}

.modern-accordion-button[aria-expanded="true"] .accordion-caret svg path {
    stroke: black;
}

.modern-accordion-button .accordion-caret svg {
    transition: transform 0.2s;
    display: block;

}

.modern-accordion-button::after {
    display: none !important;
}

.modern-accordion-body {
    padding: 1.2rem 1.5rem;
    font-family: 'Poppins', 'spring', sans-serif;
    color: #444;
    font-size: 1.04rem;
    background: #fdfdfd;
    border-radius: 0 0 1.2rem 1.2rem;
    animation: fadeInAccordion 0.3s;
    line-height: 1.6;
}

@keyframes fadeInAccordion {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modern-accordion-item:hover,
.modern-accordion-item:focus-within {
    /* box-shadow: var(--shadow);
    transform: translateY(-1px); */
}

/* Mobile responsiveness */
@media (max-width: 767px) {

    .modern-accordion-button,
    .modern-accordion-body {
        font-size: 0.98rem;
        padding: 1rem 1.2rem;
    }
}

.my-vision-section-custom {
    /* background: transparent; */
    border-radius: 10px;
    margin: 40px 0;
}

.my-vision-container {
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    border-radius: 10px;
    padding: 0 28px 0 28px;
}

.my-vision-title {
    color: black;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.my-vision-text {
    color: black;
    font-size: 18px;
    letter-spacing: 1.1px;
    margin-bottom: 0.5rem;
}

.my-vision-text:last-child {
    font-size: 0.97rem;
    margin-bottom: 0;
}

.my-vision-image {
    object-fit: contain;
    margin-top: -100px;
}

.my-vision-text-content {
    padding: 20px;
}

@media (max-width: 767px) {
    .my-vision-container {
        padding: 20px 10px 0 10px;
    }

    .my-vision-title {
        font-size: 1.2rem;
    }

    .my-vision-text {
        font-size: 0.95rem;
    }
}

li.magic-hover.magic-hover__square {
    padding: 0px 18px;
    border-radius: 60px;
    color: black;
    box-shadow: none;
}

li.magic-hover.magic-hover__square:hover {
    background: white;
    padding: 0px 18px;
    color: black;
    transform: translateY(-5px);
    border-radius: 60px;
    box-shadow: 0px 5px 0 var(--border-color);
}

li.magic-hover.magic-hover__square:hover a {
    color: black;
}

.step-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #222;
    background: none;
    border-radius: 0;
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.step-card-img {
    object-fit: cover;
    height: 220px;
}

.step-card-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

@media (max-width: 767.98px) {
    .step-number {
        font-size: 2rem;
    }

    .step-card-img {
        height: 160px;
    }
}

/* section.horizontal {
  overflow-x: hidden;
}
section {
    width: 100%;
    height: 100%;
    position: relative;
  }
  
  section.horizontal {
    overflow-x: hidden;
  }
  
  section.horizontal .pin-wrap,
  section.horizontal .animation-wrap {
      display: flex;
      position: relative;
      z-index: 1;  
      height: 50vh;
  }
  
  section.horizontal .item {
      position: relative;
      padding: 150px 80px;
      flex: 0 0 500px;
      height: calc(100vh - 300px);
      display: flex;
      align-items: center;
      line-height: 1.7;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      border-right: 1px solid rgba(0, 0, 0, 0.06);
      background-color: transparent;
  }
  
  section.horizontal .item:before {
      position: absolute;
      font-size: 100px;
      opacity: .13;
      font-weight: bold;    
      z-index: -1;
      -webkit-transform: translate(-30px, -50px);
      transform: translate(-30px, -50px);
      line-height: 1;
  }
  
  
  
  
  section.horizontal .animation-wrap.to-right {
      counter-reset: item;
      float: left;
  }
  
  section.horizontal .animation-wrap.to-left {
      counter-reset: item 11;
      float: right; 
  }
  
  section.horizontal .animation-wrap.to-right .item:before {
      counter-increment: item;
      content: counter(item);
  }
  
  section.horizontal .animation-wrap.to-left .item:before {
      counter-increment: item -1;
      content: counter(item);
  } */


.media-box {
    box-shadow: var(--dark-shadow);
    border-radius: var(--radius);
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid black;
}

.media-swiper .swiper-wrapper {
    margin: 20px auto;
}

.media-swiper .swiper-button-next:after,
.media-swiper .swiper-button-prev:after {
    display: none !important;
}

.theme-btn1 {
    color: white;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: all 0.2s ease;
    transition: box-shadow 0.2s, transform 0.2s;
    display: inline-block;
}

.theme-btn1:hover {
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    color: rgb(255, 255, 255);
    box-shadow: 0px 5px 0 white;
    transform: translateY(-5px);
}

.theme-btn2 {
    color: black;
    border: 2px solid var(--border-color);
    border-radius: 30px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: all 0.2s ease;
    transition: box-shadow 0.2s, transform 0.2s;
    display: inline-block;
}

.theme-btn2:hover {
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    /* color: black; */
    color: #fff;
    box-shadow: 0px 5px 0 black;
    transform: translateY(-5px);
}

.theme-btn3 {

    color: rgb(255, 255, 255);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 30px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: all 0.2s ease;
    transition: box-shadow 0.2s, transform 0.2s;
    display: inline-block;
}

.theme-btn3:hover {
    background: white;
    color: black;
    box-shadow: 0px 5px 0 black;
    transform: translateY(-5px);
}

.highlight-experience {
    /* background: #FFD43B; */
    /* border-radius: 2em; */
    display: flex;
    align-items: center;
    padding: 5px 15px;
    width: fit-content;
    /* box-shadow: 0 2px 8px rgba(0,0,0,0.03); */
}

.highlight-experience-icon {
    background: #fff;
    border-radius: 10px;
    width: 45px;
    height: 45px;
    display: flex;
    border: 1px solid black;
    align-items: center;
    justify-content: center;
    margin-right: 1em;
    background: white;
    box-shadow: var(--dark-shadow);
}

.highlight-experience-text {
    color: #222;
    font-size: 1.15rem;
    font-weight: 500;
}

/* Responsive css */
.navigation .logo img {
    width: 200px;

    overflow: hidden;
}

@media screen and (max-width:756px) {
    .navigation .logo img {
        width: 140px;
    }

    .theme-btn1 {
        color: white;
        border: 1px solid #fff;
        border-radius: 30px;
        padding: 6px 12px;
        text-decoration: none;
        font-weight: 600;
        position: relative;
        transition: all 0.2s ease;
        transition: box-shadow 0.2s, transform 0.2s;
        display: inline-block;
    }

    .reveal-navbar__menu div {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 0rem;
        flex-wrap: wrap;
    }

    .reveal-navbar__menu {
        gap: 0px;
    }

    ul.navbar-bottom-list {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    #about-animated-text {
        font-size: 1.2rem;
        text-align: center;
        line-height: 29px;
    }

    .trust-box {
        display: flex;
        flex-direction: column;

    }

    .breadcrumb-content h1 {
        font-size: 18px;
    }

    .breadcrumb-content ul li {
        font-size: 14px;
    }

    .breadcrumb-content ul {
        display: none;
    }
}



/*  */
.hero-main {
    background: #0a0a0a;
    color: white;
    padding-top: 80px;
    overflow: hidden;
}

.hero-main .container-fluid {
    position: relative;
    padding: 60px 40px;

    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header-text {
    font-size: 28px;
    /*font-style: italic;*/
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 80px;
    max-width: 600px;
}

.name-section {
    position: relative;
    z-index: 2;
}

.name {
    font-size: clamp(55px, 12vw, 130px);
    font-weight: 800;
    line-height: 25.8px;
    letter-spacing: -0.02em;
    /* text-transform: lowercase; */
    margin-bottom: 70px;
}

.skills-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
    margin-top: 40px;
    max-width: 800px;
}

.skill-tag {
    padding: 12px 24px;
    border: 2px solid white;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    color: white;
    transition: all 0.3s ease;
    cursor: pointer;
}

.skill-tag:hover {

    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    color: rgb(255, 255, 255);
    box-shadow: 0px 5px 0 white;
    transform: translateY(-5px);

}

.stats {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.stat-item {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    min-width: 200px;
    backdrop-filter: blur(10px);
}

.stat-number {
    font-size: 36px;
    font-weight: 800;
    display: block;
}

.stat-label {
    font-size: 14px;
    opacity: 0.8;
    margin-top: 4px;
}

.gradient-shape {
    position: absolute;
    right: -200px;
    /* top: 50%;
      transform: translateY(-50%);
      width: 800px;
      height: 800px;
      background: linear-gradient(135deg, #ff6b35 0%, #ff8c42 25%, #ffa726 50%, #ffb347 75%, #ffc947 100%);
      border-radius: 50%;
      filter: blur(100px);
      opacity: 0.8; */
    animation: float 6s ease-in-out infinite;
}


.hero-sub-des {
    font-size: 25px;
    font-weight: 600;
}

.gradient-shape::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    animation: pulse 4s ease-in-out infinite;
}

.watermark {
    position: absolute;
    bottom: 40px;
    right: 40px;
    opacity: 0.3;
    font-size: 12px;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(-50%) rotate(0deg) scale(1);
    }

    33% {
        transform: translateY(-60%) rotate(120deg) scale(1.1);
    }

    66% {
        transform: translateY(-40%) rotate(240deg) scale(0.9);
    }
}

@keyframes pulse {

    0%,
    100% {
        opacity: 0.3;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(1.2);
    }
}

@media (max-width: 1200px) {
    .stats {
        position: static;
        transform: none;
        margin-top: 40px;
        right: auto;
    }

    .gradient-shape {
        right: -300px;
        width: 600px;
        height: 600px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0px 20px;
    }

    .header-text {
        font-size: 24px;
        margin-bottom: 60px;
    }

    .skills-grid {
        gap: 8px;
    }

    .skill-tag {
        padding: 10px 20px;
        font-size: 13px;
    }

    .stat-item {
        min-width: auto;
        width: 100%;
        margin-bottom: 15px;
    }

    .gradient-shape {
        width: 400px;
        height: 400px;
        right: -150px;
    }
}

/* Additional styling for better visual hierarchy */
.highlight {
    /* background: linear-gradient(135deg, #ff6b35, #ffa726); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;


    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);

}


.heading h3 {
    font-size: 1.2rem;
}

/* Hover effects for interactive elements */
.stat-item:hover {
    background: rgba(255, 107, 53, 0.1);
    border: 1px solid rgba(255, 107, 53, 0.3);
    transition: all 0.3s ease;
}




.stats-section {
    position: relative;
    display: inline-block;
}

.image-wrapper {
    position: relative;
    display: inline-block;
}

.image-wrapper img {
    width: 100%;
    border-radius: 12px;
    display: block;
}

/* Overlay stats on top of image */
.stats-section {
    position: relative;
    display: inline-block;
}

.image-wrapper {
    position: relative;
    display: inline-block;
}

.image-wrapper img {
    width: 100%;
    border-radius: 12px;
    animation: floatUpDown 3s ease-in-out infinite;
    display: block;
}




/* Overlay stats on top of image */
.stat-item {
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    padding: 16px 20px;
    display: flex;
    gap: 20px;
    border: 1px solid rgba(0, 0, 0, 0.3);

    align-items: center;
    border-radius: 12px;
    color: #fff;
    min-width: 250px;
    backdrop-filter: blur(16px);



    box-shadow: 0 4px 8px 0 rgba(159, 139, 231, .3);
}


.stat-number {
    font-size: 3rem;
    font-weight: 800;
    display: block;
}

.stat-label {
    font-size: 14px;
    opacity: 0.9;
    font-weight: 700;
    margin-top: 4px;
}

/* Position each stat */
.stat-item.one {
    top: 10%;
    left: -25%;
}

.stat-item.two {
    top: 10%;
    right: 8%;
}

.stat-item.three {
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}



.stats-main {
    position: absolute;
    right: 0;
    top: 20%;
}






.green {
    width: 10px;
    height: 10px;
    border-radius: 50%;

    background-color: goldenrod;
}



@keyframes floatUpDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}


a:active {
    border: 0px !important;
}





@media (max-width: 992px) {


    .stats-main {
        position: static !important;
    }

    .stat-item {

        position: static !important;

    }

    .stat-item.three {
        transform: none !important;
    }


    .name {
        margin-bottom: 40px;
    }


    .mxd-menu__right {
        display: none;


    }
}



::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #ff8500, #ff4400);
    border-radius: 10px;
}

.boostads-section img {
    width: 100%;
    border-radius: var(--radius);
    box-shadow: var(--dark-shadow);
}

/* 
.progress-box {
    background: #222;
    border-radius: var(--radius);
    padding: 15px;
    margin-bottom: 20px;
}

.progress-label {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 6px;
    color: white;
}

.progress {
    height: 8px;
    border-radius: var(--radius);
    background: var(--primary-light);
    color: white;
} */

/* .progress-bar {
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
} */

.btn-consult {
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    color: #fff;
    padding: 12px 25px;
    border-radius: var(--radius);
    font-weight: bold;
    text-decoration: none;
    box-shadow: var(--shadow);
    transition: 0.3s;
    display: inline-block;
}

.btn-consult:hover {
    background: #ff4400;
    transform: translateY(-3px);
}


.boostads-section .heading h2 span {
    font-size: 3rem;
}


.pera-highlighter {
    background-color: #ffd1cc;
    padding: 10px;
    padding-left: 20px;
    border-radius: 10px;
    border-left: 4px solid var(--border-color);
    color: black;
    font-weight: 500;
    font-style: italic;

}


body {
    width: 100%;
    max-width: 100vw;
    /*overflow-x: hidden;*/
}


.form-container {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
}

.form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--border-color), var(--primary-dark), var(--primary-light));
    background-size: 200% 100%;
    animation: shimmer 3s ease-in-out infinite;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.form-title {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 0.5rem;
    text-align: center;
}

.form-subtitle {
    color: #6b7280;
    text-align: center;
    margin-bottom: 2rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-label {
    display: block;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.form-input {
    width: 100%;
    padding: 1rem;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f9fafb;
}

.form-input:focus {
    outline: none;
    border-color: var(--border-color);
    background: white;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    transform: translateY(-1px);
}

.campaign-setup img {
    width: 0px;

}


/*  */


.service-card {
    background: white;
    padding: 40px 30px;
    border-radius: 10px;
    /* box-shadow: var(--shadow-light);
      transition: var(--transition); */
    border: 1px solid rgba(59, 130, 246, 0.1);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--border-color), var(--primary-dark));
    transform: scaleX(0);
    transition: var(--transition);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-heavy);
    border-color: rgba(59, 130, 246, 0.2);
}

.service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--border-color), var(--primary-dark));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    box-shadow: var(--shadow-light);
    transition: var(--transition);
}

.service-icon i {
    font-size: 28px;
    color: var(--white);
}

.service-card:hover .service-icon {
    transform: scale(1.1);
    box-shadow: var(--shadow-heavy);
}

.service-card h5 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 16px;
    color: var(--dark-color);
    line-height: 1.4;
}

.service-card p {
    color: #6b7280;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 0;
}


H1,
H2,
H3,
H4,
H5 {
    font-family: "Poppins", sans-serif;
}

.max-heading {
    max-width: 800px;
    margin: auto;

}






@media (min-width: 1100px) and (max-width: 1400px) {
    .hero-main {
        padding-top: 130px;
    }


    .stats-main {

        top: 0;
    }
}

/*body {*/
/*    overflow-x: hidden;*/
/*}*/












.choose-us-section {
    background: #fff;
}

.choose-us-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--border-color);
    letter-spacing: -0.5px;
}




.choose-card {
    background: #fff;
    border-radius: 22px;
    box-shadow: 0 4px 24px rgba(239, 37, 31, 0.08);
    padding: 2.2rem 1.2rem 1.5rem 1.2rem;
    position: relative;
    transition: box-shadow 0.25s, transform 0.25s;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden;
}


.choose-card::after {
    content: '';
    position: absolute;
    border-radius: 0 20px 0 0;
    border: 6px solid var(--border-color);
    width: 120px;
    height: 120px;
    z-index: 1;
    transition: border-color 0.25s;
}

.choose-card::before {
    content: '';
    position: absolute;
    border-radius: 20px 0 0 0;
    border: 6px solid var(--border-color);
    width: 120px;
    height: 120px;
    z-index: 1;
    transition: border-color 0.25s;
}

.choose-card::before {
    top: 0;
    left: 0;
    border-bottom: none;
    border-right: none;
}

.choose-card::after {
    bottom: 0;
    right: 0;
    border-top: none;
    border-left: none;
    border-radius: 0 0 20px 0;
}

.choose-card:hover {
    box-shadow: 0 8px 32px rgba(239, 37, 31, 0.16);
    background: var(--background-image);
    color: white;
}

.choose-card-icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--background-image);
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(239, 37, 31, 0.10);
    margin-bottom: 1.1rem;
}

.choose-card-icon i {
    font-size: 30px;
    display: block;
    color: #fff;
}

.choose-card-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--border-color);
    margin-bottom: 0.6rem;
    letter-spacing: -0.2px;
}

.choose-card-text {
    font-size: 14px;
    color: #222;
    opacity: 0.85;
    margin-bottom: 1.1rem;
}

.choose-card-link {
    color: var(--border-color);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.18s;
    font-size: 1.01rem;
}


.choose-card:hover .choose-card-title,
.choose-card:hover .choose-card-text,
.choose-card:hover .choose-card-icon {
    color: white;
    background: transparent;
}

.choose-card-link span {
    font-size: 1.1em;
    margin-left: 0.2em;
    vertical-align: middle;
}

.choose-card-link:hover {
    color: var(--border-color);
    text-decoration: underline;
}

@media (max-width: 991px) {
    .choose-us-title {
        font-size: 1.5rem;
    }




.about-animated-text


    .choose-card {
        min-height: 260px;
        padding: 1.7rem 0.8rem 1.1rem 0.8rem;
    }

    .choose-card-title {
        font-size: 1.05rem;
    }
}

@media (max-width: 767px) {
    .choose-us-title {
        font-size: 1.2rem;
    }

    .choose-card {
        min-height: 180px;
        padding: 1.1rem 0.5rem 0.8rem 0.5rem;
    }

    .choose-card-title {
        font-size: 0.99rem;
    }

    .choose-card-text {
        font-size: 0.93rem;
    }

    .choose-card-icon {
        width: 44px;
        height: 44px;
    }

    .choose-card-icon img {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 575px) {
    .choose-us-section {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
    }

    .choose-card {
        min-height: 120px;
        padding: 20px
    }
}

/*  */


.bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(10, 10, 10, 0.8);
    color: var(--text-primary);
    font-size: 15px;
    padding: 8px 15px;
    box-shadow: var(--shadow-glass);
    backdrop-filter: blur(8px);
    z-index: 9999;
}

.bottom-bar .bar-item {
    margin: 5px 10px;
    color: var(--text-primary);
    display: flex;
    align-items: center;
    font-size: 18px;
    gap: 6px;
        font-weight: 600;

}

.bottom-bar .bar-item a {
    color: var(--primary-light);
    text-decoration: none;
    transition: var(--transition);
}

.bottom-bar .bar-item a:hover {
    color: var(--primary-color);
}

.bottom-bar i {
    color: var(--primary-color);
    font-size: 16px;
}

/*  */
.clint-logo img {
    border-radius: 10px;
}

.trust-box {
    color: var(--surface-dark);

}










/* Body and Background */
.anaam-timeline-body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    padding: 40px 0;
    padding-bottom: 0;
    background: linear-gradient(135deg, var(--anaam-orange-50) 0%, var(--anaam-orange-100) 100%);
}

.anaam-timeline-main-container {
    background: linear-gradient(135deg, var(--anaam-orange-50) 0%, var(--anaam-orange-100) 100%);
    min-height: 100vh;
}

/* Text Colors */
.anaam-text-orange-primary {
    color: var(--anaam-orange-900) !important;
}

.anaam-text-orange-secondary {
    color: var(--anaam-orange-700) !important;
}

.anaam-text-white-opacity {
    color: rgba(255, 255, 255, 0.85) !important;
}

/* Timeline Structure */
.anaam-timeline-wrapper {
    position: relative;
    padding: 2rem 0;
    overflow: hidden;
}

/* Central Timeline Line - Desktop */
.anaam-timeline-central-line {
    position: absolute;
    left: 50%;
    top: -150px;
    bottom: 0;
    width: 4px;
    background: var(--anaam-orange-500);
    transform: translateX(-50%);
    z-index: 0;
}

/* Mobile Timeline Line */
.anaam-timeline-mobile-line {
    position: absolute;
    left: 1.5rem;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--anaam-orange-500);
    z-index: 1;
}

/* Timeline Items */
.anaam-timeline-milestone {
    position: relative;
    margin-bottom: 4rem;
    opacity: 1 !important;
    /* Always visible, no animation */
    transform: none !important;
    transition: none !important;
}

.anaam-timeline-milestone.anaam-animate-in {
    opacity: 1 !important;
    transform: none !important;
}

/* Timeline Year Circle */
.anaam-timeline-year-circle {
    background: var(--anaam-orange-600);
    color: white;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9rem;
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.3);
    position: relative;
    z-index: 10;
    margin: 0 auto;
}

/* Timeline Content */
.anaam-timeline-content-wrapper {
    position: relative;
}

.anaam-timeline-content-card {
    background: white;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-left: 4px solid var(--anaam-orange-500);
    transition: all 0.3s ease;
    position: relative;
}

.anaam-timeline-content-card:hover {
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

/* Right side cards */
.anaam-timeline-milestone[data-side="right"] .anaam-timeline-content-card {
    border-left: none;
    border-right: 4px solid var(--anaam-orange-500);
}

/* Timeline Title */
.anaam-timeline-milestone-title {
    /* color: var(--anaam-orange-900); */
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

/* Timeline Description */
.anaam-timeline-milestone-description {
    color: #4b5563;
    margin: 0;
    line-height: 1.6;
}

/* Timeline Icons */
.anaam-timeline-milestone-icon {
    background: var(--anaam-orange-100);
    color: var(--border-color);
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Footer Message */
.anaam-timeline-footer-message {
    background: var(--anaam-orange-600);
    box-shadow: var(--shadow);
}

/* Mobile Styles */
@media (max-width: 767.98px) {
    .anaam-timeline-wrapper {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .anaam-timeline-milestone {
        margin-bottom: 3rem;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        position: relative;
    }

    .anaam-timeline-year-col {
        width: 3.5rem;
        min-width: 3.5rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 2;
    }

    .anaam-timeline-year-circle {
        width: 3rem;
        height: 3rem;
        font-size: 0.8rem;
        position: static;
        margin: 0 0 0.5rem 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .anaam-timeline-content-col {
        flex: 1 1 0%;
        min-width: 0;
        margin-left: 0.5rem;
    }

    .anaam-timeline-content-wrapper {
        margin-left: 0;
    }

    .anaam-timeline-content-card {
        padding: 1.5rem;
        border-left: 4px solid var(--border-color) !important;
        border-right: none !important;
    }

    .anaam-timeline-milestone-title {
        font-size: 1.1rem;
    }

    .anaam-timeline-milestone-icon {
        width: 2rem;
        height: 2rem;
    }

    .anaam-mobile-flex-start {
        justify-content: flex-start !important;
    }

    .anaam-mobile-margin-left {
        margin-right: 0 !important;
        margin-left: 0.75rem !important;
    }

    /* Hide the old row/col structure on mobile */
    .anaam-timeline-milestone .row {
        display: none !important;
    }

    /* Adjust mobile timeline line to be centeorange with year circles */
    .anaam-timeline-mobile-line {
        left: 2.0rem;
        width: 4px;
        top: -330px;
        bottom: 0;
        z-index: 0;
    }
}

/* Remove animation delays for staggeorange effect */
.anaam-timeline-milestone:nth-child(1),
.anaam-timeline-milestone:nth-child(2),
.anaam-timeline-milestone:nth-child(3),
.anaam-timeline-milestone:nth-child(4),
.anaam-timeline-milestone:nth-child(5),
.anaam-timeline-milestone:nth-child(6) {
    transition-delay: 0s !important;
}

/* Pulse animation (still used for click) */
@keyframes anaam-pulse-animation {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

/* Header styles */
.anaam-timeline-main-header {
    text-align: center;
    margin-bottom: 3rem;
}

.anaam-timeline-main-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--anaam-orange-900);
    margin-bottom: 1.5rem;
}

.anaam-timeline-main-subtitle {
    font-size: 1.125rem;
    color: var(--anaam-orange-700);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Responsive header */
@media (max-width: 767.98px) {
    .anaam-timeline-main-title {
        font-size: 2.5rem;
    }

    .anaam-timeline-main-subtitle {
        font-size: 1rem;
        padding: 0 1rem;
    }
}














/* Digital Platforms Section Styles */
.digital-platforms-section {
    padding: 60px 0;
    background: #fff;
}

.digital-platforms-section .container {
    background: #fff;
}



.digital-platforms-section .row {
    background: #fff;
}

.benefit-box {
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow);
    padding: 40px 18px 24px 18px;
    margin-bottom: 18px;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border: 2px solid black;
    position: relative;
}

.benefit-box:hover {
    box-shadow: 8px 8px 0 var(--border-color);
    transform: translate(-2px, -2px);
    border-color: var(--border-color);
}

.benefit-box:hover .benefit-letter {
    transform: translateX(-50%) scale(1.1);
    box-shadow: 0 8px 25px rgba(254, 69, 28, 0.4);
}

.benefit-box:hover .benefit-letter i {
    transform: rotate(360deg);
    transition: transform 0.6s ease;
}

.benefit-box:hover .benefit-content h4 {
    color: var(--border-color);
    transform: translateY(-2px);
}

.benefit-box:hover .benefit-content a {
    color: var(--border-color);
    transform: translateY(-1px);
}

.benefit-letter {
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: var(--shadow);
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid #fff;
    transition: all 0.3s ease;
}

.benefit-letter i {
    font-size: 2rem;
    line-height: 50px;
    transition: transform 0.6s ease;
}

.benefit-content {
    margin-top: 20px;
    text-align: center;
    background: #fff;
}

.benefit-content h4 {
    font-weight: 700;
    color: var(--border-color);
    text-align: center;
    background: #fff;
    margin-bottom: 10px;
    font-size: 1.2rem;
    transition: all 0.3s ease;
}

.benefit-content p {
    font-size: 15px;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
    background: #fff;
}

.benefit-content a {
    color: var(--border-color);
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    background: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.benefit-content a:hover {
    color: var(--border-color);
    text-decoration: underline;
}

.benefit-content .description {
    font-size: 14px;
    color: #000;
    text-align: center;
    background: #fff;
    line-height: 1.5;
}

/* Theme Button Icon Styling */
.theme-btn2 {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
}

.theme-btn2 i {
    transition: transform 0.3s ease;
}

.theme-btn2:hover i {
    transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 991px) {
    .benefit-box {
        min-height: 180px;
        padding: 35px 10px 18px 10px;
    }
    .bottom-bar{
        display: none !important;
    }

    .benefit-content h4 {
        font-size: 1.1rem;
    }

    .digital-platforms-section .main-content {
        font-size: 28px;
    }

    .benefit-letter {
        top: -35px;
    }
}

@media (max-width: 767px) {
    .benefit-box {
        min-height: 0;
        padding: 30px 6px 14px 6px;
    }

    .benefit-content h4 {
        font-size: 1rem;
    }

    .digital-platforms-section .main-content {
        font-size: 24px;
    }

    .benefit-letter {
        width: 60px;
        height: 60px;
        top: -30px;
        border: 3px solid #fff;
    }

    .benefit-letter i {
        font-size: 1.5rem;
        line-height: 40px;
    }
}

/* Contact Form Section Styles */
.contact-form-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.contact-form-section .container {
    max-width: 1100px;
}

.contact-info-card,
.contact-form-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: var(--shadow);
    padding: 40px 35px;
    height: 100%;
    border: 3px solid black;
    transition: all 0.3s ease;
    position: relative;
}

.contact-info-card:hover,
.contact-form-card:hover {
    box-shadow: 5px 5px 0 var(--border-color);
    transform: translate(-2px, -2px);
    border-color: var(--border-color);
}

.contact-info-header,
.contact-form-header {
    margin-bottom: 35px;
    text-align: center;
}

.contact-info-header h3,
.contact-form-header h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    position: relative;
}



.contact-info-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    border-radius: 15px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.contact-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(254, 203, 28, 0.1), transparent);
    transition: left 0.5s ease;
}

.contact-item:hover::before {
    left: 100%;
}

.contact-item:hover {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-color: var(--border-color);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(254, 203, 28, 0.3);
}

.contact-icon {
    background: linear-gradient(135deg, var(--border-color) 0%, rgb(240, 36, 0) 100%);
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.3s ease;
    border: 3px solid #fff;
    box-shadow: 0 4px 15px rgba(254, 28, 28, 0.3);
}

.contact-item:hover .contact-icon {
    transform: scale(1.15) rotate(5deg);
    box-shadow: 0 8px 25px rgba(254, 28, 28, 0.5);
}

.contact-icon i {
    font-size: 1.4rem;
    font-weight: 600;
}

.contact-details h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 8px;
}

.contact-details p {
    font-size: 1rem;
    color: #333;
    margin-bottom: 5px;
    line-break: normal;
    font-weight: 600;
}

.contact-details span {
    font-size: 0.95rem;
    color: #666;
    font-style: italic;
    opacity: 0.8;
}

/* Form Styles */
.form-group {
    margin-bottom: 25px;
}

.form-group label {
    display: block;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
    font-size: 1rem;
    position: relative;
}

.form-group label::after {
    content: ' *';
    color: #dc3545;
    font-weight: 600;
}


.form-control {
    width: 100%;
    padding: 10px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #fff;
    font-weight: 500;
}

.form-control:focus {
    outline: none;
    border-color: var(--border-color);
    box-shadow: 0 0 0 4px rgba(254, 203, 28, 0.15);
    transform: translateY(-2px);
    background: #fff;
}

.form-control:hover {
    border-color: var(--border-color);
    transform: translateY(-1px);
}

textarea.form-control {
    resize: vertical;
    min-height: 100px;
}



/* Responsive Design */
@media (max-width: 991px) {
    .contact-form-section {
        padding: 60px 0;
    }

    .contact-info-card,
    .contact-form-card {
        padding: 24px;
    }

    .contact-info-header h3,
    .contact-form-header h3 {
        font-size: 1.3rem;
    }
}

@media (max-width: 767px) {


    .contact-details p {
        font-size: 0.85rem;
    }
}

@media (max-width: 767px) {
    .contact-form-section {
        padding: 40px 0;
    }

    .contact-info-card,
    .contact-form-card {
        padding: 20px;
    }

    .contact-item {
        padding: 15px;
        gap: 12px;
    }

    .contact-icon {
        width: 45px;
        height: 45px;
    }

    .contact-icon i {
        font-size: 1.1rem;
    }

    .contact-details h4 {
        font-size: 1rem;
    }

    .contact-details p {
        font-size: 0.85rem;
    }

    .contact-details span {
        font-size: 0.85rem;
    }

    .form-control {
        padding: 10px 14px;
        font-size: 0.95rem;
    }

    .contact-submit-btn {
        padding: 12px 24px;
        font-size: 0.95rem;
    }
}



.certified {
    border: 2px solid var(--border-color);
    border-radius: 20px;
}

.card-clean .google-ads-contant {
    padding: 20px;
    box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}


.card-clean h2 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-image: linear-gradient(267.43deg, #ff8500 4.95%, #ff4400 97.92%);
}


.talk {
    font-size: 18px;
    font-weight: 600 !important;
}

.sub-headings h2{
    font-size: 25px !important;
    text-align: center;
    font-weight: 600 !important;

}

.sub-headings h3{
        text-align: center;
font-weight: 400 !important;
    font-size: 16px !important;
}
