@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Michroma&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg-color-2: #3d1f2d;
    --bg-color-3: #333;
    --bg-color: #141416;
    --bg1-color: #1a1a1a;
    --bg2-color: #1a1a1a;
    --bg3-color: #1a1a1a;
    --text-color: #d0d0d0;
    ;
    --text-light-green: #8bc34a;
    --text-color-gray: #5a5959;
    --button-color: #f57c00;
    --bg-color4: #2f2f2f;

}

.container-fluid {
    max-width: 1600px;
}

li {
    list-style: none;
    font-family: "Montserrat", sans-serif;
}

a {
    text-decoration: none;
    color: var(--text-color);
    font-family: "Montserrat", sans-serif;
}

ul {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
}

p {
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-family: "Michroma", sans-serif;
}

h2 {
    font-family: "Michroma", sans-serif;
}

h3 {
    font-family: "Michroma", sans-serif;
}

h4 {
    font-family: "Michroma", sans-serif;
}

h5 {
    font-family: "Michroma", sans-serif;
}

h6 {
    font-family: "Michroma", sans-serif;
}


.pt {
    padding: 80px;
}

.pb {
    padding-bottom: 80px;
}

.padding-section {
    padding: 80px;
}

.padding-section-pb {
    padding: 80px 0px 80px 0px;
    padding-bottom: 80px;
    padding-top: 80px;
}

@media (max-width: 768px) {
    .pt {
        padding: 40px;
    }

    .pb {
        padding-bottom: 40px;
    }

    .padding-section {
        padding: 40px;
    }
}


body {
    font-family: "Montserrat", sans-serif;
    background: var(--bg-color);
}

/* Navbar Styling */
.navbar-custom {
    background: var(--bg-color);
    padding: 18px 0;
    transition: all 0.3s ease;
    z-index: 999;
    box-shadow: 0 4px 35px rgba(206, 204, 204, 0.08);
}

.navbar-custom.scrolled {
    box-shadow: 0 4px 20px rgba(150, 150, 150, 0.08);
    padding: 12px 0;
}

.navbar .logo {
    width: 200px;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  justify-content: space-between;
}

.navbar-toggler i {
    color: var(--text-color);
    font-size: 30px;
    font-weight: 600;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

/* Nav Links */
.nav-link {
    font-weight: 500;
    color: var(--text-color) !important;
    margin-left: 20px;
}

.nav-link:hover {
    color: var(--text-color) !important;
}

/* CTA Button */
/* CTA Button */
.nav-btn {
    background: var(--button-color);
    color: var(--text-color) !important;
    padding: 12px 25px;
    border-radius: 8px;
    transition: transform 0.3s ease-in-out;
}

.nav-btn:hover {
    background: #fff;
    color: var(--button-color) !important;
    transform: scale(1.1);
}

/* ============================= */
/* SUB DROPDOWN (SECOND LEVEL) */
/* ============================= */

.dropdown-submenu {
    position: relative;
}

/* Hide submenus by default */
.dropdown-submenu>.dropdown-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    /* 👉 This moves submenu to right side */
    margin-left: 0;
    min-width: 220px;
    border-radius: 8px;
}

/* Show submenu only when hovering parent */
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

/* Smooth hover transition */
.dropdown-menu {
    transition: all 0.3s ease;
}

/* Dropdown Menu Styling */
.dropdown-menu li {
    margin-bottom: 20px;
}

/* General Styling for Navbar */
.navbar-nav .nav-link {
    font-weight: 500;
    margin-right: 15px;
    transition: color 0.3s ease-in-out;
}

/* Hover and focus states for navbar items */
.navbar-nav .nav-link:hover {
    color: #ff5722;
    /* Accent color for hover */
}

/* ============================= */
/* DROPDOWN MAIN MENU */
/* ============================= */

.dropdown {
    position: relative;
}

/* Hide all dropdowns by default */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    border-radius: 8px;
    padding: 10px 0;
    background: #1e1e1e;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Show main dropdown on hover */
.dropdown:hover>.dropdown-menu {
    display: block;
}


