@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.theme-color {
    color: #243C5C;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 600;
}

/* ================================================ COMMON CSS ====================================================== */ 
.header-txt {
    color: #243C5C;
    text-transform: capitalize;
    text-align: center;
}
.theme-btn {
    color: #fff;
    background: #FFBB00;
    border-radius: 10px;
    border: 1px solid #FFBB00;
    font-weight: 600;
    padding: 8px 10px;
}
.theme-btn:hover {
    background: #ffbb007d!important;
    border: 1px solid #FFBB00!important;
    color: #fff!important;
}
.icon-bg {
    background: linear-gradient(180deg, #243C5C 0%, #4C7FC2 100%);
    border-radius: 50%;
    padding: 15px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-slider .item {
    position: relative;
}
.banner-slider .item::before {
    content: "";
    position: absolute;
    inset: 0; 
    background: linear-gradient(90deg, #243C5C 0%, rgba(36, 60, 92, 0.44) 53.32%, rgba(240, 243, 255, 0) 118.5%);
    z-index: 2;
}
.banner-slider .slider-img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}
.banner-slider .banner-text {
    position: absolute;
    width: 100%;   
    height: 100%;
    color: #fff;
    z-index: 3;
    top: 0;
    display: flex;
    align-items: center;
} 
.banner-slider p, .banner-slider h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.banner-slider p {
    -webkit-line-clamp: 3;
}
.banner-slider h5 {
    -webkit-line-clamp: 1;
}
.brands-slider .owl-stage {
    display: flex;
    align-items: center;
}
.banner-slider .owl-carousel .owl-dots {
  position: absolute;      
  bottom: 20px;            
  width: 100%;
  text-align: center;      
}
.banner-slider .owl-carousel .owl-dots button{
    background-color:  transparent !important;
    width: 15px;
    height: 15px;
}
.banner-slider .owl-carousel .owl-dot span {
  width: 100%;
  height: 100%;
  display: block;
  background: transparent !important;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: background 0.3s;
}

.banner-slider .owl-carousel .owl-dot.active span {
  background: #fff !important;  
}
.brands-slider {
    box-shadow: 0px 4px 4px 0px #0000001A;
    overflow: hidden;
    position: relative;
}
.brands-slider .owl-stage-outer {
    margin-right: -300px;
}
.brands-slider img {
    /* height: 130px!important; */
    width: 130px!important;
    padding: 12px 0px;
}
.brands-slider .owl-item, .brands-slider .item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.brands-slider .brand-border-right {
    border-right: 6px solid #243C5C;
}
.contact-form .img-overlay-wrapper {
    position: relative;
    display: inline-block; 
    height: 100%;
}
.contact-form .img-overlay-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(36, 60, 92, 0) 20%, #243C5C 100%);
    z-index: 1;
    pointer-events: none;
}
.contact-form .img-overlay-wrapper .overlay-text {
    position: absolute;
    bottom: 0;
    color: #fff;
    z-index: 2;
    width: 100%;
    padding: 26px 22px;
}
.contact-form .contact-info {
    background: #243C5C;
    border-radius: 10px;
    color: #fff;
    padding: 33px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.custom-list {
    list-style: none;
    padding-left: 0;
    display: grid;
    gap: 0.8rem;
} 
.custom-list li {
    display: flex;
}
.custom-list li::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('../img/icons/marker.svg') no-repeat center center;
    background-size: contain;
    margin-right: 8px;
    vertical-align: middle;
    flex: none;
    margin-top: 1.4px;
}

/* ============================================ HEADER & FOOTER CSS =================================================== */
header , footer {
    background: #ECF5FF;
}
.main-header{
    box-shadow: 0px 2px 4px -1px #0000000F;
}
.main-header .nav-link, .main-footer a {
    color: #052A54;
    font-weight: 500;
    font-size: 16px;
}
.main-footer a {
    width: fit-content;
}
.main-header .nav-link.active, .main-header .nav-link:hover, .main-footer a:hover {
    color:#243C5C;
    text-decoration: underline;
}
.main-header .nav-subitem li a {color: #243C5C;font-size: 15px;}
.main-header .nav-subitem li a:hover, .main-header .nav-subitem li a.active {text-decoration: underline;}
.main-footer .copy-right {
    background: #fff;
    color: #052A54;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
} 
.main-footer .h-text {
    color: #052A54;
    font-weight: 700;
}
.ul-dot {
    list-style: disc!important;
}

/* ================================================ HOMEPAGE CSS ====================================================== */ 
.banner-slider .banner-text h2 , .home-sec .banner-slider .banner-text p {
    text-transform: capitalize;
}
.home-sec .our-strength p.theme-color{
    font-weight: 500;
}
.home-sec .our-strength .icon-bg {
    width: 90px;
    height: 90px;
}
.home-sec .our-strength .info-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    border-right: 1px solid #243C5C;
    border-bottom: 1px solid #243C5C;
    padding: 20px 12px;
    text-align: center;
}
.home-sec .our-strength .info-box:nth-child(3n) {
    border-right: none;
}
.home-sec .our-strength .info-box:nth-last-child(-n+3) {
    border-bottom: none;
}
.home-sec .supply-chain {
    text-align: center;
    background: url(../img/supply-chain-bg.png) no-repeat;
    background-size: cover;
}
.home-sec .automation-slider {
    padding-top: 20px;
}
.home-sec .automation-slider .item {
    background: #fff;
    border-radius: 30px;
    padding: 12px 12px 12px 40px;
}
.home-sec .automation-slider .item img {
    border-radius: 25px;
}
.home-sec .supply-chain , .home-sec .our-services {
    overflow: hidden;
}
.home-sec .automation-slider .owl-stage-outer, .home-sec .service-slider .owl-stage-outer {
    margin-right: -300px;
}
.home-sec .our-services .service-bg {
    background: #F6FAFF;
    border-radius: 18px;
    padding: 25px 20px;
}
.home-sec .our-services .owl-stage{
    display: flex;
    padding: 4px;
}
.home-sec .our-services .service-bg, .home-sec .our-services .item  {
    height: 100%;
}  
.home-sec .industries-bg {
    background: url(../img/Industries-bg.png) no-repeat center;
    background-size: cover;
}
.home-sec .we-serve .grid-box, .quick-commerce .industries .grid-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(10rem, 100%), 1fr));
    gap: 12px;
    justify-items: center;
} 
.home-sec .we-serve .grid-box .bg-img, .quick-commerce .industries .bg-img {
    border-radius: 15px;
    filter: brightness(0.4);
}
.home-sec .we-serve .grid-box .inner-box, .quick-commerce .industries .grid-box .inner-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}
.home-sec .we-serve .serve-icon, .quick-commerce .industries .serve-icon {
    width: 70px;
    height: 70px;
}
.home-sec .we-serve .inner-box .inner-text, .quick-commerce .industries .inner-box .inner-text{
    position: absolute;
    text-align: center;
    color: #fff;
    padding: 5px 12px;
    word-break: break-word;
}
.home-sec .why-ethics .choose-option {
    background: #EDF6FF;
    padding: 40px 20px;
    color: #243C5C;
    text-align: center;
    height: 100%;
    transition: all 0.5s;
}
.home-sec .why-ethics .choose-option:hover {
    color: #fff;
    background: #243C5C;
}
.home-sec .why-ethics .choose-option:hover img {
    filter: brightness(0) invert(1);
}
.home-sec .why-ethics img, .distribution-main .key-service img {
    height: 75px;
    width: 75px;
}
.home-sec .pan-india {
    background: linear-gradient(rgba(28, 56, 101, 0.7), rgba(28, 56, 101, 0.7)), url(../img/network-bg.png) no-repeat;
    overflow: hidden;
}
.home-sec .pan-india .map-bg {
    background:#fff;
    padding: 20px;
}
/* ================================================ DISTRIBUTION CSS ====================================================== */
.distribution-main .banner-slider .item::before {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 80%);
}
.distribution-main .key-service .service-box {
    color: #243C5C;
    text-align: center;
    box-shadow: 0px 0px 22px 5px rgba(236, 245, 255, 0.92);
    border-radius: 20px;
    padding: 40px 20px;
    height: 100%;
    transition: all 0.5s;
}
.distribution-main .key-service .service-box:hover {
    color: #fff;
    background: #243C5C;
}
.distribution-main .key-service .service-box:hover img {
    filter: brightness(0) invert(1);
}
.distribution-main .why-ethics {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 0%), url(../img/why-ethics-bg.png) no-repeat;
    background-size: cover;
}
.distribution-main .why-ethics .option-box, .quick-commerce .why-ethics .option-box{
    font-weight: 600;
}
.distribution-main .why-ethics .option-box, .warehouse-main .warehouse-service .service-box, .quick-commerce .why-ethics .option-box {
    background: #fff;
    color: #243C5C;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(11rem, 100%), 1fr));
    gap: 20px;
    padding: 40px;
}
.distribution-main .why-ethics .option-box .icon-bg, .warehouse-main .warehouse-service .service-box .icon-bg, 
.quick-commerce .why-ethics .option-box .icon-bg {
    justify-self: center;
}

