/* ===========================
   TOP BAR
=========================== */
strong {
    font-weight: 600;
}

p {
    font-size: 15px !important;
}

.topbar {
    background: #0b1220;
    color: #fff;
    font-size: 14px;
}

.topbar a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.topbar a:hover {
    color: #ffb400;
}

.topbar-right {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.custom-navbar {
    background: rgba(255, 255, 255, .95);
    backdrop-filter: blur(15px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, .08);
}

.navbar {
    padding: 12px 0;
}

.navbar-brand img {
    height: 45px;
}

.navbar-nav .nav-link {
    color: #222;
    font-weight: 600;
    margin: 0 10px;
    transition: .3s;
    position: relative;
    padding: 1px 0;
}

.navbar-nav .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #ff9800;
    transition: .3s;
}

.navbar-nav .nav-link:hover::before,
.navbar-nav .nav-link.active::before {
    width: 100%;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #ff9800;
}

.dropdown-toggle::after {
    margin-left: .45rem;
    vertical-align: middle;
}

.dropdown-menu {
    border: none;
    border-radius: 12px;
    padding: 10px;
    margin-top: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .08);
}

.dropdown-item {
    border-radius: 8px;
    padding: 6px 18px;
    font-weight: 500;
    transition: .3s;
}

.dropdown-item:hover {
    background: #ff9800;
    color: #fff;
}

.theme-btn {
    background: #ff9800;
    color: #fff;
    text-decoration: none;
    padding: 11px 24px;
    border-radius: 50px;
    font-weight: 600;
    transition: .3s;
    display: inline-block;
}

.theme-btn:hover {
    background: #0b1220;
    color: #fff;
}


/* ===========================
   MOBILE
=========================== */

@media(max-width:991px) {
    .topbar {
        display: none;
    }
    .navbar-nav {
        margin: 20px 0;
    }
    .navbar-nav .nav-link {
        margin: 8px 0;
    }
    .theme-btn {
        display: block;
        text-align: center;
        margin-top: 15px;
    }
}

.topbar {
    background: #0b1220;
    color: #fff;
    font-size: 14px;
}

.topbar-left a,
.topbar-right a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.topbar-left a {
    display: flex;
    align-items: center;
}

.topbar-left i {
    color: #ff9800;
    font-size: 15px;
}

.topbar-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.topbar-right a {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    font-size: 15px;
}

.topbar-right a:hover {
    background: #ff9800;
    border-color: #ff9800;
    color: #fff;
}

.topbar-left a:hover {
    color: #ff9800;
}

@media(max-width:991px) {

    .topbar {
        display: none;
    }

}

/* Desktop Hover Dropdown */
@media (min-width: 992px) {

    .navbar .dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all .3s ease;
        margin-top: 15px;
    }

    .navbar .dropdown-toggle::after {
        transition: transform .3s ease;
    }

    .navbar .dropdown:hover .dropdown-toggle::after {
        transform: rotate(180deg);
    }

}

.brand-logo {
    font-size: 28px;
    font-weight: 800;
    color: #0b1220 !important;
    text-decoration: none;
    letter-spacing: -0.5px;
    transition: .3s;
    font-family: "Poppins", sans-serif;
}

.brand-logo:hover {
    color: #ff9800 !important;
}



/*==============================
Footer
===============================*/

.footer-area {
    background: #08111f;
    color: #fff;
    padding: 60px 0 0;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    text-decoration: none;
}

