:root {
    --brand: #e2710e;
    --sub: black;
    --body: #516171;
    --border: rgba(0, 0, 0, 0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

/*** Navbar ***/
#about-sec {
    scroll-margin-top: 80px !important;
}

#web-development-sec {
    scroll-margin-top: 150px !important;
}

#digital-marketing-sec {
    scroll-margin-top: 180px !important;
}

#portfolio-sec {
    scroll-margin-top: 120px !important;
}

#sec-testimonials {
    scroll-margin-top: 50px !important;
}

#contact {
    scroll-margin-top: 100px !important;
}

#map {
    scroll-margin-top: 200px !important;
}

#about-sec-foot {
    scroll-margin-top: 80px !important;
}

#web-development-sec-foot {
    scroll-margin-top: 150px !important;
}

#digital-marketing-sec-foot {
    scroll-margin-top: 180px !important;
}

#portfolio-sec-foot {
    scroll-margin-top: 120px !important;
}

#sec-testimonial-foot {
    scroll-margin-top: 150px !important;
}

#contact-foot {
    scroll-margin-top: 100px !important;
}


@media (max-width: 768px) {
    #about-sec {
        scroll-margin-top: 420px !important;
    }

    #web-development-sec {
        scroll-margin-top: 360px !important;
    }

    #digital-marketing-sec {
        scroll-margin-top: 800px !important;
    }

    #portfolio-sec {
        scroll-margin-top: 500px !important;
    }

    #sec-testimonials {
        scroll-margin-top: 470px !important;
    }

    #contact {
        scroll-margin-top: 450px !important;
    }

    #map {
        scroll-margin-top: 80px !important;
    }
}

/* back-to-top-BTN */



.sticky-top {
    top: -150px;
    transition: .5s;
}

.navbar {
    padding: 0px;
}

.navbar .navbar-nav .nav-link {
    margin: 0 12px;
    padding: 0;
    outline: none;
    font-family: "Montserrat", serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: black !important;
}

.navbar .navbar-nav .nav-link:hover {
    color: black !important;
    font-weight: 500;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item.active {
    color: var(--bs-white);
    background: var(--brand);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-left: 0;
        padding: 10px 0;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .btn-primary {
    border-width: 2px;
    background: var(--bs-light);
}

.navbar .btn-primary:hover {
    background: var(--bs-primary);
}


.social-media-link {
    color: white;
    border-color: var(--brand);
    background-color: var(--brand);
}

.social-media-link:hover {
    color: var(--brand);
    background-color: white;
}


.navbar-brand {
    background-color: white;
}





/* Professional left-to-right hover effect */
.nav-item.nav-link {
    position: relative;
    transition: color 0.3s ease;
    overflow: hidden;
}

/* Animated underline from left to right */
.nav-item.nav-link::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0px;
    left: 0;
    background: linear-gradient(90deg, #e9c9ad 0%, #ffcea2 100%);
    transition: width 0.4s ease;
}

/* Background overlay from left to right */
.nav-item.nav-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: white;
    transition: width 0.4s ease;
    z-index: -1;
}

/* Hover state */
.nav-item.nav-link:hover {
    color: black !important;
}

.nav-item.nav-link:hover::before {
    width: 100%;
}

.nav-item.nav-link:hover::after {
    width: 100%;
}

/* Active state (optional - add 'active' class to current page link) */
.nav-item.nav-link.active {
    color: black !important;
}

.nav-item.nav-link.active::before {
    width: 100%;
}


/*** Hero Header ***/

.hero-header-text {
    align-content: center;
    height: 700px;
    background:
        linear-gradient(rgba(255, 255, 255, 0.914), rgba(255, 255, 255, 0.903)),
        url(../images/hero-left-bg.jpg) top right no-repeat;
    background-size: cover;
}

@media (max-width:600px) {
    .hero-header-text {
        height: 450px;
    }
}



.hero-start-content {
    font-size: 70px;
}


@media (min-width: 992px) {
    .hero-header .container {
        max-width: 100% !important;
    }



    .hero-header .hero-header-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .hero-header .hero-header-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .hero-header .hero-header-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}

.header-carousel .owl-nav {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    position: relative;
    margin-left: 2px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: rgba(0, 0, 0, 0.573);
    font-size: 18px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    color: var(--bs-white);
}

.page-header {
    background: url(../img/page-header.jpg) center center no-repeat;
    background-size: contain;
}

/* video::-webkit-media-controls {
    display: none !important;
  }
  video::-moz-media-controls {
    display: none !important;
  } */


.slider-one-ob-main {
    overflow: hidden;
    position: relative;
}

.slider-one-ob {
    position: absolute;
    background: rgb(255, 255, 255);
    border-radius: 50px;
    top: 15%;
    left: 0px;
    height: 30px;
    width: 700px;
    animation: scrollLeftt 10s infinite;

}

.slider-one-obo {
    position: absolute;
    background: rgb(255, 255, 255);
    border-radius: 50px;
    bottom: 15%;
    right: 0px;
    height: 30px;
    width: 700px;
    animation: scrollLeft 10s infinite;
}



.slider-two-ob {
    position: absolute;
    background: rgb(255, 255, 255);
    border-radius: 50px;
    bottom: 15%;
    left: 0px;
    height: 30px;
    width: 700px;
    animation: scrollLeftt 10s infinite;

}

.slider-two-obo {
    position: absolute;
    background: rgb(255, 255, 255);
    border-radius: 50px;
    top: 15%;
    right: 0px;
    height: 30px;
    width: 700px;
    animation: scrollLeft 10s infinite;
}

@keyframes scrollLeft {
    0% {
        transform: translateX(80%);
    }

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

@keyframes scrollLeftt {
    0% {
        left: -5%;
    }

    100% {
        left: -45%;
    }
}


@media (max-width: 768px) {
    .hero-start-content {
        font-size: 40px;
    }

    .img-slide {
        width: 100% !important;
        height: 370px !important;
    }

    .slider-one-ob,
    .slider-one-obo,
    .slider-two-obo,
    .slider-two-ob {
        display: none;
    }
}


/* section-2 */

.services-container {
    max-width: 1500px;
    margin: 0 auto;
}

.services-grid {
    display: grid;
    padding: 100px;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    perspective: 1000px;
}

.service-card {
    background: white;
    border-radius: 20px;
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: fadeInUp 0.8s ease-out backwards;
}

.service-card:nth-child(1) {
    animation-delay: 0.1s;
}

.service-card:nth-child(2) {
    animation-delay: 0.2s;
}

.service-card:nth-child(3) {
    animation-delay: 0.3s;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(135deg, rgba(231, 76, 60, 0.05), rgba(192, 57, 43, 0.05)); */
    opacity: 0;
    transition: opacity 0.4s ease;
}

.service-card:hover::before {
    opacity: 1;
}

.service-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent); */
    transition: left 0.6s ease;
}

