@import url('https://fonts.googleapis.com/css2?family=Tiro+Devanagari+Marathi:ital@0;1&display=swap');

body {
    font-family: "Tiro Devanagari Marathi", serif;
    background: #f7f7ef;
    color: #212121;
    margin: 0;
    padding: 0;
}
p {
    font-size: 16px ;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 1rem;
}
a {
    text-decoration: none ;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
h1, h2, h3 {
    color: #32280e;
    margin-top: 0;
}


/* Header section */
.custom-header {
   background-color: #94297b  ;
    position: sticky  ;
}

.header-logo {
    height: 86px;
}
.site-title {
    color: #f3e4ba;
    font-weight: bold;
}
.header-nav .nav-link {
     color: #1a326c ;
    background-color: #f9eec9  ;
    margin-top: 15px  ;
    margin-bottom: 15px  ;
    padding: 15px  ;
    margin-right: -10px  ;
    height: 103px ;
    width: 92px ;
    align-items: center  ;
    display: flex  ;
    justify-content: center  ;
    font-family:'Tiro Devanagari Marathi', serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 24px;
    text-transform: uppercase;
     transition: all 0.5s ease;
}
.header-nav .nav-link:hover {
    background-color: #e8d6a2;
    color: #94297b  ;
    border: solid 4px;
    border-color: white  ;
    letter-spacing: 0px  ;
    box-shadow: 0 0px 12px 1px black  ;
    transform: translateY(-0.25em)  ;
}
nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}
nav ul li {
    margin: 0 15px;
}

/* header ends */
/* slider */
section.mission-section {
    background: #d6e2f1;
    padding: 55px;
}
.owl-carousel .item {
    text-align: center;
    margin: 10px;
}
.text-slider .item {
    border: 5px solid  ;
    border-color: #66b2d9  ;
    box-shadow: inset 1px 2px 15px 7px #66b2d9;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.img-slider .owl-item img {
    height: 400px;
    object-fit: cover;
}
.owl-theme .owl-dots .owl-dot span {
    background-color: #66b2d9;
    border-radius: 3px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #66b2d9;
    transform: rotate(45deg);
}
/* slider ends */

/* about section */
.about-section{
    padding: 50px 0;
    background-color: #ffffff;

}
.title {
    letter-spacing: .5px;
    font-weight: 700;
    font-size: 30px ;
    margin-bottom: 1rem;
}
.btn {
    padding: 8px 20px;
    outline: 0;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: .5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-weight: 600;
    border-radius: 6px;
}
.btn-primary {
    color: #fff;
    background-color: #66b2d9;
    border-color: #66b2d9;
}
.btn-primary:hover {
    color: #fff;
    background-color: #2848b4;
    border-color: #2644aa;
}
.text-muted {
    color: #8492a6 ;
}
/* about section ends */
/* section-wachkanchya pratikriya  starts */

.pratikriya{
    background-color: #d6e2f1  ;
    padding: 50px 0px;
    text-align: center;
}
.customer-name {
    color: #66b2d9  ;
}
/* gallery section */
.gallery-section{
    background-color: #f8f9fc  ;
    padding: 50px 0px;
    text-align: center;
}

/* section-wachkanchya pratikriya ends */

/* gallery section */
.img-box {
    position: relative;
    height: auto;
    overflow: hidden;
    cursor: pointer;
    transition: all .5s ease;
    /*margin-bottom: 15px;*/
}
.h370{
    height:370px;
}
.img-box img {
    width: 100%;
    display: block;
    transition: 0.3s ease;
}
.overlay {
    position: absolute;
    inset: 0;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease;
}
.icon {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    transition: 0.3s ease;
    opacity: 0;
    transform: scale(0.6);
}
/* Hover effect */
.img-box:hover .overlay {
    opacity: 1;
}
.img-box:hover .icon {
    opacity: 1;
}
.img-box:hover .g-imgs{
    transform: scale(1.1) rotate(3deg);
}
/* gallery ends */

/* statics section */
.stats-section {
    background: #66b2d9;
    padding: 50px 0;
    text-align: center;
}

.stats-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #111;
}

.stats-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.stat-box {
    text-align: center;
}

.stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 16px;
    color: #ddd;
}
/* statics section ends */

/* video section starts */
.video-section{
    padding: 50px 0px;
}

