 html,
 body,
 div,
 span,
 object,
 iframe,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 blockquote,
 pre,
 a,
 abbr,
 address,
 cite,
 code,
 del,
 dfn,
 em,
 img,
 ins,
 kbd,
 q,
 samp,
 small,
 strong,
 sub,
 sup,
 var,
 b,
 i,
 dl,
 dt,
 dd,
 ol,
 ul,
 li,
 fieldset,
 form,
 label,
 legend,
 caption article,
 aside,
 dialog,
 figure,
 footer,
 header,
 hgroup,
 menu,
 section,
 menu,
 time,
 mark,
 audio,
 video,
 source {
     margin: 0px;
     padding: 0px;
     border: 0px;
     outline: 0px;
     vertical-align: baseline;
     background: transparent;
 }

 article,
 aside,
 dialog,
 figure,
 footer,
 header,
 hgroup,
 menu,
 section,
 menu {
     display: block;
 }

 section,
 header {}

 nav ul {
     list-style: none;
 }

 blockquote,
 q {
     quotes: none;
 }

 blockquote:before,
 blockquote:after,
 q:before,
 q:after {
     content: '';
     content: none;
 }

 abbr[title],
 dfn[title] {
     border-bottom: 1px dotted #000;
     cursor: help;
 }

 a {

     transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     -ms-transition: all 0.3s ease;
 }

 /*tables still need 'cellspacing="0"' in the markup*/
 .bg {
     background: #999999;
     font: Arial, Helvetica, sans-serif;
 }

 .fleft {
     float: left;
 }

 table {
     border-collapse: collapse;
     border-spacing: 0;
 }

 input,
 select {
     vertical-align: middle;
 }

 .clear {
     clear: both;
     height: 0px;
 }

 h1,
 h2,
 h3,
 h4,
 h4,
 h6 {
     margin: 0px;
     padding: 0px;
 }


 .clear {
     clear: both
 }
html, 



 body {
     margin: 0px;
     padding: 0px;
     font-size: 15px !important;
     color: #000 !important;
     font-weight: normal;
     line-height: 25px;
     background-color: #fff !important;
 font-family: "Anek Gujarati", sans-serif;
 overflow-x: hidden; 
 }
