:root {
      --brand:  #bf023f;
      --navy:   #0d1b2a;
    }
html {
    scrollbar-gutter: stable;
}
    * { box-sizing: border-box; }
    body { 
      margin: 0; 
      font-family: 'Roboto', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
    }

    /* ============================================================
       MOBILE HEADER STYLES
    ============================================================ */
    .mobile-header {
      background: white;
      padding: 8px 0;
      border-bottom: 1px solid #e0e0e0; 
      position: sticky;
      top: 0;
      z-index: 1001;
      width: 100%;
    }

    .mobile-header .navbar-toggler {
      padding: 0;
      background: transparent;
      border: none;
    }

    .mobile-header .navbar-toggler img {
      width: 28px;
      height: 28px;
    }

    .mobile-header .logo-header {
      height: 35px;
      width: auto;
    }

    .mobile-header .nav-icon {
      text-decoration: none;
      display: flex;
      align-items: center;
    }

    .mobile-header .nav-icon img {
      width: 25px;
      height: 25px;
    }

    .mobile-header .main-crt-value-new {
      position: absolute;
      top: -6px;
      right: -8px;
      background: var(--brand);
      color: white;
      font-size: 10px;
      font-weight: 700;
      min-width: 15px;
      height: 15px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 4px;
    }

    
    /* ============================================================
       OFFCANVAS SIDEBAR STYLES
    ============================================================ */
    .offcanvas {
      max-width: 280px !important;
    }

    .icon-circle {
      background: transparent;
      border: none;
      padding: 8px;
    }

    .logo-circle-outline {
      width: 80px;
      height: 80px;
      border: 3px solid var(--brand);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      background: white;
    }

    .logo-image {
      width: 50px;
      height: 50px;
      object-fit: contain;
    }

    .brand-name {
      margin-top: 12px;
      font-size: 18px;
      font-weight: 600;
      color: #333;
    }

    .offcanvas-body {
      padding-top: 20px;
    }

    .offcanvas .nav-link {
      padding: 12px 0;
      color: #000;
      font-size: 15px;
      font-weight: 500;
      border-radius: 8px;
      transition: all 0.2s;
    }
    .offcanvas .nav-link.active {
      background: #c2c2c2 !important;
      border-radius: 4px;
    }

    .offcanvas .nav-link.active {
      font-weight: 600;
    }

    .offcanvas .nav-link img {
      transition: all 0.2s;
    }
    .text-primary-custom {
      color: inherit;
    }

    /* ============================================================
       DESKTOP HEADER - CONTENT CENTERED WITH 100px SIDE MARGINS
    ============================================================ */
    .header-container {
      max-width: calc(100% - 200px);
      margin-left: auto;
      margin-right: auto;
    }

    /* TOP BAR*/
    .top-bar {
      padding: 10px 0;
      transition: all 0.3s ease;
    }

    .top-bar.hide-on-scroll {
      opacity: 0;
      visibility: hidden;
      height: 0;
      padding: 0;
      overflow: hidden;
    }

    /* SVG BACKGROUND CONTAINER - STARTS FROM SCREEN LEFT EDGE */
    .info-section {
      position: relative;
      padding: 0;
    }

    .info-bg-svg {
      position: fixed; 
      left: 0;  
      top: 0;  
      height: 60px;
      width: auto;
      z-index: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
    }

    .info-bg-svg.hide-on-scroll {
      opacity: 0;
    }

    .info-items {
      position: relative;
      z-index: 1;
      display: flex;
      align-items: center;
      gap: 24px;
      
    }

    .info-item {
      font-size: 14px;
      color: #333;
      font-weight: 400;
      white-space: nowrap;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    /* IMAGE ICON STYLES */
    .icon-img {
      width: 16px;
      height: 16px;
      object-fit: contain;
    }

    /* ============================================================
       3D WHITE BUTTONS WITH BOTTOM-RIGHT SHADOW
    ============================================================ */

    .top-btn {
        background: white;
        border: 1px solid #d0d0d0;
        border-radius: 6px;
        font-size: 16px;
        font-weight: 500;
        color: #333;
        text-decoration: none;
        padding: 7px 17px;
        display: inline-flex;
        align-items: center;
        gap: 7px;
        cursor: pointer;
        position: relative;
        transition: all 0.2s ease;
        box-shadow: 4px 4px 4px rgb(61 52 52 / 50%);
        }


    .top-btn:hover {
      transform: translateY(-1px);
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
    }

    .top-btn:active {
      transform: translateY(1px);
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    }

    .top-btn .icon-img {
      width: 18px;
      height: 18px;
    }
    .cashfree-multi {
        height: 38px;
        align-items: center;
    }


    /* ============================================================
       MAIN HEADER - STICKY ON SCROLL
    ============================================================ */
    .main-header {
      background: white;
      position: sticky;
      top: 0;
      z-index: 999;
      transition: all 0.3s ease;
      box-shadow: 6px 0px 10px -1px rgba(0, 0, 0, 0.3);
    }

    .main-header.scrolled {
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    }

    .logo-section {
      padding-right: 40px;
      position: relative;
      z-index: 2;
    }

    .logo-section img {
      height: 50px;
      width: auto;
      object-fit: contain;
    }
   .logo-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    width: 50px;
    height: 20px;
    background: #fff;
    border-radius: 0 0 70px 70px;
    transform: translateY(50%);
    z-index: -1;
}

    /* ============================================================
       NAV
    ============================================================ */
    .navbar-nav {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .navbar-nav li a {
      display: block;
      padding: 2px 10px;
      text-decoration: none;
      color: #333;
      font-size: 24px;
      font-weight: 500;
      border-bottom: 3px solid transparent;
      transition: color 0.2s, border-color 0.2s;
      white-space: nowrap;
    }

    .navbar-nav li a:hover { 
      color: var(--brand); 
    }

    .navbar-nav li a.nav-active { 
      color: var(--brand); 
      border-bottom-color: var(--brand); 
      font-weight: 600; 
    }

    .navbar-nav li a.nav-partner { 
      color: var(--brand); 
      font-weight: 600; 
    }

    /* ============================================================
       RIGHT ICONS
    ============================================================ */
    .hdr-icon {
      position: relative;
      color: #333;
      text-decoration: none;
      transition: opacity 0.2s;
      font-size: 24px;
      display: flex;
      align-items: center;
    }

    .hdr-icon:hover { 
      opacity: 0.7;
    }

    .hdr-icon .icon-img {
      width: 30px;
      height: 30px;
    }

    .cart-badge {
      position: absolute;
      top: -6px;
      right: -8px;
      background: var(--brand);
      color: white;
      font-size: 10px;
      font-weight: 700;
      min-width: 18px;
      height: 18px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .login-link {
      text-decoration: none;
      color: #bf023f;
      font-weight: 700;
      font-size: 20px;
      letter-spacing: 0.5px;
      transition: color 0.2s;
      display: flex;
      align-items: center;
    }

    .login-link:hover { color: var(--brand); }
    
    .login-link .icon-img { 
      width: 30px;
      height: 30px;
    }
    /* Footer Section */
.footer {
    background: linear-gradient(180deg, #101820 0%, #06325D 100%);
    color: #fff;
    padding-top: 40px;
}

/* Match header container margins */
.footer .container-fluid {
    max-width: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
}

.footer-middle {
    padding-bottom: 30px;
}

/* Logo and About Section */
.widget-about {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.logo-footer img {
    max-width: 200px;
    height: auto;
    margin-bottom: 5px;
}

.mainfornt-hinfd {
    color: #fff;
    font-size: 0.95rem;
    line-height: 1.4;
    margin: 0 0 20px 0;
}

/* Desktop spacer to align Follow Us with Services/Contact/Other Pages row */
.desktop-spacer {
    height: 85px;
}

/* Widget Container */
.widget {
    margin-bottom: 0;
}

/* Widget Titles */
.widget-title {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Widget Body - Lists */
.widget-body {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget-body li {
    margin-bottom: 8px;
    line-height: 1.4;
}

.widget-body a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 0.9rem;
}

.widget-body a:hover {
    color: #fff;
}

/* Reduce gap between label and phone number in Contact Us section */
.widget-body li strong + br {
    display: none;
}

.widget-body strong {
    color: #fff;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 2px;
    white-space: nowrap;
}

/* Footer Social Icons - Horizontal Row */
.footer-social-icons {
    display: flex;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    flex-wrap: nowrap;
}

.footer-social-icons li {
    margin: 0;
}

.footer-social-icons img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.footer-social-icons a:hover img {
    transform: scale(1.1);
    opacity: 0.8;
}

/* Footer Location Text */
.footer-location {
    color: #ccc;
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0;
}

/* Footer Bottom */
.footer-bottom {
    padding: 15px 0;
    text-align: center;
    border-top: 2px solid rgba(255, 255, 255, 1);
}

.footer-copyright {
    color: #ccc;
    font-size: 0.85rem;
    margin: 0 0 8px 0;
    line-height: 1.4;
}

.footer-copyright strong {
    color: #fff;
    font-weight: 600;
}

.footer-links {
    font-size: 0.8rem;
    line-height: 1.5;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 0 5px;
}

.footer-links a:hover {
    color: #fff;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .footer .container-fluid {
        max-width: calc(100% - 100px);
    }
}

@media (max-width: 992px) {
    .footer {
        padding-top: 35px;
    }

    .footer .container-fluid {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .footer-middle {
        padding-bottom: 25px;
    }

    .mainfornt-hinfd {
        margin-bottom: 15px;
    }

    .widget-title {
        font-size: 1rem;
        margin-bottom: 12px;
    }

    .widget-body li {
        margin-bottom: 6px;
    }
}

@media (max-width: 768px) {
    .footer {
        padding-top: 30px;
    }

    .footer .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .logo-footer img {
        max-width: 180px;
    }

    .mainfornt-hinfd {
        font-size: 0.9rem;
        margin-bottom: 12px;
    }

    .widget-title {
        font-size: 0.95rem;
        margin-bottom: 10px;
    }

    .widget-body a {
        font-size: 0.85rem;
    }

    .widget-body li {
        margin-bottom: 5px;
    }

    .footer-social-icons img {
        width: 35px;
        height: 35px;
    }

    .footer-location {
        font-size: 0.8rem;
    }

    .footer-bottom {
        padding: 12px 0;
    }

    .footer-copyright {
        font-size: 0.8rem;
    }

    .footer-links {
        font-size: 0.75rem;
    }
}

@media (max-width: 576px) {
    .footer {
        padding-top: 20px;
    }

    .footer .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer-middle {
        padding-bottom: 12px;
    }

    /* Mobile View - Logo LEFT aligned */
    .widget-about {
        text-align: left;
        align-items: flex-start;
        gap: 6px;
        margin-bottom: 16px;
    }

    .logo-footer img {
        max-width: 160px;
        margin-bottom: 6px;
    }

    .mainfornt-hinfd {
        font-size: 0.85rem;
        margin-bottom: 4px;
        line-height: 1.4;
    }

    /* Reduce row margins - CRITICAL for preventing cropping */
    .footer-middle .row {
        margin-bottom: 12px !important;
        margin-left: -8px;
        margin-right: -8px;
    }

    .row.mb-3 {
        margin-bottom: 6px !important;
    }


    .col-6.mb-3,
    .col-4.mb-3,
    .col-12.mb-3 {
        margin-bottom: 14px !important;
        padding-left: 8px;
        padding-right: 8px;
    }
    .widget-title {
        font-size: 0.95rem;
        text-align: left;
        margin-bottom: 8px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .widget-body {
        text-align: left;
    }

    .widget-body a {
        font-size: 0.88rem;
    }

    .widget-body li {
        margin-bottom: 6px;
        line-height: 1.4;
    }

    .widget-body strong {
        font-size: 0.82rem;
        margin-bottom: 2px;
    }

    /* Social icons in single horizontal line on mobile */
    .footer-social-icons {
        gap: 10px;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: visible;
        margin-bottom: 12px;
    }

    .footer-social-icons img {
        width: 36px;
        height: 36px;
        flex-shrink: 0;
    }

    .footer-location {
        font-size: 0.85rem;
        text-align: left;
        line-height: 1.5;
    }

    .footer-bottom {
        padding: 12px 0;
    }

    .footer-copyright {
        font-size: 0.75rem;
        line-height: 1.4;
        margin-bottom: 6px;
    }

    .footer-links {
        font-size: 0.7rem;
        line-height: 1.5;
    }

    .footer-links a {
        padding: 0 4px;
    }
}
/* Enquiry button, whatsapp and chatbot */

#mybutton {
    position: fixed;
    right: 0px;
    bottom: 120px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.custome-her-eng {
    background-color: #1a2e52 !important;
    color: #ffffff !important;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 5px !important;
    border: none;
    border-radius: 6px 0 0 6px;
    cursor: pointer;
    box-shadow: -3px 3px 10px rgba(0,0,0,0.25);
    transition: background 0.2s ease;
    white-space: nowrap;
}

.custome-her-eng:hover {
    background-color: #2c4a80 !important;
}
#mybutton > div.icon-card {
    position: relative;
    width: 75px;
    height: 190px;
    margin-right: 0;
    padding: 0;
}

/* SVG scales to fill the smaller card */
#mybutton > div.icon-card .bg-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 190px;
    z-index: 0;
    pointer-events: none;
}

#mybutton > div.icon-card .bg-svg svg {
    display: block;
    width: 100px;
    height: 190px;
}
#mybutton > div.icon-card .icons-wrap {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 3px;
    width: 90px;   
    height: 90px;  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
#mybutton > div.icon-card a,
#chatbot-toggle-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s ease;
    text-decoration: none;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}

#mybutton > div.icon-card a:hover,
#chatbot-toggle-btn:hover {
    transform: scale(1.10);
}
#mybutton > div.icon-card a img,
#mybutton > div.icon-card a svg,
#chatbot-toggle-btn img.chat-icon {
    width: 55px;
    height: 55px;
    display: block;
    border-radius: 0;
    object-fit: contain;
}