.service-card:hover::after {
    left: 100%;
}

.service-card:hover {
    transform: translateY(-10px) scale(1.02);
}

.card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #e2710e, #e2710e);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
}

.service-card:hover .card-icon {
    transform: rotate(10deg) scale(1.1);
    box-shadow: 0 10px 20px #e2710e75;
}

.card-icon i {
    font-size: 25px;
    color: white;
}

.card-content {
    position: relative;
    z-index: 1;
}

.card-title {
    font-size: 26px;
    font-weight: 700;
    color: #e2710e;
    margin-bottom: 20px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.service-card:hover .card-title {
    color: #753a07;
}

.card-description {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    text-align: justify;
}

.decorative-dot {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.1), rgba(192, 57, 43, 0.1));
    bottom: -50px;
    right: -50px;
    transition: all 0.6s ease;
}

.service-card:hover .decorative-dot {
    transform: scale(1.5);
    opacity: 0.5;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 2;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.3s ease;
}

.service-card:hover .badge {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 1400px) {
    .services-grid {
        gap: 30px;
    }

    .service-card {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {

    .services-grid {
        padding-bottom: 50px;
        padding-top: 50px;
        padding-right: 30px;
        padding-left: 30px;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .service-card {
        padding: 40px 30px;
    }

    .section-header h2 {
        font-size: 36px;
    }

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

    .card-title {
        font-size: 22px;
    }

    .card-description {
        font-size: 15px;
    }

    .card-icon {
        width: 70px;
        height: 70px;
    }

    .card-icon svg {
        width: 35px;
        height: 35px;
    }
}





/* section-3 */

.about-section {
    background:
        linear-gradient(135deg, rgba(0, 0, 0, 0.577) 0%, rgba(0, 0, 0, 0.418) 100%),
        url('../images/about-bg.jpg') center center/cover no-repeat;
}

.about-accordion .accordion-item {
    border: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.accordion-button {
    background-color: #ffffff;
    color: #000000;
    font-weight: 500;
    padding: 1rem 1.25rem;
    border: none;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #e2710e;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    background: #fff;
    color: #555;
    padding: 1rem 1.5rem;
}

.about-text h2 {
    color: white;
}

.about-text {
    padding: 50px;
}

@media (max-width: 768px) {
    .about-text {
        padding: 20px;
    }
}


.btn-gradient-shift {
    padding: 18px 30px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #e2710e, #b55909, #f27121, #e2710e);
    background-size: 300% 100%;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.5s ease;
    box-shadow: 0 4px 15px rgba(233, 64, 87, 0.3);
}

.btn-gradient-shift:hover {
    background-position: 100% 0;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px #e2710e94;
    color: white;
}
/* section-4 */


.lizyweb-hero-wrapper {
    min-height: 100vh;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 50%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 80px 20px;
}


@keyframes float {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
    }

    33% {
        transform: translate(50px, -50px) scale(1.1);
    }

    66% {
        transform: translate(-30px, 30px) scale(0.9);
    }
}

.lizyweb-main-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.lizyweb-text-content {
    padding-left: 100px;
    animation: slideInLeft 1s ease-out;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


@keyframes pulse {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(255, 107, 107, 0.4);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(255, 107, 107, 0);
    }
}

.lizyweb-gradient-text {
    background: linear-gradient(135deg, #e2710e 0%, #cd650a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    display: inline-block;
}

.lizyweb-hero-description {
    margin-top: 20px;
    text-indent: 30px;
    font-size: 15px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 15px;
    max-width: 540px;
}

.lizyweb-button-group {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.lizyweb-cta-button {
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.lizyweb-btn-primary {
    background: linear-gradient(135deg, #ff8f2d 0%, #e2710e 100%);
    color: white;
    border: none;
    box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3);
}

.lizyweb-btn-primary:hover {
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 107, 107, 0.4);
}

.lizyweb-btn-secondary {
    background: rgba(255, 255, 255, 0.05);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
}

.lizyweb-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-3px);
}


.lizyweb-visual-area {
    position: relative;
    animation: slideInRight 1s ease-out;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.lizyweb-graphics-wrapper {
    position: relative;
    width: 100%;
    height: 600px;
}

.lizyweb-service-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.118);
    animation: floatCard 6s infinite ease-in-out;
}


@keyframes floatCard {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-20px) rotate(2deg);
    }
}

.lizyweb-card-position-1 {
    top: 50px;
    left: 50px;
    width: 200px;
    animation-delay: 0s;
}

.lizyweb-card-position-2 {
    top: 200px;
    right: 30px;
    width: 180px;
    animation-delay: 2s;
}

.lizyweb-card-position-3 {
    bottom: 100px;
    left: 80px;
    width: 220px;
    animation-delay: 4s;
}

@media (max-width:600px) {
    .lizyweb-service-card {
        padding: 15px;
    }

    .lizyweb-card-position-1 {
        top: 50px;
        left: 50px;
        width: 180px;
        animation-delay: 0s;
    }

    .lizyweb-card-position-2 {
        top: 200px;
        right: 30px;
        width: 160px;
        animation-delay: 2s;
    }

    .lizyweb-card-position-3 {
        bottom: 100px;
        left: 80px;
        width: 180px !important;
        animation-delay: 4s;
    }
}

.lizyweb-card-icon-box {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 15px;
    color: white;
}