/* ================================================ WAREHOUSING CSS ====================================================== */
.warehouse-main .warehouse-service {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 0%), url(../img/warehouse-service-bg.png) no-repeat;
    background-size: cover;
}  
.warehouse-main .partner-with-us {
    color: #243C5C;
}
.warehouse-main .partner-with-us .us-display img {
    border-radius: 20px;
}
.warehouse-main .offers-slider .owl-stage, .warehouse-main .solution-slider .owl-stage {
    display: flex;
}
.warehouse-main .offers-slider .item, .warehouse-main .solution-slider .item {
    padding: 10px;
    height: 100%;
}
.warehouse-main .offers-slider .item-box {
    box-shadow: 0px 0px 18px 0px rgba(161, 161, 161, 0.2); 
    border-radius: 15px;
    color: #243C5C;
    padding: 20px;
    height: 100%;
}
.warehouse-main .offers-slider .icon-bg {
    border-radius: 5px;
    height: 75px;
    width: 75px;
    padding: 12px;
    margin-top: -40px;
    z-index: 1;
    position: relative;
}
.warehouse-main .offers-slider .owl-nav {
    display: flex;
    gap: 1rem;
    position: absolute;
    top: -50px;
    right: 20px;
}
.warehouse-main .warehouse-solution {
    background: url(../img/warehouse-solution-bg.png)no-repeat;
}
.warehouse-main .warehouse-solution .solution-box {
    text-align: center;
    color: #243C5C;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 40px 20px;
    border-radius: 23px;
    height: 100%;
    background: #fff;
}
.warehouse-main .warehouse-solution .solution-box img {
    height: 65px;
    width: 65px;
    margin-bottom: 10px;
    justify-self: center;
}
.warehouse-main .solution-slider .owl-nav {
    display: flex;
    justify-content: space-between;
    top: 50%;
    position: absolute;
    width: 100%;
}
.warehouse-main .solution-slider .owl-prev {
    margin-left: -60px;
}
.warehouse-main .solution-slider .owl-next {
    margin-right: -60px;
}
.stroke-text {
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.35);
    -webkit-text-fill-color: transparent; 
    text-align: center;
    font-weight: 900;
    font-family: system-ui;
    letter-spacing: 3.5px;
}

