body{
   overflow-x:hidden;
   }
/* Header Stick */
   /* Sticky Header for Mobile */
   header {
   z-index: 1000; 
   position: sticky;
   top: 0;
   background:#fff;
   }

/* ===== Top Bar ===== */

.topbar {
  background: #CAF4FF;
  padding: 10px 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Location Box */

.location-box {

  background: #ffffff00;
  border-radius: 4px 4px 0px 0px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Inter;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #000;
}

.location-box i {
  font-size: 13px;
}

/* Individual / Corporate */

.toggle-box {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.toggle-btn {
  padding: 8px 14px;
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #8093A0;
  border: none;
  background: transparent;
  border-radius: 4px 4px 0 0;
}

.toggle-btn.active {
  height: 41px;
  background: #fff;
  color: #3E4A52;

}

/* ===== Navbar ===== */

.navbar {
  padding: 12px 52px;
  background: #fff;
}

/* Menu Links */

.navbar-nav .nav-link {

  font-family: var(--font-toyota);
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #3E4A52;
  padding: 10px 16px;
}

.navbar-nav .nav-link:hover {
  color: #00708D;
}


.btn-login {
  font-family: var(--font-toyota);
  border: 1px solid #00708D;
  border-radius: 30px;

  font-weight: 600;
  font-size: 16px;
  line-height: 32px;

  text-transform: uppercase;

  color: #00708D;

  padding: 6px 18px;
}

.btn-login:hover {
  background: #00708D;
  color: #fff;
}

/* Request Callback */

.btn-callback {

  background: #00708D;
  border-radius: 30px;
  font-family: var(--font-toyota);
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;

  text-transform: uppercase;

  color: #EEEFF0;

  padding: 6px 20px;

  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-callback:hover {
  background: #ffffff;
  border: 1px solid #00708D;
  color: #00708D;
}

.btn-callback i {
  font-size: 14px;
}

/* Logo */

.navbar-brand img {
  height: 40px;
}


@media (max-width:991px) {

  .navbar {
    padding: 10px 15px;
  }

  .navbar-nav {
    margin-top: 15px;
  }

  .topbar {
    padding: 10px 15px 0px;
  }

}

/* =========================
FOOTER
========================= */

.main-footer {
  height: 693px;

  color: #000;
  padding-top: 40px;
  position: relative;
z-index: 1;
   background: url('https://kinto-india.websites4demo.com/upload/home/footer-bg.png') center center no-repeat;
   background-size: cover;
}

/* Mobile Fix — car left me dikhane ke liye */
@media (max-width: 767px) {

   .main-footer {
      background-position: left center !important;
   }
.main-footer::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;

      /* White overlay */
      background: rgba(255,255,255,0.85);

      z-index: 1;
   }

   /* Content overlay ke upar rahe */
   .main-footer > * {
      position: relative;
      z-index: 2;
   }
}

.footer-overlay {
  padding: 40px 80px;
}


.footer-grid {
  display: flex;
  grid-template-columns: 420px 1fr;
  gap: 80px;
}

/* LEFT AREA */

.footer-left-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* QR */

.footer-qr {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-qr img {
  width: 90px;
}

.footer-qr p {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}


.kinto-logo {
  width: 140px;
  margin-bottom: 10px;
}

.footer-address {
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 15px;
  line-height: 1.3em;
  letter-spacing: 0%;

}

.footer-address a {
  color: #000;
  text-decoration: none;
  display: inline-block;
}

.footer-address a:hover {
  color: #00708D;
}


.footer-social {
  display: flex;
  gap: 12px;
}

.footer-social a {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  color: #000;
}


.footer-right-area {
  display: flex;
  flex-direction: column;
  gap: 40px;
}


.footer-contact {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #655b5b;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-item span {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 15px;
}

.location-box-footer {
  font-family: "Inter", sans-serif;
  margin-left: 60px;
  font-weight: 700;
  font-size: 15px;
  border: 1px solid #333;
  padding: 8px 15px;
}


.footer-links {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-col h4 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #000000CC;
  font-size: 15px;
  margin-bottom: 8px;
}

.footer-col a {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;

  text-decoration: none;
  color: #000;
  font-size: 14px;
}


.footer-powered img {
  width: 160px;
  margin-top: 10px;
}


.footer-bottom {
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 12px 80px;
}

.footer-policy {
  display: flex;
  gap: 15px;
}

.footer-policy a {
  text-decoration: none;
  color: #000;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;

}

.footer-copy {
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-style: Medium;
  line-height: 100%;
}


@media (max-width:768px) {
  .main-footer {
    height: 100%;
  }

  .footer-overlay {
    padding: 30px 20px;
  }

  .location-box-footer {
    margin-left: 0px;
  }

  .footer-grid {
    flex-direction: column;
    gap: 40px;
  }

  .info-col.d-flex.flex-column.flex-md-row.gap-5 {
    gap: 10px !important;
  }

  .footer-policy a {
    font-size: 12px;
  }

  .footer-contact {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    gap: 30px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }

}


/* =========================
SECTION : Fluid container
========================= */

.container-fluid {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

/* Mobile */
@media (max-width: 768px) {
  .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}


/* =========================
Page : breadcrumb
========================= */

.breadcrumb-area {
  font-family: var(--font-toyota);
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #8093A0;
  margin-top: 25px;
}
/* ==============================
   Support Widget or Fixed Call Button START
   ==============================  */
   .support-widget {
   position: fixed;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
   display: flex;
   flex-direction: row;
   align-items: center;
   z-index: 9999;
   cursor: pointer;
   }
   .support-icon {
   position: relative;
   width: 54px;
   height: 58px;
   background: #00718d;
   border-radius: 0 10px 10px 0;
   display: flex;
   align-items: center;
   justify-content: center;
   box-shadow: 4px 4px 20px rgba(0,0,0,0.30);
   transition: background 0.3s ease;
   flex-shrink: 0;
   z-index: 2;
   }
   .support-widget:hover .support-icon {
   background: #00718d;
   }
   .support-icon img {
   width: 36px;
   height: 36px;
   object-fit: contain;
   transition: filter 0.3s ease, transform 0.3s ease;
   }
   .support-widget:hover .support-icon img {
   transform: rotate(-15deg) scale(1.1);
   }
   .support-ping {
   position: absolute;
   top: 7px;
   right: 7px;
   width: 10px;
   height: 10px;
   }
   .support-ping::before,
   .support-ping::after {
   content: '';
   position: absolute;
   inset: 0;
   border-radius: 50%;
   }
   .support-ping::before {
   background: #4ade80;
   animation: ping 1.6s cubic-bezier(0,0,0.2,1) infinite;
   }
   .support-ping::after {
   width: 6px;
   height: 6px;
   top: 2px;
   left: 2px;
   background: #22c55e;
   }
   @keyframes ping {
   0%   { transform: scale(1);   opacity: 0.8; }
   70%  { transform: scale(2.4); opacity: 0;   }
   100% { transform: scale(2.4); opacity: 0;   }
   }
   .support-panel {
   display: flex;
   flex-direction: column;
   justify-content: center;
   gap: 2px;
   background: #2C353B;
   border-radius: 0 10px 10px 0;
   white-space: nowrap;
   overflow: hidden;
   pointer-events: none;
   position: relative;
   max-width: 0;
   padding: 14px 0;
   opacity: 0;
   transition:
   max-width 0.4s cubic-bezier(0.4, 0, 0.2, 1),
   opacity   0.3s ease 0.05s,
   padding   0.4s ease;
   }
   @media (hover: hover) {
   .support-widget:hover .support-panel {
   max-width: 240px;
   opacity: 1;
   padding: 14px 20px 14px 14px;
   pointer-events: all;
   }
   }
   .support-widget.is-open .support-panel {
   max-width: 240px;
   opacity: 1;
   padding: 14px 36px 14px 14px;
   pointer-events: all;
   }
   .support-close {
   display: none; 
   position: absolute;
   top: 6px;
   right: 7px;
   width: 22px;
   height: 22px;
   background: rgba(255,255,255,0.12);
   border: none;
   border-radius: 50%;
   color: #fff;
   font-size: 12px;
   line-height: 1;
   cursor: pointer;
   align-items: center;
   justify-content: center;
   transition: background 0.2s;
   z-index: 5;
   }
   .support-close:hover {
   background: rgba(255,255,255,0.25);
   }
   @media (hover: none), (pointer: coarse) {
   .support-close {
   display: flex;
   }
   }
   .support-label {
   font-family: 'Inter', sans-serif;
   font-size: 11px;
   font-weight: 500;
   color: rgba(255, 255, 255, 0.55);
   letter-spacing: 0.8px;
   text-transform: uppercase;
   }
   .support-number {
   font-family: 'Inter', sans-serif;
   font-size: 15px;
   font-weight: 700;
   color: #FED24A;
   text-decoration: none;
   display: flex;
   align-items: center;
   gap: 7px;
   transition: color 0.2s ease;
   }
   .support-number i {
   font-size: 13px;
   animation: phoneRing 1.4s ease infinite;
   }
   .support-number:hover { color: #ffffff; }
   @keyframes phoneRing {
   0%, 100% { transform: rotate(0deg);    }
   10%       { transform: rotate(-15deg);  }
   20%       { transform: rotate(15deg);   }
   30%       { transform: rotate(-10deg);  }
   40%       { transform: rotate(10deg);   }
   50%       { transform: rotate(0deg);    }
   }
   @media (max-width: 576px) {
   .support-icon     { width: 46px; height: 50px; }
   .support-icon img { width: 28px; height: 28px; }
   .support-number   { font-size: 13px; }
   .support-label    { font-size: 10px; }
   }

   /* =========================
   REQUEST CALLBACK Button POPup START ========================= */

   .btn-callback-submit {
   background: #00708D!important;
   height: 44px!important;
   border-radius: 30px!important;
   font-weight: 600;
   text-transform: uppercase!important;
   border: none!important;
   cursor: pointer!important;
   }
   .modal-title { font-family: var(--font-toyota); font-weight: 700; font-style: Bold; font-size: 30px; color: #2C353B; }
   .btn-callback-submit:hover {
   background-color: #005c74!important;
   }
   .modal-header.border-0 {
   padding-bottom: 0px!important;
   }
   .form-control, .form-select, textarea.form-control { height: 56px; padding: 12px 16px; font-size: 16px; font-weight: 400; line-height: 32px; color: #2C353B; border: 1px solid #69808F; border-radius: 4px; font-family: 'Toyota Type', 'Inter', sans-serif; transition: border-color 0.3s ease; } textarea.form-control { height: 138px; resize: vertical; padding-top: 12px; padding-bottom: 12px; } .form-control::placeholder, textarea.form-control::placeholder { color: #3E4A52; font-weight: 400; } .form-control:focus, .form-select:focus, textarea.form-control:focus { border-color: #00708D; box-shadow: 0 0 0 2px rgba(0, 112, 141, 0.3); outline: none; }
/* =========================
   LOcation City Popup (Mumbai)
     ========================= */
      .modal {
   z-index: 1100 !important;
   }
   .modal-backdrop {
   z-index: 1090 !important;
   }
   .city-popup{
   border-radius:20px;
   }
   .search-box{
   width:260px;
   }
   .search-box input{
   border-radius:25px;
   padding:10px 16px;
   border:1px solid #e5e5e5;
   }
   .city-card{
   position:relative;
   height: 250px;
   border-radius:14px;
   overflow:hidden;
   cursor:pointer;
   }
   .city-card img{
   width:100%;
   height: 100%;
   
   object-fit:cover;
   }
   .city-card span{
   position:absolute;
   bottom:0;
   left:0;
   right:0;
   color:#fff;
   font-size:14px;
   font-weight:500;
   padding:8px 10px;
   background:linear-gradient(transparent,rgba(0,0,0,0.8));
   }
   .city-card:hover{
   transform:scale(1.05);
   transition:0.3s;
   }