/* Shared header/footer styles from index layout */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

html {
  scrollbar-gutter: stable;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@supports not (scrollbar-gutter: stable) {
  html {
    overflow-y: scroll;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 60px;
  z-index: 1000;
}

.logo-wrap {
  width: 130px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.nav-card {
  background: #fff;
  display: flex;
  height: 55px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.nav-link {
  text-decoration: none;
  color: #000000;
  font-weight: 400;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  padding: 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 126px;
  flex: 0 0 126px;
  border-bottom: 4px solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  height: 100%;
}

.nav-link.active {
  color: #f47437;
  border-bottom: 4px solid #f47437;
  font-weight: 700;
}

.divider {
  width: 1px;
  height: 20px;
  background-color: #eee;
  align-self: center;
}

.header-actions {
  display: flex;
  gap: 12px;
}

.btn-contact {
  background: #ff7a2f;
  color: #fff;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.btn-quote {
  background: #3a3a3a;
  color: #fff;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
}

.site-footer {
  background-color: #000000;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  padding: 80px 80px 20px;
  width: 100%;
  border-top: 1px solid #111;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 70px;
  align-items: flex-start;
}

.footer-col {
  flex: 1;
  min-width: 200px;
}

.contact-col {
  flex: 1.4;
}

.links-col {
  flex: 0.7;
}

.services-col {
  flex: 0.7;
}

.map-col {
  flex: 1.5;
}

.footer-logo {
  margin-bottom: 35px;
}

.footer-logo img {
  height: 75px;
  object-fit: contain;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contact-row {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 15px;
  color: #cccccc;
  line-height: 1.6;
}

.contact-icon-box {
  width: 20px;
  min-width: 20px; 
  flex-shrink: 0;  
  display: flex;
  justify-content: center;
  margin-top: 0; 
  color: #fff;
}

.contact-icon-box svg {
  width: 20px;
  height: 20px;
}

.footer-col h3 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 35px;
  letter-spacing: 0.5px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

.footer-links a {
  color: #999;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}

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

.social-icons{
  display:flex;
  gap:6px;        /* pehle 14px tha */
  margin-top:90px;
}

/* common container */
.social-link{
  width:30px;
  height:30px;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* instagram */
.social-link.instagram img{
  width:32px;
  height:32px;
  border-radius:6px;
  object-fit:contain;
}

/* facebook */
.social-link.facebook img{
  width:28px;
  height:28px;
  border-radius:50%;
  object-fit:contain;
}

.social-link:hover svg {
  stroke: #ff7a2f;
}

.map-container {
  width: 100%;
  height: 350px;
  background-color: #222;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.email-link {
  color: inherit;
  text-decoration: none;
}

.email-link:hover {
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid #1f1f1f;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 14px;
  color: #777;
}

.legal-links {
  display: flex;
  gap: 40px;
}

.legal-links a {
  color: #777;
  text-decoration: none;
  transition: 0.3s;
}

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

@media (max-width: 1024px) {
  .site-footer {
    padding: 60px 30px;
  }

  .footer-container {
    flex-direction: column;
    gap: 40px;
  }

  .map-container {
    height: 300px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .legal-links {
    gap: 20px;
    justify-content: center;
  }
}

/* Force consistent shared layout across all pages */
#site-header,
#site-header * {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

#site-footer,
#site-footer * {
  box-sizing: border-box;
}

#site-header .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 60px;
  z-index: 1000;
}

#site-header .header-top {
  display: flex;
  align-items: center;
}

#site-header .logo-wrap {
  width: 130px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#site-header .logo-img {
  width: auto;
  height: 70px;
  max-width: 100%;
  max-height: 65px;
  object-fit: contain;
}

#site-header .menu-toggle {
  display: flex;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.28);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

#site-header .menu-toggle span {
  width: 16px;
  height: 2px;
  background: #fff;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

@media (min-width: 769px) {
  #site-header .header {
    min-height: 115px;
  }

  #site-header .menu-toggle {
    display: none !important;
  }
}

#site-header .nav-card {
  background: #fff;
  display: flex;
  height: 55px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  padding: 0;
}