.logo-box {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: linear-gradient(135deg, #ff9800, #ffb300);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
}

.footer-text {
    color: #bfc7d5;
    line-height: 1.8;
}

.footer-area h5 {
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
}

.footer-area h5::after {
    content: "";
    width: 45px;
    height: 3px;
    background: #ff9800;
    display: block;
    margin-top: 10px;
}

.footer-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-area ul li {
    margin-bottom: 9px;
}

.footer-area ul li a {
    color: #bfc7d5;
    text-decoration: none;
    transition: .3s;
}

.footer-area ul li a:hover {
    color: #ff9800;
    padding-left: 8px;
}

.contact-info li {
    display: flex;
    gap: 12px;
    color: #bfc7d5;
}

.contact-info i {
    color: #ff9800;
    margin-top: 4px;
}

.footer-social {
    display: flex;
    gap: 14px;
    margin-top: 25px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .3s;
    text-decoration: none;
}

.footer-social a:hover {
    background: #ff9800;
    border-color: #ff9800;
    transform: translateY(-4px);
}

.footer-bottom {
    margin-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 20px 0;
}

.footer-bottom p {
    margin: 0;
    color: #bfc7d5;
}

.footer-bottom a {
    color: #bfc7d5;
    text-decoration: none;
    margin: 0 10px;
    transition: .3s;
}

.footer-bottom a:hover {
    color: #ff9800;
}

@media(max-width:991px) {

    .footer-logo {
        font-size: 26px;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-bottom .container {
        justify-content: center !important;
        gap: 15px;
    }

}




.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    margin-bottom: 15px;
}

.contact-info span,
.contact-info a {
    display: flex;
    /*align-items: center;*/
    gap: 10px;
    color: #bfc7d5;
    text-decoration: none;
    transition: color .3s ease;
}

.contact-info i {
    color: #ff9800;
    font-size: 16px;
    min-width: 18px;
}

.contact-info a:hover {
    color: #ff9800;
}









/*=========================
      PREMIUM HERO
=========================*/

.hero {
    position: relative;
    overflow: hidden;
    padding: 50px 0 40px 0;
    background: linear-gradient(135deg, #13231D 0%, #0B1512 100%);
}

.hero-pattern {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 45px 45px;
    opacity: .25;
}

.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: .22;
}

.hero-glow-1 {
    width: 450px;
    height: 450px;
    background: #C99A3D;
    top: -180px;
    right: -120px;
}

.hero-glow-2 {
    width: 350px;
    height: 350px;
    background: #355646;
    bottom: -120px;
    left: -120px;
}

.hero-content {
    position: relative;
    z-index: 5;
}

.eyebrow {
    display: inline-flex;
    padding: 10px 20px;
    border-radius: 40px;
    background: rgba(201, 154, 61, .12);
    border: 1px solid rgba(201, 154, 61, .2);
    font-size: 13px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #E5C270;
    margin-bottom: 25px;
}

.hero-content h1 {
    font-size: 40px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    /* letter-spacing: -2px; */
    margin-bottom: 28px;
}

.hero-content h1 span {
    display: block;
    background: linear-gradient(90deg, #F6D58B, #C99A3D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
}

.lede {
    font-size: 16px;
    line-height: 1.9;
    color: #BFC5BF;
    max-width: 650px;
    margin-bottom: 30px;
}

.lede strong {
    color: #fff;
}

.hero-btns {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.btn-premium-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 34px;
    border-radius: 10px;
    background: #e15c23;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: .35s;
    box-shadow: 0 20px 45px rgba(201, 154, 61, .35);
}

.btn-premium-primary:hover {
    transform: translateY(-5px);
    background: #F26122;
}

.btn-premium-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 34px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .05);
    backdrop-filter: blur(12px);
    color: #fff;
    text-decoration: none;
    transition: .35s;
}

.btn-premium-secondary:hover {
    background: rgba(255, 255, 255, .09);
    transform: translateY(-5px);
}

.hero-image-wrapper {
    position: relative;
}

.hero-card {
    position: relative;
    padding: 14px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02));
    border: 1px solid rgba(255, 255, 255, .08);
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, .45);
}

.hero-card img {
    width: 100%;
    display: block;
    border-radius: 18px;
    transition: .6s;
}


.hero-card:hover img {
    transform: scale(1.05);
}

.hero-overlay {
    position: absolute;
    inset: 14px;
    border-radius: 18px;
    /*background: linear-gradient(to top, rgba(231, 227, 227, 0.45), transparent);*/
}





.hero-card {
    position: relative;
    display: inline-block;
}

.hero-card img {
    height: 400px;
    width: 450px;
    display: block;
    border-radius: 16px;
}

@media (max-width:768px) {
    .hero-card img {
        height: 300px;
        width: 100%;
    }
}

/* Common floating card style */
.floating-card {
    position: absolute;
    background: rgba(255, 255, 255, 0.95);
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(6px);
    min-width: 140px;
    z-index: 2;
}

/* Top card */
.card-top {
    top: 20px;
    left: 20px;
}

/* Bottom card */
.card-bottom {
    bottom: 20px;
    right: 20px;
}

/* Text styling */
.floating-card small {
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
    font-weight: 500;
}

.floating-card h4 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    color: #111;
}








.site-badge {
    display: inline-block;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f172a;
    background: rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: 999px;
    margin-bottom: 12px;
    backdrop-filter: blur(6px);
}




#who-we-work-with h2 {
    /* font-size: 2.2rem; */
    line-height: 1.3;
}

#who-we-work-with .lede {
    font-size: 1.05rem;
    color: #555;
}



.premium-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

/* Title */
.premium-title {
    /* font-size: 2.2rem; */
    line-height: 1.3;
    letter-spacing: -0.5px;
    color: #0f172a;
}

/* Paragraph */
.premium-lede {
    font-size: 1.05rem;
    color: #475569;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}

/* Card */
.premium-card {
    padding: 28px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 10px 30px rgba(2, 6, 23, 0.06);
    transition: all 0.25s ease;
    position: relative;
    overflow: hidden;
}

/* Hover premium effect */
.premium-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(2, 6, 23, 0.12);
}

/* subtle top glow line */
.premium-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    width: 100%;
    background: #FE9C09;
}

/* Card title */
.premium-card-title {
    font-weight: 700;
    margin-bottom: 16px;
    color: #0f172a;
}

/* Strong text better balance */
.premium-card strong,
.premium-lede strong {
    font-weight: 600;
    color: #111827;
}








/*==============================
    Premium Counter Section
===============================*/

.hero-stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 25px;
    /* margin-top:70px; */
    padding: 35px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .08);
}

.hero-stats .stat {
    flex: 1;
    min-width: 180px;
    text-align: center;
    position: relative;
}

/* Divider */

.hero-stats .stat:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 70px;
    background: #e6e6e6;
}

/* Number */

.hero-stats .stat strong {
    display: block;
    font-size: 42px;
    font-weight: 700;
    color: #0d6efd;
    margin-bottom: 10px;
    line-height: 1;
}

.hero-stats .stat strong::after {
    content: "+";
    font-size: 24px;
}