/* footer section */

.main-footer {
    margin-top: 0;
    position: relative;
    z-index: 99;
}
.footer-top {
    background: #93287a;
    padding: 60px 0;
    color: #fff;
}
.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
i.bi.bi-chevron-right.me-1 {
    font-size: 12px;
}
/* Columns */
.footer-col {
    margin: 20px;
    min-width: 250px;
}
.footer-col h3{
    color: #fff;
}
.footer-logo img {
    width: 150px;
}

/* Quick Links */
.footer-links h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
}
.footer-links-grid {
    display: flex;
    gap: 50px;
}
.footer-links ul {
    list-style: none;
    padding: 0;
}
.footer-links ul li {
    margin-bottom: 10px;
}
.footer-links ul li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}
.footer-links ul li a:hover {
    opacity: 0.7;
}
/* About */
.footer-about h3 {
    margin-bottom: 15px;
    font-size: 22px;
}
/* Footer Bottom Section */
.footer-bottom {
    background: #66b2d9;
    padding: 12px 0;
    color: #282626;
    font-size: 12px;
}
.bottom-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.scroll-top {
    color: #fff;
    font-size: 22px;
    text-decoration: none;
}
/* footer ends */


/* internal pages starts */
/* 1. about */
.inner-banner {
    background-color: #66b2d9;
    padding: 80px 0;
    text-align: center;
}

.inner-banner .page-title {
    color: #0b0b0b;              /* Dark text like screenshot */
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
}

.breadcrumb-box {
    background: #fff;
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    gap: 10px;
}

.breadcrumb-box a {
    text-decoration: none;
    color: #3c4858;
    font-weight: 600;
}
.breadcrumb-box a:hover {
    color: #66b2d9;
}
/* 2. books, pustake magwa */
.top-section{
    padding: 50px 0px;
    background-color: #fff;
}
.books-section{
    padding: 50px 0px;
    background-color:#f8f9fc;
}
/* 3. Kharedicha sallagar */
.app-subscribe {
    position: absolute;
    top: -150px;
}
.leo-book{
    padding: 100px 0px;
    background-color:#f8f9fc;
}
.books-list ul {
    list-style: none;
    padding-left: 0;
}
.books-list a {
    color: black;
    font-size: 18px;
}
.books-list a:hover {
    color: #66b2d9 ; 
    /* old color - #c74245 */
    font-size: 18px;
}
/* contact page */
.contact-section {
    background: #f7f7fb;
    padding: 80px 0;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.contact-row {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

/* LEFT SIDE INFORMATION */
.contact-info {
    width: 40%;
    margin-top: 14%;
}

.info-box {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
    align-items: flex-start;
}

.info-box .icon {
    font-size: 26px;
    color: #66b2d9;
}

.info-box h4 {
    margin: 0 0 5px;
    font-weight: 600;
    font-size: 18px;
}

.info-box p {
    margin: 0;
    color: #333;
    line-height: 1.6;
}

/* RIGHT SIDE FORM */
.contact-form {
    width: 45%;
    background: #fff;
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.08);
}

.contact-form label {
    font-weight: 600;
    font-size: 14px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin: 8px 0 15px;
    font-size: 14px;
}

.contact-form textarea {
    height: 120px;
    resize: none;
}

.contact-form button {
    width: 100%;
    padding: 12px;
    background: #66b2d9;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.contact-form button:hover {
    background: #66b2d9;
}
.icon1{
    color: #66b2d9;
    font-size: 22px;
}
/* whatsapp sticky */
.whatsapp-sticky {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  z-index: 999;
}

.whatsapp-sticky img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  background: #25d366;
  padding: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: 0.3s ease;
}

.whatsapp-sticky:hover img {
  transform: scale(1.1);
}

/* RESPONSIVE */

@media (max-width:420px) {
.text-slider .item {
height: 510px;
}
.app-subscribe {
    position: relative;
    top: 0;
}
}

@media(max-width: 768px){
    .contact-row {
        flex-direction: column;
    }
    .contact-info,
    .contact-form {
        width: 100%;
    }
   .header-nav {
    flex-direction: column !important;
    }
    .header-nav .nav-link{
    height: auto;
    width: auto;
    }
    .header-nav .nav-link br {
        display: none;
    }
}