
/* ===== MOBILE FIX ===== */
@media (max-width: 768px) {

    .page-id-2641 .hero_section .gradient-overlay {
        padding: 60px 16px;
        background: rgba(0,0,0,0.6); /* full dark for readability */
    }

    .page-id-2641 .hero_section h1 {
        font-size: 28px;
        text-align: center;
    }

    .page-id-2641 .hero_section p {
        font-size: 15px;
        text-align: center;
    }

   .page-id-2641 .hero_section .text_container {
        max-width: 100%;
    }
}

.page-id-2641  .wpr.text_color_Normal {
    padding-bottom: 140px;
}

.contact-details span.icon.mt-2 {
    margin-top: 15px !important;
}
.contact-details .contact-item {
  display: flex;
  align-items: center;   /* 👈 vertical center */
  gap: 12px;
}

.contact-details .contact-item .icon {
  flex-shrink: 0;        /* icon squash nahi hoga */
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-details .contact-item .icon img {
  width: 20px;
  height: auto;
}

.contact-details .contact-item .text {
  line-height: 1.6;
}

.about-subtitle {
    font-size: 16px;
}
.title-main {
    font-size: 39px;
}
@media only screen and (max-width: 980px) {
  .about-subtitle {
    font-size: 16px !important;
}
.title-main {
    font-size: 25px;
    margin-bottom: 0px !important;
}
}
.page-id-2122 .row.justify-content-center.align-items-center.aos-init.aos-animate {
    align-items: flex-start !important;
}
.postid-2211 .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: none;
}
.heateor_sss_sharing_container.heateor_sss_vertical_sharing {
    display: none;
}
.single.single-post .container-fluid.lg .image {
    width: 55%;
    margin: auto;
}
   .single.single-post .d-none {
    display: none;
}

.blog .author {
    display: none;
}
 
.lower-roman{
	list-style: auto;
}

.page-id-31 .overflow-y-scroll {
    overflow-y: auto !important;
} 

.page-id-40 .video-media img {
    width: 88% !important;
}
.single-post div#respond {
    display: none;
}
.container-fluid.lg.footer-text-col p {
    margin-bottom: -20px !important;
    margin-top: 35px !important;
    font-weight: 400;
    font-size: 14px;
    color: #27234387;
    line-height: 18px;
    text-align: center;
}


.single-post .content ul {
    list-style: disc;
}
.contact-item:last-child, .contact-item:nth-last-child(2) {
    display: flex;
    align-items: flex-start!important;
}