/* Text */

.hero-stats .stat span {
    display: block;
    font-size: 15px;
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Hover */

.hero-stats .stat {
    transition: .35s;
}

.hero-stats .stat:hover {
    transform: translateY(-6px);
}

.hero-stats .stat:hover strong {
    color: #00b4ff;
}

/* Responsive */

@media(max-width:991px) {

    .hero-stats {
        padding: 25px;
    }

    .hero-stats .stat {
        flex: 0 0 calc(50% - 15px);
    }

    .hero-stats .stat:nth-child(2)::after {
        display: none;
    }

}

@media(max-width:576px) {

    .hero-stats {
        padding: 20px;
    }

    .hero-stats .stat {
        flex: 0 0 100%;
        padding: 18px 0;
    }

    .hero-stats .stat::after {
        display: none;
    }

    .hero-stats .stat strong {
        font-size: 42px;
    }

}














.trust-section {
    background: #F5F7FA;
}

/* Titles */
.trust-title {
    font-size: 2.2rem;
    line-height: 1.3;
    color: #0f172a;
}

.trust-lede {
    font-size: 1.05rem;
    color: #475569;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.trust-text {
    color: #64748b;
    max-width: 900px;
    margin: 0 auto;
}

/* Logo strip */
.logo-strip span {
    display: inline-block;
    margin: 8px;
    padding: 10px 18px;
    border: 1px dashed rgba(15, 23, 42, 0.2);
    border-radius: 10px;
    font-size: 13px;
    color: #64748b;
    background: #fff;
}

/* 3 columns cards */
.trust-box {
    background: #fff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 10px 30px rgba(2, 6, 23, 0.05);
    transition: 0.25s ease;
}

.trust-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(2, 6, 23, 0.12);
}

.trust-box h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #0f172a;
}

.trust-box p {
    color: #64748b;
    margin: 0;
}

/* badges */
.trust-badge {
    display: inline-block;
    padding: 6px 14px;
    margin: 6px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    border: 1px solid rgba(15, 23, 42, 0.12);
    color: #0f172a;
}

/* snapshot box */
.snapshot-box {
    background: #0f172a;
    color: #fff;
    padding: 30px;
    border-radius: 18px;
}

.snapshot-box h3 {
    margin-bottom: 15px;
}

.snapshot-box ul {
    margin: 0;
    padding-left: 18px;
    color: #cbd5e1;
}

.snapshot-box li {
    margin-bottom: 10px;
}

/* strong text refinement */
.trust-section strong {
    font-weight: 600;
    color: #111827;
}












.logo-slider {
    width: 100%;
    overflow: hidden;
    padding: 25px 0;
    background: #F5F7FA;
}

/* track */
.logo-track {
    display: flex;
    gap: 25px;
    width: max-content;
    animation: scroll 35s linear infinite;
}

/* item */
.logo-item {
    flex: 0 0 auto;
    min-width: 180px;
    padding: 10px;
    background: #ffffff;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(2, 6, 23, 0.06);
    text-align: center;
    transition: 0.3s ease;
}

/* hover effect */
.logo-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 40px rgba(2, 6, 23, 0.12);
}

/* image */
.logo-item img {
    max-width: 100%;
    height: 45px;
    object-fit: contain;
}

/* text */
.logo-item h6 {
    margin-top: 8px;
    font-size: 14px;
    color: #0f172a;
}

.mini-box2 h5 {
    font-size: 12px;
    color: #64748b;
    margin-top: 5px;
}

/* animation */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* pause on hover */
.logo-slider:hover .logo-track {
    animation-play-state: paused;
}

/* responsive */
@media (max-width: 768px) {
    .logo-item {
        min-width: 140px;
    }
}












/*=====================================
          ABOUT SECTION
======================================*/

.about-section {
    padding: 100px 0;
    background: #f8fbff;
}

.about-section p {
    color: #667085;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 18px;
}

.about-card {
    background: #fff;
    padding: 32px;
    border-radius: 18px;
    border: 1px solid #e8edf5;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
    transition: .35s ease;
}

.about-card:hover {
    transform: translateY(-6px);
    border-color: #0d6efd;
    box-shadow: 0 20px 45px rgba(13, 110, 253, .12);
}

.about-card h4 {
    font-size: 22px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 18px;
}

.about-card .btn {
    margin-top: 10px;
    font-weight: 600;
}

/* Tablet */

@media (max-width:991px) {

    .about-section {
        padding: 80px 0;
    }

}

/* Mobile */

@media (max-width:767px) {

    .about-section {
        padding: 70px 0;
    }

    .about-card {
        padding: 25px;
    }

}




.about-img {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
}

.about-img {
    width: 100%;
    border-radius: 18px;
    transition: all .4s ease;
}

.about-img:hover {
    transform: translateY(-5px) scale(1.01);

}

.about-card {
    background: #fff;
    padding: 32px;
    border-radius: 18px;
    border: 1px solid #e9edf5;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
    transition: .35s ease;
}

.about-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 45px rgba(13, 110, 253, .12);
}

.about-card h4 {
    font-size: 24px;
    font-weight: 700;
    color: #0f172a;
}

.about-card p {
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 25px;
}

@media (max-width:991px) {
    .about-img {
        min-height: 250px;
    }

    .about-card {
        padding: 25px;
    }
}


