body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #f8f9fa;
}

html {
    scroll-behavior: smooth;
}

.navbar {
    z-index: 1030;
    /* Higher than normal content */
}

.navbar-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.bg-primary-color {
    background-color: #D12A5F;
}

.text-primary-color {
    color: #D12A5F;
}

.banner-btn {
    background-color: #D12A5F;
    color: #fff;
    border-radius: 5px;
}

.section-line {
    width: 40px;
    height: 4px;
    background-color: #D12A5F;
    /* light gold */
    margin: 0 auto 15px;
    border-radius: 2px;
}


.custom-hero {
    position: relative;
    height: 80vh;
    background-size: cover;
    color: white;
    z-index: 1;
    overflow: hidden;
}

.custom-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.custom-form-card input,
.custom-form-card textarea {
    height: 35px;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
}

.custom-form-card textarea {
    height: 100px;
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.custom-row-center {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.custom-hero h1 {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.custom-hero p {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
}

.custom-hero .btn {
    font-size: 1.5rem;
    padding: 12px 25px;
    border-radius: 8px;
}

.custom-form-card {
    background: rgba(0, 0, 0, 0.6);
    padding: 25px;
    border-radius: 10px;
}

.custom-logo img {
    max-height: 35px;
    width: auto;
}

.custom-navbar {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 1.05rem;
}

.custom-navbar .nav-link {
    color: #fff !important padding: 12px 18px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-link {
    color: #fff !important;
    padding: 12px 18px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.custom-navbar .nav-link:hover {
    color: #D12A5F !important;
}

.custom-navbar .navbar-toggler {
    border: none;
}

.custom-navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.form-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 25px;
}

.mobile-contact-form {
    background-color: #fff;
    color: #000;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.mobile-contact-form h4 {
    color: #000;
}

.mobile-contact-form input,
.mobile-contact-form textarea {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    color: #000;
}

.mobile-contact-form input::placeholder,
.mobile-contact-form textarea::placeholder {
    color: #6c757d;
}

/* END OF BANNER */
.section-title {
    margin-bottom: 10px;
}

.package.highlight {
    border: 2px solid #D12A5F;
    background-color: #fff3e0;
    padding: 15px;
    border-radius: 10px;
}

.testimonial {
    font-style: italic;
    margin-bottom: 15px;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.section-image {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}



/* Design */
.package-card {
    border-radius: 10px;
    padding: 30px 20px;
    background-color: #fff;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.highlighted {
    border: 2px solid #D12A5F;
    position: relative;
    z-index: 2;
}

.design-popular-label {
    color: #fff;
    background-color: #D12A5F;
}

.design-card .border {
    background-color: #D12A5F;
    color: #D12A5F;
}

.highlighted::before {
    content: "RECOMMENDED";
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #D12A5F;
    color: #fff;
    padding: 3px 12px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 20px;
}

.package-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.subtitle {
    color: #777;
    margin-bottom: 15px;
}

.feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-list li {
    font-size: 10px;
    margin-bottom: 8px;
}

.feature-list li i {
    color: #28a745;
    margin-right: 8px;
}

.design-title {
    font-size: 20px;
    margin-bottom: 10px;
}

.design-subtitle {
    font-size: 17px;
    margin-bottom: 15px;
}

.btn-get-started {
    background-color: #1e1e2f;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
}

.cta-button {
    background-color: #1b2b57;
    color: #fff;
    padding: 16px 36px;
    font-size: 1.5rem;
    border-radius: 50px;
    border: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    transition: background 0.3s;
    margin-bottom: 2rem;
}

.cta-button:hover {
    background-color: #575c6b;
    color: #fff !important;
}

/* Book free consultancy  */
.consultation-section {
    background-color: #2e3a48;
    color: #ffffff;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.section-tag {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.consultation-section-heading {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #fff;
}

.section-subtitle {
    font-size: 1.5rem;
    color: #d1d5db;
    margin-bottom: 1.5rem;
}

.consultation-list li {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.consultation-list li i {
    color: #D12A5F;
    margin-right: 10px;
}

.consultation-btn {
    display: inline-block;
    background-color: #D12A5F;
    color: #fff;
    font-weight: 600;
    padding: 12px 22px;
    font-size: 17px;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s;
}


.currency-btn {
    background-color: #f8f9fa;
    color: #000;
    border: none;
}

.currency-btn.active-currency {
    background-color: #D12A5F !important;
    color: #fff !important;
}

.consultation-btn:hover {
    background-color: #c6905e;
    color: #fff;
}

/* our section  */
.services-section {
    background-color: #f9fafb;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.services-title {
    margin: 0;
    font-weight: bold;
    color: #1f2937;
}

.services-subtitle {
    margin-bottom: 2rem;
}

.service-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    text-align: left;
    height: 100%;
}

.icon-circle {
    width: 40px;
    height: 40px;
    background-color: #1f2937;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 1rem;
}

.service-card h5 {
    font-weight: bold;
    color: #1f2937;
    margin-bottom: 0.5rem;
}

.service-card h4 {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: start;
}


.service-card .desc {
    color: #6b7280;
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

.service-card ul {
    padding-left: 1.2rem;
    list-style: none;
}

.service-card ul li {
    position: relative;
    padding-left: 1.2rem;
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
    color: #111827;
}

.service-card ul li::before {
    content: "✔";
    position: relative;
    left: 0;
    color: #ef4444;
    margin-right: 7px;
    font-weight: bold;
    font-size: 1rem;
}

/* client testimonial */
.testimonial-card {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
    height: 100%;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-quote-mark {
    color: #C49A6C;
    font-size: 30px;
    line-height: 1;
}

.testimonial-stats-box {
    background: rgb(237, 235, 235);
    padding: 20px 20px;
    text-align: center;
    border-radius: 12px;
    box-shadow: none;
    transition: all 0.3s ease;
}

.testimonial-stats-number {
    font-size: 26px;
    font-weight: bold;
    color: #1c1c1c;
}

.testimonial-stats-label {
    font-size: 15px;
    color: #6e7a8a;
}

.testimonial-title {
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px;
}

.testimonial-subtitle {
    text-align: center;
    color: #6c757d;
    margin-bottom: 40px;
}

/* meet our designer */

.design-features li {
    font-size: 16px;
}

.designer-section {
    padding: 60px 0;
    text-align: center;
    background: #ffffff;
}

.designer-section-row {
    gap: 2rem;
}

.designer-section h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.designer-section p {
    color: #71717a;
    margin-bottom: 50px;
}

.designer-card {
    margin-bottom: 40px;
}

.designer-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}

.designer-name {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

.designer-role {
    color: #D12A5F;
    font-weight: 500;
    font-size: 15px;
}

.designer-exp {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 5px;
}

.designer-special {
    font-size: 14px;
    color: #6c757d;
}

/* oru recent project  */
.project-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 220px;
}

.project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.project-card:hover img {
    transform: scale(1.03);
}


.vr-button {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 16px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.vr-button:hover {
    background-color: #000;
}

.project-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: #fff;
    font-size: 14px;
}

.section-heading {
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    margin-bottom: 10px;
}

.section-subheading {
    text-align: center;
    margin-bottom: 40px;
    font-size: 16px;
    color: #555;
}

.explore-link {
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
}

.explore-link a {
    color: #000;
    text-decoration: none;
}

.explore-link a:hover {
    text-decoration: underline;
}

.card-content {
    height: 320px;
}

/* how it works */

.how-it-works-section ul {
    padding-left: 0;
}

.how-it-works-section ul li {
    margin-bottom: 6px;
}

.how-it-works-section img {
    min-height: 130px;
    max-height: 130px;
    object-fit: contain;
}


.active-currency {
    font-weight: bold;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

/* benefit */
/*.benefits-section {
    gap: 20px;
    flex-wrap: wrap;
}*/

.benefit-box {
    /* background: transparent;
    padding: 1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.1); */
    background: linear-gradient(90deg, #1f2a44, #173b65);
    ;
    /* Optional: adjust as per your theme */
    border-radius: 10px;
    min-height: 152px;
}

.benefit-box:last-child {
    border-right: none;
}

.benefit-number {
    font-size: 1.5rem;
    font-weight: bold;
    background: white;
    color: #000;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.benefit-heading {
    font-weight: 600;
    font-size: 1.25rem;
}

.benefit-icon {
    font-size: 1.2rem;
    margin-right: 8px;
}

@media (max-width: 768px) {
    .benefit-box {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .benefit-box:last-child {
        border-bottom: none;
    }
}

/* HERO SECTION */

/* .hero-section {
        background: url('https://via.placeholder.com/1600x800') no-repeat center center/cover;
        min-height: 100vh;
        color: white;
        position: relative;
    } */

.hero-text {
    max-width: 600px;
    color: #fff;
    padding: 20px;
}

.hero-text h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}

.hero-text p {
    font-size: 18px;
    color: rgb(232, 230, 230);
    margin-top: 15px;
}

.stat-box p {
    font-size: 15px;
    color: #ffffff !important;
    margin-top: 5px;
}
.gtbtn{
    background: #162144;
    font-size: 14px;
    padding: 10px 30px !important;
    border-color: #5a6ba2;
}
.hero-text .btn {
    margin-top: 25px;
    margin-right: 12px;
}
.mtb-30{
    margin: 30px 0px;
}
.hero-text .btn:hover{
    border-color: #fff;
}

.hero-stats h5 {
    color: #D12A5F;
}

.larger-form-box {
    max-width: 45%;
    width: 100%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
}



.contact-form {
    background: rgba(255, 255, 255, 0.15);
    /* backdrop-filter: blur(12px); */
    padding: 50px 30px;
    border-radius: 10px;
    min-width: 350px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.contact-form input,
.contact-form textarea {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #fff;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #ccc;
}

.contact-form button {
    background-color: #D12A5F;
    border: none;
}


.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(18, 2, 70, 0.2);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1200px;
    flex-wrap: wrap;
}

.cta-buttons a {
    font-size: 1.4rem;
    border-radius: 8px;
    font-weight: bolder;
}

.hero-stats {
    justify-content: space-between;
}

.stat-box {
    min-width: 180px;
    padding: 10px;
    border-radius: 12px;
    background: rgb(140 140 140 / 50%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.stat-box:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.custom-btn {
    font-size: 1.25rem;
    padding: 14px 40px;
    border-radius: 12px;
    font-weight: 600;
}

.ai-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    background: rgba(255, 0, 64, 0.2);
    /* Soft transparent red */
    border-radius: 999px;
    color: #D12A5F;
    font-weight: 600;
    font-size: 0.9rem;
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 0, 64, 0.4);
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.ai-badge .dot {
    width: 10px;
    height: 10px;
    background-color: #D12A5F;
    border-radius: 50%;
}

.logo-badge-ai {
    background-color: #dc4e63;
    color: white;
    font-weight: 700;
    font-size: 0.65rem;
    padding: 4px 8px;
    border-radius: 8px;
    letter-spacing: 0.5px;
}

.logo-text {
    font-size: 1.75rem;
    font-family: 'Poppins', sans-serif;
    line-height: 1;
}

.login-btn {
    background-color: rgba(255, 255, 255, 0.9);
    color: #999;
    font-weight: 600;
    border: none;
    padding: 8px 22px;
    border-radius: 30px;
    font-size: 1.3rem;
}
.login-btn:hover, .start-project-btn:hover {
    background: grey;
    color: #fff;
}
.f-14{
    font-size: 14px;
}
.start-project-btn {
    background-color: #D12A5F;
    color: white;
    font-weight: 600;
    padding: 8px 22px;
    border: none;
    border-radius: 30px;
    font-size: 1.3rem;
    display: flex;
    align-items: center;
}

/* Navbar link override */
.navbar-nav .nav-link {
    font-size: 17px;
    color: #fff !important;
}

.landaingpage-footer .connect-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  max-width: 1000px;
  margin: auto;
}

.landaingpage-footer .connect-form .form-control {
  border-radius: 8px;
  box-shadow: none;
  background: #8080800d;
}

.landaingpage-footer .connect-form .btn-primary {
  border-radius: 8px;
  padding: 10px 40px;
}
.ftr-hdng{
    color: #D12A5F;
    text-align: center;
    font-size: 3rem;
    margin-bottom: 5px;
    line-height: 60px;
}


.landaingpage-footer .form-note {
  font-size: 1.2rem;
  color: #6c757d;
  margin-top: 15px;
}
.landaingpage-footer .form-note a{
    color:#D12A5F;
}

@media (max-width: 768px) {
  .landaingpage-footer .form-row .col-md {
    margin-bottom: 15px;
  }

  .landaingpage-footer .form-row {
    flex-direction: column;
  }

  .landaingpage-footer .connect-form .btn-primary {
    width: 100%;
  }
}



@media (min-width: 768px) {
    .hero-section {
        background: url(../landing-page/landing-page-new-1.jpeg) no-repeat center center / cover;
    }
}


/* Tablet view (768px and below) */
@media (max-width: 768px) {
    .consultation-section-heading{
        line-height: 40px;
    }
    .services-title, .section-title, .testimonial-title, .designer-section h2{
        font-size: 30px;
    }
    .benefit-box {
        min-height: unset;
        margin-bottom: 15px;
    }
    .f-xs-30{
        font-size: 30px;
    }
    .hero-text h1{
        font-size: 35px;
    }
    .hero-content {
        justify-content: center;
    }

    .hero-stats {
        justify-content: center;
    }

    .stat-box {
        min-width: 167px;
    }

    .testimonial-stats-box {
        padding: 12px;
    }

    .testimonial-stats-number {
        font-size: 1.5rem;
    }

    .testimonial-stats-label {
        font-size: 0.875rem;
        margin-top: 4px;
    }

    .how-it-works-section img {
        max-height: 130px;
        min-height: 80px;
    }

    .designer-img {
        width: 160px;
        height: 160px;
    }

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

    .designer-section-row {
        gap: 0;
    }

    #happy-client .testimonial-stats-number,
    #happy-client .testimonial-stats-label {
        color: #D12A5F;
    }

    /* .how-it-works-section p {
        font-size: 1rem !important;
    } */
}

/* Mobile view (480px and below) */
@media (max-width: 480px) {
    .stat-box {
        /* min-width: 120px; */
    }
}


.mobile-menu {
  display: none !important;
}

/* Hamburger visible only on mobile */
@media (max-width: 767.98px) {
    .mob-langn-logo {
        position: absolute;
        z-index: 999;
        right: 5px;
        top: 15px;
    }
    .mob-langn-logo img{
        width: 110px;
    }
    .navbar-toggle{
        position: absolute;
        z-index: 999;
        background: #3030304f;
        top: 10px;
        border-radius: 5px;
    }
    .navbar-toggle .icon-bar {
        background: #ffffff;
    }
    .mobile-menu {
        display: block !important;
    }
    .menu-overlay {
        position: fixed;
        top: 0;
        left: -100%;
        width: 80%;
        height: 100%;
        background: #fff;
        box-shadow: 2px 0 10px rgba(0,0,0,0.2);
        transition: left 0.3s ease;
        z-index: 1050;
        padding: 30px;
    }

    .menu-overlay.show {
        left: 0;
    }

    .menu-backdrop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.4);
        display: none;
        z-index: 1040;
    }

    .menu-backdrop.show {
        display: block;
    }

    .hamburger-icon {
        font-size: 28px;
        cursor: pointer;
    }

    .menu-item {
        display: block;
        margin: 15px 0;
        font-size: 1.4rem;
        color: #333;
        text-decoration: none;
    }

    .menu-item:hover {
        text-decoration: underline;
    }
}