/* ============================= */
/* DROPDOWN ITEMS */
/* ============================= */

.dropdown-item {
    padding: 8px 20px;
    transition: 0.3s ease;
}

.dropdown-item:hover {
    background: #333;
    color: #fff;
}


/* Offcanvas Menu Width */
.offcanvas {
    width: 350px !important;
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: var(--bg-color);
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
}

.offcanvas-header h5 {
    color: var(--text-color);
}

.btn i {
    color: var(--text-color);
    font-size: 25px;
    font-weight: 700;
}

/* ============================= */
/* Clickable Submenu Fix for Mobile */
/* ============================= */

/* Hide all submenus by default */
.dropdown-menu {
    display: none;
}

/* Show submenu when its parent is clicked */
.dropdown-submenu.open>.dropdown-menu {
    display: block;
}

/* Mobile Specific: Ensure the submenu is aligned properly */
.dropdown-submenu {
    position: relative;
}

/* Ensure submenus appear to the right */
.dropdown-submenu>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 0;
    min-width: 220px;
    background: #1e1e1e;
    border-radius: 8px;
    padding: 10px 0;
}

#servicesMenu li {
    margin-bottom: 8px;
}

/* hero section */

.hero-section {
    position: relative;
    width: 100%;
    height: 90dvh;
}

/* Fullscreen video background */
.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    object-fit: cover;
    z-index: -1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.hero-content {
    position: absolute;
    bottom: 176px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: flex;
    justify-content: center;
}

.hero-site h2 {
    color: var(--text-color);
    font-size: 50px;
    font-weight: 600;
}

.hero-box {
    background: var(--bg-color-2);
    padding: 25px 25px;
    border-radius: 20px 20px 0 0;
    transition: transform 0.8s ease-in-out;
}

.hero-box:hover {
    transform: scale(1.1);
    /* Zoom effect */
}

.hero-box span {
    font-size: 20px;
    color: var(--text-color);

}

.hero-box h1 {
    font-size: 50px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 700;
    color: var(--text-color);
}

.hero-box p {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
    color: var(--text-color);
}

.btn-button {
    background: var(--button-color);
    color: var(--text-color);
    transition: transform 0.3s ease-in-out;
}

.btn-button:hover {
    background: #fff;
    color: var(--button-color) !important;
    transform: scale(1.1);
}

/* step */
.step-header h1 {
    font-size: 36px;
    font-weight: bold;
    color: var(--text-color);
}

.intro p {
    font-size: 18px;
    color: #b3b3b3;
    margin-bottom: 20px;
}

.step h2 {
    font-size: 24px;
    font-weight: bold;
    color: #f1a400;
    margin-bottom: 10px;
}

.step h3 {
    font-size: 22px;
    font-weight: normal;
    color: white;
    margin-bottom: 15px;
}

.step p {
    font-size: 18px;
    color: #b3b3b3;
}

.step {
    background-color: #333;
    padding: 30px;
    border-radius: 8px;
    height: 100%;
}

/* step 2 */



.hero-left {
    background-color: #2f2f2f;
    color: #ffffff;
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px 0px 0px 20px;
}

.hero-left h1 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
}

.hero-left p {
    font-size: 18px;
    color: #d0d0d0;
    line-height: 1.7;
    margin-bottom: 40px;
}

.btn-custom {
    background-color: #f57c00;
    border: none;
    padding: 14px 40px;
    font-size: 18px;
    border-radius: 8px;
    width: 250px;
}

.btn-custom:hover {
    background-color: #e36f00;
}

.hero-right img {
    width: 100%;
    object-fit: cover;
    border-radius: 0px 20px 20px 0px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .hero-left {
        padding: 40px;
        text-align: center;
        align-items: center;
    }

    .hero-left h1 {
        font-size: 36px;
    }

    .btn-custom {
        width: 200px;
    }

    .hero-right img {
        height: auto;
    }
}


/* tabs */

.tab-content {
    margin-top: 40px;
}

.services-heading h1 {
    color: var(--text-color);
    font-size: 45px;
    font-weight: 600;
}