.title {
     font-family: "Baloo Bhai 2", sans-serif;
     font-size: 30px;
     font-weight: 700;
}
 
    #hero-slider.carousel-item {
      height: 90vh;
      position: relative;
    }

    .carousel-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center; /* 🔥 Keeps front visible */
    }

    /* Dark overlay */
    .carousel-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0,0,0,0.45);
    }

    /* Content */
    .carousel-caption-custom {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: #fff;
      width: 90%;
    }

    .carousel-caption-custom h1 {
      font-size: 3rem;
      font-weight: 700;
    }

    .carousel-caption-custom p {
      font-size: 1.3rem;
      margin-top: 10px;
    }

    /* Buttons */
    .btn-orange {
      background: #f36c3d;
      color: #fff;
      border-radius: 30px;
      padding: 12px 28px;
      font-weight: 600;
      border: none;
    }

    .btn-light-custom {
      background: #fff;
      color: #f36c3d;
      border-radius: 30px;
      padding: 12px 28px;
      font-weight: 600;
      border: none;
    }

    .btn-orange i {
      margin-left: 8px;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .carousel-caption-custom h1 {
        font-size: 1.1rem;
      }
      .carousel-caption-custom p {
        font-size: 1rem;
      }
    }

    .about-section {
      padding: 80px 0;
    }

    /* Image Grid */
    .image-grid {
      position: relative;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
    }

    .image-grid img {
      width: 100%;
      border-radius: 20px;
      object-fit: cover;
      height: 220px;
    }

    .image-grid .large {
      height: 260px;
    }

    /* Center Logo */
    .center-logo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 120px;
      height: 120px;
      background: #fff;
      border-radius: 50%;
      padding: 10px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.15);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .center-logo img {
      width: 100%;
      border-radius: 50%;
    }

    /* Text Side */
    .about-title {
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 20px;
    }

    .about-text {
      color: #666;
      line-height: 1.8;
      font-size: 15px;
    }

    .btn-outline-orange {
      border: 2px solid #ff9933;
      color: #ff9933;
      border-radius: 30px;
      padding: 10px 25px;
      margin-top: 20px;
      font-weight: 600;
    }

    .btn-outline-orange:hover {
      background: #ff9933;
      color: #fff;
    }

    /* Responsive */
    @media (max-width: 991px) {
      .image-grid {
        margin-bottom: 40px;
      }
    }

    @media (max-width: 576px) {
      .image-grid img {
        height: 150px;
      }

      .center-logo {
        width: 90px;
        height: 90px;
      }

      .about-title {
        font-size: 24px;
      }
    }

     /* Section Background */
    .inspiration-section {
        margin-top: -10px;
background-color: #ff9933;
        padding-bottom: 50px;
    }

   
    /* Heading */
    .section-title {
      text-align: center;
      color: #000;
      font-weight: 700;
      font-size: 32px;
    }

    .section-subtitle {
      text-align: center;
      margin-top: 10px;
      font-size: 16px;
    }

    /* Cards */
    .custom-card {
      background: #fff;
      border-radius: 20px;
      padding: 20px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
      height: 100%;
    }

    .custom-card img {
      width: 100%;
      border-radius: 15px;
      object-fit: cover;
    }

    .card-title-small {
      margin-top: 30px;
      padding-bottom: 10px;
      font-size: 25px;
      color: #000;
    }
    
    .card-title-small a {
       color:#000;
       font-size:16px;
       text-decoration:none;
    }
    
    h5 a {
      color:#000;
      text-decoration:none;
    }
    
    .asharam-live-wrapper .card-title-small {
       margin-top: 20px;
    }
    
    .card-title-main {
      color: #ff9933;
      font-weight: 700;
      font-size: 35px;
      padding-bottom: 20px;
    }

    .card-text {
      color: #666;
      line-height: 1.7;
    }

    .read-more {
      color: #ff9933;
      font-weight: 600;
      text-decoration: none;
      display: inline-block;
      margin-top: 10px;
    }

    .read-more:hover {
      text-decoration: underline;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .section-title {
        font-size: 24px;
      }
      .custom-card img {
        height: 180px;
      }
    }
.pt-80 {
    padding: 80px 0px;
}
    #asharam-services .text-warning{
        color: #ff9933 !important;
    }
    .bg-warning-2{
        background-color:#ff9933 !important
      }
    #asharam-services .btn-outline-warning {
--bs-btn-color: #ff9933!important;
  --bs-btn-border-color: #ff9933!important;
    }
    #asharam-services .btn-outline-warning:hover{
        background-color: #ff9933;
        color: #fff;
    }
.bg-light-2 {
  background-color: #fdfbf7 !important;
}

.aharam-sthambh-title {
      font-weight: 700;
      margin-bottom: 50px;
    }

    .aharam-sthambh-card {
      background: #fcfbf7;
      border-radius: 16px;
      padding: 40px 20px;
      text-align: center;
      transition: 0.3s;
      height: 100%;
    }

    .aharam-sthambh-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }

    .aharam-sthambh-icon {
      width: 70px;
      height: 70px;
      background: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    }

    .aharam-sthambh-icon i {
      font-size: 28px;
      color: #f57c00;
    }

    .aharam-sthambh-card-title {
      font-weight: 600;
      margin-bottom: 15px;
    }

    .aharam-sthambh-card-text {
      color: #555;
    }

    /* Section */
.asharam-gallery-section {
    padding: 80px 0;
    text-align: center;
}

/* Heading */
.asharam-gallery-title {
    font-weight: 700;
    font-size: 28px;
}