/* Card Hover Effect */
.premium-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 16px !important;
}

.premium-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1) !important;
}

/* Link Underline Animation */
.link-hover {
    color: #0d6efd;
    transition: color 0.2s ease;
}

.link-hover:hover {
    color: #0a58ca;
    text-decoration: underline !important;
}


/*==============================
      Premium CTA Button
==============================*/

.premium-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 34px;
    background: linear-gradient(135deg, #0d6efd, #0b5ed7);
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(13, 110, 253, 0.25);
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
}

.premium-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: rgba(255, 255, 255, 0.25);
    transform: skewX(-25deg);
    transition: .6s;
}

.premium-btn:hover::before {
    left: 140%;
}

.premium-btn:hover {
    background: linear-gradient(135deg, #0b5ed7, #084298);
    color: #fff !important;
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(13, 110, 253, 0.35);
}

.premium-btn:active {
    transform: translateY(-1px);
}

.premium-btn span {
    transition: transform .3s ease;
}

.premium-btn:hover span {
    transform: translateX(6px);
}


/* Premium look ke liye custom tuning */
.max-width-700 {
    max-width: 750px;
}

.tracking-wider {
    letter-spacing: 1px;
}

/* Card Styling aur Smooth Hover Effect */
.premium-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease-in-out;
}

.premium-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
}

/* Premium Button Effect */
.premium-btn {
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(13, 110, 253, 0.25);
    transition: all 0.2s ease;
}

.premium-btn:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(13, 110, 253, 0.35);
}



/* ===============================
   Professional Premium Card
================================ */

.premium-card-v2 {
    position: relative;
    background: #fff;
    border-left: 4px solid #F26223 !important;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    overflow: hidden;
    transition: all .35s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
}

/* Left Animated Accent */

.premium-card-v2::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 5px;
    height: 0;
    background: #F26223;
    transition: height .4s ease;
}

.premium-card-v2:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
}

.premium-card-v2:hover::before {
    height: 100%;
}

.premium-card-v2:hover {
    border-left-width: 10px;
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .12);
}


/*==================================
        Process Section
==================================*/

.process-section {
    background: #fff;
}

.process-heading {
    max-width: 760px;
    margin: 0 auto 35px;
}

.process-heading .premium-title {
    margin: 15px 0 12px;
}

.process-heading .premium-lede {
    margin: 0;
}

/* Process Item */
.process-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px 18px 0;
    border-bottom: 1px solid #ececec;
    transition: all .35s ease;
    overflow: hidden;
}

/* Right Border */

.process-item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: #F26223;

    transform: scaleY(0);
    transform-origin: top;
    transition: transform .35s ease;
}



.process-item:hover::after {
    transform: scaleY(1);
}

/* Number */

.process-number {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    background: #F26223;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    flex-shrink: 0;
}

/* Heading */

.process-item h4 {
    margin: 0 0 6px;
    font-size: 21px;
    font-weight: 700;
    color: black;
}

/* Paragraph */

.process-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: black;
}

/* Responsive */
@media(max-width:991px) {
    .process-section {
        padding: 45px 0;
    }
    .process-heading {
        margin-bottom: 25px;
    }
    .process-item {
        padding: 16px 0;
        gap: 14px;
    }
    .process-number {
        width: 44px;
        height: 44px;
        min-width: 44px;
        font-size: 14px;
    }
    .process-item h4 {
        font-size: 19px;
    }
    .process-item p {
        font-size: 14px;
    }
}



/*==================================
        Industries Section
==================================*/

.industries-section {
    background: #f8fafc;
}

.industry-card {
    height: 100%;
    padding: 25px;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 16px;
    transition: .35s ease;
    position: relative;
}

.industry-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    width: 4px;
    height: 0px;
    background: #F26223;
    border-radius: 10px;
    transition: .35s;
}

.industry-card:hover {
    transform: translateY(-8px);
    border-color: #F26223;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .08);
}

.industry-card:hover::before {
    height: calc(100% - 60px);
}

.industry-card h3 {
    font-size: 22px;
    font-weight: 700;
    color: black;
    margin-bottom: 10px;
}

.industry-card p {
    color: rgb(52, 51, 51);
    line-height: 1.6;
    margin-bottom: 12px;
    font-size: 15px;
}

.industry-link {
    color: #F26223;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: .3s;
}

.industry-link::after {
    content: "→";
    transition: .3s;
}

.industry-link:hover::after {
    transform: translateX(6px);
}

@media(max-width:991px) {
    .industries-section {
        padding: 50px 0;
    }
    .section-heading {
        margin-bottom: 30px;
    }
    .industry-card {
        padding: 24px;
    }
    .industry-card h3 {
        font-size: 21px;
    }
}



/*==================================
        Case Studies
==================================*/

.case-studies-section {
    background: #fff;
}

.premium-lede {
    max-width: 720px;
    margin: 12px auto 0;
    font-size: 15px;
    line-height: 1.7;
    color: #6b7280;
}

.case-study-premium {
    position: relative;
    height: 100%;
    padding: 22px;
    background: #fff;
    border: 1px solid #cac8c8;
    border-left: 4px solid #cac8c8;
    border-radius: 14px;
    transition: all .35s ease;
}