.case-wrapper {
    min-height: 450px;
    width: 100%;
}

/* Dark tab style */
.nav-tabs .nav-link {
    color: #bbb;
    border: none;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #f57c00;
    ;
}

.nav-tabs .nav-link:hover {
    color: #fff !important;
}

.nav-tabs .nav-link.active {
    background: #f57c00;
    color: var(--text-color);
    border: none;
}

.tab-icon img {
    max-width: 50px;
}

.tabs-box {

    padding: 30px 30px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    height: 100%;
}

.tabs-box1 {
    padding: 30px 30px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    height: 100%;
}

.tabs-box2 {
    padding: 30px 30px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    height: 100%;
}

.tab-text h3 {
    color: var(--text-color);
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.tab-text p {
    color: var(--text-color);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.nav-tabs {
    border-bottom: none;
}

/* Responsive */
@media(max-width:991px) {
    .case-wrapper {
        flex-direction: column;
    }

    .case-text {
        padding: 30px;
    }
}



/* sservices */

.case-section {
    width: 100%;
}

.case-card {
    position: relative;
    height: 420px;
    overflow: hidden;
}

.case-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.case-content h2 {
    font-size: 32px;
    font-weight: 600;
    margin: 20px 0;
}

.case-content p {
    font-size: 16px;
    line-height: 1.7;
    max-width: 420px;
}

.tag {
    font-size: 14px;
    opacity: .8;
    margin-bottom: 10px;
}

.read-more {
    margin-top: 20px;
    font-weight: 500;
    text-decoration: none;
}

/* Background Colors */
.bg-teal {
    background: #0f4a47;
    color: var(--text-color);
}

.bg-brown {
    background: #5a260e;
    color: var(--text-color);
}

.bg-purple {
    background: #3d1f2d;
    color: var(--text-color);
}

.read-orange {
    color: #f59e0b;
}

.overlay-dark {
    background: rgba(0, 0, 0, 0.55);
    color: var(--text-color);
}

/* Responsive */
@media(max-width:991px) {
    .case-card {
        height: 350px;
    }

    .case-content {
        padding: 30px;
    }
}

/* count */
.stat-section {
    background: #333;
    color: #fff;
    padding: 60px 0;
}

.stat-card {
    text-align: center;
    padding: 30px;
    border-radius: 10px;

}

.stat-card h2 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 20px;
}

.stat-card p {
    font-size: 16px;
    color: #bbb;
    margin-top: 10px;
}

.stat-card i {
    font-size: 40px;
    color: var(--button-color);
}


/* carousel */
.carousel-item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.carousel-heading h1 {
    font-weight: 700;
    color: #fff;
    font-size: 42px;
    margin-bottom: 10px;
}

.carousel-heading h1 span {
    color: var(--button-color);
}

.carousel-heading p {
    color: #888;
    font-size: 1.1rem;
    margin-bottom: 0;
}

.carousel-box {
    max-width: 900px;
    padding: 40px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    gap: 40px;
    text-align: left;
    flex-wrap: wrap;
    margin: auto;
    transition: transform 0.3s ease-in, box-shadow 0.3s ease-in;
}

.carousel-box img {
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 50%;
    border: 6px solid var(--button-color);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.carousel-box div:last-child {
    flex: 1;
    padding-left: 20px;
}

.carousel-inner {
    padding: 20px 0;
}

.carousel-box h5 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: var(--text-color);
}

.carousel-box .role {
    font-size: 1rem;
    color: var(--text-color);
    margin-bottom: 0.5rem;
}

.carousel-box blockquote {
    font-size: 1.08rem;
    color: var(--text-color);
    font-style: italic;
    border-left: 4px solid #f57c00;
    padding-left: 1rem;
    margin: 0;
}

.carousel-controls .carousel-btn {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.carousel-controls .carousel-btn:focus {
    outline: 2px solid #f57c00;
    outline-offset: 2px;
}

.carousel-controls .carousel-btn:hover {
    background: #f57c00;
    color: #fff;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(0.7);
}

.carousel-controls .carousel-btn:hover .carousel-control-prev-icon,
.carousel-controls .carousel-btn:hover .carousel-control-next-icon {
    filter: invert(1);
}

@media (max-width: 991.98px) {
    .carousel-box {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem 1rem;
        gap: 1.2rem;
    }

    .carousel-box img.rounded-circle {
        margin-bottom: 0.5rem;
    }
}

@media (max-width: 575.98px) {
    .carousel-box {
        padding: 1rem 0.5rem;
    }

    .carousel-heading h1 {
        font-size: 1.4rem;
    }
}

/* about page */

.banner-section {
    background: url(../asset/about/banner-6.webp);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 600px;
}

.banner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* overlay color */
    z-index: 1;
}

.banner-section>* {
    position: relative;
    z-index: 2;
}

.about-style {
    height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-style h1 {
    font-size: 45px;
    color: var(--text-color);
    font-weight: 600;
    margin-bottom: 30px;
}

.about-style h1 span {

    color: var(--button-color);

}

.about-style a {

    color: var(--button-color);
    font-weight: 400;
    text-decoration: none;

}


/* Badge style */
.custom-badge {
    border: 1px solid var(--button-color);
    color: var(--text-color);
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 20px;
}

/* Headings */
.main-heading {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    color: var(--text-color);
}

.sub-text {
    font-size: 18px;
    color: var(--text-color);
    line-height: 1.7;
    margin-bottom: 35px;
}

/* Button */
.btn-custom {
    background: var(--button-color);
    color: white;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 500;
    border: none;
    transition: 0.3s ease;
}

.btn-custom:hover {
    opacity: 0.9;
    color: #fff;
}

/* Dashboard mockup */
.dashboard-img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 991px) {
    .main-heading {
        font-size: 34px;
    }

    .section-padding {
        padding: 70px 0;
    }
}

.buton {
    margin-bottom: 80px;
}

/* Wrapper Background */
.why-wrapper2 {
    padding: 30px 30px;
    background: #333;
    border-radius: 8px;
}

/* Badge */
.custom-badge {
    border: 1px solid var(--button-color);
    color: var(--text-color);
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
}

/* Title */
.why-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--text-color);
}