/* ================================================ ABOUT US CSS ====================================================== */
.about-us .banner-slider .item::before, .quick-commerce .banner-slider .item::before {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 17.11%, rgba(0, 0, 0, 0.8) 78.68%);
}
.about-us .banner-box {
    background: rgba(236, 245, 255, 1);
    padding: 20px;
    color: #243C5C;
    font-weight: 600;
    text-align: center;
    margin-top: -50px;
    z-index: 11;
    position: relative;
}
.about-us .banner-box h2 {
    font-weight: 700;
}
.about-us .our-story-info {
    color: #243C5C;
    text-align: start;
    text-transform: uppercase;
}
.about-us .our-story-info h2 {
    font-size: 30px;
}

/* ================================================ QUICK COMMERCE CSS ====================================================== */
.quick-commerce .header-box {
    background: rgba(36, 60, 92, 1);
    box-shadow: 0px 0px 22px 5px rgba(236, 245, 255, 0.92);
    padding: 18px 42px;
}
.quick-commerce .offer-slider {
    background: rgba(236, 245, 255, 0.92);
    padding: 24px 42px;
}
.quick-commerce .dark-store {
    background: rgba(237, 245, 255, 1);
}
.quick-commerce .store-bg {
    background: url(../img/store-bg.png)no-repeat;
}
.quick-commerce .store-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(18rem, 100%), 1fr));
    gap: 45px;
}
.quick-commerce .store-box .inner-box {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 10px 5px rgba(236, 245, 255, 0.5);
    border-radius: 23px;
    padding: 26px 23px;
    text-align: center;
    color: #243C5C;
}
.quick-commerce .store-box .inner-box img{
    width: 75px;
    height: 75px;
    margin-bottom: 10px;
}
.quick-commerce .why-ethics { 
    background: linear-gradient(rgba(36, 60, 92, 0.5), rgba(36, 60, 92, 0.5)), url(../img/why-ethics-bg-img.png) no-repeat;
    background-size: cover;
}

