:root {
  --header-height: 72px;
  --header-bg: rgba(255, 255, 255, 0.7);
  --feature-cycle: 3.6s;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: rgb(0, 35, 77, 1) !important;
}

body {
  background-color: #E8F0F8;
  background-image: radial-gradient(
      circle,
      rgba(255, 255, 255, 0.11) 1px,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 2px
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.02)),
    repeating-linear-gradient(
      135deg,
      rgba(255, 255, 255, 0.02) 0 2px,
      transparent 2px 10px
    );
  background-size: 14px 14px, 100% 100%, 10px 10px;
  background-blend-mode: overlay, normal, overlay;
 
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.site-container {
  background: rgba(255, 255, 255, 0.02);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

header {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--header-height);
  z-index: 10000;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  padding: 0 6%;
  background: var(--header-bg);
  backdrop-filter: blur(6px);
  /* subtle glass effect */
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

#fixed-header-nav {
  margin: 0 auto;      
}

li a button {
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  list-style: 0;
}

.logo {
  cursor: pointer;
  width: 60px;
  height: 60px;
  object-fit: contain;
  background-color: #E8F0F8;
  border-radius: 6%;
}

.logo-container {
  display: flex;
  align-items: center;
  justify-content: flex-start; 
}

.channel-partner-text {
  font-size: 8px;
  color: #666;
  font-weight: 200;
  line-height: 1;
  margin-left: 2px;
  letter-spacing: 0.3px;
}

.nav__links {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav__links li {
  display: inline-block;
}

.nav__links li a {
  display: inline-block;
  transition: 0.15s ease, transform 0.12s ease;
  text-decoration: none;
  color: inherit;
  font-size: 19px;
  font-weight: 600;
  padding: 8px 12px;
  border-radius: 8px;
}

.nav__links li a:hover {
  background: rgba(0, 0, 0, 0.06) !important;
  transform: translateY(-2px);
}

.header-phone {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
  color: #1E88E5;        
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 8px;
  transition: all 0.2s ease;
}

.header-phone i {
  color: #1E88E5;       
  font-size: 18px;
}

.header-phone:hover {
  background: rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}

button {
  background-color: #ffffff4d !important;
  border: none;
  padding: 10px;
  color: #642e11 !important;
  border-radius: 10px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.hero-card {
  position: absolute;
  top: 100px;
  right: 20px;
  transform: none;
  width: min(30%, 400px);
  height: 600px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
  z-index: 20;

  /* glass / translucent look */
  background: linear-gradient(
    180deg,
    rgba(44, 39, 39, 0.922),
    rgba(225, 255, 255, 0.06)
  );
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-sizing: border-box;
}

.hero-card,
.hero-card * {
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

/* Left column content */
.hero-card__left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

/* Typography */
.hero-card__tag {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.download-btn {
  display: block;                 
  margin: 12px auto;              
  min-width: 220px;             
  background: #895bff;
  color: #fff !important;
  border: none;
  white-space: nowrap;           
  padding: 12px 24px;           
  border-radius: 8px;
  font-weight: 700;
  font-size: medium;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(100, 46, 17, 0.14);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}


.download-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(100, 46, 17, 0.18);
}

.hero-card__title {
  margin: 0 0 6px 0;
  font-size: 20px;
  line-height: 1.05;
  color: #fff;
}

.hero-card__sub {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

/* list */
.hero-card__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 14px;
}

.hero-card__list li {
  margin: 6px 0;
}

/* features inline */
.hero-card__features {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  flex-wrap: wrap;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 13px;
}

@keyframes rp-blink {
  0%,
  100% {
    opacity: 1;
    transform: translateY(0);
  }

  50% {
    opacity: 0.15;
    transform: translateY(-2px);
  }
}

.hero-card__features span {
  background: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  padding: 10px 10px;
  text-align: center;
  font-size: medium;
  border-radius: 8px;
  animation: rp-blink 1.6s ease-in-out infinite;
}

.hero-card__features span:nth-child(1) {
  animation-delay: 0s;
}

.hero-card__features span:nth-child(2) {
  animation-delay: 0.13s;
}

.hero-card__features span:nth-child(3) {
  animation-delay: 0.26s;
}

.hero-card__features span:nth-child(4) {
  animation-delay: 0.39s;
}

/* note */
.hero-card__note {
  margin-top: 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.95);
}

/* Right column (price) */
.hero-card__right {
  width: 100%;
  flex: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* price block */
.hero-card__price-label {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
}

.hero-card__price {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.1) !important;
  padding: 8px 10px;
  border-radius: 8px;
  margin-top: 6px;
  box-shadow: 0 6px 14px rgba(100, 46, 17, 0.18);
}

.enquire-btn-con {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.enquire-btn {
  margin-top: 12px;
  width: 150px;
  background: #895bff;
  color: #fff !important;
  border: none;
  padding: 10px 12px;
  border-radius: 8px;
  font-weight: 700;
  font-size: medium;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(100, 46, 17, 0.14);
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.enquire-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(100, 46, 17, 0.18);
}

.hero-card--dark {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.28));
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

#main-image-con {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: 100vh;
}

#main-image-con img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

#contact-us {
  background: #642e11;
  color: #fff;
  border: none;
  padding: 8px 14px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
  transition: box-shadow 0.12s ease, transform 0.12s ease;
}