/* Text */
.why-text {
    font-size: 18px;
    color: var(--text-color);
    line-height: 1.7;
}

/* Feature List */
.feature-list {
    list-style: none;
    padding: 0;
}

.feature-list li {
    font-size: 16px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-color);
}

.feature-list i {
    color: var(--button-color);
    font-size: 18px;
}

/* Dashboard Image */
.dashboard-img {
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 991px) {
    .why-title {
        font-size: 32px;
    }
}


/* contact us */

.contact-card {
    background: var(--bg-color4);

}

.form-control {
    background: transparent;
    padding: 10px 12px;
}


.form-control:focus {
    color: #212529;
    background-color: transparent;
    border-color: n;
    outline: 0;
    box-shadow: none;
}

.contact-heading h1 {
    color: var(--text-color);
    font-weight: 600;
    font-size: 42px;
}

.contact-heading p {
    color: var(--text-color);
    font-size: 16px;
}

.contact-card h4 {
    color: var(--text-color);
}

.contact-card h4 i {
    color: var(--text-color);
}

.form-label {
    color: var(--text-color);
}

.detail-item {
    color: var(--text-color);
}

.socil-contact {
    color: var(--text-color);
}

.socil-contact i {
    color: var(--text-color);
}

.detail-item h6 {
    margin-bottom: 20px;
}

.contact-card h4 {
    margin-bottom: 40px;
}

.form-control:focus {
    color: var(--text-color);
    background-color: transparent;
    border-color: n;
    outline: 0;
    box-shadow: none;
}

@media (max-width: 768px) {

    .case-content h2 {
        font-size: 24px;
        font-weight: 600;
    }

    .manage-content {
        padding: 10px 10px !important;
    }

    .manage h1 {
        font-size: 45px !important;
    }

    .hero-box {
        padding: 25px 25px !important;
    }

    .stat-card {
        padding: 10px !important;
    }

    .footer-logo {
        flex-direction: column;
        justify-content: center;
    }

    .social-link ul {
        justify-content: start !important;
        margin-bottom: 20PX;
    }

    .footer-logo img {
        max-width: 200px;
        margin-bottom: 20px !important;
    }

    .hero-site h2 {
        display: none;
    }

    .hero-box h1 {
        font-size: 50px;
    }
}

