.breadcrumb-img .r-container .font-1 {
    font-size: 30px;
}

/* --- Header-Aligned Gradient Button --- */
.sp-btn {
    background: linear-gradient(to right, #2a3a8a, #6d3b70) !important;
    border: none;
    border-radius: 8px;
    padding: 0.8rem 1.8rem;
    font-weight: 600;
    color: white;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    max-width: 200px;
    border: none !important;
}

.sp-btn:hover {
    filter: brightness(1.15);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}

#logomain {
    max-width: 100%;
    /*height: 4rem !important;*/
}

@media(min-width:999px) {
    .breadcrumb-img .r-container .font-1 {
        font-size: 45px;
    }
}

/*--------------------------------------------------------------
 6.	Header Slider
--------------------------------------------------------------*/
.hero-slider {
    width: 100%;
    height: 545px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 600px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

.hero-slider .slide-inner:before {
    background: rgba(0, 0, 0, 0.2);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.7;
    position: absolute;
    right: 0;
    top: 0;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: rgba(255, 255, 255, 0.3);
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin-top: -30px;
    text-align: center;
    border-radius: 55px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
    background: #4a4d50;
}

@media (max-width: 991px) {

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 25px;
}

.hero-slider .swiper-button-prev:before {
    font-family: "Flaticon";
    font-size: 20px;
    color: #fff;
}

.hero-slider .swiper-button-next {
    right: 25px;
}

.hero-slider .swiper-button-next:before {
    font-family: "Flaticon";
    font-size: 20px;
    color: #fff;
}

.hero-slider .swiper-pagination-bullet {
    font-size: 15px;
    color: #d9d9d9;
    margin: 0 5px;
    opacity: 1;
    background: transparent;
    position: relative;
}

.hero-slider .swiper-pagination-bullet:before {
    content: "";
    background: #fff;
    width: 1px;
    height: 15px;
    position: absolute;
    left: 3px;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.hero-slider .swiper-pagination-bullet-active {
    color: #fff;
}

.hero-slider .swiper-pagination-bullet-active:before {
    opacity: 1;
    top: -20px;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 120px;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 13px;
}

.hero-style-3 .slide-subtitle h4 {
    font-family: "Crimson Text", serif;
    font-size: 28px;
    font-size: 1.75rem;
    color: #fff;
    margin: 0;
}

@media (max-width: 991px) {
    .hero-style-3 .slide-subtitle h4 {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.hero-style-3 .slide-title {
    max-width: 800px;
}

.hero-style-3 .slide-title h2 {
    font-size: 42px;
    font-weight: bold;
    color: #f47425;
    margin: 0.2em 0 0.38em;
}

@media (max-width: 991px) {
    .hero-style-3 .slide-title h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .hero-style-3 .slide-title h2 {
        font-size: 21px;
    }
}

.hero-style-3 .slide-text {
    max-width: 550px;
}

.hero-style-3 .slide-text p {
    font-size: 20px;
    font-size: 1.25rem;
    color: #fff;
    margin: 0 0 2em;
}

@media (max-width: 991px) {
    .hero-style-3 .slide-text p {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media (max-width: 767px) {
    .hero-style-3 .slide-text p {
        font-size: 16px;
        font-size: 1rem;
    }
}

.hero-style-3 .slide-btns>a:first-child {
    margin-right: 15px;
}

@media screen and (min-width: 992px) {
    .hero-style-3 .container {
        margin-top: -100px;
    }
}

.hero-style-3 {
    height: 745px;
}

@media (max-width: 991px) {
    .hero-style-3 {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hero-style-3 {
        height: 500px;
    }
}

@media screen and (min-width: 992px) {
    .hero-style-3 .container {
        margin-top: 0;
    }
}

.hero-style-3 .container {
    text-align: center;
}

.hero-style-3 .slide-title,
.hero-style-3 .slide-text {
    margin-left: auto;
    margin-right: auto;
}


.blog-section .blog-sidebar .widget {
    border: 1px solid #e9ecef;
    border-radius: 0.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.blog-section .blog-sidebar .widget-title {
    background-color: #f8f9fa;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.blog-section .blog-sidebar .widget-body {
    max-height: 21rem;
    overflow-y: auto;
}



.blog-section .blog-content-area {
    margin-top: 3rem;
}

.blog-section .blog-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.blog-section .blog-meta {
    font-size: 0.9rem;
    color: #6c757d;
}

.blog-section .blog-content {
    margin-top: 2rem;
    font-size: 1.15rem;
    line-height: 1.8;
}

.blog-section .blog-content p {
    margin-bottom: 1rem;
}

.blog-section .blog-content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 2rem auto;
    border-radius: 0.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.blog-section .blog-content a {
    color: #007bff;
    text-decoration: none;
    border-bottom: 1px dotted #007bff;
}

.blog-section .list-group-flush>.list-group-item {
    padding: 1rem;
}

/* Apply styles when the item is active OR when it is hovered */
.list-group-item.active,
.list-group-item:hover {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color);
}

.blog-section .blog-content a:hover {
    color: #0056b3;
    border-bottom-style: solid;
}

.blog-section .blog-content figure.table {
    display: block;
    overflow-x: auto;
}

/*
=========================================
BLOG CONTENT STYLING
=========================================
*/

/* Main container for the article content */
.blog-content {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #343a40;
    /* Dark gray for better readability than pure black */
    font-size: 1.1rem;
    /* Slightly larger base font size */
    line-height: 1.7;
    /* Generous line spacing for easy reading */
}

/* --- Typography --- */

/* Headings (h2, h3, h4) */
.blog-content h2,
.blog-content h3,
.blog-content h4 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
    /* Less space below to connect with content */
    color: #212529;
    /* A darker shade for headings */
}

.blog-content h2 {
    font-size: 2rem;
    border-bottom: 2px solid #e9ecef;
    /* Subtle separator for main headings */
    padding-bottom: 0.5rem;
}

.blog-content h3 {
    font-size: 1.75rem;
}

.blog-content h4 {
    font-size: 1.4rem;
}

/* Paragraphs */
.blog-content p {
    margin-bottom: 1.5rem;
}

/* Links */
.blog-content a {
    color: #007bff;
    /* A standard, accessible blue */
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid rgba(0, 123, 255, 0.2);
    transition: all 0.2s ease-in-out;
}

.blog-content a:hover {
    color: #0056b3;
    background-color: rgba(0, 123, 255, 0.1);
    border-bottom-color: #007bff;
}

/* --- Lists (Refined Version) --- */

/* General list container styling */
.blog-content ul,
.blog-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
    /* Indentation for the list */
}

/* General list item styling */
.blog-content li {
    margin-bottom: 0.75rem;
    /* Slightly more space between items */
    padding-left: 0.5rem;
    /* Space between marker and text */
    line-height: 1.6;
    /* Improved readability for multi-line items */
}

/* --- Unordered Lists (ul) --- */
.blog-content ul {
    list-style-type: disc;
    /* The classic solid circle bullet • */
}

.blog-content ul ul {
    list-style-type: circle;
    /* An open circle for the second level ° */
}

.blog-content ul ul ul {
    list-style-type: square;
    /* A square for the third level ▪ */
}


/* --- Ordered Lists (ol) --- */
.blog-content ol {
    list-style-type: decimal;
    /* 1, 2, 3 */
}

.blog-content ol ol {
    list-style-type: lower-alpha;
    /* a, b, c */
}

.blog-content ol ol ol {
    list-style-type: lower-roman;
    /* i, ii, iii */
}

/* --- Media --- */

/* Images */
.blog-content img,
.blog-img {
    width: 100%;
    max-height: 32rem;
    /* Essential for responsiveness */
    height: auto;
    /* Maintain aspect ratio */
    border-radius: 8px;
    /* Soft, modern rounded corners */
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* --- Tables --- */

/* Table Wrapper for Responsiveness */
.blog-content .table-responsive-wrapper {
    overflow-x: auto;
    margin-bottom: 1.5rem;
}

/* Table Styling */
.blog-content table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.blog-content th,
.blog-content td {
    padding: 0.8rem 1rem;
    border: 1px solid #dee2e6;
    text-align: left;
    vertical-align: top;
}

.blog-content th {
    background-color: #f8f9fa;
    font-weight: 700;
}

/* Zebra-striping for better readability */
.blog-content tr:nth-of-type(even) {
    background-color: #f8f9fa;
}

/* --- Other Elements --- */

/* Blockquotes for highlighting text */
.blog-content blockquote {
    margin: 2rem 0;
    padding: 1rem 1.5rem;
    border-left: 5px solid #007bff;
    background-color: #f8f9fa;
    font-style: italic;
    color: #6c757d;
}

/* Horizontal Rule for dividers */
.blog-content hr {
    margin: 3rem 0;
    border: 0;
    border-top: 1px solid #dee2e6;
}

/*-------------------blog cardd*/
/* General styles for the news section */
.news-section {
    background-color: #f8f9fa;
    /* A light grey background for the section */
}

/* Styling for the card */
.news-card {
    border-radius: 15px;
    /* Rounded corners for a modern look */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    /* Ensures the image respects the rounded corners */
}

.news-card:hover {
    transform: translateY(-10px);
    /* Lifts the card on hover */
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1) !important;
    /* Adds a more pronounced shadow */
}

/* Card image styling */
.news-card-img {
    height: 17rem;
    object-fit: cover;
    /* Ensures the image covers the area without distortion */
    transition: transform 0.3s ease;
}

.news-card:hover .news-card-img {
    transform: scale(1.05);
    /* Slightly zooms the image on hover */
}

/* Card body content alignment */
.card-body {
    padding: 1.5rem;
}

.card-title a {
    transition: color 0.3s ease;
}

.card-title a:hover {
    color: #0d6efd !important;
    /* Changes title color on hover */
}

/* Button styling */
.btn-primary {
    background-color: #B53773;
    border-color: #B53773;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    /* Pill-shaped button */
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.sticky-top {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #e0e0e0;
}

/*---------------------------about-----------*/

a {
    color: #551A8B;
}

/* Hero Section Styles */
.hero-section {
    /* --- THIS IS THE NEW BACKGROUND CODE --- */
    background-size: cover;
    /* Cover the entire section */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;

    color: #ffffff;
    /* Make all text inside white */
    padding: 100px 0;
    position: relative;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.hero-subtitle {
    font-size: 1.15rem;
    color: #e0e0e0;
    /* Slightly off-white for the subtitle */
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/* Button Styles - Adjusted for the dark background */
.btn-primary {
    background-color: #00a9a9;
    /* A brighter teal to stand out */
    border-color: #00a9a9;
    padding: 12px 30px;
    font-weight: 600;
}

.btn-primary:hover {
    background-color: #00c2c2;
    border-color: #00c2c2;
}

/* This was btn-outline-secondary, now it's btn-outline-light */
.btn-outline-light {
    color: #ffffff;
    border-color: #ffffff;
    padding: 12px 30px;
    font-weight: 600;
}

.btn-outline-light:hover {
    background-color: #ffffff;
    color: #0d4c4a;
    /* Text color changes to dark teal on hover */
}

/* Image Style */
.hero-image {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    /* Optional: add a subtle border to make it pop */
    border: 3px solid rgba(255, 255, 255, 0.5);
}

.colorsoftp {
    font-size: 1rem;
    line-height: 1.8;
    color: #555;
    /* Softer than pure black */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.2rem;
    }

    .hero-section {
        padding: 60px 0;
    }

    .hero-buttons .btn {
        width: 100%;
        margin-bottom: 10px;
    }

    .hero-buttons .me-2 {
        margin-right: 0 !important;
    }
}

@media(max-width:888px) {
    .top-nav {
        display: none;
    }
}

.breadcrumb-img {
    background-position-y: top;
}

/*----------------------------------faq--------*/
.premium-faq-section {
    background: linear-gradient(135deg, #1a2a45 0%, #122038 100%);
    font-family: 'Nunito Sans', sans-serif;
    padding: 80px 0;
    color: #f0f0f0;
}

.premium-faq-section .section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #ffffff;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

/* Creative underline for the title */
.premium-faq-section .section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background-color: #00f5d4;
    /* Vibrant teal accent */
    border-radius: 2px;
}

.premium-faq-section .section-subtitle {
    font-size: 1.1rem;
    color: #a0b3d1;
    max-width: 600px;
    margin: 0 auto 50px auto;
}

.premium-faq-section .faq-card {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.premium-faq-section .faq-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border-color: rgba(0, 245, 212, 0.5);
}

.premium-faq-section .faq-question {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    color: #ffffff;
    position: relative;
}

.premium-faq-section .faq-question::after {
    content: '\2b';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 1.5rem;
    transition: transform 0.3s ease-in-out;
    color: #00f5d4;
}

/* This part remains the same and rotates the '+' into an 'x' */
.premium-faq-section .faq-card.active .faq-question::after {
    transform: rotate(45deg);
}


.premium-faq-section .faq-card.active .faq-question {
    color: #00f5d4;
}


.premium-faq-section .faq-answer {
    max-height: 0;
    overflow: hidden;
    /*transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), padding 0.5s ease;*/
    transition: max-height 0.4s ease-out, padding 0.4s ease;
    padding: 0 25px;
    font-size: 1rem;
    line-height: 1.7;
    color: #a0b3d1;
}

.premium-faq-section .faq-card.active .faq-answer {
    max-height: 500px;
    /* A large enough value to show content */
    padding: 0 25px 20px 25px;
    transition: max-height 1s cubic-bezier(1, 0, 1, 0), padding 0.5s ease;
}

.premium-faq-section .faq-answer strong {
    color: #e0e0e0;
}


/*---------wh choose us*/
.modern-why-us {
    background-color: #f8faff;
}

.modern-why-us .col-lg-4 {
    margin-bottom: 20px;
}


.modern-why-us .section-title h2 {
    font-weight: 700;
    color: #333;
}

.modern-why-us .section-title .lead {
    color: #6c757d;
    max-width: 600px;
    margin: 10px auto 0 auto;
}

/* --- The Modern Card --- */
.modern-feature-card {
    background: #ffffff;
    border-radius: 15px;
    /* Softer, more modern corners */
    padding: 30px;
    height: 100%;
    position: relative;
    border: 1px solid #eef2f8;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    /* Softer, more realistic shadow */
    transition: all 0.3s ease-in-out;
}

.modern-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(13, 110, 253, 0.1);
    /* Shadow gets stronger and colored on hover */
    border-color: #0d6efd;
}


/* --- The Overlapping Icon --- */
.modern-feature-card .card-icon {
    position: absolute;
    top: -25px;
    /* Pulls the icon outside the card's top edge */
    left: 25px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0d6efd, #0a58ca);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.4);
    transition: all 0.3s ease;
}

.modern-feature-card:hover .card-icon {
    transform: scale(1.1) rotate(-10deg);
}

/* --- Card Content --- */
.modern-feature-card .card-content {
    padding-top: 30px;
    /* Leave space for the overlapping icon */
}

.modern-feature-card .card-content h4 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #222;
}

.modern-feature-card .card-content p {
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.6;
}

/*------------------------------------------------------------------------footer*/
.ov-footer {
    max-height: 12rem;
    overflow-y: scroll;
}

.logo-ft {
    max-width: 200px;
}

.footer-bg {
    /* The key: A gradient that perfectly matches your header */
    background: linear-gradient(to right, #2a3a8a, #6d3b70);
    /* Ensures all text inside is bright and readable */
    color: #f8f9fa;
}

/* Style for links within the footer */
.footer-bg a {
    color: #f8f9fa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

/* A subtle hover effect for the footer links */
.footer-bg a:hover {
    color: #ffffff;
    opacity: 0.8;
}

/* --- Premium "Frosted Glass" Social Media Icons --- */
.social-media a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    /* Or your current size */
    height: 40px;
    /* Or your current size */
    border-radius: 50%;

    /* The "Frosted Glass" Effect */
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);

    /* Smooth transition for the hover effect */
    transition: all 0.3s ease;
}

/* --- The Hover Effect --- */
.social-media a:hover {
    /* The background becomes slightly brighter */
    background: rgba(255, 255, 255, 0.2);
    /* The icon pops out slightly */
    transform: scale(1.1);
}