/* ================================================ TECHMOLOGY CSS ====================================================== */
.technology-sec .banner-slider .item::before {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 17.11%, rgba(0, 0, 0) 78.68%);
}
.technology-sec .tech-tab .nav {
    justify-content: center;
    gap: 2rem;
}
.technology-sec .tech-tab .nav-link {
    font-size: 22px;
    padding: 8px;
    color: rgba(36, 60, 92, 1);
    font-weight: 600;
    background: rgba(237, 245, 255, 1);
    min-width: 240px;
    border-radius: 11px;
}
.technology-sec .tech-tab .nav-link.active {
    background: rgba(36, 60, 92, 1);
    color: #fff;
}
.technology-sec .tech-tab .lightblue-bg {
    color: #243C5C;
}
.technology-sec .tech-tab .lightblue-bg:nth-child(odd) {
    background: rgba(236, 245, 255, 0.92);
}
.technology-sec .tech-tab .lightblue-bg:nth-child(even) .row {
    flex-direction: row-reverse;
}
.technology-sec .tech-tab .lightblue-bg:nth-child(even) .tab-box {
    box-shadow: 0px 2px 15px 0px #0000001A;
}
.technology-sec .custom-list, .technology-sec .tab-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(14rem, 100%), 1fr));
    display: grid;
}
.technology-sec .tab-grid {
    gap: 1.2rem;
}
.technology-sec .tab-grid .tab-box {
    background: #fff;
    padding: 20px 15px;
    border-bottom: 6px solid #243C5C;
}
.technology-sec .tab-grid .tab-box img {
    width: 65px;
    height: 65px;
    margin-bottom: 8px;
}
.technology-sec .img-border img{
    border-radius: 19px;
}

/* ================================================ INDUSTRIES CSS ====================================================== */
.industries-main .industries-info .header-txt {
    text-align: start;
}
.industries-main .industries-info p {
    color: #243C5C;
}
.industries-main .industries-info .img-order {
    text-align: center;
}
.industries-main .industries-info .img-order img {
    border-radius: 15px;
}
.industries-main .industries-info .light-bg:nth-child(even) .row{
    flex-direction: row-reverse;
}
.industries-main .industries-info .light-bg:nth-child(odd) {
    background: #EDF5FF;
}

/* ================================================ CONTACT US CSS ====================================================== */
.contact-us .d-flex { 
    align-items: baseline;
}
.contact-us .d-flex .font-18 {
    color: #243C5C;
    font-weight: 500;
}
.contact-us .d-flex p {
    color: #5A5A5A;
}
.contact-us .d-flex .icon {
    width: 18px;
    height: 18px;
    margin-right: 0.25rem;
    color: #243C5C;
}
.contact-us .form-control, .contact-us .form-select {
    padding: 11px;
}
.contact-us .form-bg {
    box-shadow: 0px 1px 2px 0px #0000003D;
    border-radius: 6px;
    padding: 26px;
}
 
/* ================================================ NEWSROOM CSS ====================================================== */
.newsroom-main .header-txt {
    text-align: start;
}
.newsroom-main .d-flex {
    align-items: start;
    column-gap: 1.5rem;
    row-gap: 0.5rem;
}
.newsroom-main .news-box .p-height {
  line-height: 1.5em;            
  max-height: calc(1.5em * 5);     
  overflow-y: auto;
  padding-right: 10px;
  display: grid;
  gap: 0.5rem;
}
.newsroom-main .news-box .p-height::-webkit-scrollbar {
  width: 6px;
}
.newsroom-main .news-box .p-height::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.newsroom-main .news-box .p-right h4 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; 
  overflow: hidden;
  text-overflow: ellipsis;
}
.note-editable {
    background: #000;
}

/* ================================================ BLOG & SINGLE BLOG CSS ====================================================== */

.page__container {
    flex: 1;

    .text-primary{
        color: #243C5C !important;
    }
}

.page__banner {
    background-image: url("../../frontend/img/blog_bg_banner.jpg");
    background-size: cover;
    background-position: center;
    padding-block: 7.875rem;
    color: #fff;
    text-align: center;
}

.breadcrumb__section {
    padding-block: 0.75rem;

    .breadcrumb {
        font-weight: 600;

        .breadcrumb-item {
            a {
                color: #243C5C;

                &[href="#"] {
                    pointer-events: none;
                    cursor: default;
                }
            }

            &.active {
                color: #243C5C;
                cursor: default;
                pointer-events: none;
            }
        }
    }
}