/* services page */

.services-box {
    border-radius: 25px;
    text-align: center;
    padding: 30px 30px;
    height: 100%;
    cursor: pointer;
    color: var(--text-color);
    font-weight: 500;

    background: linear-gradient(
        90deg,
        rgba(50, 50, 50, 0.6) 50%,
        rgba(60, 60, 60, 0.7) 50%
    );
    background-size: 200% 100%;
    background-position: left;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow:
        inset 0 0 2px #4c4a4a,
        0 4px 2px rgba(0, 0, 0, 0.5),
        0 0 2px rgba(245, 124, 0, 0.4);
    transition: background-position 0.4s ease, box-shadow 0.3s ease;
}

.services-box:hover {
    background-position: right;
    box-shadow:
        inset 0 0 3px #5a5858,
        0 10px 20px rgba(0, 0, 0, 0.4),
        0 0 12px rgba(245, 124, 0, 0.4);
}

.service-heading h1 {
    color: var(--text-color);
    font-size: 40px;
    font-weight: 600;
}

.service-heading h1 span {
    color: var(--button-color);
}

.services-icon span {
    background: var(--button-color);
    padding: 8px 8px;
    color: var(--text-color);
    border-radius: 50px;
    font-size: 20px;
}

.services-content h4 {
    color: var(--text-color);
    font-size: 30px;
    font-weight: 500;
}

/* priceing section */


/* Glassmorphism Effect */
.pricing-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    padding: 30px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    height: 100%;
}



/* Slide-in Animation */
.pricing-card {
    transform: translateX(-100%);
    animation: slideIn 0.5s ease-out forwards;
}

@keyframes slideIn {
    100% {
        transform: translateX(0);
    }
}

/* Card Title with Shine Effect */
.pricing-card .card-title {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.pricing-card .card-title:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, #f57c00, transparent);
    animation: shine 1.5s infinite;
}

@keyframes shine {
    100% {
        left: 100%;
    }
}

/* Price Flip Animation */
.price {
    color: white;
    padding: 20px;
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    transform: translateY(20px);
    transition: all 0.5s ease-out;
    margin-bottom: 30px;
}


/* Ripple Effect on Button Click */


@keyframes ripple {
    to {
        width: 0;
        height: 0;
    }
}

/* Tilt Effect on Hover */
.pricing-card {
    transition: transform 0.3s ease;
}

.pricing-card:hover {
    transform: rotateX(10deg) rotateY(10deg);
}

/* Border Color Change on Hover */
.pricing-card {
    border: 3px solid transparent;
    transition: all 0.3s ease;
}


/* Rounded Corner Hover with Border Expansion */
.pricing-card {
    border-radius: 20px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}



/* Custom Font and Letter Spacing */
.card-title {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--text-color);
}

.card-body {
    letter-spacing: 1px;
    color: var(--text-color);
}

/* Price Bar Below Card */
.price-bar {
    width: 100%;
    height: 10px;
    background-color: #f57c00;
    margin-top: 20px;
    border-radius: 5px;
}



.pricing-card ul li {
    color: var(--text-color);
    margin-bottom: 20px;
}

/* Icons for Services */
.pricing-card ul li i {
    color: #f57c00;
    margin-right: 8px;
}

/* creative */

.creative-features {
    padding: 60px 0;
    text-align: center;
}