.asharam-gallery-subtitle {
    color: #555;
    margin-top: 10px;
}

/* Filter Buttons */
.asharam-gallery-filters {
    margin-top: 25px;
}

.asharam-gallery-btn {
    border: none;
    padding: 10px 22px;
    border-radius: 25px;
    background: #e5e1d6;
    margin: 5px;
    font-weight: 500;
    transition: 0.3s;
}

.asharam-gallery-btn.active,
.asharam-gallery-btn:hover {
    background: #f68b2c;
    color: #fff;
}

/* Cards */
.asharam-gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.asharam-gallery-card img {
    /*width: 100%;
    height: 100%;*/
    object-fit: cover;
    border-radius: 20px;
}

/* Hover Overlay */
.asharam-gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(246, 139, 44, 0.85);
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.asharam-gallery-card:hover .asharam-gallery-overlay {
    opacity: 1;
}

.asharam-gallery-overlay span {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #f68b2c;
}

/* Button */
.asharam-gallery-view-btn {
    margin-top: 40px;
}

.asharam-gallery-view-btn a {
    padding: 12px 30px;
    border: 2px solid #f68b2c;
    border-radius: 30px;
    color: #f68b2c;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

.asharam-gallery-view-btn a:hover {
    background: #f68b2c;
    color: #fff;
}

/* Section */
.asharam-donation-section {
    background: #f68b2c;
    padding: 80px 0;
    text-align: center;
    color: #fff;
    background-image: url(../images/flawar-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}


/* Heading */
.asharam-donation-title {
    font-size: 34px;
    font-weight: 700;
}

.asharam-donation-subtitle {
    max-width: 700px;
    margin: 15px auto 50px;
    line-height: 1.6;
}

/* Card */
.asharam-donation-card {
    background: #fff;
    border-radius: 20px;
    padding: 70px 25px 25px;
    position: relative;
    box-shadow: 0 10px 0 rgba(0,0,0,0.1);
    height: 100%;
}

/* QR Box */
.asharam-donation-qr {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px;
    border-radius: 12px;
}

.asharam-donation-qr img {
    width: 120px;
    height: 120px;
}

/* Title inside card */
.asharam-donation-card-title {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
    text-align: left;
    color: #ff9933;
    margin-top: 50px;
}

.asharam-donation-card-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 4px;
    height: 18px;
    background: #f68b2c;
}

/* Details */
.asharam-donation-info {
    text-align: left;
}

.asharam-donation-label {
    font-size: 12px;
    color: #888;
    letter-spacing: 1px;
}

.asharam-donation-value {
    font-weight: 600;
    margin-bottom: 12px;
    color: #000;
    font-size: 18px;
}


/* Section Background */
.asharam-timing-section {

    padding: 100px 15px;
}

/* Main Card */
.asharam-timing-wrapper {
    background: #fff;
    border-radius: 25px;
    padding: 80px 30px 40px;
    position: relative;
    box-shadow: 0 10px 0 #e07b24;
    max-width: 1200px;
    margin: auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Top Logo */
.asharam-timing-logo {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 50%;
    padding: 10px;
}

.asharam-timing-logo img {
    width: 110px;
}

/* Title */
.asharam-timing-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 15px;
}

/* Cards */
.asharam-timing-box {
    background: #fff4e9;
    border-radius: 10px;
    padding: 25px;
    position: relative;
    height: 100%;
}

/* Left Border Accent */
.asharam-timing-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    bottom: 15px;
    width: 4px;
    background: #f68b2c;
    border-radius: 2px;
}

/* Heading */
.asharam-timing-box h5 {
    font-weight: 700;
    margin-bottom: 10px;
}

/* Text */
.asharam-timing-box p {
    margin: 0;
    color: #555;
}

/* Responsive spacing */
@media (max-width: 768px) {
    .asharam-timing-wrapper {
        padding: 70px 20px 30px;
    }
}

