body {
    font-family: 'Karla', sans-serif;
}

.section-heading {
    font-size: 48px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
}

.section-para {
    font-size: 16px;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
}


/* --- Header/Title Styling --- */
.blog-details-section {
    padding: 4rem 0;
}

.page-title {
    color: #1C355E;
    text-align: center;
    margin-bottom: 2rem;
}

/* --- Main Content Area Styling --- */
.content-section p {
    margin-bottom: 1rem;
    color: #363636;
}

.content-section h2 {
    font-size: 32px;
    color: #1C355E;
    padding-bottom: 5px;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 500;
    font-family: 'Cormorant Garamond', serif;
    text-align: left;
}
.content-section ul{
    padding-left: 10px;
}

.content-section h3 {
    font-size: 24px;
    color: #1C355E;
    padding-bottom: 5px;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'Cormorant Garamond', serif;
}

/* --- Form Styling --- */
.form-container {
    background-color: #1C355E !important;
    color: #EDF9FF;
    padding: 20px !important;
    border-radius: 10px;
    margin-bottom: 30px;
}

.form-container h2 {
    margin-bottom: 15px;
    color: #fff;
    padding-bottom: 0;
    text-align: left !important;
}

/* Style for the visible form labels */
.form-container .form-label {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0.25rem;
    font-weight: 400;
}

/* Styling for the checkbox label which must remain visible */
.form-container .form-check-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.85rem;
}

.form-container .form-control,
.form-container .form-select {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 10px;
    font-size: 0.9rem;
    border-radius: 10px;
    color: #fff;
}

/* 💡 NEW: Style for the file input */
.form-container .form-control[type="file"] {
    padding: 0.375rem 0.75rem;
    /* Adjust padding for better look */
    height: auto;
    /* Remove fixed height from text inputs */
    line-height: 1.5;
    /* Match line height */
    color: #333;
    /* Ensure text color is readable */
    background-color: white;
    /* Ensure consistent background */
    border-color: rgba(255, 255, 255, 0.4);
    /* Consistent border */
}
.content-section a{
    text-decoration: none;
    color: #363636;
}

.form-container #form_book .btn-submit,.crm-form-wrapper #form_book input[type="submit"] {
    background-color: #238DC1 !important;
    /*238DC1 Orange-yellow submit button */
    color: #fff;
    font-weight: 600;
    border: none;
    width: 100% !important;
    border-radius: 100px;
    padding: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.form-container .btn-submit span {
    display: inline-block;
    transition: transform 0.5s ease-in-out;
}

.form-container .btn-submit:hover span {
    transform: scale(1.1);
}
.form-container input::placeholder,
.form-container textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
    font-family: Karla, sans-serif;
}
.form-container label {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.9);
    font-family: Karla, sans-serif;
}
/* Validation feedback color on dark background */
.form-container .invalid-feedback {
    color: #ffdddd;
}
.captcha-wrapper input{
        width: 100%;
    padding: 12px;
    background-color: transparent;
    border: 1px solid #D9D9D9;
    color: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
    font-size: 12px;
    font-family: 'Karla', sans-serif
}
.crm-form-wrapper .captcha-wrapper {
    padding: 0.5rem 1rem 1.5rem;
}
/* --- Explore Other Blogs Styling --- */
.blog-list h3 {
    font-size: 24px;
    color: #1C355E;
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: 'Cormorant Garamond', serif;
}

.blog-list ul li a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
}

.blog-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.blog-list li {
    padding: 10px 15px;
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 0;
}

.blog-list li:hover {
    background-color: #EDF9FF;
}

/* --- FAQ / Accordion Styling --- */
.faq-section h2 {
    color: #1C355E;
    padding-bottom: 0;
    margin-top: 0px;
    margin-bottom: 0 !important;
}

.accordion-button {
    font-size: 18px !important;
    color: #000 !important;
    padding: 15px;
    font-weight: 600;
    padding-left: 0 !important;
    font-family: 'Karla', sans-serif;
}

.accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
}

.accordion-item {
    border: 0 !important;
    border-bottom: 1px solid #ccc !important;
    padding: 15px 0;
}

.accordion-item:first-of-type .accordion-button {
    border: 0 !important;
}

.accordion-body {
    color: #363636;
    padding: 0 !important;
}

.accordion-button:focus {
    border-color: transparent !important;
    box-shadow: none !important;
}

.faq-section {
    margin-top: 4rem;
}

.book-consultation a{
        background-color: #238DC1 !important;
    color: #fff;
    font-weight: 600;
    border: none;
    width: 100%;
    border-radius: 50px;
    padding: 10px;
    margin-top: 10px;
    overflow: hidden;
}

.privacyAccordion4 .accordion-item{
    padding: 0;
}
.share-like-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: space-between;
    padding-bottom: 1rem;
}

/* Base */
.share-buttons a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

/* Brand colors */
.share-buttons a.facebook  { background: #1877f2; }
.share-buttons a.twitter   { background: #1da1f2; }
.share-buttons a.linkedin  { background: #0a66c2; }
.share-buttons a.whatsapp  { background: #25d366; }
.share-buttons a.email     { background: #6b7280; }

/* Hover */
.share-buttons a:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}



@media (max-width: 768px) {
    .section-heading {
        font-size: 35px !important;
    }

    .content-section h2 {
        font-size: 26px !important;
    }
}