.feature-card {
    background-color: #333333;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
    color: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease-in-out;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.feature-card i {
    font-size: 3rem;
    color: #f57c00;
    margin-bottom: 15px;
}

.feature-card h5 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-card p {
    font-size: 1rem;
    color: #bbb;
}

.feature-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.feature-card-container .col-md-4 {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .feature-card-container .col-md-4 {
        max-width: 100%;
    }
}

/* Partners */

.partners-section {
    padding: 20px 0px 60px 0px;
    text-align: center;
}

.partners-section h2 {
    color: white;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 40px;
}

.partners-section hr {
    border: 1px solid #f57c00;
    width: 50px;
    margin: 0 auto 40px;
}

.partner-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.partner-logos .logo {
    max-width: 120px;
    max-height: 60px;
    transition: transform 0.3s ease-in-out;
}

.partner-logos .logo:hover {
    transform: scale(1.1);
}

/* Responsive Design */
@media (max-width: 767px) {
    .partner-logos .logo {
        max-width: 100px;
        max-height: 50px;
    }
}

/* price section2 */

/* Service Row */
.service-row {
    padding: 50px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    transition: 0.3s ease;
}

.price-heading2 h1 {
    color: var(--text-color);
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.price-heading2 h1 span {
    color: var(--button-color);
}

.service-row:hover {
    background: rgba(255, 255, 255, 0.02);
}

/* Title */
.service-title {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    line-height: 1.3;
}

/* List */
.service-list {
    list-style: none;
    padding-left: 0;
    margin: 20px 0 0 0;
}

.service-list li {
    color: #c9c9c9;
    margin-bottom: 12px;
    font-size: 15px;
}

.service-list i {
    color: var(--button-color);
    margin-right: 10px;
}

/* Price */
.price {
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

/* Responsive Fixes */
@media(max-width:991px) {

    .service-title {
        font-size: 24px;
    }

    .price {
        margin-top: 20px;
        font-size: 24px;
    }

}

@media(max-width:576px) {

    .service-row {
        padding: 35px 0;
    }

    .service-list li {
        font-size: 14px;
    }

}

/* faq section */

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



/* Big Heading */
.faq-heading {
    font-size: 70px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 60px;
    color: var(--text-color);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

/* Accordion Custom */
.accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.accordion-button {
    background: transparent;
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    padding: 25px 0;
    box-shadow: none !important;
}

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

.accordion-button::after {
    background-image: none;
    content: "+";
    font-size: 28px;
    font-weight: 300;
    transform: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: rotate(-180deg);
}

.accordion-button:not(.collapsed)::after {
    content: "−";
}

.accordion-body {
    color: #bfbfbf;
    padding: 0 0 25px 0;
    font-size: 16px;
    max-width: 800px;
}

.accordion-body ul li {
    margin-bottom: 15px;
}

.accordion-body ul li i {
    color: var(--button-color);
}

/* Responsive */
@media(max-width:991px) {

    .faq-heading {
        font-size: 42px;
    }

    .accordion-button {
        font-size: 18px;
    }

}

@media(max-width:576px) {

    .faq-heading {
        font-size: 32px;
    }

}

/*contact  Section */
.contact-section {
    padding: 100px 0;
    position: relative;
}



/* Heading */
.contact-heading {
    font-size: 70px;
    font-weight: 300;
    margin-bottom: 60px;
    color: var(--text-color);
}

/* Form Style */
.form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    color: var(--text-color);
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

.form-control:focus {
    background: transparent;
    box-shadow: none;
    border-color: var(--button-color);
    color: var();
}

.form-label {
    color: #cfcfcf;
    font-size: 15px;
}

textarea.form-control {
    min-height: 140px;
}

/* Button */
.submit-btn {
    background: none;
    border: none;
    color: var(--button-color);
    font-size: 18px;
    padding: 0;
    margin-top: 30px;
    text-decoration: none;
    position: relative;
}

.submit-btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: var(--button-color);
    transition: 0.3s;
}

.submit-btn:hover::after {
    width: 0;
}

/* Responsive */
@media(max-width:991px) {
    .contact-heading {
        font-size: 42px;
    }
}

@media(max-width:576px) {
    .contact-heading {
        font-size: 32px;
    }
}

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

.main-title {
    font-size: 60px;
    font-weight: 600;
    color: var(--button-color);

}


.content-text {
    font-size: 16px;
    line-height: 1.9;
    color: #d1d1d1;
}

@media (max-width: 991px) {
    .main-title {
        font-size: 40px;
    }

    .section-padding {
        padding: 60px 20px;
    }

    .accent-line {
        width: 100%;
    }
}

/* services */

.feature-icon {
    font-size: 40px;
    color: var(--button-color);
}

.feature-box {
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    color: var(--text-color);
}

.feature-box p {
    font-size: 14px;
}

.section-title {
    color: var(--text-color);
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.icon-box {
    color: var(--text-color);
    border-radius: 8px;
    padding: 40px;
}

.icon-box i {
    font-size: 40px;
    color: var(--button-color);
}


/* Footer */

.footer {
    background-color: var(--bg-color);
    color: var(--text-color);
    padding: 80px 0 20px;
    border-radius: 50px 50px 0px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-logo {
    display: flex;
}

.footer-logo img {
    max-width: 200px;
    margin-bottom: 30px;
}

.social-link ul {
    display: flex;
    gap: 20px;
}

.social-link ul li i {
    color: var(--text-color);
    font-size: 20px;
}

.social-link ul li i:hover {
    color: var(--button-color);
}

.footer h5 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px;
    color: var(--text-color);
}

.footer p {
    color: var(--text-color);
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links li a {
    color: var(--text-color);
    text-decoration: none;
    transition: color 0.3s ease;

}

.footer-links a:hover {
    color: var(--button-color);
}

.social-icons a {
    color: var(--text-color);
    font-size: 20px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #8bc34a;
}

.footer-button {
    border-top: 1px solid #3e3c3c;
    padding-top: 30px;
}


@media (max-width: 768px) {
    .nav {
        flex-direction: column;
    }

    .nav li {
        width: 100%;
    }

    .nav li a {
        display: block;
        width: 100%;
    }


    .service-heading h1 {
        color: var(--text-color);
        font-size: 30px;
        font-weight: 600;
    }

    .about-style h1 {
        font-size: 35px;
    }

    .main-title {
        font-size: 35px;
    }

}


.case-card {
    position: relative;
}

.case-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0.4;
    /* adjust darkness */
    z-index: 1;
}

.case-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== Multi-Item Partners Carousel ===== */
.multi-carousel-section {
    background: #f8f9fa;
}

.multi-carousel-section h2 {
    color: #222;
    font-size: 2rem;
    font-weight: 700;
}

.multi-carousel-section p {
    color: #888;
    font-size: 1.1rem;
}

#partnersCarousel .carousel-inner {
    padding: 1.5rem 0;
}

#partnersCarousel img {
    max-width: 100%;
    height: 80px;
    object-fit: contain;
    background: #fff;
    border-radius: 12px;
    padding: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s;
}

#partnersCarousel img:hover {
    transform: scale(1.07);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10);
}