.lizyweb-icon-coral {
    background: linear-gradient(135deg, #ff6b6b, #ee5a6f);
}

.lizyweb-icon-teal {
    background: linear-gradient(135deg, #4ecdc4, #44a08d);
}

.lizyweb-icon-pink {
    background: linear-gradient(135deg, #f093fb, #f5576c);
}

.lizyweb-card-heading {
    color: rgb(0, 0, 0);
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
}

.lizyweb-card-description {
    color: #000000;
    font-size: 13px;
    line-height: 1.5;
}

.lizyweb-center-graphic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 350px;
    /* background: linear-gradient(135deg, rgba(255, 107, 107, 0.2), rgba(240, 147, 251, 0.2)); */
    background: linear-gradient(135deg, rgba(255, 196, 107, 0.2), rgba(251, 157, 147, 0.2));
    /* background-color: #00000078; */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: rotate 20s linear infinite;
    border: 2px solid rgba(255, 255, 255, 0.1);
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.lizyweb-center-graphic::before {
    font-size: 120px;
    animation: float 3s ease-in-out infinite;
}

@media (max-width: 968px) {
    .lizyweb-hero-wrapper {
        padding: 10px;
        padding-bottom: 10px;
        padding-top: 40px;

    }

    .lizyweb-main-container {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    h1 {
        font-size: 48px;
    }

    .lizyweb-stats-row {
        justify-content: space-around;
    }

    .lizyweb-graphics-wrapper {
        height: 400px;
    }


    .lizyweb-card-position-1 {
        top: 10px;
        left: 40%;
        animation-delay: 0s;
        animation: none;

    }

    .lizyweb-card-position-2 {
        top: 20%;
        right: 10%;
        animation-delay: 2s;
        animation: none;

    }

    .lizyweb-card-position-3 {
        bottom: 25%;
        left: 10%;
        animation-delay: 4s;
        animation: none;
        width: 200px;
    }

}

@media (max-width: 640px) {
    .lizyweb-text-content {
        padding-left: 10px;
    }

    h1 {
        font-size: 36px;
    }

    .lizyweb-hero-description {
        margin-top: 20px;
        font-size: 16px;
    }

    .lizyweb-button-group {
        flex-direction: column;
    }

    .lizyweb-cta-button {
        width: 100%;
        text-align: center;
    }

    .lizyweb-stats-row {
        gap: 30px;
    }

    .lizyweb-stat-value {
        font-size: 28px;
    }



    .lizyweb-graphics-wrapper {
        position: relative;
        width: 100%;
        height: 600px;
    }



    .lizyweb-card-position-1 {
        top: 10px;
        left: 0px;
        animation-delay: 0s;
        animation: none;

    }

    .lizyweb-card-position-2 {
        top: 20%;
        right: 0px;
        animation-delay: 2s;
        animation: none;

    }

    .lizyweb-card-position-3 {
        bottom: 25%;
        left: 0px;
        animation-delay: 4s;
        animation: none;
        width: 200px;
    }

}



/* section-5 */

.stats-main-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
    margin-top: 70px;
}

.stats-wrapper {
    max-width: 1200px;
    width: 100%;
    position: relative;
    z-index: 1;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(99, 102, 241, 0.1);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.115);
    border: 1px solid rgba(0, 0, 0, 0.141);
}

.stat-item {
    background: linear-gradient(135deg, #ffffff 0%, #fffcf8 100%);
    padding: 40px 40px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: var(--brand);
    background-size: 200% 100%;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.stat-item:hover::before {
    opacity: 1;
    animation: shimmer 2s infinite;
}

.stat-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(99, 102, 241, 0.05), transparent);
    transition: left 0.6s ease;
}

.stat-number-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 16px;
    position: relative;
}

.stat-number {
    font-size: 55px;
    font-weight: 700;
    color: black;
    line-height: 1;
    letter-spacing: -2px;
    position: relative;
}

.stat-plus {
    font-size: 48px;
    font-weight: 700;
    color: var(--brand);
    margin-left: 4px;
    opacity: 0.8;
}

.stat-label {
    font-size: 14px;
    font-weight: 500;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-align: center;
    line-height: 1.6;
}

.stat-accent {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: rgba(99, 102, 241, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.4s ease;
}

.counter {
    display: inline-block;
}

@keyframes shimmer {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.stat-number,
.stat-label {
    animation: countUp 0.8s ease-out forwards;
}

.stat-item:nth-child(1) .stat-number,
.stat-item:nth-child(1) .stat-label {
    animation-delay: 0.1s;
}

.stat-item:nth-child(2) .stat-number,
.stat-item:nth-child(2) .stat-label {
    animation-delay: 0.2s;
}

.stat-item:nth-child(3) .stat-number,
.stat-item:nth-child(3) .stat-label {
    animation-delay: 0.3s;
}

.stat-item:nth-child(4) .stat-number,
.stat-item:nth-child(4) .stat-label {
    animation-delay: 0.4s;
}

@media (max-width: 1024px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .stat-item {
        padding: 40px 30px;
    }

    .stat-number {
        font-size: 52px;
    }

    .stat-plus {
        font-size: 40px;
    }

    .stat-label {
        font-size: 12px;
    }
}



/* section-6 */
.sectionsix-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
}

.sectionsix-wrapper {
    margin-bottom: 120px;
    opacity: 0;
    animation: sectionsix-cloth-reveal 1.2s ease-out forwards;
}

.sectionsix-wrapper:nth-child(2) {
    animation-delay: 0.3s;
}

@keyframes sectionsix-cloth-reveal {
    0% {
        opacity: 0;
        transform: translateY(-50px) rotateX(15deg);
        filter: blur(10px);
    }

    50% {
        opacity: 0.5;
        transform: translateY(-20px) rotateX(8deg);
        filter: blur(5px);
    }

    100% {
        opacity: 1;
        transform: translateY(0) rotateX(0deg);
        filter: blur(0);
    }
}

.sectionsix-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.sectionsix-text {
    padding: 40px;
}

.sectionsix-label {
    display: inline-block;
    font-size: 0.75rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #8b7355;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

.sectionsix-label::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #8b7355;
}

.sectionsix-heading {
    font-size: 3rem;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 30px;
    line-height: 1.3;
    letter-spacing: -0.5px;
}

.sectionsix-paragraph {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #5a5a5a;
    margin-bottom: 25px;
}

.sectionsix-button {
    display: inline-block;
    padding: 16px 45px;
    background: #2c2c2c;
    color: #f8f7f4;
    text-decoration: none;
    font-size: 0.9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.4s ease;
    border: 2px solid #2c2c2c;
    margin-top: 20px;
    font-weight: 600;
}

.sectionsix-button:hover {
    background: transparent;
    color: #2c2c2c;
    transform: translateY(-2px);
}

.sectionsix-image-container {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.sectionsix-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    filter: grayscale(20%);
}

.sectionsix-image-container:hover .sectionsix-image {
    transform: scale(1.05);
}

.sectionsix-image-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: white;
    transform: translateY(100%);
    transition: transform 0.4s ease;
}

.sectionsix-image-container:hover .sectionsix-image-overlay {
    transform: translateY(0);
}

.sectionsix-overlay-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 8px;
}

.sectionsix-overlay-text {
    font-size: 0.95rem;
    opacity: 0.9;
}

.sectionsix-content.sectionsix-reverse {
    direction: rtl;
}

.sectionsix-content.sectionsix-reverse>* {
    direction: ltr;
}

.sectionsix-divider {
    width: 80px;
    height: 1px;
    background: #d4c4b0;
    margin: 30px 0;
}

/* Scroll Animation Trigger */
.sectionsix-wrapper.sectionsix-animate {
    animation: sectionsix-cloth-scroll 1s ease-out forwards;
}