/* Footer Main */
.asharam-footer {
    background: #2f2f2f;
    color: #fff;
   padding: 80px 0px;
    margin-top: -10px;
}

/* Headings */
.asharam-footer-title {
    color: #f68b2c;
    font-weight: 700;
    margin-bottom: 10px;
}

/* Text */
.asharam-footer p {
    color: #ccc;
    margin-bottom: 10px;
    font-size: 18px;
}

/* Links */
.asharam-footer-links li {
    list-style: none;
    margin-bottom: 10px;
}

.asharam-footer-links li a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.asharam-footer-links li a:hover {
    color: #f68b2c;
}

/* QR Section */
.asharam-footer-qr img {
    width: 90px;
    margin: 5px;
    border-radius: 10px;
    background: #fff;
    padding: 5px;
}

.asharam-footer-qr-label {
    font-size: 12px;
    text-align: center;
    color: #ccc;
}

/* Contact Boxes */
.asharam-footer-contact-box {
    background: #3a3a3a;
    border-radius: 12px;
    padding: 15px 20px 15px 60px;
    position: relative;
    margin-bottom: 15px;
}

.asharam-footer-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #f68b2c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
}

/* Bottom Bar */
.asharam-footer-bottom {
    background: linear-gradient(to right, #ff7a2f, #f68b2c);
    padding: 12px 0;
    font-size: 13px;
}

.asharam-footer-bottom p {
    margin: 0;
    color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
    .asharam-footer {
        text-align: center;
    }
    .asharam-footer-contact-box {
        padding-left: 20px;
    }
    .asharam-footer-icon {
        position: static;
        transform: none;
        margin: 0 auto 10px;
    }
}
/* Section */
.asharam-pooja-section {
    background: #fcf7ec;
    padding: 70px 0;
    text-align: center;
}

/* Title */
.asharam-pooja-title {
    font-size: 28px;
    font-weight: 700;
}

.asharam-pooja-subtitle {
    color: #555;
    margin-bottom: 40px;
}

/* Card */
.asharam-pooja-card {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    transition: 0.3s;
}

.asharam-pooja-card img {
     width: 100%;
  height: 240px;
  object-fit: cover;
  display: block; /* 🔥 THIS FIXES THE GAP */
}

/* Bottom Label */
.asharam-pooja-label {
    background: #f68b2c;
    color: #fff;
    padding: 14px;
    font-weight: 600;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 20px;
}

/* Hover Effect */
.asharam-pooja-card:hover {
    transform: translateY(-5px);
}

/* Responsive */
@media (max-width: 768px) {
    .asharam-pooja-card img {
        height: 200px;
    }
}


/* Section */
.asharam-live-section {
    background: linear-gradient(180deg, #f4a04a 55%, #fcf7ec 55%);
    padding: 60px 0;
    
    
}

/* Heading */
.asharam-live-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.asharam-live-tag {
    color: red;
    font-weight: 600;
}

/* Carousel */
.asharam-live-carousel {
    margin-top: 30px;
}

/* Card */
.asharam-live-card {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

/* Image */
.asharam-live-img {
    position: relative;
}

.asharam-live-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* Play */
.asharam-live-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: red;
}

/* Content */
.asharam-live-content {
    padding: 15px;
}

.asharam-live-content h6 {
    font-weight: 700;
      font-size: 20px;
}

.asharam-live-content p {
    font-size: 13px;
    color: #666;
}

/* Buttons */
.asharam-live-buttons {
    margin-top: 50px;
}

.asharam-live-btn-red {
    background: #e53935;
    color: #fff;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
}

.asharam-live-btn-outline {
    border: 2px solid #f68b2c;
    color: #f68b2c;
    padding: 10px 25px;
    border-radius: 30px;
    text-decoration: none;
}

/* Arrows */
#asharamLiveCarousel .carousel-control-prev,
#asharamLiveCarousel .carousel-control-next {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    top: -60px;
    opacity: 1;
    color: #000;
}

#asharamLiveCarousel .carousel-control-prev {
    left: auto;
    right: 60px;
}