.blog__listing {
    border-bottom: 2px solid #CECECE;
    color: #243C5C;
    margin-inline-end: auto;
    margin-block-end: 2rem;
    padding-block-end: 1.75rem;

    &:last-of-type {
        border-block-end: none;
    }

    &.bl_detail {
        font-size: 1rem;
        margin-block-end: 0;
        padding-block-end: 1rem;

        *:not([class]) {
            margin-block-end: 1rem;
        }

        :is(h1, h2, h3, h4){
            font-size: 1.25rem;
        }

        ul,
        ol {
            &:not([class]) {
                padding-inline-start: 1rem;
            }
        }

    }


    @media(min-width: 992px) {
        margin-inline-end: 4rem;
    }

    .breadcrumb {
        color: #243C5C;
        padding-block: 0.75rem;
    }

    p{
        display: -webkit-box;
        /* -webkit-line-clamp: 4; */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    a[role="button"] {
        background-color: #FFBB00;
        border: 1px solid transparent;
        border-radius: 4px;
        color: #fff;
        display: inline-block;
        font-weight: 500;
        padding: 0.5rem 0.838rem;

        &:hover,
        &:focus {
            background-color: #052A54;
        }
    }

}

.blog__article_pagination {
    a {
        border: 0;
        border-radius: 0 !important;
        color: #052A54;
        padding-inline: 1.5rem;

        &[aria-label] {
            background-color: #052A54;
            border: 1px solid transparent;
            color: #fff;
            padding-inline: 1rem;

            &:hover,
            &:focus {
                background-color: #FFBB00;
                color: #fff;
            }
        }

        &:hover,
        &:focus {
            background-color: transparent;
        }
    }

    .page-item:not(:first-child) .page-link {
        margin-left: 0;
    }
}

.blog__cta {
    background-color: #052A54;
    border-radius: 15px;
    color: #fff;
    margin-bottom: 2.5rem;
    padding: 1rem 1.5rem; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    row-gap: 1rem;
    text-align: center;

    @media(min-width: 992px) {
        flex-direction: row;
        text-align: start;
    }

    a[role="button"] {
        background-color: #FFBB00;
        border: 1px solid transparent;
        border-radius: 9px;
        color: #052A54;
        font-weight: 600;
        padding-block: 0.65rem;
        padding-inline: 1.463rem;

        &:hover,
        &:focus {
            background-color: transparent;
            border: 1px solid #fff;
            color: #fff;
        }
    }
}

.single__blog_tags{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-block-end: 1rem;

    ul{
        list-style: none;
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;

        a {
                background-color: #243C5C;
                border: 1px solid transparent;
                border-radius: 11px;
                color: #fff;
                display: block;
                font-size: 0.85rem;
                font-weight: 500;
                padding-block: 0.5rem;
                padding-inline: 0.8rem;

                &:hover,
                &:focus {
                    background-color: #FFBB00;
                }

            }
    }
}

.aside__panel {
    form {
        margin-bottom: 2rem;

        @media(min-width: 992px) {
            margin-bottom: 2.813rem;
        }

        input {
            border: 1px solid #9C9C9C;
            border-right: none !important;
            border-radius: 7px;
            padding-block: 0.8rem;
            padding-inline-start: 0.5rem;

            @media(min-width: 768px) {
                padding-block: 0.6rem;
                padding-inline-start: 1rem;
            }
        }

        button {
            background-color: #FFBB00;
            border: 1px solid transparent;
            color: #fff;
            font-size: 30px;
            padding-inline: 1.2rem;

            &:focus-visible {
                margin-left: 0 !important;
            }
        }
    }

    .table__content {
        background-color: #052A54;
        border-radius: 16px;
        color: #fff;
        padding-block: 1.125rem 1.75rem;
        padding-inline: 1.313rem 2.375rem;
        margin-block-end: 2rem;

        @media(min-width: 992px) {
            margin-block-end: 4.063rem;
        }

        h2 {
            margin-block-end: 1.563rem;
        }

        ol {
            padding-inline-start: 1rem;

            li {
                margin-block-end: 1.625rem;
            }
        }

    }

    .categories__list {
        color: #243C5C;
        margin-bottom: 2rem;

        @media(min-width: 992px) {
            margin-bottom: 3.375rem;
        }

        h2 {
            margin-bottom: 1rem;
        }

        ul {
            padding-inline-start: 1.2rem;
        }

        a {
            color: inherit;
            font-weight: 500;

            &:hover,
            &:focus {
                color: #243C5C;
                text-decoration: underline;
            }
        }
    }

    .tags__list {
        color: #243C5C;
        margin-bottom: 2rem;

        @media(min-width: 992px) {
            margin-bottom: 3.375rem;
        }

        h2 {
            margin-bottom: 1rem;
        }

        ul {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 18px;

            a {
                background-color: #243C5C;
                border: 1px solid transparent;
                border-radius: 11px;
                color: #fff;
                display: block;
                font-size: 0.85rem;
                font-weight: 500;
                padding-block: 0.5rem;
                padding-inline: 0.8rem;

                &:hover,
                &:focus {
                    background-color: #FFBB00;
                }

            }
        }

    }
}
.blog__faq{
    margin-block-start: 1.375rem;
    margin-block-end: 1.125rem;
    padding-inline-end: 0.75rem;

    @media(min-width: 1200px){
        margin-block-start: 3.375rem;
        padding-inline-end: 5rem;
    }

    h2{
        margin-block-end: 2.5rem;
    }

    #accordionBlogFAQ{
        .accordion-item{
            background-color: #F0F4FE;
            border: 0;
            border-radius: 14px;
            color: #243C5C;
            margin-block-end: 2.25rem;
            padding-inline: 2.25rem;

            .accordion-button{
                background-color: inherit;
                box-shadow: none;
                color: #243C5C;
                padding-block: 1.275rem;
                padding-inline: 0;
                color: #243C5C;
               
               &::after {
                    background-image: none;
                    content: "\002B";
                    position: absolute;
                    top: 10px;
                    right: 12px;
                    font-size: 2.25rem;
              }

              &:not(.collapsed)::after {
                content: "\2212";
                transform: none;
              }

            }
            .accordion-body{
                padding: 0 0 2.25rem 0;
            }
        }
    }
}
.related__articles{
    margin-block-end: 3.75rem;
    h2{
        margin-block-end: 1.25rem;
    }

    .owl-prev,
    .owl-next{
        position: absolute;
        top: 50%;
        background-color: #052A54 !important;
        border: 1px solid transparent !important;
        border-radius: 0 !important;

        &:hover,&:focus{
            background-color: #FFBB00;
        }
    }
    .owl-prev{
        left: -56px;
    }
    .owl-next{
        right: -56px;
    }

    .item{
        margin-block-end: 1rem;
    }

    .card {
      background-color: #fff;
      border-radius: 4px;
      box-shadow: 0px 4px 4px 1px #00000040;
      height: 100%;

      .card-img-top{
            object-fit: fill;
        }
      
      .card-body {
          padding-block: 0.875rem 1.625rem;
          padding-inline: 1.875rem;

          span{
            display: block;
            margin-block-end: 14px;
          }
          h2{
            margin-block-end: 0.5rem;
          }
          p{
            margin-block-end: 1rem;
          }
          a[role="button"]{
            background-color: #FFBB00;
            border: 1px solid transparent;
            border-radius: 6px;
            color: #fff;
            display: inline-block;
            padding: 0.625rem 0.938rem;

            &:hover, &:focus {
                background-color: #052A54;
            }
          }
        }
    }

}

/* .toc li {
  position: relative; 
  
  margin-bottom: 0.5em;
  line-height: 1.5; 
text-decoration: underline;
cursor: pointer;
} */


.toc {
  list-style-type: none; 
  padding-left: 0;    
  
}

.toc li {
  position: relative; 
  padding-left: 1.5em; 
  margin-bottom: 0.5em;
  line-height: 1.5; 
  cursor: pointer;

}

.toc li::before {
  content: "•";
  color: #ffffff;
  font-size: 3em; 
  position: absolute; 
  left: 0; 
  top: 35%; 
  transform: translateY(-50%); 
}
.txt-skyblue {
    color: #1874D2;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Popup box */
.popup-box {
    background: #243C5C;
    color: #fff;
    border-radius: 10px;
    padding: 25px;
    width: 700px;
    max-width: 90%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    animation: fadeIn 0.4s ease;
}

/* Close button */
.popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
}

.popup-close:hover {
    color: #FFBB00;
}

/* Show popup */
.show {
    display: flex;
}

@keyframes fadeIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

#ai-summary-text::after {
    content: "|";
    animation: blink 1s infinite;
}

@keyframes blink {
    50% { opacity: 0; }
}