@keyframes sectionsix-cloth-scroll {
    0% {
        opacity: 0;
        transform: translateY(80px) rotateX(20deg) scale(0.95);
        filter: blur(8px);
    }

    60% {
        opacity: 0.8;
        transform: translateY(-10px) rotateX(-5deg) scale(1.02);
        filter: blur(2px);
    }

    100% {
        opacity: 1;
        transform: translateY(0) rotateX(0deg) scale(1);
        filter: blur(0);
    }
}

@media (max-width: 968px) {
    .sectionsix-container {
        overflow: hidden;
    }

    .sectionsix-content,
    .sectionsix-content.sectionsix-reverse {
        grid-template-columns: 1fr;
        direction: ltr;
    }

    .sectionsix-heading {
        font-size: 2.2rem;
    }

    .sectionsix-image-container {
        height: 400px;
    }

    .sectionsix-text {
        padding: 20px;
    }
}

@media (max-width: 640px) {
    .sectionsix-heading {
        font-size: 1.8rem;
    }

    .sectionsix-paragraph {
        font-size: 1rem;
    }

    .sectionsix-container {
        padding: 40px 20px;
    }
}



/* bubble 
animation */


.bubbles-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.bubble {
    position: absolute;
    bottom: 0px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%,
            rgba(255, 255, 255, 0.8),
            rgba(100, 150, 255, 0.4) 50%,
            rgba(100, 150, 255, 0.6));
    border: 2px solid rgba(100, 150, 255, 0.3);
    animation: rise linear forwards;
    box-shadow:
        inset 0 0 20px rgba(255, 255, 255, 0.5),
        0 0 20px rgba(100, 150, 255, 0.3);
}

@keyframes rise {
    0% {
        transform: translateY(0) translateX(0) scale(1);
        opacity: 0;
    }

    10% {
        opacity: 0.8;
    }

    90% {
        opacity: 0.8;
    }

    100% {
        transform: translateY(-120vh) translateX(var(--drift)) scale(0.8);
        opacity: 0;
    }
}




/* section-7 */

/* CTA Section Styling */
.cta-section {
    width: 100%;
    background:
        linear-gradient(rgba(0, 0, 0, 0.488), rgba(0, 0, 0, 0.416)),
        /* Gradient background */
        url('../images/cta-bg.jpg') center center/cover no-repeat;
    /* Image background */
    color: #fff;
    padding: 80px 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    box-shadow: 0 8px 32px 10px rgba(0, 0, 0, 0.18);
}

.cta-content h2 {
    color: white;
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.cta-content p {
    text-align: center;
    color: white;
    font-size: 1.2rem;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.cta-button {
    display: inline-block;
    background-color: #fff;
    color: #ff7e5f;
    padding: 15px 35px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.cta-button:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
    .cta-content h2 {
        font-size: 2rem;
    }

    .cta-content p {
        font-size: 1rem;
    }

    .cta-button {
        padding: 12px 25px;
        font-size: 0.9rem;
    }
}




/* section-8 */

.sectioneight-container {
    max-width: 1200px;
    margin: 0 auto;

    margin-top: 100px;
}

.sectioneight-title {
    text-align: center;
    font-size: 3.5rem;
    color: rgb(0, 0, 0);
    margin-bottom: 70px;
    font-weight: 700;
    text-shadow: 2px 2px 20px rgba(0, 0, 0, 0.125);
    animation: fadeInDown 0.8s ease;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sectioneight-service-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-bottom: 60px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 30px;
    padding: 50px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.116);
    transition: all 0.4s ease;
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.sectioneight-service-card:nth-child(2) {
    animation-delay: 0.2s;
}

.sectioneight-service-card:nth-child(3) {
    animation-delay: 0.4s;
    grid-template-columns: 1fr 1fr;
}

.sectioneight-service-card:nth-child(4) {
    animation-delay: 0.6s;
}

.sectioneight-service-card:nth-child(5) {
    animation-delay: 0.8s;
}



@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sectioneight-service-card:hover {
    transform: scale(1.02);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0);
    background: rgba(255, 255, 255, 1);
}

.sectioneight-service-card:hover .sectioneight-image-wrapper {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
}

.sectioneight-service-card:hover .sectioneight-service-title {
    color: #e2710e;
}

.sectioneight-service-card:hover .sectioneight-service-number {
    transform: translateX(10px);
}

.sectioneight-service-card:nth-child(3) {
    grid-template-columns: 1fr 1fr;
}

.sectioneight-service-card:nth-child(3) .sectioneight-image-container {
    order: 2;
}

.sectioneight-service-card:nth-child(3) .sectioneight-content {
    order: 1;
}

.sectioneight-service-card:nth-child(5) {
    grid-template-columns: 1fr 1fr;
}

.sectioneight-service-card:nth-child(5) .sectioneight-image-container {
    order: 2;
}

.sectioneight-service-card:nth-child(5) .sectioneight-content {
    order: 1;
}


.sectioneight-service-card:nth-child(6) {
    grid-template-columns: 1fr 1fr;
}

.sectioneight-service-card:nth-child(6) .sectioneight-image-container {
    order: 1;
}

.sectioneight-service-card:nth-child(6) .sectioneight-content {
    order: 2;
}


.sectioneight-service-card:nth-child(7) {
    grid-template-columns: 1fr 1fr;
}

.sectioneight-service-card:nth-child(7) .sectioneight-image-container {
    order: 2;
}

.sectioneight-service-card:nth-child(7) .sectioneight-content {
    order: 1;
}

.sectioneight-image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sectioneight-image-wrapper {
    width: 100%;
    height: 300px;
    background: linear-gradient(135deg, #000000 0%, #000000 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease;
}

.sectioneight-service-card:hover .sectioneight-image-wrapper {
    transform: scale(1.1);
    background: linear-gradient(135deg, #000000 0%, #000000 100%);
}

.sectioneight-icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

.sectioneight-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.sectioneight-service-title {
    font-size: 2.2rem;
    color: #2d3748;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
    transition: all 0.4s ease;
}

.sectioneight-description {
    font-size: 1.05rem;
    color: #4a5568;
    line-height: 1.8;
    margin-bottom: 25px;
}


.sectioneight-decorative-circle {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    animation: pulse 2s ease-in-out infinite;
}

.sectioneight-circle-1 {
    top: -20px;
    right: -20px;
    animation-delay: 0s;
}

.sectioneight-circle-2 {
    bottom: -30px;
    left: -30px;
    animation-delay: 1s;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 0.5;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}

@media (max-width: 968px) {

    .sectioneight-service-card,
    .sectioneight-service-card:nth-child(3) {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 35px;
    }

    .sectioneight-service-card:nth-child(3) .sectioneight-image-container {
        order: 1;
    }

    .sectioneight-service-card:nth-child(3) .sectioneight-content {
        order: 2;
    }

    .sectioneight-service-card,
    .sectioneight-service-card:nth-child(5) {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 35px;
    }

    .sectioneight-service-card:nth-child(5) .sectioneight-image-container {
        order: 1;
    }

    .sectioneight-service-card:nth-child(5) .sectioneight-content {
        order: 2;
    }





    .sectioneight-service-card,
    .sectioneight-service-card:nth-child(6) {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 35px;
    }

    .sectioneight-service-card:nth-child(6) .sectioneight-image-container {
        order: 1;
    }

    .sectioneight-service-card:nth-child(6) .sectioneight-content {
        order: 2;
    }

    .sectioneight-service-card,
    .sectioneight-service-card:nth-child(7) {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 35px;
    }

    .sectioneight-service-card:nth-child(7) .sectioneight-image-container {
        order: 1;
    }

    .sectioneight-service-card:nth-child(7) .sectioneight-content {
        order: 2;
    }





    .sectioneight-title {
        font-size: 2.5rem;
    }

    .sectioneight-service-title {
        font-size: 1.8rem;
    }

    .sectioneight-image-wrapper {
        height: 250px;
    }
}



/* section-9 */

.secnine-container {
    padding: 60px 15px;
}

.secnine-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.secnine-tabs {
    width: 80%;
    margin: 0 auto;
    background: linear-gradient(135deg, #000000 0%, #000000 100%);
    border-radius: 50px;
    padding: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    border: none;
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
}

.secnine-tabs .nav-item {
    flex: 1 1 auto;
    display: flex;
}

.secnine-tabs .nav-link {
    border: none;
    border-radius: 40px;
    padding: 14px 28px;
    font-weight: 600;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.secnine-tabs .nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.6s;
}

.secnine-tabs .nav-link:hover::before {
    left: 100%;
}

.secnine-tabs .nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.4);
}

.secnine-tabs .nav-link.active {
    background: #fff;
    color: #000000;
    box-shadow: 0 6px 24px rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.secnine-tabs .nav-link.active:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(255, 255, 255, 0.4);
}

@media (max-width: 768px) {
    .secnine-container p {
        font-size: 14px;
    }

    .secnine-container {
        padding: 20px 10px;
    }

    .secnine-tabs {
        flex-direction: column;
        border-radius: 20px;
        padding: 12px;
        gap: 5px;
    }

    .secnine-tabs .nav-link {
        text-align: center;
        width: 100%;
    }
}




/* tab-content */

.tab-one-container {
    max-width: 1200px;
    margin: 0 auto;
}

.tab-one-title {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: #333;
}

.tab-one-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px;
}

.tab-one-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 190px;
    width: 400px;
}