#asharamLiveCarousel .carousel-control-next {
    right: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .asharam-live-img img {
        height: 200px;
    }
}

/* ===== TOP BAR ===== */
.asharam-header-top {
    background: linear-gradient(90deg, #f05a3c, #f68b2c);
    color: #fff;
    font-size: 14px;
    padding: 6px 0;
}

.asharam-header-top .asharam-header-social a {
    color: #fff;
    margin-left: 12px;
}
.welcome_txt {
  position: relative;
  z-index: 1;
}

.welcome_txt::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;

  left: 0;
  right: -100vw;   /* extend to full right screen */

  background: #f48637;
  z-index: -1;
}
/* ===== NAVBAR ===== */
.asharam-header-navbar {
    padding: 12px 0;
}

/* Logo */
.asharam-header-logo img {
    width: 190px;
}

.asharam-header-brand-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
}

.asharam-header-tagline {
    font-size: 12px;
    color: #f68b2c;
}

/* NAV MENU */
.asharam-header-nav .nav-link {
    font-weight: 500;
    margin: 0 2px;
    color: #000;
}

.asharam-header-nav .nav-link:hover {
    color: #f68b2c;
}

/* RIGHT SIDE */
.asharam-header-actions {
    display: flex;
    align-items: center;
}

/* Search */
.asharam-header-search {
    font-size: 16px;
    margin-right: 15px;
    color: #000;
}
.modal-body .btn-primary {
  background-color: #ff9933 !important;
  border-color: #ff9933 !important;
}
/* Donate Button */
.asharam-header-donate {
  background: linear-gradient(90deg, #f05a3c, #f68b2c);
    color: #fff;
    padding: 8px 22px;
    border-radius: 25px;
    font-weight: 500;
    text-decoration: none;
}

/* Heart Circle */
.asharam-header-heart {
    width: 42px;
    height: 42px;
    border: 2px solid #f68b2c;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    color: #f68b2c;
}

/* ===== MOBILE ===== */
@media (max-width: 991px) {
    .asharam-header-top {
        text-align: center;
    }
    .asharam-header-actions {
        margin-top: 10px;
    }
}

.social-icon {
  background-color: #f18d27;
  position: relative;
}

.org-border {
  border-left: 8px solid #f97813;
}

.page-bnr h1 {
  text-align: left;
  color: #fff;
 
  font-size: 40px;
  font-weight: bold;
}

.page-bnr {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 5vw;
}
.krunanadji-bnr {
  background-image: url(../images/about-us.jpg);
}
.about-us-bnr {
  background-image: url(../images/about-bnr.jpg);
}
.bhranandji-bnr{
  background-image: url(../images/bhranandji-bnr.jpg);
}

.contact-bnr{
  background-image: url(../images/contact-bnr.jpg);
}
.donation-bnr{
  background-image: url(../images/donation-bnr.jpg);
}

.breadcrumb li {
  color: #fff !important;
}
.breadcrumb-item a {
  color: #fff !important;
  text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff !important;
}

/* Top Message */
.asharam-top-box {
  background: #efe4c8;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.asharam-top-box h4 {
  font-weight: 600;
  margin-bottom: 10px;
}

.asharam-top-box p {
  color: #555;
  font-size: 15px;
}

/* Donation Card */
.asharam-card {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* Left Content */
.asharam-card-left h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

.asharam-label {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
}

.asharam-value {
  font-weight: 600;
  margin-bottom: 10px;
}

/* QR Box */
.asharam-qr-box {
  background: #efe4c8;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
}

.asharam-qr-box img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

.asharam-scan {
  margin-top: 10px;
  font-size: 14px;
  color: #a46b00;
  font-weight: 500;
}

/* Bottom Section */
.asharam-bottom-box {
  background: #efe4c8;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  margin-top: 40px;
}

.asharam-btn {
  background: #25D366;
  color: #fff;
  border-radius: 30px;
  padding: 12px 25px;
  border: none;
  font-weight: 500;
  text-decoration: none;
}

.asharam-btn:hover {
  background: #1ebe5d;
}

/* Responsive */
@media(max-width:768px){
  .asharam-card {
    flex-direction: column;
    text-align: center;
  }
}

/* Section */


/* Card */
.asharam-contact-card {
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
  margin-bottom: 30px;
}

/* Icon circle */
.asharam-contact-icon {
  width: 50px;
  height: 50px;
  background: #fff3eb;
  color: #f36c3d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

/* QR box */
.asharam-contact-qr {
  border: 2px dashed #ddd;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
}

.asharam-contact-qr img {
  width: 120px;
}

.asharam-contact-qr span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  color: #888;
}

/* Button */
.asharam-contact-btn {
  background: #f36c3d;
  color: #fff;
  border-radius: 25px;
  padding: 10px 20px;
  border: none;
}

.asharam-contact-btn-outline {
  border: 2px solid #f36c3d;
  color: #f36c3d;
  border-radius: 25px;
  padding: 8px 18px;
  background: transparent;
}

.wpcf7-textarea {
   height: 100px;
}

.wpcf7 form .wpcf7-response-output {
   margin: 0em 0.5em 0em !important;
   padding: 0.3em 1em !important;
}

/* Info cards */
.asharam-contact-info {
  text-align: center;
  padding: 25px;
}

.asharam-contact-info .asharam-contact-icon {
  margin: 0 auto 10px;
}

/* Form */
.asharam-contact-form {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

/* Social */
.asharam-contact-social i {
  width: 40px;
  height: 40px;
  background: #fff;
  color:#000;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

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

/* Section */

/* Title */
.asharam-itihas-title {
  font-size: 30px;
  font-weight: 700;
  color: #f36c3d;
  text-align: center;
}

/* Subtitle */
.asharam-itihas-subtitle {
  font-size: 22px;
  font-weight: 600;
  margin-top: 30px;
}

/* Text */
.asharam-itihas-text {
  font-size: 16px;
  line-height: 1.9;
  color: #555;
}

/* Highlight */
.asharam-itihas-highlight {
  background: #fff3eb;
  padding: 20px;
  border-radius: 15px;
  margin: 20px 0;
  font-weight: 500;
}

/* List */
.asharam-itihas-list li {
  margin-bottom: 10px;
  margin-left: 15px;
}

/* Quote */
.asharam-itihas-quote {
  background: #f36c3d;
  color: #fff;
  padding: 25px;
  border-radius: 15px;
  text-align: center;
  margin-top: 30px;
  font-size: 30px;
}

/* Responsive */
@media(max-width:768px){
  .asharam-itihas-card {
    padding: 20px;
  }
}
.f-left{
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}
.asharam-ftr-social a {
  color: #fff;
  margin-left: 12px;
}
.asharam-timing-box-2{
  background: #3f3f3f;
}
.asharam-timing-box-2 p{
  font-size: 15px !important;
}
@media (min-width: 200px) and (max-width: 765px){ 

  .asharam-live-btn-outline{
    padding: 10px 5px;
  }
  .page-bnr h1 {
  text-align: left;
  color: #fff;
  font-size: 18px !important;
  font-weight: bold;
}
.pt-80 {
  padding: 40px 0px;
}
}
.youtube-btn{
  position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
                  background:rgba(255, 0, 0, 0.6);border-radius:10%; padding:5px 15px; color: #fff !important;
}
.youtube-btn i {
    font-size: 25px;
}
.video-bg{
  text-decoration:none;
  color:black;
  background-color: #000;
}
.video-height{
 height: 300px;
}

#updatesSlider .carousel-control-prev {
  left: -80px;
}
#updatesSlider .carousel-control-next {
  right: -70px;
}
.asharam-gallery-overlay a{
  color: #000;
}
.asharam-gallery-overlay .download-btn a{
  background: #fff;
  width: 200px !important;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #f68b2c;
  padding: 5px 10px;
  font-weight: 600;
  text-decoration: none;
}

.footer-link {
   color: #fff;
   text-decoration:none;
}

.scroll-to-top:hover {
    background-color: #f68b2c;
}
.scroll-to-top {
    width: 43px;
    height: 43px;
    transition: all 0.3s ease;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    position: fixed;
    bottom: 60px;
    right: 14px;
    border-radius: 15%;
    display: none;
    z-index: 200;
    background-color:#f68b2c;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    overflow: hidden;
    box-shadow: 0px 0px 15px 2px #0000001a;
}
.scroll-to-top i {
    color: #fff;
    font-size: 25px;
    line-height: 44px;
}
.scroll-to-top:focus {
    outline: none;
} 


.owl-carousel .owl-nav button {
    position: absolute;
    background: #f58220 !important; /* orange */
    color: #fff !important;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

/* Left button */
.owl-carousel .owl-nav .owl-prev {
    left: 10px;
}

/* Right button */
.owl-carousel .owl-nav .owl-next {
    right: 10px;
}

/* Hover effect */
.owl-carousel .owl-nav button:hover {
    background: #d96c0f !important;
}

/* Hide default text */
.owl-carousel .owl-nav button span {
    display: none;
}

/* Add custom arrows */
.owl-carousel .owl-nav .owl-prev::before {
    content: "‹";
    font-size: 22px;
}

.owl-carousel .owl-nav .owl-next::before {
    content: "›";
    font-size: 22px;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.asharam-live-card {
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.youtube-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 0, 0, 0.6);
    border-radius: 10%;
    padding: 5px 15px;
    color: #fff !important;
}

.gallery {
  /* no need for grid or flex */
}

.gallery-item {
  margin-bottom: 20px;
  border-radius: 12px;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  display: block;
  border-radius: 12px;
}
h2 a {
   color: #000;
   text-decoration: none;
}
 .card-body {
   margin-bottom: -7px;
}
.owl-carousel .owl-stage {
    margin-bottom: -30px;
}
.owl-carousel .owl-stage-outer {
    padding-bottom: 30px;
}
#services .owl-carousel.owl-drag .owl-item {
   height: 450px;
}
.d-none {
  display:block !important;
}

ul.checkmark-list {
  list-style: none;
  padding-left: 0;
  margin-bottom:30px;
  margin-top:10px;
}
ul.checkmark-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #2c3e50;
}
ul.checkmark-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #27ae60;
  font-weight: bold;
}
#privacy-policy h1 {
  font-size:24px;
}
#terms-conditions h1 {
  font-size:24px;
}
#privacy-policy h2 {
  font-size:19px;
  margin-bottom: 8px;
  margin-top: 9px;
}
#privacy-policy p {
   margin-bottom: 10px
}
#terms-conditions p {
   font-size:13px;
   margin-bottom: 10px
}
#terms-conditions h2 {
  font-size:19px;
  margin-bottom: 8px;
}