#partnersCarousel .carousel-control-prev,
#partnersCarousel .carousel-control-next {
    width: 48px;
    height: 48px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    opacity: 0.85;
}

#partnersCarousel .carousel-control-prev-icon,
#partnersCarousel .carousel-control-next-icon {
    filter: invert(0.7);
}

#partnersCarousel .carousel-control-prev:focus,
#partnersCarousel .carousel-control-next:focus {
    outline: 2px solid #f57c00;
    outline-offset: 2px;
}

@media (max-width: 991.98px) {
    #partnersCarousel img {
        height: 60px;
    }
}

@media (max-width: 575.98px) {
    #partnersCarousel img {
        height: 40px;
    }

    .multi-carousel-section h2 {
        font-size: 1.2rem;
    }
}

/* ===== End Multi-Item Partners Carousel ===== */


/* === detail page === */

.details-section {
    padding: 80px;
}

.highlight-green {
    color: var(--button-color);
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 20px;
}

.details h2 {
    color: var(--text-color);
    margin-bottom: 20px;
    font-size: 50px;
}

.details p {
    color: var(--text-color);
}

.btn-demo {
    color: var(--text-color);
    border: 1px solid var(--button-color);
    font-weight: 500;
}

.btn-demo:hover {
    background: var(--button-color);
    color: var(--text-color);
}