.case-study-premium:hover {
    /* border-left-color:#F26223; */
    border-color: #cac8c8;
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .06);
}

.case-location {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 14px;
    background: #fff4ee;
    color: #F26223;
    border: 1px solid rgba(242, 98, 35, .18);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 5px;
    transition: all .3s ease;
}

.case-heading {
    margin: 0 0 12px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    color: #111827;
}

.case-desc {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.75;
    color: #6b7280;
}

.case-metrics-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-top: 1px solid #f1f1f1;
}

.metric-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 0;
}

.metric-block small {
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
}

.metric-block strong {
    font-size: 16px;
    font-weight: 700;
    color: #F26223;
}


.premium-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    background: #111827;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.premium-btn:hover {
    background: #F26223;
    color: #fff;
}

@media(max-width:991px) {
    .case-study-premium {
        padding: 18px;
    }

    .case-heading {
        font-size: 20px;
    }

    .metric-block strong {
        font-size: 19px;
    }
}


/*==================================
      Stay With Us CTA
==================================*/

.stay-band {
    position: relative;
    background: linear-gradient(135deg, #1F2937 0%, #111827 100%);
    padding: 70px 0;
    overflow: hidden;
}

.stay-band::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 280px;
    height: 280px;
    background: rgba(242, 98, 35, .08);
    border-radius: 50%;
}

.stay-band::after {
    content: "";
    position: absolute;
    bottom: -140px;
    left: -140px;
    width: 320px;
    height: 320px;
    background: rgba(255, 255, 255, .03);
    border-radius: 50%;
}

.stay-band .container {
    position: relative;
    z-index: 2;
    max-width: 900px;
    text-align: center;
}

.stay-band .site-badge {
    display: inline-flex;
    align-items: center;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.stay-text {
    color: #E5E7EB;
    font-size: 18px;
    line-height: 1.9;
    margin: 0;
}

.stay-text strong {
    color: #fff;
    font-weight: 700;
}

@media(max-width:991px) {

    .stay-band {
        padding: 50px 0;
    }

    .stay-text {
        font-size: 16px;
        line-height: 1.8;
    }

}

.testimonials-section {
    background: #fff;
}

.testimonial-card {
    height: 100%;
    padding: 12px 22px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 14px;
    transition: .35s;
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #F26223;
    transform: scaleY(0);
    transform-origin: top;
    transition: .35s;
}

.testimonial-card:hover {
    transform: translateY(-6px);
    border-color: #ddd;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .08);
}

.testimonial-card:hover::before {
    transform: scaleY(1);
}

.quote-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff4ee;
    color: #F26223;
    font-size: 22px;
    margin-bottom: 5px;
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.8;
    color: #5f6b7a;
    margin-bottom: 12px;
    /*font-style: italic;*/
}

.testimonial-footer {
    padding-top: 14px;
    border-top: 1px solid #ececec;
}

.testimonial-footer h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

.testimonial-footer span {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: #F26223;
    font-weight: 600;
}

@media(max-width:991px) {
    .testimonial-card {
        padding: 18px;
    }

    .testimonial-text {
        font-size: 13.5px;
    }
}


.testimonialSwiper {
    padding: 10px 0 45px;
}

.testimonialSwiper .swiper-slide {
    height: auto;
}

.testimonialSwiper .testimonial-card {
    height: 100%;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #d1d5db;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    width: 28px;
    border-radius: 20px;
    background: #F26223;
    transition: .3s;
}


/*==================================
            FAQ Section
==================================*/

.faq-section {
    background: #fff;
}

.faq-heading {
    max-width: 760px;
    margin: 0 auto 40px;
}

.faq-heading .premium-title {
    margin: 14px 0 12px;
}

.faq-heading .premium-lede {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #6b7280;
}

.faq-wrapper {
    max-width: 1220px;
    margin: auto;
}

/*==================================
        Accordion Item
==================================*/

.faq-item {
    border: 1px solid #e9ecef;
    border-radius: 12px !important;
    overflow: hidden;
    margin-bottom: 12px;
    background: #fff;
    transition: .35s ease;
}

.faq-item:hover {
    border-color: #F26223;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .06);
    border-top: 1px solid #F26223;
}


/*==================================
        Accordion Button
==================================*/

.faq-item .accordion-button {
    /* padding:18px 22px; */
    background: #fff;
    color: #111827;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    box-shadow: none;
}

.faq-item .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.faq-item .accordion-button:not(.collapsed) {
    background: #fff7f3;
    color: #F26223;
    box-shadow: none;
}


/*==================================
        Body
==================================*/

.faq-item .accordion-body {
    padding: 0 22px 20px;
    font-size: 14px;
    line-height: 1.8;
    color: #5f6b7a;
}

.faq-item .accordion-body strong {
    color: #111827;
    font-weight: 600;
}

/*==================================
        Hover Effect
==================================*/

.faq-item {
    position: relative;
}

.faq-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 0;
    background: #F26223;
    transition: .35s ease;
}

.faq-item:hover::before,
.faq-item:has(.accordion-button:not(.collapsed))::before {
    height: 100%;
}

/*==================================
        Responsive
==================================*/