#site-header .nav-link {
  text-decoration: none;
  color: #000000;
  font-weight: 400;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0;
  padding: 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 126px;
  flex: 0 0 126px;
  border-bottom: 4px solid transparent;
  transition: color 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
  height: 100%;
  line-height: 1;
}

#site-header .nav-link.active {
  color: #f47437;
  border-bottom: 4px solid #f47437;
  font-weight: 700;
}

#site-header .divider {
  width: 1px;
  height: 20px;
  background-color: #eee;
  align-self: center;
}

#site-header .header-actions {
  display: flex;
  gap: 12px;
  align-items: center;
  flex: 0 0 auto;
}

#site-header .btn-contact,
#site-header .btn-quote {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  border-radius: 4px;
  border: 0;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;   
  white-space: nowrap;
  box-sizing: border-box;
  flex: 0 0 auto;
}

#site-header .btn-contact {
  background: #ff7a2f;
  color: #fff;
  gap: 6px;
}

#site-header .btn-quote {
  background: #3a3a3a;
  color: #fff;
  min-width: 112px;
}

#site-header .btn-contact svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  display: block;
  margin-right: 0 !important;
}

@media (max-width: 768px) {
  #site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2200;
    width: 100vw;
    max-width: 100vw;
  }

  #site-header .header {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100vw;
    max-width: 100vw;
    padding: 10px 12px 0;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    background: transparent;
    z-index: 2000;
  }

  #site-header .header.menu-open {
    background: rgba(0, 0, 0, 0.95);
    padding-bottom: 12px;
  }

  #site-header .header-top {
    width: 100%;
    justify-content: space-between;
    position: relative;
  }

  #site-header .logo-wrap {
    width: 74px;
    height: 34px;
    margin: 0;
  }

  #site-header .logo-img {
    height: 34px;
    max-height: 34px;
  }

  #site-header .menu-toggle {
    display: flex !important;
    position: absolute;
    right: 0;
    top: 1px;
    width: 30px;
    height: 24px;
    border: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
    gap: 0;
    opacity: 1;
    z-index: 2;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
  }

  #site-header .menu-toggle span {
    display: block;
    width: 14px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  #site-header .header.menu-open .menu-toggle span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  #site-header .header.menu-open .menu-toggle span:nth-child(2) {
    opacity: 0;
  }

  #site-header .header.menu-open .menu-toggle span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  #site-header .nav-card {
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    white-space: normal;
    justify-content: flex-start;
    flex-direction: column;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #0a0a0a;
  }

  #site-header .header.menu-open .nav-card {
    display: flex;
  }

  #site-header .nav-link {
    width: 100%;
    flex: 0 0 auto;
    min-height: 42px;
    padding: 10px 12px;
    color: #f3f3f3;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    border-left: 0;
    font-size: 14px !important;
  }

  #site-header .nav-link.active {
    color: #f47437;
    background: rgba(244, 116, 55, 0.12);
    border-bottom-color: rgba(244, 116, 55, 0.35);
  }

  #site-header .nav-card .nav-link:last-of-type {
    border-bottom: 0;
  }

  #site-header .divider {
    display: none;
  }

  #site-header .header-actions {
    display: none;
    width: 100%;
    gap: 8px;
    margin-top: 4px;
  }

  #site-header .header.menu-open .header-actions {
    display: flex;
  }

  #site-header .btn-contact,
  #site-header .btn-quote {
    flex: 1;
    justify-content: center;
    height: 40px;
    min-width: 0;
    padding: 10px 12px;
    font-size: 13px;
  }

  #site-footer {
    padding: 44px 16px 16px;
  }

  #site-footer .footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 18px;
    margin-bottom: 22px;
  }

  #site-footer .contact-col {
    grid-column: 1 / -1;
  }

  #site-footer .links-col,
  #site-footer .services-col {
    min-width: 0;
  }