.playlist-card {
   cursor: pointer;
   transition: transform 0.2s ease;
}

.playlist-card:hover {
   transform: scale(1.03);
}

.thumbnail-wrapper {
   position: relative;
   overflow: hidden;
   border-radius: 12px;
   border: 1px solid #d4d4d4;
   box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.thumbnail-wrapper img {
   width: 100%;
   height: 180px;
   object-fit: cover;
}

.video-count {
   position: absolute;
   bottom: 8px;
   right: 8px;
   background: rgba(0,0,0,0.75);
   color: #fff;
   padding: 3px 8px;
   font-size: 12px;
   border-radius: 5px;
}

.playlist-title {
   font-weight: 600;
   font-size: 15px;
   margin-top: 8px;
}
.playlist-title a {
  color:#000;
  text-decoration:none;
}

.playlist-subtitle {
   font-size: 13px;
   color: #6c757d;
}
.playlist-subtitle a {
  color: #6c757d;
  text-decoration:none; 
}
.card-title-text a{
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.card-title-main {
color: #ff9933;
font-weight: 700;
padding-bottom: 20px;
}

.card-text {
color: #666;
line-height: 1.7;
}

.read-more {
color: #ff9933;
font-weight: 600;
text-decoration: none;
display: inline-block;
margin-top: 10px;
}

.read-more:hover {
text-decoration: underline;
}
.text-right {
   text-align: right;
}

#kathabook .nav-link.active {
   color: #f36c3d;
}
#kathabook .nav-link {
   color: #000;
}
#kathabook {
  font-weight: 600;
  margin-left: 0px;
  padding-bottom: 0px;
}
#kathabook li {
    padding-left: 0px;
    margin-bottom: 0px;
}
#kathabook .form-control {
  font-weight: 500;
}

