.footer-row2 .navbar-brand img{
    height:170px !important
}

.text-justify{
    text-align: justify;
}
.main-header{
    background-color: #fff;
}
.nav-bg-b .custom-nav .nav-list li a.menu-links{
    color:#050748
}

.ptb-30{
    padding : 30px 0;
}

.ptb-60{
    padding : 60px 0;
}
.text-logo {
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 1px;
}

.text-logo span {
  color: #00d1ff; /* highlight color */
}

/* Dark mode / sticky header */
.header-pr.navfix .text-logo {
  color: #000;
}
.footer-text-logo {
  font-size: 26px;
  font-weight: 700;
  color: #0f0f0f;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 15px;
}

.footer-text-logo span {
  color: #00d1ff;
}

/* Dark footer version if needed */
.footer .footer-text-logo {
  color: #fff;
}
/* ===== TOP HEADER (AKSHAYA STYLE) ===== */
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;                 /* slim height */
  background: linear-gradient(90deg, #1b5e20, #1e88e5);
  z-index: 1051;
  font-size: 13px;
}

/* INNER ALIGNMENT */
.top-bar-inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;          /* 🔥 vertical center fix */
  padding: 0 20px;
}

/* LEFT CONTENT */
.top-left {
  display: flex;
  align-items: center;          /* 🔥 vertical center */
  gap: 18px;
  color: #fff;
 
}


.top-left a,
.top-left span {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;          /* 🔥 icon + text center */
  gap: 6px;
  line-height: 1;
}

/* RIGHT ICONS */
.top-right {
  display: flex;
  align-items: center;          /* 🔥 vertical center */
  gap: 14px;
}

.top-right a {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
}

/* HOVER EFFECT */
.top-left a:hover,
.top-right a:hover {
  opacity: 0.85;
}

.header-pr.fixed-top {
  top: 32px;   /* SAME HEIGHT AS TOP BAR */
  z-index: 1050;
}
body {
  padding-top: 110px; 
}
/* =========================
   TOP HEADER (AKSHAYA STYLE)
========================= */

.top-bar {
  background: linear-gradient(90deg, #1b5e20, #1e88e5);
  height: 36px;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.top-bar-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 35px;
}
.top-bar-inner {
  padding-left: 300px;
  padding-right: 250px;
}
/* LEFT CONTENT */
.top-left {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #fff;
}

.top-left a,
.top-left span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
}

/* ICON CIRCLES (LEFT) */
.top-left i {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

/* RIGHT SOCIAL ICONS */
.top-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-right a {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: 0.3s ease;
}

.top-right a:hover {
  background: #fff;
  color: #1e88e5;
}

/* MOBILE */
@media (max-width: 768px) {
  .top-bar {
    height: auto;
    padding: 6px 0;
  }

  .top-bar-inner {
    flex-direction: column;
    gap: 6px;
  }
}

/* ============================= */
/* MOBILE TOP BAR + HEADER FIX */
/* ============================= */

@media (max-width: 768px) {

  /* TOP BAR */
  .top-bar {
    position: relative;
    z-index: 1002;
  }

  .top-bar-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 14px;
    gap: 6px;
  }

  .top-left a,
  .top-left span {
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 1.4;
  }

  .top-left i {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 11px;
  }

  .top-right {
    position: absolute;
    right: 12px;
    bottom: 10px;
    display: flex;
    gap: 8px;
  }

  .top-right a {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255,255,255,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }

  /* HEADER (CRITICAL FIX) */
  .main-header {
    position: relative !important;   /* 🔥 KEY FIX */
    top: 0 !important;
    padding: 14px 14px;
    z-index: 1001;
  }

  /* LOGO */
  .text-logo {
    font-size: 20px;
    line-height: 1.2;
  }

  /* MENU BUTTON */
  .navm- .toggle {
    width: 42px;
    height: 42px;
    background: #f1f3ff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* REMOVE SLIDER PUSH */
  .hero-slider,
  .breadcrumb-area {
    margin-top: 0 !important;
  }

  /* FLOATING CALL BUTTON */
  .btn-round- {
    position: fixed !important;
    bottom: 18px;
    right: 16px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    z-index: 9999;
  }
}
/* =============================== */
/* DESKTOP vs MOBILE HEADER FIX */
/* =============================== */

/* Desktop – keep fixed */
@media (min-width: 769px) {
  .main-header.fixed-top {
    position: fixed;
    top: 40px; /* height of top-bar */
    width: 100%;
    z-index: 1001;
  }
}

/* Mobile – remove fixed */
@media (max-width: 768px) {
  .main-header.fixed-top {
    position: relative !important;
    top: 0 !important;
  }

  /* Top bar normal flow */
  .top-bar {
    position: relative;
    z-index: 1002;
  }

  /* Prevent slider cut */
  .hero-slider,
  .breadcrumb-area {
    margin-top: 0 !important;
  }
}
/* ========================= */
/* MOBILE TOP BAR FIX */
/* ========================= */
@media (max-width: 768px) {

  /* Top bar container */
  .top-bar {
    padding: 6px 0;
  }

  .top-bar-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 0 12px;
  }

  /* Left content stacked */
  .top-left {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    font-size: 13px;
  }

  .top-left a,
  .top-info {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Icons in circle like Akshaya */
  .top-left i,
  .top-right a i {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
  }

  /* Social icons right aligned */
  .top-right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }

  /* HEADER FIX */
  .main-header.fixed-top {
    position: relative !important;
    top: 0 !important;
  }

  /* LOGO SIZE */
  .text-logo {
    font-size: 20px;
  }

  /* Remove unwanted gap above slider */
  .hero-slider {
    margin-top: 0 !important;
  }
}
/* ========================= */
/* MOBILE HEADER & TOP BAR FIX */
/* ========================= */
@media (max-width: 768px) {

  /* Remove body top gap */
  body {
    padding-top: 0 !important;
  }

  /* Top bar stays normal */
  .top-bar {
    position: relative;
    z-index: 1000;
  }

  /* Disable fixed header only on mobile */
  .header-pr.fixed-top {
    position: relative !important;
    top: 0 !important;
  }

  /* Remove any margin created by JS / theme */
  .header-pr {
    margin-top: 0 !important;
  }

  /* Slider should start immediately */
  .hero-slider,
  .breadcrumb-area,
  .banner-1 {
    margin-top: 0 !important;
  }
}
/* =============================== */
/* FLOATING CALL BUTTON FIX (MOBILE) */
/* =============================== */
@media (max-width: 768px) {

  .btn-round-, 
  .floating-call-btn {
    position: fixed;
    bottom: 80px;
    right: 15px;
    z-index: 9999;
  }

  /* Prevent content overlap */
  body {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .floating-call-btn {
    width: 52px;
    height: 52px;
    font-size: 18px;
  }
}
