*{
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    color: #827e7d;
    line-height: 1.75;
}
.top-bar{
    background: #000B58;
    color: #fff;
    padding: 8px;
}
.top-bar *{
    padding:0; margin: 0;
}
.top-bar .working-hrs{
    font-weight: 500;
    color: #fff;
}
.top-bar .email{
    float:right;
}
.top-bar .email a{
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
.top-bar .phone {
    float:right;
}
.top-bar .phone a{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
}
.nav-item{
    font-size: 1.25em;
    font-weight: 500;
}
.title-banner{
     background-image: url('https://shashwatpublication.com/assets/site/images/svg/light_bg.svg');  background-repeat: none; background-size: 100% auto;
     padding: 75px 0;
}
.title-banner p{
    font-size:1.25em;
    color:white;
}
.title-banner h1{
     font-weight: 700;
     letter-spacing: 1.25px;
     font-size: clamp(1.5em, 3vw, 2.5em);
}
.breadcrumb-container{
    color: white;
    margin-top: 25px;
}
.breadcrumb-container span{
    font-weight: 400;
    letter-spacing: 1px;
    font-size: clamp(1em, 3vw, 1.15em);
    margin: 0 10px;
    color: white;
}
.breadcrumb-container span::after{
    content: '\2192';
    margin-left: 8px;
}
.breadcrumb-container span:last-child::after{
    content: '';
}
.breadcrumb-container span:first-child{
    margin: 0;
}

p {
    font-weight: 400;
    font-size: clamp(1.15em, 3vw, 1.2em);
    color: #827e7d;
    line-height: 1.75;
}
:is(h1,h2,h3,h4,h5,h6) {
    color: #293366 ;
    margin-bottom: 0.5rem;
    line-height: 1.35;
    font-weight: bold;
}
h1 { font-size: clamp(1.5em, 3vw, 2.5em); }
h2 { font-size: clamp(1.25em, 3vw, 1.5em); margin-top: 25px; }
h3 { font-size: clamp(1.25em, 3vw, 1.35em); }
h4 { font-size:1.25em; }
h5 { font-size:1em; }
li{
    font-size: clamp(1.125em, 3vw, 1.15em);
}
li strong{
    color: #293366;
    font-weight: 500;    
}

.advantages {
    margin: auto;
}

.advantages h2 {
    font-family: "Open Sans", sans-serif !important;
    font-optical-sizing: auto !important;
    text-align: center;
    font-size: 30px;
    margin-bottom: 40px;
    color: #2c3e50;
}

.adv-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.adv-item {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
    padding: 25px;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.adv-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.adv-item img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.adv-title {
    font-family: "Open Sans", sans-serif !important;
    font-optical-sizing: auto !important;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #28a745;
}

.adv-desc {
    font-family: "Open Sans", sans-serif !important;
    font-optical-sizing: auto !important;
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.section-head {
    text-align: center;
    margin: 60px 0 40px;
}
.section-head h2 {
    font-weight: 700;
    font-size: clamp(1.25em, 3vw, 1.5em);
}
.section-head p {
    max-width: 700px;
    margin: 10px auto 0;
    color: #666;
}
.features .card {
    border: none;
    background: #fff;
    border-radius: 16px;
    padding: 25px 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}
.features .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}
.icon-box {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
  margin: 0 auto 15px;   /* ✅ centers the icon box horizontally */
}
.icon-1 { background: #ff6b6b; } /* red */
.icon-2 { background: #4dabf7; } /* blue */
.icon-3 { background: #51cf66; } /* green */
.icon-4 { background: #845ef7; } /* purple */
.icon-5 { background: #ffa94d; } /* orange */
.icon-6 { background: #20c997; } /* teal */
.card-title {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.card-text {
    color: #555;
    font-size: 0.95rem;
}
.fas{
    color:white;
}

.faq .faq-title{ font-size: clamp(1.35em, 3vw, 1.75em) !important; }
.faq .faq-subtitle{ font-weight: 400; }
.faq ul{list-style-type: disc;}
.faq ul li{list-style: none; margin: 0px 0px 10px !important; padding: 0px 0px 5px 34px !important; position: relative; border-bottom: 1px solid #E8E8E8;} 
.faq ul li:last-child{ border-bottom: none; }
.faq ul li .question.collapsed:before{color: #293366;content: "+"; position: absolute; left: -0px; top: -3px; font-size: 28px; font-weight: 400; color:#827e7d; } 
.faq ul li .question:before{color: #293366;content: "-"; position: absolute; left: -0px; top: -15px; font-size: 45px; font-weight: 100;}
.faq ul li .question{ font-size:clamp(1.1em, 3vw, 1.20em) !important; cursor: pointer; font-weight: 500; }
.faq ul li .ans{ font-size: clamp(1em, 3vw, 1.05em) !important; line-height: 1.75; margin:0px 0px 10px !important; }

.feature-container {
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4)), url('https://shashwatpublication.com/assets/site/landing/img/book_stack_back.webp') center/cover no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 35px 0;
}
.section-title {
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    font-size: clamp(1.35em, 3vw, 2.25em) !important;
}
.feature-box {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 25px rgba(0,0,0,0.12);
}
.feature-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.feature-image.book img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.feature-content {
    padding: 20px;
    text-align: center;
}
.feature-content.book p {
    color: #001C4E;
    font-weight: 500;
}
.feature-link:hover{
    text-decoration: none;
    cursor: pointer;
}

.footer{
    background-color: #001C4E;
    background-attachment: fixed;
    background-size: cover;
}
.footer sup{
    color: #DDDDEB !important;
}
.footer a {
    color: #DDDDEB;
    font-size:1em;
    line-height: 1.75;
}
.footer a:hover {
    color: #fff;;
    font-weight: 500;
    text-decoration: none;
}
.footer ul li {
    color: #DDDDEB;
    font-size:1em;
    line-height: 1.75;
}
.footer p {
    color: #DDDDEB;
    font-size:1em;
    font-weight: 400;
    line-height: 1.75;
}
.footer-title{
    color: #fff !important;
    font-weight: 500 !important;
    font-size:1.25em !important;
}
.inquiry-form-back{
    background-color: #FFF2E1; /* fallback */
    background-image: url('https://shashwatpublication.com/assets/site/landing/img/inq_form_back.webp');
    /* background-image: url('https://img.freepik.com/premium-vector/gilded-circles-detailed-geometric-line-mandala-art-blank-horizontal-vector-background-design_179530-1245.jpg'); */
    background-repeat: repeat-x;
    background-position: center top;
    box-shadow: 0 12px 30px rgba(0,0,0,.10);
    background-size: auto 100%;
}
.error{
    color: red !important;
    font-weight: 300;
}
.inquiry-form .inquiry-title{
    font-size: clamp(1.5em, 3vw, 2em);
    font-weight: 500;
}
.inquiry-form .inquiry-subtitle{
    font-size: clamp(1.35em, 3vw, 1.5em);
    font-weight: 500;
}
.inquiry-form label{
    font-weight: 500;
    color: #293366;
}

.inquiry-form .form-control{
    border: 1px solid #b0bac9 !important;
    border-radius: 0rem !important;
}

.inquiry-form .form-control:focus {
    outline: none;
    border-color: #28a745 !important; /* Bootstrap green */
    box-shadow: 0 0 0 0.2rem rgba(144, 238, 144, 0.25);
}

.inquiry-form .btn-inquiry {
    background-color: #28a745; /* Bootstrap Success Green */
    color: #fff;
    font-weight: 500;
    padding: 0.6rem 1.5rem;
    border: none;
    border-radius: 0.25rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(40, 167, 69, 0.25);
    letter-spacing: 1.5px;
}

.inquiry-form .btn-inquiry:hover {
    background-color: #218838;
    box-shadow: 0 6px 14px rgba(40, 167, 69, 0.35);
}

.inquiry-form .btn-inquiry:focus {
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
}

.inquiry-form .btn-inquiry:active {
    background-color: #1e7e34;
    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.2);
}