@media(max-width:991px) {

    .faq-section {
        padding: 60px 0;
    }

    .faq-heading {
        margin-bottom: 30px;
    }

    .faq-item .accordion-button {
        padding: 16px 18px;
        font-size: 15px;
    }

    .faq-item .accordion-body {
        padding: 0 18px 18px;
        font-size: 14px;
    }

}

@media(max-width:576px) {

    .faq-section {
        padding: 50px 0;
    }

    .faq-item {
        margin-bottom: 12px;
        border-radius: 10px !important;
    }

    .faq-item .accordion-button {
        padding: 15px 16px;
        font-size: 14px;
    }

    .faq-item .accordion-body {
        padding: 0 16px 16px;
        line-height: 1.7;
    }

    .faq-item .accordion-button::after {
        width: 30px;
        height: 30px;
        background-size: 12px;
    }
}



.accordion-button::after {
    display: none;
}

.faq-icon {
    margin-left: auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #F26223;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    transition: .3s;
}

.faq-icon::before {
    content: "+";
}

.accordion-button:not(.collapsed) .faq-icon {
    background: #F26223;
    color: #fff;
}

.accordion-button:not(.collapsed) .faq-icon::before {
    content: "−";
}


/*==================================
        Premium CTA Section
==================================*/

.premium-cta-section {
    background: #fff;
}

.premium-cta {
    position: relative;
    overflow: hidden;
    padding: 40px 40px;
    border-radius: 24px;
    background: linear-gradient(135deg, #16A7E0 0%, #0f8bc0 45%, #EF6023 100%);
    box-shadow: 0 25px 60px rgba(22, 167, 224, .18);
}

.premium-cta::before {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    top: -170px;
    right: -120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
}

.premium-cta::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    bottom: -130px;
    left: -80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
}

.premium-cta>* {
    position: relative;
    z-index: 2;
}

.premium-cta .site-badge {
    background: rgba(255, 255, 255, .15);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .25);
}

.premium-cta .premium-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 18px;
}

.premium-cta .premium-lede {
    max-width: 760px;
    margin: auto;
    font-size: 17px;
    line-height: 1.8;
    opacity: .95;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 34px;
    background: #fff;
    color: #111827;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    transition: .35s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

.cta-btn:hover {
    background: #111827;
    color: #fff;
    transform: translateY(-4px);
}

@media(max-width:991px) {
    .premium-cta {
        padding: 55px 30px;
    }
    .premium-cta .premium-title {
        font-size: 38px;
    }
}

@media(max-width:576px) {
    .premium-cta {
        padding: 40px 20px;
        border-radius: 18px;
    }
    .premium-cta .premium-title {
        font-size: 30px;
    }
    .premium-cta .premium-lede {
        font-size: 15px;
        line-height: 1.7;
    }
    .cta-btn {
        width: 100%;
        padding: 15px 20px;
    }
}

.footer-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.footer-logo img {
    max-height: 55px;
    width: auto;
    display: block;
    transition: .3s ease;
}


/*==================================
        Contact Section
==================================*/

.contact-section {
    background: #f8fafc;
}

.contact-wrapper {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}

.contact-image {
    height: 100%;
}

.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 510px;
}

.contact-form-box {
    padding: 20px 55px;
}

.contact-form-box .premium-lede {
    margin-bottom: 10px;
    color: #6b7280;
}

.contact-form-box .form-control,
.contact-form-box .form-select {
    height: 54px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    box-shadow: none;
    font-size: 15px;
}

.contact-form-box textarea.form-control {
    height: 100px;
    resize: none;
    padding-top: 10px;
}

.contact-form-box .form-control:focus,
.contact-form-box .form-select:focus {
    border-color: #F26223;
    box-shadow: 0 0 0 .15rem rgba(22, 167, 224, .15);
}

.contact-form-box .premium-btn {
    height: 55px;
    border: none;
}

@media(max-width:991px) {

    .contact-image img {
        min-height: 350px;
    }

    .contact-form-box {
        padding: 35px 25px;
    }

}



/*==============================
 Premium Breadcrumb
==============================*/

.breadcrumb-section {
    position: relative;
    padding: 90px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}

.breadcrumb-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(8, 17, 31, .70);
    z-index: 0;
}

.breadcrumb-content {
    position: relative;
    z-index: 2;
}

.breadcrumb-content h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.breadcrumb {
    margin: 0;
}

.breadcrumb-item {
    font-size: 16px;
    font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #ff9800;
}

.breadcrumb-item a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.breadcrumb-item a:hover {
    color: #ff9800;
}

.breadcrumb-item.active {
    color: #ff9800;
}

@media (max-width:991px) {
    .breadcrumb-section {
        padding: 90px 0;
    }

    .breadcrumb-content h1 {
        font-size: 40px;
    }
}

@media (max-width:576px) {
    .breadcrumb-section {
        padding: 70px 0;
    }

    .breadcrumb-content h1 {
        font-size: 32px;
    }

    .breadcrumb-item {
        font-size: 14px;
    }
}



.privacy-section {
    background: #f7f9fc;
}

.privacy-card {
    background: #fff;
    border-radius: 18px;
    padding: 45px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .08);
}