.tab-one-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.tab-one-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
}

.tab-one-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.tab-one-item:hover .tab-one-image {
    transform: scale(1.1);
}

.tab-one-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 30px 20px 20px;
    transform: translateY(0);
    transition: all 0.3s ease;
}

.tab-one-item:hover .tab-one-overlay {
    padding: 40px 20px 25px;
}

.tab-one-text {
    color: white;
    font-size: 1.25rem;
    font-weight: 600;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
}

.tab-one-item:hover .tab-one-text {
    transform: translateX(5px);
}

@media (max-width: 768px) {
    .tab-one-item {
        height: 180px;
        width: 280px;
    }


    .tab-one-title {
        font-size: 2rem;
        margin-bottom: 30px;
    }

    .tab-one-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
        align-items: start;
        /* Vertically top-align items */
        justify-items: center;
    }

    .tab-one-text {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {

    .tab-one-title {
        font-size: 1.5rem;
    }

    .tab-one-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        align-items: start;
        /* Vertically top-align items */
        justify-items: center;
    }

    .tab-one-overlay {
        padding: 20px 15px 15px;
    }
}







/* section-10 */

.section-ten-clients {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 70px;
    margin-bottom: 70px;
}

.section-ten-header {
    text-align: center;
    margin-bottom: 60px;
    color: white;
}

.section-ten-header h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 16px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.section-ten-header p {
    font-size: 20px;
    font-weight: 500;
}

.section-ten-logos-container {
    position: relative;
    padding: 40px 60px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/clients-bg.jpg') center center/cover no-repeat;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.section-ten-carousel {
    position: relative;
}

.section-ten-logo-item {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 20px 40px;
    margin: 10px;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.section-ten-logo-item:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}

.section-ten-logo-item img {
    height: 80px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    opacity: 1;
    transition: all 0.3s ease;
}

.section-ten-logo-item:hover img {
    opacity: 1;
}

@media (max-width: 768px) {
    .section-ten-logo-item img {
        opacity: 1;

    }

    .section-ten-logo-item {
        padding: 10px;
    }
}

.section-ten-trust-badge {
    text-align: center;
    margin-top: 40px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    opacity: 0.9;
}

.section-ten-trust-badge span {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 12px 24px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
}