#site-footer .map-col {
  display: none;
}

#site-footer .social-icons {
  display: flex;
  justify-content: flex-start;   
  margin-top: 100px;
}

  #site-footer .footer-logo {
    margin-bottom: 20px;
  }

  #site-footer .footer-logo img {
    height: 56px;
  }

  #site-footer .contact-details {
    gap: 16px;
  }

  #site-footer .contact-row {
    font-size: 13px;
    line-height: 1.5;
    gap: 10px;
  }

  #site-footer .footer-col h3 {
    font-size: 18px;
    margin-bottom: 14px;
  }

  #site-footer .footer-links li {
    margin-bottom: 10px;
  }

  #site-footer .footer-links a {
    font-size: 13px;
    line-height: 1.4;
  }

#site-footer .footer-bottom {
    padding-top: 16px;
    gap: 10px;
  }

  #site-footer .copyright-text {
    font-size: 12px;
    line-height: 1.45;
  }

  #site-footer .legal-links {
    display: none;
  }

  #site-footer .links-title-desktop,
  #site-footer .footer-links-desktop {
    display: none;
  }

  #site-footer .links-title-mobile,
  #site-footer .footer-links-mobile {
    display: block;
  }
}

@media (max-width: 420px) {
  #site-footer .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 16px 14px;
  }

  #site-footer .footer-col h3 {
    font-size: 16px;
    margin-bottom: 12px;
  }

  #site-footer .footer-links a {
    font-size: 12px;
  }
}

@media (min-width: 769px) {
  #site-footer .links-title-mobile,
  #site-footer .footer-links-mobile {
    display: none;
  }

  #site-footer .links-title-desktop,
  #site-footer .footer-links-desktop {
    display: block;
  }
}


.footer-hover-link {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}


.footer-hover-link:hover {
    color: #ff7a2f; 
    text-decoration: underline; 
    text-underline-offset: 4px; 
}


.hover-icon-row:hover .contact-icon-box svg {
    color: #ff7a2f;
    transition: color 0.3s ease;
}

/* mobile */

.footer-hover-link {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}


.footer-hover-link:hover,
.footer-hover-link:active {
    color: #ff7a2f; 
    text-decoration: underline; 
    text-underline-offset: 4px; 
}


.hover-icon-row:hover .contact-icon-box svg,
.hover-icon-row:active .contact-icon-box svg {
    color: #ff7a2f;
    transition: color 0.3s ease;
}

/* Whatsapp Popup Intefration */

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
  cursor: pointer;
  z-index:9999;
}
.whatsapp-float:hover {
  background-color: #1ebe5d; /* darker green */
  transform: scale(1.05); /* optional small zoom effect */
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
  fill: white;
}


/* Whatsapp Popup Intefration */
.whatsapp-popup {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 280px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  padding: 15px;
  display: none;
  font-family: Arial;
  z-index:10000;
  color: #000;
  font-size: 14px;
}

.popup-header {
  font-weight: bold;
  margin-bottom: 10px;
}

.chat-btn {
  display: block;
  background: #25D366;
  color: white;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 10px;
}

.close-btn {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
  font-weight: bold;
}
/* tab */

@media (min-width: 769px) and (max-width: 1024px) {
  .social-icons {
    gap: 16px; 
  }

  .social-link {
    width: 44px; 
    height: 44px;
    flex-shrink: 0; 
  }

  .social-link.instagram img,
  .social-link.facebook img {
    width: 44px;
    height: 44px;
    flex-shrink: 0; 
    object-fit: contain; 
    

    image-rendering: -webkit-optimize-contrast; 
    image-rendering: crisp-edges; 
    
    transform: translateZ(0);
    -webkit-font-smoothing: antialiased; 
  }
}