.last-update {
    background: #fff7ef;
    color: #555;
    border-left: 4px solid #ff9800;
    padding: 15px 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.privacy-content h3 {
    font-size: 28px;
    font-weight: 700;
    color: #0b1220;
    margin-bottom: 18px;
}

.privacy-content p,
.privacy-content li {
    color: #555;
    line-height: 1.9;
    font-size: 16px;
}

.privacy-content ul {
    padding-left: 22px;
}

.privacy-content hr {
    margin: 35px 0;
    opacity: .15;
}

.contact-box {
    margin-top: 30px;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 25px;
}

.contact-item {
    display: flex;
    gap: 18px;
    margin-bottom: 20px;
}

.contact-item:last-child {
    margin-bottom: 0;
}

.contact-item i {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ff9800;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.contact-item strong {
    display: block;
    margin-bottom: 5px;
}

.contact-item a {
    color: #333;
    text-decoration: none;
    transition: .3s;
}

.contact-item a:hover {
    color: #ff9800;
}

@media(max-width:768px) {

    .privacy-card {
        padding: 25px;
    }

    .privacy-content h3 {
        font-size: 24px;
    }

}

.contact-page {
    background: #f7f9fc;
}

.contact-info-card,
.contact-form-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px 45px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
    height: 100%;
}

.contact-info-card h2,
.contact-form-card h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}

.info-box {
    display: flex;
    gap: 18px;
    margin-top: 22px;
}

.icon {
    width: 50px;
    height: 50px;
    background: #ff9800;
    color: #fff;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}

.info-box h5 {
    margin-bottom: 6px;
}

.info-box a {
    text-decoration: none;
    color: #333;
}

.info-box a:hover {
    color: #ff9800;
}

.contact-social {
    margin-top: 20px;
}

.contact-social a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #0b1220;
    color: #fff;
    margin-right: 10px;
    transition: .3s;
}

.contact-social a:hover {
    background: #ff9800;
}

.form-control,
.form-select {
    border-radius: 12px;
    padding: 15px;
    border: 1px solid #ddd;
    box-shadow: none;
}

.form-control:focus,
.form-select:focus {
    border-color: #ff9800;
    box-shadow: none;
}

textarea {
    resize: none;
}

.map-section iframe {
    width: 100%;
    height: 350px;
    border: 0;
}



/* about us page */
.about-section {
    background: #fff;
}

.about-img {
    position: relative;
}

.about-img img {
    border-radius: 20px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .12);
}

.experience-box {
    position: absolute;
    right: -20px;
    bottom: 40px;
    background: #ff9800;
    color: #fff;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 15px 40px rgba(255, 152, 0, .35);
}

.experience-box h2 {
    font-size: 48px;
    margin: 0;
    font-weight: 700;
}


.section-title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
}

.about-section p {
    color: #666;
    line-height: 1.9;
}

.about-list {
    padding: 0;
    list-style: none;
}

.about-list li {
    margin-bottom: 15px;
    font-weight: 600;
}

.about-list i {
    color: #ff9800;
    margin-right: 10px;
}

@media(max-width:991px) {
    .experience-box {
        position: static;
        margin: 30px auto 0;
    }

    .section-title {
        font-size: 34px;
    }
}


.mission-section {
    background: #f8fafc;
}

.section-desc {
    max-width: 720px;
    margin: 20px auto 0;
    color: #666;
    line-height: 1.8;
}

.mission-card {
    background: #fff;
    padding: 25px 45px;
    border-radius: 20px;
    height: 100%;
    transition: .35s;
    border: 1px solid #eee;
    box-shadow: 0 10px 40px rgba(0, 0, 0, .05);
}

.mission-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .12);
}

.mission-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: #fff3e7;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #ff9800;
    margin-bottom: 25px;
}

.mission-icon.vision {
    background: #eef6ff;
    color: #0d6efd;
}

.mission-card h3 {
    font-weight: 700;
    margin-bottom: 12px;
}

.mission-card p {
    color: #666;
    line-height: 1.9;
    margin-bottom: 15px;
}

.mission-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.mission-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    font-weight: 500;
}

.mission-list i {
    color: #ff9800;
    font-size: 18px;
}



/*==============================
 Why Choose Us
==============================*/

.why-choose-section {
    background: #fff;
}

.why-card {
    background: #fff;
    padding: 20px 30px;
    border-radius: 18px;
    border: 1px solid #ececec;
    height: 100%;
    transition: .35s;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .05);
}

.why-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 0;
    background: #ff9800;
    transition: .35s;
}

.why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .10);
}

.why-card:hover::before {
    height: 100%;
}

.why-icon {
    width: 50px;
    height: 50px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff5e8;
    color: #ff9800;
    font-size: 32px;
    margin-bottom: 7px;
    transition: .35s;
}

.why-card:hover .why-icon {
    background: #ff9800;
    color: #fff;
    transform: rotate(-8deg);
}

.why-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.why-card p {
    color: #666;
    line-height: 1.8;
    margin: 0;
}

@media(max-width:991px) {
    .why-card {
        padding: 30px;
    }
}

.dropdown-widthhh{
    min-width: 600px;
}

@media (max-width:768px) {
    .dropdown-widthhh{
    min-width: 350px;
}
}














/*modal*/

.premium-modal{
    border:0;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 35px 80px rgba(0,0,0,.18);
}