/* ===== TOP BAR ===== */
 .asharam-header-top {
   background: linear-gradient(90deg, #f05a3c, #f68b2c);
   color: #fff;
   font-size: 14px;
   padding: 6px 0;
 }

 .asharam-header-top .asharam-header-social a {
   color: #fff;
   margin-left: 12px;
 }

 .welcome_txt {
   position: relative;
   z-index: 1;
 }

 .welcome_txt::before {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;

   left: 0;
   right: -100vw;
   /* extend to full right screen */

   background: #f48637;
   z-index: -1;
 }

 .welcome_txt::after {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;

   right: 0;
   left: -100vw;
   /* extend to full right screen */

   background: #f48637;
   z-index: -1;
 }

 /* ===== NAVBAR ===== */
 .asharam-header-navbar {
   padding: 12px 0;
 }

 /* Logo */
 .asharam-header-logo img {
   width: 190px;
 }

 .asharam-header-brand-text {
   font-weight: 700;
   font-size: 20px;
   line-height: 1.2;
 }

 .asharam-header-tagline {
   font-size: 12px;
   color: #f68b2c;
 }

 /* NAV MENU */
 .asharam-header-nav .nav-link {
   font-weight: 500;
   margin: 0 2px;
   color: #000;
 }

 .asharam-header-nav .nav-link:hover {
   color: #f68b2c;
 }

 /* RIGHT SIDE */
 .asharam-header-actions {
   display: flex;
   align-items: center;
 }

 /* Search */
 .asharam-header-search {
   font-size: 16px;
   margin-right: 15px;
   color: #000;
 }

 .modal-body .btn-primary {
   background-color: #ff9933 !important;
   border-color: #ff9933 !important;
 }

 /* Donate Button */
 .asharam-header-donate {
   background: linear-gradient(90deg, #f05a3c, #f68b2c);
   color: #fff;
   padding: 8px 22px;
   border-radius: 25px;
   font-weight: 500;
   text-decoration: none;
 }

 /* Heart Circle */
 .asharam-header-heart {
   width: 42px;
   height: 42px;
   border: 2px solid #f68b2c;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin-left: 10px;
   color: #f68b2c;
 }

 /* ===== MOBILE ===== */
 @media (max-width: 991px) {
   .asharam-header-top {
     text-align: center;
   }

   .asharam-header-actions {
     margin-top: 10px;
   }
 }

 .social-icon {
   background-color: #f18d27;
   position: relative;
 }

 .org-border {
   border-left: 8px solid #f97813;
 }

 .page-bnr h1 {
   text-align: left;
   color: #fff;
   font-size: 40px;
   font-weight: bold;
 }

 .page-bnr {
   background-position: top center;
   background-repeat: no-repeat;
   background-size: 100%;
   padding: 5vw;
 }
 .asharam-itihas-section ul {
    margin-left: 20px;
 }
 .asharam-itihas-section ul li {
    padding-left: 5px;
    margin-bottom: 10px;
 }