@import url('https://fonts.googleapis.com/css2?family=Jost:wght@300;400;600;700&display=swap');

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff url('bcac-logo.png') 50% 50% no-repeat;
    background-size: 70px 70px;
}

p {
    font-size: 1.1rem;
}

body {
    overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
    color: #000;
    font-family: "Jost", Sans-serif;
    font-size: 1rem;
    font-weight: 400;
    outline: none;
    border: none;
    background: #fff;
}

.topBarArea {
    background: #F5F5F5;
}

.topBarArea .topBarLeft {
    text-align: left;
    padding: 8px 0;
    color: #5C5858;
    font-family: "Jost", Sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
}

.topBarArea .topBarRight {
    text-align: right;
    padding: 8px 0;
    color: #5C5858;
    font-family: "Jost", Sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
}

a {
    text-decoration: none;
}

.topBarArea .topBarRight a {
    color: #5C5858;
}

.topBarArea .topBarRight a i {
    color: #04a249;
}

.cust-p-0 {
    padding: 0px;
}

.get-quote-btn {
    font-weight: 500;
    background-color: #384ea5;
    color: #fff;
    border-radius: 0px;
    white-space: nowrap;
}

.get-quote-btn:hover {
    background: #027196;
    color: #fff;
}

.menuArea {
    background: #fff;
}

#myHeader {
    z-index: 999;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 25px rgb(34 50 72 / 22%);
}

.cust-navbar .navbar-nav .nav-link {
    font-size: 1rem;
    font-weight: 500;
    color: #000000;
    padding: 0px 15px 0px 15px;
}

/* .cust-navbar .navbar-nav .nav-link i {
    color: #290f9c;
} */

.cust-navbar .navbar-nav .nav-link:hover {
    color: #290f9c;
}

.cust-navbar .navbar-nav .nav-link.active {
    color: #290f9c;
}

/* .cust-navbar .navbar-nav .nav-link i:hover {
    color: #290f9c;
}

.cust-navbar .navbar-nav .nav-link i.active {
    color: #290f9c;
} */
.banner-heading
{
    width: auto;
    margin-top: 20px;
}
.cust-navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.cust-navbar .navbar-nav {
    justify-content: center;
    width: 100%;
}

.form-select:focus,
.form-control:focus {
    border-color: #bfbfbf;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 3%);
}

.background-bg {
    background: #e9e9e9;
}

.formArea {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #f4f4f4;
    min-height: 100vh;
}

.bookSurveyArea {
    padding-top: 0px;
    padding-bottom: 70px;
}

.calculate-btn-bg {
    background: #679e81;
    color: #fff;
    border-radius: 0px !important;
}

.calculate-btn-bg:hover {
    background: #2e8557;
    color: #fff;
}

.custformCard {
    background: #fff;
    border-radius: 4px;
}

.cust-card-header {
    background: #679e81;
    color: #fff;
    padding: 20px;
    border-radius: 4px 4px 0 0;
    position: relative;
}

.cust-card-header:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-top: solid 14px #679e81;
    border-left: solid 14px transparent;
    border-right: solid 14px transparent;
}

.cust-card-body {
    padding: 20px;
}

.custPageHeader {
    background: #679e81;
    color: #fff;
    padding: 20px;
    position: relative;
}

.custPageHeader:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-top: solid 14px #679e81;
    border-left: solid 14px transparent;
    border-right: solid 14px transparent;
}

.realPrice {
    color: #0092C2;
}

