body{
margin:0;
font-family:Arial, Helvetica, sans-serif;
background:#f6f7fb;
color:#1f2937;
padding-top: 60px; 
}

#mainNav {
  border-bottom: 1px solid #e5e7eb;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff; /* important */
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.navbar-brand img {
  width: 46px;
}

.navbar-icons {
  color: rgba(0, 0, 0, 0.55);
  font-size: 13px;
  letter-spacing: 0.5px;
  transition: color 0.2s ease;
  cursor: pointer;
}

.navbar-icons:hover {
  color: #000000;
}

.navbar-nav .nav-link {
  padding: 8px 12px !important;
}

.enquire-btn {
  font-size: 13px;
  padding: 6px 16px;
  border-radius: 6px;
  white-space: nowrap;
}
.active-nav .navbar-icons {
  color: #000000;
  border-bottom: 2px solid #170553;
  padding-bottom: 2px;
}

/* Mobile nav */
@media (max-width: 991px) {
  .navbar-collapse {
    background: #fff;
    padding: 12px 4px;
    border-top: 1px solid #e5e7eb;
    margin-top: 8px;
  }

  .navbar-nav .nav-link {
    padding: 10px 4px !important;
  }

  .enquire-btn {
    margin-top: 8px;
    width: fit-content;
  }
}

/* MAIN LAYOUT */

.contactpage-main{
padding:80px 20px;
}

.contactpage-container{
max-width:1200px;
margin:auto;
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
}

/* HERO */

.contactpage-hero{
background:#1f355e;
color:white;
padding:40px 20px;
text-align:center;
}

.contactpage-hero-title{
   font-family: 'Playfair Display', serif; 
}

.contactpage-hero-content{
max-width:800px;
margin:auto;
}

.contactpage-hero h1{
font-size:52px;
margin-bottom:20px;
}

.contactpage-hero p{
font-size:18px;
color:#d1d5db;
line-height:1.7;
}

/* LEFT SIDE */

.contactpage-title{
font-size:28px;
margin-bottom:30px;
}

.contactpage-cards{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
}

.contactpage-card{
background:white;
padding:22px;
border-radius:10px;
box-shadow:0 2px 8px rgba(0,0,0,0.05);
}

.contactpage-card h4{
margin:0 0 10px;
}

.contactpage-card span{
font-size:13px;
color:#6b7280;
}

/* WHATSAPP BOX */

.contactpage-whatsapp{
background:#e8f7ee;
padding:25px;
border-radius:12px;
margin-top:30px;
}

.contactpage-whatsapp h3{
margin-top:0;
}

.contactpage-whatsapp-btn{
display:inline-block;
background:#25D366;
color:white;
padding:12px 24px;
border-radius:8px;
text-decoration:none;
margin-top:10px;
font-weight:600;
}

/* FORM */
.contactpage-formbox{
background:white;
padding:30px;
border-radius:12px;
box-shadow:0 3px 10px rgba(0,0,0,0.05);
}

.contactpage-formbox h3{
margin-top:0;
margin-bottom:20px;
}

.contactpage-form{
display:flex;
flex-direction:column;
gap:16px;
}

.contactpage-row{
display:grid;
grid-template-columns:1fr 1fr;
gap:10px;
}

.contactpage-form input,
.contactpage-form textarea{
padding:12px;
border-radius:6px;
border:1px solid #d1d5db;
font-size:14px;
}

.contactpage-form button{
background:#1f355e;
color:white;
padding:14px;
border:none;
border-radius:8px;
font-weight:600;
cursor:pointer;
}

.contactpage-note{
font-size:13px;
color:#6b7280;
text-align:center;
}

/* INDIA SECTION */
.contactpage-india{
text-align:center;
padding:80px 20px;
}

.contactpage-india p{
color:#6b7280;
max-width:700px;
margin:auto;
}

.contactpage-india-grid{
margin-top:40px;
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
max-width:900px;
margin-left:auto;
margin-right:auto;
}

.contactpage-region{
background:white;
padding:20px;
border-radius:10px;
border:1px solid #e5e7eb;
}

.highlight{
background:#979899;
color:white;
}

.g-map{
    width:"100%"
}

/* FOOTER */
.contact-footer {
  background: #1b2c4a;
  color: white;
  padding: 70px 20px 30px;
  margin-top: 20px;
}

.contact-footer-container {
  max-width: 1200px;
  margin: auto;
}

.contact-footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 50px;
  margin-bottom: 40px;
}

.contact-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.contact-logo span {
  background: #ffffff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: bold;
}

.contact-footer-description {
  color: #cbd5e1;
  line-height: 1.6;
  margin-bottom: 20px;
}

.contact-socials {
  display: flex;
  gap: 12px;
}

.contact-socials span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #2b3e63;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.contact-footer-links h4 {
  margin-bottom: 18px;
}

.contact-footer-links ul {
  list-style: none;
  padding: 0;
}

.contact-footer-links li {
  margin-bottom: 10px;
  color: #cbd5e1;
  font-size: 14px;
}

.contact-footer-links a {
  text-decoration: none;
  color: #cbd5e1;
}

.contact-footer-links a:hover {
  color: white;
}

.contact-footer-bottom {
  border-top: 1px solid #334155;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
  color: #cbd5e1;
}

/* RESPONSIVE */

@media(max-width:900px) {
  .contact-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .contact-cta-title {
    font-size: 32px;
  }

}

/* RESPONSIVE */

@media(max-width:900px){
.contactpage-container{
grid-template-columns:1fr;
}

.contactpage-cards{
grid-template-columns:1fr;
}

.contactpage-row{
grid-template-columns:1fr;
}

.contactpage-india-grid{
grid-template-columns:1fr;
}

}

/* ------- */

@media(max-width:500px) {

.contactpage-hero h1{
font-size:32px;
}

.contactpage-hero p{
font-size:16px;
}
}

/* floating button */
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    background: #25D366;
    color: white;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.4s ease;
    animation: pulse 2s infinite;

    /* hidden by default */
    opacity: 0;
    pointer-events: none;
}

.whatsapp-float.whatsapp-visible {
    opacity: 1;
    pointer-events: all;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
}

.whatsapp-float:hover {
    transform: scale(1.12);
    box-shadow: 0 6px 28px rgba(37, 211, 102, 0.7);
    color: white;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    70% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.call-float {
    position: fixed;
    bottom: 96px;
    /* sits just above the whatsapp button (24 + 58 + 14 gap) */
    right: 24px;
    z-index: 9999;
    background: #dadeff;
    color: rgb(217, 0, 0);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.4s ease;
    animation: callPulse 2s infinite;

    /* hidden by default */
    opacity: 0;
    pointer-events: none;
}

.call-float.call-visible {
    opacity: 1;
    pointer-events: all;
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.5);
}

.call-float:hover {
    transform: scale(1.12);
    box-shadow: 0 6px 28px rgba(37, 99, 235, 0.7);
    color: rgb(38, 6, 223);
}

@keyframes callPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.5);
    }

    70% {
        box-shadow: 0 0 0 14px rgba(37, 99, 235, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0);
    }
}