/* Custom Owl Carousel Navigation */
.section-ten-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.section-ten-carousel .owl-nav button {
    pointer-events: all;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.section-ten-carousel .owl-nav button:hover {
    background: white !important;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.section-ten-carousel .owl-nav button i {
    font-size: 24px;
    color: #667eea;
}

.section-ten-carousel .owl-nav .owl-prev {
    margin-left: -25px;
}

.section-ten-carousel .owl-nav .owl-next {
    margin-right: -25px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .section-ten-logos-container {
        padding: 40px 20px;
    }

    .section-ten-carousel .owl-nav .owl-prev {
        margin-left: -10px;
    }

    .section-ten-carousel .owl-nav .owl-next {
        margin-right: -10px;
    }
}



/* section-11 */

.section-eleven-container {
    background:
        linear-gradient(rgba(255, 255, 255, 0.937), rgba(255, 255, 255, 0.921)),
        url(../images/test-bg.jpg) center center/cover no-repeat;
    margin: 0 0;
    padding: 80px 80px;
}

.section-eleven-header {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.section-eleven-header h2 {
    text-align: center;
    color: black;
    font-size: 42px;
    font-weight: 700;
}

.section-eleven-carousel-nav {
    display: flex;
    gap: 15px;
}

.section-eleven-nav-btn {
    width: 50px;
    height: 50px;
    border: 2px solid #7d2e1e;
    background: white;
    color: #7d2e1e;
    border-radius: 50%;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-eleven-nav-btn:hover {
    background: #7d2e1e;
    color: white;
}

.section-eleven-card {
    background: white;
    border-radius: 12px;
    padding: 0;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 10px;
    overflow: hidden;
}

.section-eleven-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.section-eleven-card-content {
    padding: 15px;
}

.section-eleven-user-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.section-eleven-user-avatar i {
    color: white;
    font-size: 50px;
}

.section-eleven-user-info {
    text-align: center;
    margin-bottom: 20px;
}

.section-eleven-user-name {
    color: #7d2e1e;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
}

.section-eleven-user-location {
    color: #9ca3af;
    font-size: 14px;
}

.section-eleven-testimonial-text {
    color: #6b7280;
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
    margin-bottom: 25px;
    min-height: 120px;
}

.section-eleven-rating {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 20px 0;
    border-top: 1px solid #e5e7eb;
}

.section-eleven-rating i {
    color: #fbbf24;
    font-size: 18px;
}

/* Owl Carousel Custom Styles */


@media (max-width: 1200px) {
    .section-eleven-header h2 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .section-eleven-container {

        padding: 50px 20px;
    }

    .section-eleven-header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .section-eleven-header h2 {
        font-size: 32px;
    }

    .section-eleven-card {
        margin: 10px 5px;
    }

    .section-eleven-card-content {
        padding: 30px 25px 25px;
    }

    .section-eleven-testimonial-text {
        min-height: auto;
    }
}

@media (max-width: 480px) {

    .section-eleven-header h2 {
        font-size: 28px;
    }

    .section-eleven-nav-btn {
        width: 45px;
        height: 45px;
        font-size: 14px;
    }

    .section-eleven-user-avatar {
        width: 80px;
        height: 80px;
    }

    .section-eleven-user-avatar i {
        font-size: 40px;
    }

    .section-eleven-card-content {
        padding: 25px 20px 20px;
    }
}



/* section-technologies  */
.section-tech {
    background:
        linear-gradient(rgba(255, 255, 255, 0.441), rgba(255, 255, 255, 0.31)),
        url(../images/tech-bg.jpg) center center no-repeat;
    background-size: cover;
}

.section-tech-logo {
    width: 110px;
    height: 110px;
    object-fit: contain;
    margin: 0 auto;
    transition: transform 0.3s ease;
}

.section-tech-item {
    padding-top: 10px;
}

.section-tech-item:hover .section-tech-logo {
    transform: scale(1.1);
}

.section-tech h6 {
    color: #333;
}











/*contact page */
.contact-sec-page {
    position: relative;
}

.contact-sec-text-brand {
    background: var(--brand);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
}

.contact-sec-container {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.121);
    backdrop-filter: blur(10px);
}

.contact-sec-info-panel {
    background: var(--brand);
    padding: 170px 40px;
    color: white;
    position: relative;
    overflow: hidden;
}

.contact-sec-info-panel::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    top: -100px;
    right: -100px;
}

.contact-sec-info-panel::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    bottom: -50px;
    left: -50px;
}

.contact-sec-info-intro {
    position: relative;
    z-index: 2;
    margin-bottom: 50px;
}

.contact-sec-info-intro h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: white;
}

.contact-sec-info-intro p {
    font-size: 1rem;
    line-height: 1.8;
    opacity: 0.95;
    color: white;
}

.contact-sec-item {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.contact-sec-item:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateX(10px);
}

.contact-sec-item-icon {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 20px;
}

.contact-sec-item-icon img {
    max-width: 28px;
    filter: brightness(0) saturate(100%) invert(44%) sepia(89%) saturate(1654%) hue-rotate(346deg);
}

.contact-sec-item-content h6 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 5px;
    color: white;
    font-family: "Montserrat", sans-serif !important;
}

.contact-sec-item-content span {
    font-size: 0.85rem;
    opacity: 0.9;
    color: rgba(255, 255, 255, 0.9);
}

.contact-sec-form-panel {
    padding: 60px 50px;
}

.contact-sec-form-panel h3 {
    font-size: 2rem;
    color: black;
    margin-bottom: 15px;
    font-weight: 700;
}

.contact-sec-form-panel .contact-sec-subtitle {
    color: black;
    margin-bottom: 40px;
    font-size: 1rem;
}

.contact-sec-fieldset {
    margin-bottom: 25px;
    border: none;
    padding: 0;
}

.contact-sec-label {
    display: block;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.contact-sec-input,
.contact-sec-textarea {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #e9ecef;
    border-radius: 15px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.contact-sec-input:focus,
.contact-sec-textarea:focus {
    outline: none;
    border-color: var(--brand);
    background: white;
    box-shadow: 0 5px 15px rgba(255, 107, 53, 0.1);
}

.contact-sec-textarea {
    min-height: 140px;
    resize: vertical;
}

.contact-sec-button {
    width: 100%;
    padding: 18px;
    background: var(--brand);
    border: none;
    border-radius: 15px;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(255, 107, 53, 0.3);
}

.contact-sec-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(255, 107, 53, 0.4);
}

.contact-sec-button:active {
    transform: translateY(-1px);
}

.contact-sec-floating-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}

.contact-sec-shape {
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float 20s infinite ease-in-out;
}

.contact-sec-shape:nth-child(1) {
    width: 80px;
    height: 80px;
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.contact-sec-shape:nth-child(2) {
    width: 60px;
    height: 60px;
    top: 60%;
    left: 80%;
    animation-delay: 4s;
}

.contact-sec-shape:nth-child(3) {
    width: 100px;
    height: 100px;
    top: 80%;
    left: 20%;
    animation-delay: 8s;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-30px) rotate(180deg);
    }
}

@media (max-width: 991px) {
    .contact-sec-info-panel {
        padding: 40px 30px;
    }

    .contact-sec-form-panel {
        padding: 40px 30px;
    }

    .contact-sec-text-brand {
        font-size: 2rem;
    }
}



/* section-12 */

.section-twelve-container {
    margin: 0 auto;
    padding: 90px 80px;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.section-twelve-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

.section-twelve-faq-section {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.597) 0%, rgba(255, 255, 255, 0.647) 100%),
        url('../images/faq-bg.jpg') center center/cover no-repeat;
    padding: 60px 50px;
}

.section-twelve-header {
    margin-bottom: 40px;
}

.section-twelve-header h2 {
    font-size: 2.5rem;
    color: #2d3748;
    margin-bottom: 10px;
}

.section-twelve-header p {
    color: #718096;
    font-size: 1.1rem;
}

.section-twelve-item {
    border-bottom: 1px solid #e2e8f0;
    margin-bottom: 10px;
}

.section-twelve-question {
    width: 100%;
    padding: 20px 0;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    transition: color 0.3s ease;
}

.section-twelve-question:hover {
    color: var(--brand);
}

.section-twelve-icon {
    font-size: 1.5rem;
    color: var(--brand);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 15px;
}

.section-twelve-item.active .section-twelve-icon {
    transform: rotate(180deg);
}

.section-twelve-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0;
}

.section-twelve-item.active .section-twelve-answer {
    max-height: 500px;
    padding-bottom: 20px;
}