#contact-us:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(100, 46, 17, 0.18);
}

.whatsapp-fab {
  position: fixed;
  background: transparent;
  right: 18px;
  bottom: 5px;
  z-index: 60;
  display: flex;
  align-items: center;
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.whatsapp-fab__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;

  text-decoration: none;
  color: white;
  position: relative;
  overflow: visible;
  opacity: 1;
  visibility: visible;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.whatsapp-tooltip {
  position: absolute;
  right: 30px;
  bottom: 50%;
  transform: translateY(50%) translateX(6px);
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 10px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.16s ease, transform 0.16s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}

.whatsapp-fab .whatsapp-tooltip {
  opacity: 1 ;
  visibility: visible;
  transform: translateY(50%) translateX(0);
}

.whatsapp-fab__link:hover {
  transform: translateY(-2px);
}

.whatsapp-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.call-fab {
  position: fixed;
  bottom: 50px;     
  right: 22px;
  z-index: 1100;
  /* allow children to handle pointer */
}

.call-fab__link {
  pointer-events: auto;
  display: inline-flex;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: none;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  position: relative;
}

.call-icon {
  width: 30px;
  height: 30px;
  fill: blue;
}

.call-tooltip {
  position: absolute;
  right: calc(100% + 14px);  
  top: 50%;
  transform: translateY(-50%) translateY(2px);
  background: #0b69ff;       
  color: #ffffff !important;  
  padding: 4px 8px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 8px 22px rgba(11,36,64,0.12);
  opacity: 1;
  visibility: visible;
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
  z-index: 1200;
  pointer-events: none;
}

.call-fab__link:hover {
  transform: translateY(-2px);
}

.line {
  width: 100%;
  text-align: center;
  margin: 40px 0;
  position: relative;
  font-size: 22px;
  color: #6c5f54;   
  letter-spacing: 8px;
}

.line::before,
.line::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 1px;
  background: #8a827c; 
}

.line::before {
  left: 0;
}

.line::after {
  right: 0;
}

.lead-icons {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center; 
  padding: 0;
}

.lead-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  outline: none;
  transition: none !important;
}

.lead-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.lead-icon:hover,
.lead-icon:focus {
  transform: translateY(-3px);
  box-shadow: 0 12px 26px rgba(0,0,0,0.18);
}

.lead-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;          
  margin-top: 18px;   
}

@media (max-width: 1200px) {
  header {
    padding: 0 4%;
  }
  .hero-card {
    display: none;
  }
  .channel-partner-text {
    font-size: 6px;
  }
}

@media (max-width: 900px) {
  header {
    padding: 0 6%;
    --header-height: 64px;
  }

  .nav__links li a {
    padding: 2px 4px;
    font-size: 8px;
  }

  #fixed-header-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }

  #contact-us {
    font-weight: 100;
    font-size: xx-small;
  }

  .hero-card {
    display: none;
  }

   #main-image-con {
    margin-top: 14px;  
  }

  #fixed-header-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
  }
}

@media (max-width: 520px) {
  header {
    padding: 0 12px;
  }
  .nav__links li a {
    padding: 2px 4px;
    font-size: 8px;
  }

  .logo {
    width: 40px;
    height: 40px;
  }
  .nav__links {
    gap: 4px;
  }

  .whatsapp-fab__link {
    width: 44px;
    height: 44px;
  }
  .whatsapp-tooltip {
    right: 62px;
    font-size: 12px;
    padding: 6px 8px;
  }
  .hero-card {
    display: none;
  }
    header {
    padding: 0 12px;
  }

  .logo {
    width: 40px;
    height: 40px;
  }

  .channel-partner-text {
    font-size: 6px;
  }
  .nav__links {
    gap: 6px;
  }

  .whatsapp-fab__link {
    width: 44px;
    height: 44px;
  }
  .whatsapp-tooltip {
    right: 62px;
    font-size: 12px;
    padding: 6px 8px;
  }
  .hero-card {
    display: none;
  }
   #main-image-con {
    margin-top: 65px;   
  } 
}

@media (max-width: 768px) {
  .call-fab {
    bottom: 70px !important;
  }
  .nav__links li a {
    padding: 2px 4px;
    font-size: 8px;
  }

  .call-icon{
  width: 40px;
  }
  
  .call-fab__link{
  width: 40px;
  height: 40px;
  }
  .nav__links li a {
    padding: 2px 4px;
    font-size: 8px;
  }
  body.show-lead .lead-icons {
    margin-top: 6px !important;
    gap: 6px !important;
  }
  body.show-lead .lead-icon {
    width: 26px !important;
    height: 26px !important;
  }
   .header-phone {
    white-space: nowrap !important;
    flex-wrap: nowrap !important;
    font-size: 4px !important;
    gap: 4px !important;
  }

  .header-phone span,
  .header-phone i {
    white-space: nowrap !important;
    font-size: 8px;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .header-phone {
    font-size: 8px !important;
    letter-spacing: 0.9px;
  }
  .header-phone i {
    font-size: 8px;
    margin: 0;
    
  }
}