.modal-left{
    background:linear-gradient(135deg,#0b1220,#17263d);
    color:#fff;
    padding:30px 35px;
    position:relative;
}

.modal-left::before{
    content:"";
    position:absolute;
    width:220px;
    height:220px;
    background:rgba(255,152,0,.15);
    border-radius:50%;
    top:-80px;
    right:-80px;
}

.proposal-badge{
    display:inline-block;
    padding:8px 18px;
    border-radius:40px;
    background:rgba(255,255,255,.12);
    color:#ff9800;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:20px;
}

.modal-left h2{
    font-weight:700;
    margin-bottom:18px;
}

.modal-left p{
    color:#d5d5d5;
    line-height:1.8;
    margin-bottom:30px;
}

.proposal-feature{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
}

.proposal-feature i{
    color:#ff9800;
    font-size:18px;
}

.modal-form{
    padding:30px 40px;
    background:#fff;
}

.modal-form h4{
    font-weight:700;
    margin-bottom:25px;
}

.premium-input{
    height:55px;
    border-radius:12px;
    border:1px solid #ececec;
    box-shadow:none!important;
    transition:.3s;
}

textarea.premium-input{
    height:auto;
    padding:15px;
}

.premium-input:focus{
    border-color:#ff9800;
    box-shadow:0 0 0 4px rgba(255,152,0,.15)!important;
}

.modal-close{
    position:absolute;
    top:20px;
    right:20px;
    z-index:1056;
    background-color:#fff;
    border-radius:50%;
    padding:12px;
    opacity:1;
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.modal-close:hover{
    transform:rotate(90deg);
    transition:.3s;
}

@media(max-width:991px){

.modal-left,
.modal-form{
    padding:30px;
}

}










/* ==========================
   Luxury CTA Buttons
========================== */

.luxora-btn{
    height:45px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    /*gap:10px;*/
    padding:0px 34px;
    border-radius:60px;
    background:linear-gradient(135deg,#ff9800,#ff6a00);
    color:#fff;
    text-decoration:none;
    font-weight:600;
    font-size:16px;
    box-shadow:0 18px 40px rgba(255,152,0,.35);
    transition:.35s ease;
}

.luxora-btn:hover{
    color:#fff;
    transform:translateY(-5px);
    box-shadow:0 22px 50px rgba(255,152,0,.45);
}

.luxora-outline-btn{
    height:45px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    /*gap:10px;*/
    padding:16px 34px;
    border-radius:60px;
    border:2px solid rgba(255,255,255,.25);
    background:#fff;
    backdrop-filter:blur(12px);
    color:black;
    text-decoration:none;
    font-weight:600;
    font-size:16px;
    transition:.35s ease;
}

.luxora-outline-btn:hover{
    background:#fff;
    color:#0b1220;
    border-color:#fff;
    transform:translateY(-5px);
    box-shadow:0 18px 40px rgba(255,255,255,.18);
}

.luxora-btn i,
.luxora-outline-btn i{
    font-size:15px;
}





.seo-image-section{
    border-radius:20px;
    overflow:hidden;
    background:#fff;
    border:1px solid #e9eef5;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    transition:.35s ease;
}

.seo-image-section:hover{
    transform:translateY(-6px);
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

.seo-image-section img{
    width:100%;
    display:block;
    border-radius:20px;
}

@media(max-width:768px){
    .seo-image-section{
        border-radius:16px;
    }

    .seo-image-section img{
        border-radius:16px;
    }
}

















    .cc-phone-wrapper{
    display:flex;
    align-items:center;
    height:52px;
    border:1px solid #dee2e6;
    border-radius:8px;
    overflow:visible;
    background:#fff;
    transition:all .3s ease;
}

.cc-phone-wrapper:focus-within{
    border-color:#FF9800;
    box-shadow:0 0 0 .25rem rgba(255,152,0,.18);
}

.cc-custom-select{
    position:relative;
    width:90px;
    border-right:1px solid #dee2e6;
    background:#fff;
    cursor:pointer;
    user-select:none;
}



.cc-selected{
    padding:12px;
    text-align:center;
    font-size:15px;
    font-weight:600;
    color:#333;
}

.cc-options{
    position:absolute;
    top:100%;
    left:0;
    width:280px;
    max-height:300px;
    overflow-y:auto;
    margin-top:5px;
    background:#fff;
    border:1px solid #dee2e6;
    border-radius:8px;
    box-shadow:0 8px 20px rgba(0,0,0,.12);
    display:none;
    z-index:9999;
}

.cc-search-box{
    position:sticky;
    top:0;
    background:#fff;
    padding:8px;
    border-bottom:1px solid #eee;
}

.cc-search-box input{
    width:100%;
    height:38px;
    border:1px solid #ddd;
    border-radius:6px;
    padding:0 10px;
    outline:none;
    font-size:14px;
}

.cc-option{
    padding:5px 10px;
    font-size:15px;
    cursor:pointer;
    transition:background .2s ease;
}

.cc-option:hover{
    background:#0D6EFD;
    color:#fff;
}

.cc-phone-input{
    flex:1;
    height:100%;
    border:none;
    outline:none;
    padding:0 15px;
    font-size:15px;
    background:transparent;
    color:#333;
}

.cc-phone-input::placeholder{
    color:#999;
}







.cc-selected::after {
    content: "\25BE"; /* ▼ */
    position: absolute;
    right: 10px; /* arrow right side */
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #666;
}