.footer {
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: #231f34;
    /*  background-image: url(../images/plumbers.jpg);*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


/*.footer-overaly{
    background-color: #11161EFA;
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}*/

.position-inherit {
    z-index: 9;
    position: inherit;
}

.footer-txt {
    color: #B7B4B4;
}

.footer-header {
    color: #F3F3F3;
    font-weight: 500;
}

.footerMenuList {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

.footerMenuList li {
    padding: 5px 0px;
}

.footerMenuList li a {
    color: #B7B4B4;
}

.footerMenuList li a:hover {
    color: #1FAEE3;
}

.footerMenuList li a i {
    margin-right: 10px;
}

.bottomFooter {
    background: #181528;
    padding: 10px;
    color: #c4c4c4;
    font-size: 0.9rem;
}

.bottomFooter .footerLeft {
    text-align: left;
}

.bottomFooter .footerRight {
    text-align: right;
}

.productDetailsList ul {
    margin-left: 0px;
    padding-left: 0px;
    list-style-type: none;
}

.productDetailsList ul li {
    padding-top: 4px;
    padding-bottom: 4px;
}

.productDetailsList ul li i {
    color: #0092C2;
    margin-right: 8px;
}

.prodImgARea {
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #ffffff;
    cursor: no-drop;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    cursor: no-drop;
}

.warrantyCls {
    font-size: 1.4rem;
    color: #646464;
}

.custalertCss {
    background: #52bf0f45;
}

.position-rel {
    position: relative;
}

.verifymenu {
    position: absolute;
    right: 7px;
    top: 39px;
    cursor: pointer;
}

.cursorpointer {
    cursor: pointer;
}

.custfm-p-r-7 {
    padding-right: 70px !important;
}

.marg1 {
    margin-right: 10px;
}


/*banner area css start*/

.bannerArea .bannerSlider .item {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.bannerArea .bannerSlider .item .banner-Content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    color: #fff;
    height: 80vh;
    padding: 40px 0px;
}

.bannerArea .bannerSlider .item .banner-Content h1 {
    font-size: 3.5rem;
    font-weight: 300;
}

.bannerArea .bannerSlider .item .banner-Content h1 span {
    font-weight: 600 !important;
}

.bannerArea .bannerSlider .item .banner-Content p {
    font-size: 1.3rem;
}


/*banner area css end*/

.mainHeading {
    margin-bottom: 20px;
    text-align: center;
}

.mainHeading h1 {
    color: #2575d0;
    font-weight: 500;
}

.mainHeading .tm-section-seperator {
    height: 15px;
    width: 170px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.mainHeading .tm-section-seperator:before {
    content: '';
    height: 2px;
    background-color: #2caee2;
    width: 70px;
    position: absolute;
    left: 0;
    top: 6px;
}

.mainHeading .tm-section-seperator:after {
    content: '';
    height: 2px;
    background-color: #2caee2;
    width: 70px;
    position: absolute;
    right: 0;
    top: 6px;
}

.mainHeading .tm-section-seperator .plusicon {
    position: relative;
    top: -4px;
    color: #3d98ff;
}

.fntw500 {
    font-weight: 500 !important;
}

.bannerbtn {
    background: #384ea5;
    color: #fff;
    border-radius: 0px;
    margin-top: 20px;
    font-size: 1.2rem;
}

.bannerbtn:hover {
    background: #203070;
    color: #fff;
}

.video-container {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.video-container video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.video-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000ab;
}

.bannerAreaTwo {
    position: relative;
    display: flex;
    height: 90vh;
}

.bannerAreaTwo .banner-Content {
    color: #fff;
    padding: 40px 0;
    width: 100%;
    margin: auto;
}

.bannerAreaTwo .banner-Content h1 {
    font-size: 3.5rem;
    font-weight: 300;
}

.bannerAreaTwo .banner-Content h3 {
    font-size: 3.5rem;
    font-weight: 300;
}

/*.bannerAreaTwo .banner-Content h1.newText {
    font-size: 6.5rem;
    font-weight: 300;
}
*/
.dealine_extend .lastDtaeRegCls {
    font-size: 2rem;
}

.dealine_extend {
    background: #f4f7ffd9;
    border-radius: 5px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    padding: 1rem;
    color: #000;
    margin-top: 1rem;
}

.bannerAreaTwo .banner-Content h1 span {
    font-weight: 600 !important;
}

.bannerAreaTwo .banner-Content p {
    font-size: 1.3rem;
}

.aboutUsarea {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #f2f2f2;
}

.bannerSliderslider .item img {
    width: 100%;
}

.text-justify {
    text-align: justify;
}

.instructionSection {
    padding: 50px 0px;
    background: #f8f9ff;
}

.headimngs {
    color: #384ea5;
    font-weight: 600;
    font-size: 1.5rem !important;
}

.eventCard {
    padding: 3px 3px 5px 3px;
    background: #fff;
    border-radius: 4px;
}

.eventCard img {
    width: 100%;
    border-radius: 4px 4px 0px 0px;
}

.eventCard h5 {
    text-align: center;
    margin-top: 13px;
    color: #353536;
    font-size: 0.9rem;
    font-weight: 600;
}

.bannerSliderslider {
    position: relative;
}

.owl-prev {
    position: absolute;
    left: 10px;
    top: 40%;
    background: #2575d08a !important;
    color: #fff !important;
    width: 34px;
    height: 34px;
    border-radius: 50px;
}

.owl-next {
    position: absolute;
    right: 10px;
    top: 40%;
    background: #2575d08a !important;
    color: #fff !important;
    width: 34px;
    height: 34px;
    border-radius: 50px;
}

.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.otp {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #a1a1a1;
    border-radius: 5px;
}

.verifyOtpHeading {
    font-size: 1rem;
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.verifyOtpHeadingMain {
    font-size: 1.2rem;
    margin-top: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #384ea5;
    text-align: center;
}

.verifyOtpHeadingCondi {
    font-size: 0.9rem;
}

.regemilCopy {
    color: #4d6ef2;
}

.otpresendArea {
    margin-top: 15px;
    margin-bottom: 20px;
}

.otpresendArea .otpresendText span {
    color: #145bf0;
    cursor: pointer;
    font-weight: 600;
}

.otpresendArea .otpresendText span {
    color: #0b3793;
}

.stayimpreq {
    color: red;
}

.avtarcust4 {
    height: 183px;
    width: 100%;
    border: 5px solid #fff;
    border-radius: 5px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    /*margin: auto!important;*/
    box-shadow: 1px 1px 14px #2929293d;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.avtarcust4 .editproimg label {
    padding: 10px 10px;
    background: linear-gradient(to left, #0f6979, #0f6979);
    box-shadow: 0 5px 10px #29292924;
    color: #fff;
    position: absolute;
    border-radius: 50%;
    right: 0;
    cursor: pointer;
}

.avtarcust4 .editproimg label:hover {
    background: linear-gradient(to right, #0f6979, #0f6979);
}

.profile-update-btn {
    padding: 6px 11px;
    background: linear-gradient(to left, #2087ab, #59dff7);
    box-shadow: 0 5px 10px #29292924;
    color: #fff;
    position: absolute;
    border-radius: 50%;
    right: 0;
    cursor: pointer;
    border: 0px solid #fff;
    font-size: 0.9rem;
}

.plweupdate {
    font-size: 0.9rem;
    text-align: center;
    margin-top: 8px;
}

.custviewdet label {
    font-weight: 600;
}

.cursorPointer {
    cursor: pointer;
}

#logoutbtnfg {
    color: #000;
}

.headimngs4 {
    color: #384ea5;
    font-weight: 600;
    font-size: 1.7rem !important;
}

.contNod10digit .tenDig {
    display: inline-block;
    width: 26px;
    height: 28px;
    text-align: center;
    border: 1px solid #a1a1a1;
    border-radius: 0px;
}

.contNod10digit .tenDigWp {
    display: inline-block;
    width: 27px;
    height: 28px;
    text-align: center;
    border: 1px solid #a1a1a1;
    border-radius: 0px;
}

.contNod10digit .plus91 {
    display: inline-block;
    width: 43px;
    height: 28px;
    text-align: center;
    border: 1px solid #a1a1a1;
    border-radius: 0px;
}

.contNod10digit .plus91Wp {
    display: inline-block;
    width: 43px;
    height: 28px;
    text-align: center;
    border: 1px solid #a1a1a1;
    border-radius: 0px;
}

.borderbtminput {
    outline: 0;
    border-width: 0 0 1px;
    border-color: #8e8e8e;
    border-radius: 0;
    padding: 0px 0px 4px 0px;
    color: #686868;
}

.borderbtminput:focus {
    border-width: 0 0 2px;
    border-color: #798cdb;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}

/* event Slider */
.news {
    background-color: #384ea5;
    color: #fff;
}

.breaking-news {
    border: 1px solid #ddd;
    border-radius: 4px;
}

.news-ticker {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
}

.ticker-text {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 18s linear infinite;
}

.ticker-text a {
    text-decoration: none;
    color: #1f1f1fff;
    margin: 0 10px;
}

.ticker-text .dot {
    margin: 0 10px;
    color: #666;
    font-weight: bold;
}

@keyframes scroll-left {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.eventCard1 {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.eventCard1 h5 {
    text-align: start;
    color: #fff;
}

.eventCard1 img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

.eventText1 {
    position: absolute;
    bottom: 1px;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    text-align: start;
    margin: 0px 1px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.eventText1 h5 {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
}

.eventText1 p {
    margin: 0;
    font-size: 12px;
}

/*Event Slider*/
/* Define the animation */

@keyframes blink {
    0% {
        color: #000;
    }

    /* Start of the animation */
    50% {
        color: red;
    }

    /* Disappear at 50% of the animation */
    100% {
        color: #000;
    }

    /* Reappear at the end of the animation */
}


/* Apply the animation to the element */

.lastDtaeRegCls {
    animation: blink 1.3s infinite;
    /* Use the blink animation with 1-second duration, repeating infinitely */
    margin: auto;
    margin-right: 10px;
    font-weight: 600;
    font-size: 0.9rem;
}


/*-- faq content added --*/

.accordion .accordion-item {
    border-bottom: 1px solid #ecedf7;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0px 10px 0px 5px;
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #03b5d2;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 1rem 0rem;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded='true'] {
    color: #03b5d2;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 80em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
    padding: 0.5rem 1rem;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 1em 0;
}

.contArea ul li {
    display: block;
    padding: 6px 0px;
}

.policy_content ol li {
    padding: 5px 0px;
}

.policy_content ul li i {
    font-size: 12px;
    color: #929292;
}

.policy_content ul {
    padding-left: 1rem;
}

.view_document {
    width: 90%;
    display: inline-block;
}

.bttn_icon i {
    background: #2196f324;
    padding: 8px 10px;
    border: 1px solid #b8ddfb;
    border-radius: 5px;
    font-size: 18px;
    width: 40px;
    height: 35px;
}

.paymentbtn {
    background: linear-gradient(to left, #1f924c, #30ac61);
    color: #fff;
    font-size: 1.2rem;
    padding: 1px 20px 1px 20px;
    white-space: nowrap;
}

.applybtn {
    background: linear-gradient(to left, #928e8e, #6f706f);
    color: #fff;
    font-size: 1.2rem;
    padding: 1px 20px 1px 20px;
    white-space: nowrap;
}

.paymentbtn:hover {
    background: linear-gradient(to right, #1f924c, #30ac61);
    color: #fff;
}

.document_image {
    width: 100%;
}

.document_url {
    color: #0d6efd;
    cursor: pointer;
}

.contact_info li a i {
    width: 20px;
}

/* jyoti css */
.results-card {
    background: #202c5d;
    border-radius: 12px;
    overflow: hidden;
    color: #fff;
    transition: transform 0.3s ease;
    position: relative;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.results-card:hover {
    transform: translateY(-10px);
}

.results-img {
    position: relative;
    max-height: 150px;
    overflow: hidden;
}

.results-img img {
    width: 100%;
    display: block;
}

.position {
    margin-top: 15px;
    color: rgba(231, 231, 231, 1);
    font-size: 20px;
}

.result-txt {
    color: #0c3b63;
    font-size: 24px;
}

/* contact us section */
.location-section {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #ddd;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.left-panel {
    flex: 1 1 40%;
    padding: 0px 15px;
    background: linear-gradient(to bottom, #f9fbff, #ffffff);
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.left-panel h6 {
    color: #e67e22;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 15px;
}

.left-panel h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1c2d41;
}

.left-panel p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
}

.btn-custom {
    background-color: #0c3b63;
    color: #fff;
    border-radius: 25px;
    padding: 10px 22px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: background 0.3s ease;
}

.btn-custom:hover {
    background-color: #0a2f4d;
    color: #fff;
}

.btn-custom img {
    width: 18px;
    height: 18px;
}

.map-panel {
    flex: 1 1 60%;
    min-height: 400px;
}

.map-panel iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Responsive */
@media(max-width: 992px) {
    .left-panel {
        flex: 1 1 100%;
        padding: 40px 25px;
        text-align: center;
    }

    .map-panel {
        flex: 1 1 100%;
        min-height: 300px;
    }
}

/* aboutus section */
.about-img img {
    height: auto;
    width: 100%;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* contactus section */
.contact-card {
    border-radius: 12px;
}

.contact-card p {
    margin: 30px 0;
    font-size: 15px;
    line-height: 1.2;
    display: flex;
    align-items: start;
    gap: 10px;
}

.contact-card i {
    color: #384ea5;
    margin-right: 8px;
    font-size: 16px;
}

.txt-contact {
    color: #384ea5;
    font-weight: 600;
}

.contact-card a {
    color: #007bff;
    text-decoration: none;
}

.contact-card a:hover {
    text-decoration: underline;
}

/* contact button */
.contact-btn {
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #384ea5;
    box-shadow: 0 0 3px rgb(146 146 146);
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.contact-btn:hover {
    color: #fff;
    background: #384ea5;
    /* Blue background on hover */
}

/* breadcrumb section */
.breadcrumb-section {
    margin-left: 18rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.head-txt {
    font-size: 30px;
    font-weight: 600;
    color: #303030;
    margin-bottom: 20px;
}

.breadcrumb {
    background: transparent;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.breadcrumb-item a {
    color: #000;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb-item a:hover {
    color: #384ea5;
}

.breadcrumb-item.active {
    color: #666;
}

/* Tablet */
@media screen and (max-width: 992px) {
    .breadcrumb-section {
        margin-left: 8rem;
        /* Tablet ke liye half margin */
    }

    .head-txt {
        font-size: 20px;
    }

    .breadcrumb {
        font-size: 15px;
    }
}

/* Mobile */
@media screen and (max-width: 600px) {
    .breadcrumb-section {
        margin-left: 0;
        /* Mobile pe center align */
        justify-content: center;
        text-align: center;
    }

    .head-txt {
        font-size: 18px;
    }

    .breadcrumb {
        font-size: 14px;
    }
}



/* sponsors section */
.sponsor-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 15px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.sponsor-card img {
    max-height: 80px;
    object-fit: contain;
}

.sponsor-card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.mobilemenuarea .cardUi.active {
    background: #c4dbee;
}

.mobilemenuarea .cardUi {
    text-align: center;
    padding: 15px 10px;
    background: #f3f3f3;
    margin-bottom: 20px;
    border-radius: 10px;
}

.mobilemenuarea .cardUi.active {
    background: #ecf6ff;
}

.mobilemenuarea .cardUi img {
    width: 45px;
    margin-bottom: 6px;
}

.go-txt {
    color: #084298;
    font-weight: 600;
}
.headingtext{
font-size: 25px;
}

.nsertf{
    font-size: 0.8rem;
    color: #36c714;
}