.section-twelve-answer p {
    color: #4a5568;
    line-height: 1.7;
    font-size: 1rem;
}

.section-twelve-image-section {
    /* background: linear-gradient(135deg, #c76510 0%, #ff7e0c 100%); */
    background:
        radial-gradient(circle at 50% 50%, rgb(213, 109, 18) 0%, rgb(255, 152, 62) 100%);


    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 50px;
    position: relative;
    overflow: hidden;
}

.section-twelve-image-section::before {
    content: '';
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: moveBackground 20s linear infinite;
}

@keyframes moveBackground {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(50px, 50px);
    }
}

.section-twelve-image-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 400px;
}

.section-twelve-image-container img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

@media (max-width: 968px) {
    .section-twelve-container {
        padding: 20px 20px;

    }

    .section-twelve-wrapper {
        grid-template-columns: 1fr;
    }

    .section-twelve-image-section {
        min-height: 400px;
    }

    .section-twelve-faq-section {
        padding: 40px 30px;
    }

    .section-twelve-header h2 {
        font-size: 2rem;
    }
}




/* footer */
footer {
    background:
        linear-gradient(rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.741)),
        url(../images/footer-bg.jpg) top left no-repeat;
    background-size: cover;
}


@media (max-width: 768px) {
    .footer-col-two-con {
        padding: 0 !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

/* ================================
   GLOBAL – DESKTOP / LAPTOP CSS
================================ */

/* Slider Wrapper */
.slider-07 {
    height: 100vh;
    width: 100%;
    margin-top: -50px;
    overflow: hidden !important;
    position: relative;
}

/* Main Slides */
.slider-07 .mainslides-07 .block-07 {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 0 0 0;
}

.slider-07 .mainslides-07 .block-07 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Slide Content */
.slider-07 .mainslides-07 .block-07 .content-07 {
    position: absolute;
    top: 53%;
    width: 1140px;
    max-width: 80%;
    left: 45%;
    transform: translateX(-50%);
    padding-right: 30%;
    color: #fff;
    text-shadow: 0 5px 10px #0004;
}

/* Titles */
.slider-07 .title-07,
.slider-07 .topic-07 {
    font-size: 3em;
    font-weight: bold;
    line-height: 1.3em;

}

.slider-07 .mainslides-07 .block-07 .topic-07 {
    color: #fff;
}



/* Description */
.description-07 {
    font-size: 16px !important;
    margin-top: 18px;
    color: white !important;

}

/* Buttons */
.cards-07 .buttons-07 button {
    margin-top: 4%;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 30px;
    padding: 12px 24px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.cards-07 .buttons-07 button:hover {
    color: white;
    background-color: #333;
}

/* Thumbnails */
.cards-07 {
    position: absolute;
    bottom: 50px;
    right: 30px;
    width: max-content;
    display: flex;
    gap: 20px;
    z-index: 100;
    /* background: #a38c8c; */

}

.cards-07 .block-07 {
    width: 200px;
    height: 293px;
    position: relative;
    flex-shrink: 0;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(163, 140, 140, 0) 0%, rgba(0, 0, 0, 0.67) 74%) !important;

}

.cards-07 .block-07 img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
    border: 2px solid #fff;
}

/* Thumbnail Hover Effect */
.cards-07 .block-07::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background 0.3s ease;
    border-radius: 20px;
}

.cards-07 .block-07:hover::before {
    background: rgba(0, 0, 0, 0.6);
}

/* Thumbnail Text */
.cards-07 .block-07 .content-07 {
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    text-align: center;
}

.cards-07 .block-07 .title-07 {
    font-size: 20px;
    font-weight: 500;
    background-color: #e2710e78;
    padding: 3px;
    border-radius: 100px;
}

.cards-07 .block-07 .content-07 .description-07 {
    font-weight: 300;
}

/* Navigation Arrows */
.nav-07 {
    position: absolute;
    top: 80%;
    left: 10%;
    display: flex;
    gap: 10px;
    z-index: 100;
    align-items: center;
}

.nav-07 button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    font-size: 20px;
    border: none;
    cursor: pointer;
    font-weight: bold;
    color: #000;
    font-family: monospace;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-07 button:hover {
    background-color: #fff;
    color: #000;
}

/* Time Bar */
.slider-07 .time-07 {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: #f1683a;
    z-index: 1000;
}

/* ================================
   ANIMATIONS
================================ */

/* Animation default */
.slider-07 .mainslides-07 .block-07:nth-child(1) {
    z-index: 1;
}

