body {
  font-family: "Segoe UI", sans-serif;
}
a {
  text-decoration: none;
  color: rgb(255 157 11);
  
}
.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 28px;
  background: #2bb673;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}
a.btn.btn-green {
    color: #fff;
    background: #2bb673;
    border-radius: 32px;
}
.whatsapp-btn i {
  font-size: 26px;
}

.whatsapp-btn:hover {
  background: #22a165;
  transform: translateY(-2px);
}

/* Marquee */
.marquee-container {
  background: linear-gradient(90deg, #e16d42 0%, #ff5a00 100%);
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}

.marquee-title {
    background: #2e2a74;
    padding: 12px !important;
    font-weight: 700;
    color: #ffffff;
    font-size: 0.95rem;
    padding: 0 20px;
    white-space: nowrap;
    flex-shrink: 0;
}

.marquee-content {
  display: flex;
  overflow: hidden;
  flex: 1;
}

.marquee-text {
  color: #ffffff;
  font-size: 0.95rem;
  display: inline-block;
  padding: 0 20px;
  animation: scroll 20s linear infinite;
  white-space: nowrap;
}

@keyframes scroll {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* Navbar */
.navbar-brand img {
  height: 72px;
  width: auto;
}
.nav-item a {
  color: #0a2540;
  font-weight: 600;
  padding: 8px 15px;
  transition: color 0.3s ease;
}
.custom-logo{
	height:60px;
	width:auto;
}
/* Hero Section */
/* .hero {
  background-color: #fb703d;
  height: 100vh;
}

.hero h1 {
  color: #fff;
  font-weight: 800;
  font-size: 3rem;
  line-height: 1.2;
}

.hero p {
  color: #fff;
  font-size: 1.1rem;
  margin-top: 20px;
  max-width: 500px;
}

.btn-green {
  background-color: #2bb673;
  color: #fff;
  padding: 12px 30px;
  border-radius: 8px;
  font-weight: 600;
  border: none;
  border-radius: 50px;
}

.btn-green:hover {
  background-color: #0aa040;
}

.hero-img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
 */

/* Hero Section */
.hero-section {
    background-color: #2e2a74; /* Deep purple */
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

/* Title */
.hero-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

/* Subtitle */
.hero-subtitle {
    font-weight: 600;
    opacity: 0.9;
}

/* Description */
.hero-description {
    font-size: 16px;
    line-height: 1.7;
    opacity: 0.85;
}

/* Buttons */
.hero-btn {
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 500;
}


/* Building Image */
.building-img {
    position: absolute;
    z-index: 2;
    right: 0px;
    bottom: 0px;
    width: 50%;
}

/* Responsive */
@media (max-width: 991px) {
    .hero-title {
        font-size: 34px;
    }

    .circle-bg {
        width: 250px;
        height: 250px;
        right: 20px;
    }

    .hero-section {
        padding: 60px 0;
    }
    .navbar-brand {
    display: none!important;
}
}

.about-section {
  background-color: #ffffff;
}

.trusted-badge {
  background-color: #fff1e6;
  color: #ff5a00;
  padding: 8px 16px;
  border-radius: 20px;
  font-weight: 600;
}

.about-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0a2540;
}

.about-text {
  color: #425466;
  font-size: 1.05rem;
  margin-top: 15px;
  line-height: 1.7;
}

.offline-btn {
  background-color: transparent;
  border: 2px solid #ffb703;
  color: #b45309;
  padding: 10px 22px;
  border-radius: 10px;
  font-weight: 600;
}

/* Cards */
.info-card {
  padding: 30px;
  border-radius: 16px;
  height: 100%;
  text-align:center;
}

.orange-card {
  background-color: #fff4ea;
}

.green-card {
  background-color: #f0fff7;
}

.info-card h5 {
  margin-top: 15px;
  font-weight: 700;
  color: #0a2540;
}

.info-card p {
  color: #425466;
  font-size: 0.95rem;
  margin-top: 10px;
}

.icon {
  font-size: 32px;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.orange-icon {
  background-color: #ffe3d3;
  color: #ff5a00;
}

.green-icon {
  background-color: #d1fae5;
  color: #059669;
}

.how-it-works {
  background-color: #e6f0ff;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0a2540;
}

.section-subtitle {
  font-size: 1.05rem;
  color: #425466;
  margin-top: 10px;
}

.step-box {
  padding: 20px;
  background: #fff;
  border-radius: 12px;
}

.step-circle {
  width: 70px;
  height: 70px;
  background-color: #0db14b;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.step-box h5 {
  font-weight: 700;
  color: #0a2540;
  margin-bottom: 10px;
}

.step-box p {
  font-size: 0.95rem;
  color: #425466;
  line-height: 1.6;
}

.process-section {
  background: #f3f1ff;
  padding: 60px 20px;
}

.process-container {
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.process-step {
  text-align: center;
  max-width: 160px;
}

.process-step p {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  line-height: 1.3;
}

.icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin: auto;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.arrow .bi {
  font-size: 32px;
}

.services-section {
  background-color: #ffffff;
}

.service-card {
  background-color: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 18px;
  padding: 35px 30px;
  height: 100%;
  transition: all 0.3s ease;
}

.service-card:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  transform: translateY(-5px);
}

.service-icon {
  width: 55px;
  height: 55px;
  background-color: #fff1e6;
  color: #ff5a00;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  margin-bottom: 25px;
}

.service-card h5 {
  font-weight: 700;
  color: #0a2540;
  margin-bottom: 10px;
}

.service-card p {
  color: #425466;
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .service-card {
    padding: 30px 25px;
  }
  .building-img {
    position: absolute;
    z-index: 2;
    right: 0px;
    bottom: 0px;
    width: 100%;
}
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .step-circle {
    width: 60px;
    height: 60px;
    font-size: 1.1rem;
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .about-title {
    font-size: 2rem;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .hero {
    text-align: center;
  }

  .hero h1 {
    font-size: 2.2rem;
  }

  .hero p {
    margin: 20px auto;
  }
}

.contact-section {
  background-color: #ffffff;
}

.contact-card {
  background-color: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 18px;
  padding: 45px 30px;
  height: 100%;
}

.contact-icon {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.contact-icon i {
  font-size: 32px;
  color: inherit;
}

.phone-icon {
  background-color: #fff1e6;
  color: #ff5a00;
}

.phone-icon i {
  color: #ff5a00;
}

.email-icon {
  background-color: #e6f0ff;
  color: #2563eb;
}

.email-icon i {
  color: #2563eb;
}

.whatsapp-icon {
  background-color: #eafff1;
  color: #16a34a;
}

.whatsapp-icon i {
  color: #16a34a;
}

.contact-card h5 {
  font-weight: 700;
  color: #0a2540;
  margin-bottom: 15px;
}

.contact-link {
  font-weight: 600;
  margin-bottom: 8px;
}

.contact-link.orange {
  color: #ff5a00;
}

.contact-link.blue {
  color: #2563eb;
}

.contact-link.green {
  color: #16a34a;
}

.contact-muted {
  font-size: 0.9rem;
  color: #6b7280;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-card {
    padding: 35px 25px;
  }
}

/* FAQ Section */
.faq-section {
  background-color: #f8f9fa;
}

.faq-section .section-title {
  color: #0a2540;
}

.faq-section .section-subtitle {
  color: #425466;
}

.accordion {
  border: none;
}

.accordion-item {
  background-color: #ffffff;
  border: 1px solid #e6eaf0;
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}

.accordion-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.accordion-button {
  background-color: transparent;
  color: #0a2540;
  font-weight: 600;
  font-size: 1rem;
  padding: 20px;
  border: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 12px;
}

.accordion-button:not(.collapsed) {
  background-color: #f0fff7;
  color: #0db14b;
  box-shadow: none;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%230db14b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.accordion-button:focus {
  border-color: #0db14b;
  box-shadow: 0 0 0 0.25rem rgba(13, 177, 75, 0.15);
}

.accordion-button i {
  font-size: 1.2rem;
  color: #0db14b;
  flex-shrink: 0;
}

.accordion-button:not(.collapsed) i {
  color: #0db14b;
}

.accordion-body {
  padding: 20px;
  background-color: #ffffff;
  border-top: 1px solid #e6eaf0;
}

.accordion-body p {
  color: #425466;
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .accordion-button {
    padding: 15px;
    font-size: 0.95rem;
  }

  .accordion-body {
    padding: 15px;
  }

  .accordion-button i {
    font-size: 1rem;
  }
}

/* Footer */
.footer {
  background-color: #03080e;
  color: #ffffff;
  padding: 60px 0 0;
}

.footer-brand img {
  height: 80px;
  width: auto;
}

.footer-text {
  color: #b0bcc9;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-top: 15px;
}

.footer-title {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 1.05rem;
}

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

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

.footer-links a {
  color: #b0bcc9;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

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

.logo-box {
  /*background-color: #ffffff;*/
  /*border-radius: 10px;*/
  /*padding: 12px;*/
  /*height: 60px;*/
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-box img{
    border-radius: 5px;
}
.footer-logo {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

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

/* Useful Links */
.useful-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.useful-links li {
  margin: 0;
}

.useful-links a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #b0bcc9;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  padding: 8px 12px;
  border-radius: 8px;
}

.useful-links a:hover {
  color: #ffffff;
  background-color: rgba(13, 177, 75, 0.15);
  transform: translateX(5px);
}

.useful-links a i {
  font-size: 18px;
  color: #0db14b;
  transition: color 0.3s ease;
}

.useful-links a:hover i {
  color: #0aa040;
}

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

.footer-contact li {
    margin-bottom: 12px;
    color: #b0bcc9;
    font-size: 0.95rem;
    line-height: 1.6;
    display: flex;
    gap: 10px;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-icon {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background-color: #0db14b;
  color: #ffffff;
}

.footer-divider {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 40px 0;
}

.footer-bottom {
  padding: 30px 0;
}

.footer-copyright {
  color: #b0bcc9;
  font-size: 0.9rem;
  margin: 0;
}

.footer-legal {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 30px;
  justify-content: flex-end;
}

.footer-legal li {
  margin: 0;
}

.footer-legal a {
  color: #b0bcc9;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}

.footer-legal a:hover {
  color: #0db14b;
}

/* Government Logos Section */
.government-logos {
  text-align: center;
  padding: 30px 0;
}

.logos-title {
  color: #b0bcc9;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.logos-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}

.government-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.government-logo:hover {
  opacity: 1;
  transform: translateY(-5px);
}

.logo-box {


  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ffffff;
  transition: all 0.3s ease;
}

.government-logo:hover .logo-box {
  background-color: rgba(13, 177, 75, 0.2);
  border-color: #0db14b;
  color: #0db14b;
}

.government-logo p {
  color: #b0bcc9;
  font-size: 0.85rem;
  margin: 0;
  line-height: 1.4;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-form {
    padding: 30px 20px;
    margin-top: 30px;
  }

  .contact-title {
    font-size: 2rem;
  }

  .footer-bottom {
    text-align: center;
  }

  .footer-legal {
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px;
  }

  .logos-container {
    gap: 20px;
  }



  .government-logo p {
    font-size: 0.75rem;
  }
}

/* Related Posts (single.php) */
.related-posts {
  margin-top: 40px;
}
.related-posts h4 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0a2540;
  margin-bottom: 18px;
}
.related-item {
  background: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 12px;
  padding: 12px;
  text-align: center;
  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease;
}
.related-item img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
}
.related-item h5 {
  font-size: 0.98rem;
  margin-top: 10px;
  margin-bottom: 0;
}
.related-item a {
  color: #0a2540;
  font-weight: 600;
  text-decoration: none;
}
.related-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}



@media (max-width: 576px) {
  .related-item img {
    height: 120px;
  }
	.process-container{
		flex-direction:column;
		gap:12px;
	}
	.arrow{
		transform:rotate(90deg);
	}
}



/* ===== Google Translate Clean Dropdown Style ===== */
.skiptranslate iframe{
    display: none;
}

#google_translate_element {
    position: relative;
}

/* Hide Google logo */
/*.goog-logo-link,*/
/*.goog-te-gadget span {*/
/*    display: none !important;*/
/*}*/
#google_translate_element .goog-te-gadget-simple {
    border: #ddd 1px solid;
    padding: 7px;
    border-radius: 5px;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    color: #000;
    padding: 0px;
    margin: 0px;
    display: flex;
    gap: 5px;
}
.goog-te-gadget-simple img {
   display: none;
}
/* Hide top Google banner */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

body {
    top: 0px !important;
}

/* Style dropdown */
#google_translate_element select {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* Hover effect */
#google_translate_element select:hover {
    border-color: #198754;   /* Bootstrap green */
    box-shadow: 0 0 0 0.2rem rgba(25, 135, 84, 0.15);
}

/* Remove default Google styling */
.goog-te-gadget {
    font-size: 0px !important;
}

/* Optional: Add small arrow spacing */
#google_translate_element select {
    appearance: none;
}




/* ===============================
   BLOG PAGE STYLING
================================= */

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #2e2a74, #240396);
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

.hero-section h1 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 0;
}

/* Blog Section */
.blog-sec {
    padding: 80px 0;
    background: #f8f9fa;
}

/* Blog Card */
.blog-item {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.blog-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

/* Blog Image */
.blog-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Blog Content */
.blog-content {
    padding: 25px;
}

.blog-meta {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 10px;
}

.blog-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-title a {
    text-decoration: none;
    color: #212529;
    transition: 0.3s;
}

.blog-title a:hover {
    color: #0d6efd;
}

/* Excerpt */
.blog-paragraph {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

/* ===============================
   SIDEBAR
================================= */

.blog-side-part {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.blog-side-part h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    border-bottom: 2px solid #0d6efd;
    display: inline-block;
    padding-bottom: 5px;
}

/* Search Box */
.search-box input[type="search"] {
    width: 100%;
    padding: 10px 15px;
    border-radius: 6px;
    border: 1px solid #ddd;
    outline: none;
}

.search-box input[type="submit"] {
    margin-top: 10px;
    padding: 8px 15px;
    border: none;
    background: #0d6efd;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.search-box input[type="submit"]:hover {
    background: #0a58ca;
}

/* Recent Posts */
.post-item {
    display: flex;
    gap: 12px;
    margin-bottom: 15px;
    align-items: center;
}

.post-thumb img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
}

.post-details h5 {
    font-size: 14px;
    margin: 0;
}

.post-details a {
    text-decoration: none;
    color: #212529;
    transition: 0.3s;
}

.post-details a:hover {
    color: #0d6efd;
}

.post-meta-small {
    font-size: 12px;
    color: #888;
}

/* Categories */
.cetagory-lsit {
    list-style: none;
    padding: 0;
}

.cetagory-lsit li {
    margin-bottom: 10px;
}

.cetagory-lsit a {
    text-decoration: none;
    color: #444;
    transition: 0.3s;
}

.cetagory-lsit a:hover {
    color: #0d6efd;
}

/* ===============================
   PAGINATION
================================= */

.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    gap: 8px;
    padding: 0;
}

.pagination li a,
.pagination li span {
    display: block;
    padding: 8px 14px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}

.pagination li a:hover {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.pagination .current {
    background: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}



/* ===== Search Box Styling ===== */

.search-box {
    background: #ffffff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.search-box h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 18px;
    border-bottom: 2px solid #0d6efd;
    display: inline-block;
    padding-bottom: 5px;
}

/* Form Layout */
.search-form {
    position: relative;
    display: flex;
    align-items: center;
}

/* Input Field */
.search-input {
    width: 100%;
    padding: 12px 50px 12px 18px;
    border-radius: 50px;
    border: 1px solid #ddd;
    outline: none;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

/* Focus Effect */
.search-input:focus {
    border-color: #0d6efd;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(13,110,253,0.15);
}

/* Button Inside Input */
.search-btn {
    position: absolute;
    right: 5px;
    background: #0d6efd;
    border: none;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.3s ease;
    color: #fff;
}

/* Hover Effect */
.search-btn:hover {
    background: #0a58ca;
    transform: scale(1.05);
}

/* SVG Icon */
.search-btn svg {
    width: 16px;
    height: 16px;
}
/* SINGLE BLOG PAGE */

.single-blog {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.single-blog h2 {
    margin-top: 25px;
    font-size: 20px;
    font-weight: 700;
}

.single-blog p {
    line-height: 1.8;
    color: #444;
}

.single-blog ul {
    padding-left: 20px;
}

.single-blog img {
    max-width: 100%;
    height: auto;
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 28px;
    }

    .blog-content {
        padding: 18px;
    }

    .blog-title {
        font-size: 18px;
    }

    .blog-side-part {
        margin-top: 40px;
    }
}


/* about us page */
/* Hero Section */
.about-page .hero_section {
    color: #333;
    min-height: 60vh;
    display: flex;
    align-items: center;
}

.about-page .hero_section .display-4 {
    font-size: 2.5rem;
    font-weight: 700;
}

.about-page .hero_section .lead {
    font-size: 1.1rem;
}

.about-page .hero-image img {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.about-page .hero-image img:hover {
    transform: translateY(-5px);
}

/* Section Titles */
.about-page .section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #2c3e50;
    position: relative;
    margin-bottom: 2rem;
}

/* Mission & Vision Section */
.about-page .mission-vision-section {
    background-color: #f8f9fa;
}

.about-page .mission-vision-section .section-title {
    font-size: 2rem;
}

.about-page .vision-content {
    padding: 2rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.about-page .vision-icon {
    margin-top: 2rem;
}

/* Disclaimer Section */
.about-page .disclaimer-section {
    background-color: #fff3cd;
    border-top: 1px solid #ffeaa7;
}

.about-page .disclaimer-section h3 {
    color: #856404;
    font-weight: 600;
}

.about-page .disclaimer-section p {
    font-size: 0.95rem;
    color: #856404;
}

/* Services Section */
.about-page .services-section {
    padding: 80px 0;
    background: #f7f7f7;
}

/* ⚠️ IMPORTANT FIX */


.about-page .services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-page .services-image img {
    width: 100%;
    border-radius: 10px;
}

.about-page .section-tag {
    font-size: 12px;
    font-weight: 600;
    color: #1a73e8;
    letter-spacing: 1px;
}

.about-page .services-content h2 {
    font-size: 36px;
    margin: 10px 0 30px;
    color: #0f172a;
}

.about-page .service-item {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.about-page .icon {
    width: 35px;
    height: 35px;
    background: #1a73e8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    flex-shrink: 0;
}

.about-page .service-item h4 {
    font-size: 18px;
    margin-bottom: 5px;
}

/* Team Section */
.about-page .team-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.about-page .team-section .section-title {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.about-page .team-section .lead {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #666;
}

.about-page .team-image {
    margin-top: 3rem;
}

.about-page .team-image img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    transition: transform 0.3s ease;
}

.about-page .team-image img:hover {
    transform: translateY(-5px);
}

/* CTA Section */
.about-page .cta-section {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    padding: 80px 0;
    color: white;
}

.about-page .cta-content {
    padding: 3rem 2rem;
}

.about-page .cta-content .display-5 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.about-page .cta-content .lead {
    font-size: 1.2rem;
    opacity: 0.95;
    max-width: 600px;
    margin: 0 auto 2rem;
}

.about-page .cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.about-page .cta-buttons .btn {
    padding: 12px 35px;
    font-weight: 600;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.about-page .cta-buttons .btn-light {
    background-color: white;
    color: #007bff;
}

.about-page .cta-buttons .btn-light:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.about-page .cta-buttons .btn-outline-light:hover {
    background-color: rgba(255,255,255,0.1);
    border-color: white;
    transform: translateY(-2px);
}

.blog-content h1 {
    font-size: 28px;
}
.blog-content h1 {
    font-size: 28px;
}
.mhada-hero {
    background: linear-gradient(135deg, #4e54c8, #8f94fb);
    color: #fff;
    text-align: center;
    padding: 80px 20px;
    border-radius: 0 0 30px 30px;
}

.mhada-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
}

.mhada-hero p {
    margin: 15px 0;
    font-size: 1.1rem;
}

/* Button */
.cta-btn {
    display: inline-block;
    padding: 12px 25px;
    background: #25D366;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.cta-btn:hover {
    background: #1da851;
}

/* Content Section */
.mhada-content {
    margin-top: 40px;
}

/* Cards */
.card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    margin-bottom: 20px;
}

.card h2, .card h3 {
    margin-bottom: 10px;
}

/* Grid */
.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

/* Highlight Box */
.highlight {
    background: #f8f9ff;
    border-left: 5px solid #4e54c8;
}

/* CTA Box */
.cta-box {
    text-align: center;
    background: #4e54c8;
    color: #fff;
    padding: 40px;
    border-radius: 20px;
    margin-top: 30px;
}

.cf7-form {
  max-width: 500px;
  margin: auto;
  background: #ffffff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.cf7-group {
  margin-bottom: 15px;
}

.cf7-group label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
    text-align: left;
    font-size: 14px;
}

.cf7-input,
.cf7-textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  transition: 0.3s;
}

.cf7-input:focus,
.cf7-textarea:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0,123,255,0.2);
}

.cf7-textarea {
    height: 100px;
    resize: none;
}

.cf7-btn {
  width: 100%;
  padding: 12px;
  background: #25D366;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.cf7-btn:hover {
  background: #1ebe5d;
}
/* Hide top error message */
.wpcf7 form.invalid .wpcf7-response-output {
    display: none;
}

/* Input styles */
.cf7-input,
.cf7-textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

/* Error border */
.wpcf7-not-valid {
    border: 1px solid red !important;
}

/* Error message below input */
.wpcf7-not-valid-tip {
    display: block !important;
    color: red;
    font-size: 12px;
    margin-top: 5px;
}

/* Success message */
.wpcf7-response-output {
    margin-top: 15px;
    color: green;
    font-weight: 500;
    background: #fff;
    padding: 8px;
    border-radius: 5px;
}
.contact-form-wrapper {
    text-align: left;
}
.screen-reader-response {
    display: none;
}

/* Responsive */
@media (max-width: 768px) {
    .mhada-hero h1 {
        font-size: 1.8rem;
    }

    .grid {
        grid-template-columns: 1fr;
    }
}