.btn-purchase {
    background: var(--button-color);
    color: var(--text-color);
    border: none;
    font-weight: 500;
}

.btn-purchase:hover {
    background: #6e3903;
    color: var(--text-color);
}

.sparkles {
    color: #78af49;
    font-size: 24px;
    margin-left: 1rem;
}

/* Responsive image container */
.img-container {
    max-width: 900px;
    margin: 2rem auto 4rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.img-container img {
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

/* == details page services == */

.modul-heading h1 {
    color: var(--text-color);
    font-size: 60px;
    width: 600;
}

.modul-heading h1 span {
    color: var(--button-color);
}

.modul-heading p {
    color: var(--text-color);
}

.feature-card {
    background: var(--bg-color-3);
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 2px 8px rgb(0 0 0 / 0.05);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);

}

.feature-card img {
    border-radius: 1rem;
    object-fit: contain;
    margin-bottom: 20px;
}

.feature-label {
    font-weight: 600;
    font-size: 1rem;
    color: var(--text-color);
}


/* == why choose == */
.why-content {
    margin-bottom: 150px;
}

.why-content h1 {
    color: var(--text-color);
}

.highlight-green {
    color: var(--button-color);
    font-weight: 700;
}

.why-content h1 span {
    margin-top: 20px;
}

.why-content p {
    margin-top: 20px;
    color: var(--text-color);
}

.checklist li {
    margin-bottom: 0.8rem;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.checklist li svg {
    margin-right: 0.5rem;
    fill: #4caf50;
    min-width: 20px;
    min-height: 20px;
}

.content-left h3 {
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--text-color);
}

.content-left p {
    max-width: 470px;
    margin-bottom: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-color);
}

.image-card {
    box-shadow: 0 0 20px rgb(0 0 0 / 0.07);
    border-radius: 12px;
    overflow: hidden;
    max-width: 520px;
}

.image-card img {
    width: 100%;
    display: block;
    border-radius: 12px;
    object-fit: cover;
    aspect-ratio: 4 / 3;
}

.content-left ul li {
    color: var(--text-color);
}

.content-left ul li i {
    margin-right: 10px;
    color: var(--text-color);
}

.row-botton {
    margin-bottom: 100px;
}

/* == deo show section == */

.hero-box {
    background: #333;
    border-radius: 20px;
    padding: 40px 100px;
    position: relative;
    overflow: hidden;
}

.hero-left h1 {
    color: var(--text-color);
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 20px;
}

.hero-left p {
    color: var(--text-color);
    font-size: 18px;
    max-width: 450px;
    margin-bottom: 30px;
}

.demo-btn {
    background: var(--button-color);
    color: var(--text-color);
    padding: 14px 40px;
    font-weight: 600;
}

.demo-btn:hover {
    background: var(--button-color);
    color: var(--text-color);
}

.hero-right {
    position: relative;
    height: 350px;
}

.hero-right img {
    width: 320px;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    position: absolute;
}

.img1 {
    top: -20px;
    right: 40px;
    transform: rotate(10deg);
}

.img2 {
    top: 120px;
    right: 150px;
    transform: rotate(-10deg);
}

.img3 {
    top: 200px;
    right: -20px;
    transform: rotate(8deg);
}

/* Responsive */

@media(max-width:991px) {

    .hero-right {
        margin-top: 40px;
        height: auto;
    }

    .hero-right img {
        position: relative;
        margin: 10px;
        transform: none;
        width: 100%;
    }

}

.manage {
    background-color: #2f2f2f;
    color: var(--text-color);
    border-radius: 10px;
    align-items: center;
}

.manage-content {
    padding: 0 40px;
}



.manage h1 {
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 20px;
}

.manage p {
    font-size: 16px;
    margin-bottom: 20px;
}



.manage .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.manage .col-lg-6 img {
    width: 100%;
    border-radius: 10px;
}


@media (max-width: 768px) {
    .services-content h4 {
        color: var(--text-color);
        font-size: 25px;
        font-weight: 500;
    }
}


.form-control::placeholder{
    color: var(--text-color);
}