/* First block text animation */
.slider-07 .mainslides-07 .block-07:nth-child(1) .content-07 .author-07,
.slider-07 .mainslides-07 .block-07:nth-child(1) .content-07 .title-07,
.slider-07 .mainslides-07 .block-07:nth-child(1) .content-07 .topic-07,
.slider-07 .mainslides-07 .block-07:nth-child(1) .content-07 .description-07,
.slider-07 .mainslides-07 .block-07:nth-child(1) .content-07 .buttons-07 {
    transform: translateY(50px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent-07 .5s 1s linear 1 forwards;
}

@keyframes showContent-07 {
    to {
        transform: translateY(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.slider-07 .mainslides-07 .block-07:nth-child(1) .content-07 .title-07 {
    animation-delay: 1.2s !important;
}

.slider-07 .mainslides-07 .block-07:nth-child(1) .content-07 .topic-07 {
    animation-delay: 1.4s !important;
}

.slider-07 .mainslides-07 .block-07:nth-child(1) .content-07 .description-07 {
    animation-delay: 1.6s !important;
}

.slider-07 .mainslides-07 .block-07:nth-child(1) .content-07 .buttons-07 {
    animation-delay: 1.8s !important;
}

/* Next click animation */
.slider-07.next-07 .mainslides-07 .block-07:nth-child(1) img {
    width: 200px;
    height: 293px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    border-radius: 30px;
    animation: showImage-07 .5s linear 1 forwards;
    border: 2px solid white;
}

@keyframes showImage-07 {
    to {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
}

.slider-07.next-07 .cards-07 .block-07:nth-last-child(1) {
    overflow: hidden;
    animation: showThumbnail-07 .5s linear 1 forwards;
}

.slider-07.prev-07 .mainslides-07 .block-07 img {
    z-index: 100;
}

@keyframes showThumbnail-07 {
    from {
        width: 0;
        opacity: 0;
    }
}

.slider-07.next-07 .cards-07 {
    animation: effectNext-07 .5s linear 1 forwards;
}

@keyframes effectNext-07 {
    from {
        transform: translateX(150px);
    }
}

/* Running time bar */
.slider-07.next-07 .time-07,
.slider-07.prev-07 .time-07 {
    animation: runningTime-07 3s linear 1 forwards;
}

@keyframes runningTime-07 {
    from {
        width: 100%;
    }

    to {
        width: 0;
    }
}

/* Prev click animation */
.slider-07.prev-07 .mainslides-07 .block-07:nth-child(2) {
    z-index: 2;
}

.slider-07.prev-07 .mainslides-07 .block-07:nth-child(2) img {
    animation: outFrame-07 0.5s linear 1 forwards;
    position: absolute;
    bottom: 0;
    left: 0;
}

@keyframes outFrame-07 {
    to {
        width: 200px;
        height: 293px;
        bottom: 50px;
        left: 44%;
        border-radius: 20px;
        border: 2px solid white;
    }
}

.slider-07.prev-07 .cards-07 .block-07:nth-child(1) {
    overflow: hidden;
    opacity: 0;
    animation: showThumbnail-07 .5s linear 1 forwards;
}

.slider-07.next-07 .nav-07 button,
.slider-07.prev-07 .nav-07 button {
    pointer-events: none;
}

.slider-07.prev-07 .mainslides-07 .block-07:nth-child(2) .content-07 .author-07,
.slider-07.prev-07 .mainslides-07 .block-07:nth-child(2) .content-07 .title-07,
.slider-07.prev-07 .mainslides-07 .block-07:nth-child(2) .content-07 .topic-07,
.slider-07.prev-07 .mainslides-07 .block-07:nth-child(2) .content-07 .description-07,
.slider-07.prev-07 .mainslides-07 .block-07:nth-child(2) .content-07 .buttons-07 {
    animation: contentOut-07 1.5s linear 1 forwards !important;
}

@keyframes contentOut-07 {
    to {
        transform: translateY(-150px);
        filter: blur(20px);
        opacity: 0;
    }
}

/* ==========================
   MEDIA: ≤ 768px
========================== */
@media (max-width: 768px) {


    .slider-07 .mainslides-07 .block-07 .content-07 {
        width: 90%;
        left: 50%;
        padding-right: 0;
        transform: translateX(-50%);
        text-align: left;
        top: 50%;
    }

    .slider-07 .title-07,
    .slider-07 .topic-07 {
        font-size: 2.8em;
    }

    .description-07 {
        width: 85% !important;
        font-size: 14px !important;
    }

    /* Thumbnails → scroll horizontally */
    .cards-07 {
        bottom: 20px;
        right: 0;
        left: 0;
        width: 100%;
        gap: 15px;
        overflow-x: auto;
        padding: 10px 15px;
        justify-content: flex-end;
    }

    .cards-07 .block-07 {
        width: 120px;
        height: 150px;
    }

    .cards-07 .block-07 .title-07 {
        font-size: 14px;
    }

    .cards-07 .block-07 img {
        border-radius: 12px;
    }

    /* Navigation */
    .nav-07 {
        top: 85%;
        right: 75%;
        left: auto;
        transform: translateX(0);
    }

    .nav-07 button {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }
}

/* ==========================
   MEDIA: ≤ 460px
========================== */
@media (max-width: 460px) {

    .slider-07 {
        height: 80vh;
    }

    .slider-07 .mainslides-07 .block-07 .content-07 {
        width: 90%;
        text-align: left;
        top: 38%;
        transform: translateX(-50%);
    }

    .slider-07 .title-07,
    .slider-07 .topic-07 {
        font-size: 2.2em;
    }

    .description-07 {
        width: 95% !important;
        font-size: 13px !important;
    }

    /* Thumbnails - small */
    .cards-07 {
        gap: 10px;
        padding: 8px 10px;
    }

    .cards-07 .block-07 {
        width: 110px;
        height: 70px;
    }

    .cards-07 .block-07 img {
        border-radius: 8px;
    }

    .cards-07 .block-07 .title-07 {
        font-size: 13px;
    }

    .cards-07 .block-07 .content-07 .description-07 {
        font-size: 12px;
    }

    /* Navigation */
    .nav-07 {
        top: 75%;
        right: 5%;
        left: auto;
    }

    .nav-07 button {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }
}

/* Mobile animation optimization */
@media (max-width: 767px) {

  /* Disable high-cost animation types */
  * {
    filter: none !important;
    backdrop-filter: none !important;
  }

  /* Replace scale/blur animation with softer fade + slide */
  [data-aos], .animate, .wow {
    transition: opacity .6s ease-out, transform .6s ease-out !important;
    will-change: opacity, transform;
  }

  /* Make infinite animations lighter */
  .floating, .rotate, .moving {
    animation-duration: 10s !important;
    animation-timing-function: linear !important;
    transform: none !important;
  }

  /* Prevent animation from repeating too many times */
  [data-aos][data-aos-once="true"] {
    animation-iteration-count: 1 !important;
  }
}



 .privacy-header {
            background: url('../images/static/path.image.jpg') center/cover no-repeat;
            color: white;
            padding: 150px;
            /* margin-top: 80px; */
            margin-bottom: 40px;
            position: relative;
        }
      @media (max-width: 768px) {
            .privacy-header {
                padding: 65px 20px;
            }
        }
        
        @media (max-width: 576px) {
            .privacy-header {
                padding: 80px 15px;
            }
        }
        
        /* .privacy-header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h100v100H0z" fill="none"/><path d="M50 0L100 50L50 100L0 50z" fill="rgba(255,255,255,0.03)"/></svg>') repeat;
            opacity: 0.5;
        } */
        
        .privacy-header .container {
            position: relative;
            z-index: 1;
        }
        
        .section-title {
            color: #e2710e;
            font-weight: 100;
            margin-top: 30px;
            margin-bottom: 15px;
            padding-bottom: 10px;
            /* border-bottom: 2px solid #e2710e; */
        }
        
        .contact-box {
            /* background: linear-gradient(135deg, #fff5ed 0%, #ffe8d6 100%); */
            /* border-left: 4px solid #e2710e; */
            padding: 20px;
            margin: 30px 0;
            /* box-shadow: 0 2px 8px rgba(226, 113, 14, 0.1); */
        }
        
        .last-updated {
            color: #6c757d;
            font-style: italic;
            margin-bottom: 30px;
        }
        
        .content-text {
            line-height: 1.8;
            color: #495057;
        }
        
        ul.privacy-list {
            margin: 15px 0;
            list-style: none;
            padding-left: 0;
        }
        
        ul.privacy-list li {
            margin-bottom: 12px;
            color: #495057;
            padding-left: 30px;
            position: relative;
        }
        
        ul.privacy-list li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 8px;
            width: 12px;
            height: 12px;
            background-color: #e2710e;
            border-radius: 50%;
            box-shadow: 0 0 0 3px rgba(226, 113, 14, 0.2);
        }
        
        .icon-text {
            font-size: 1.1rem;
        }