/* ── Chatbot popup ── */
#chatbot-popup {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 20px;
    width: 350px;
    height: 550px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0,0,0,0.22);
    z-index: 10000;
    border: 1px solid #dde3ec;
    background: #fff;
    animation: popIn 0.2s ease;
}

@keyframes popIn {
    from { opacity: 0; transform: scale(0.95) translateY(8px); }
    to   { opacity: 1; transform: scale(1)    translateY(0);   }
}

#chatbot-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.modal-heading {
    font-size: 1.3rem;
    font-weight: 700;
}

.custom-modal {
    border-radius: 18px;
    overflow: hidden;
    border: none;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.custom-header {
    background: #bf023f;
    color: #fff;
    padding: 1rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.custom-header .modal-title {
    font-size: 1.8rem;
    font-weight: 450;
    margin: 0;
}

.custom-close {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.9;
}

.custom-close:hover {
    opacity: 1;
}

.get-app-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #bf023f !important;
    color: #fff !important;
    padding: 0.6rem 1.5rem;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: transform 0.2s ease, background 0.2s ease;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
    position: relative;
    z-index: 2;
}

.get-app-btn:hover,
.get-app-btn:focus {
    background: #991c3f !important;
    transform: translateY(-1px);
    text-decoration: none !important;
}

.modal-body {
    font-size: 1rem;
    color: #333;
}

/* MOBILE VIEW - make enquiry button smaller */
/* ================= MOBILE FIX ================= */
@media (max-width: 768px) {
.custome-her-eng {
        writing-mode: vertical-rl;
        transform: rotate(180deg); 
        
    }

    #mybutton {
        align-items: center; /* keeps alignment clean */
    }
    

     /* Move whole floating section slightly left */
    #mybutton {
        right: 0px;
        bottom: 90px;
        gap: 6px;
    }

    /* Icon card smaller */
    #mybutton > div.icon-card {
        width: 55px;
        height: 150px;
    }

    /* SVG background adjust */
    #mybutton > div.icon-card .bg-svg {
        width: 60px;
        height: 150px;
    }

    #mybutton > div.icon-card .bg-svg svg {
        width: 70px;
        height: 150px;
    }

    /* Icons smaller */
    #mybutton > div.icon-card a img,
    #chatbot-toggle-btn img.chat-icon {
        width: 40px;
        height: 40px;
        display: block;
        border-radius: 0;
        object-fit: contain;
    }

    /* Fine-tune icon alignment inside */
    #mybutton > div.icon-card .icons-wrap {
        left: -4px;   /* 👈 shift icons a bit left */
        top: 15px;
        gap: 4px;
        width: 75px;
        height: 75px;
    
    }
}
.modal-header{
  background-color: #bf023f;
  color: #fff !important;
}
.commn-color-bttn {
    color: #fff !important;
    background-color: #bf023f !important;
    width: 35%;
}
.header-icon {
  width: 30px;        /* adjust as needed */
  height: 30px;       /* keep equal for circle */
  object-fit: cover;  /* crops nicely instead of stretching */
  border-radius: 50%; /* makes it circular */
}
.dropdown-item{
    font-size: 18px !important;
}

.get-prod-btn {
    border-radius: 100px;
    border: none;
    border-bottom: 3px solid #bf023f; 
    background: #fff; 
    box-shadow: 0px 3.9px 8px rgba(0, 0, 0, 0.15);
    color: #bf023f;
    font-family: var(--font-head);
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 8px 10px;
    text-decoration: none;
}

.get-prod-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.2);
}

.get-prod-btn:active {
    transform: translateY(0);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}