* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'CustomFont';
    src: url('/assets/font/heliosext/HeliosExt-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;

}

a {
    text-decoration: none !important;
}

.modal-content {
    background-color:#F0F4FF !important;

}

.date-input-group{
    padding: .375rem 0.85rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        display: flex ;
    align-items: center;
}
.date-input-group select {
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    width: 25%;
    padding: 0 10px;
}

.time-input-group{
    padding: .375rem 0.85rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        display: flex ;
    align-items: center;
}
.time-input-group select {
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    width: 22%;
    padding: 0 10px;
}

.time-input-group span{
    margin-right:10px;
}

.searchimg {
    height: auto;
    width: 90px;
}
.product-link p {

    margin: 0;
    font-size: 15px;
}

.product-item{
    margin:10px 0;
}

.search-dropdown {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    background-color: #050A30;
    padding: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 9;
    width: 100vw;
    border-top:1px solid #ababab;
}

input::placeholder,
textarea::placeholder {
  color: #000; 
  opacity: 1;  
}



.search-dropdown input {
    width: 100%;
    padding: 8px;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
}

/* Styling for search icon */
.search-icon-header {
    cursor: pointer;
    padding: 10px;
}


button {
    border-radius: 10px !important;
}

.nav-header{
    width:150px;
}
.search-icon-header i {
    color: white;
    font-size: 24px;
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translatey(-50%);
    z-index: 10;
}


.red_btn {
    text-decoration: none;
    background-color: #ff3131;
    /* Red color for the button */
    color: white;
    padding: 12px 24px;
    border-radius: 5px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 10px 0;
}

.nav {
    width: 100%;
    background-color: #050A30;
    display: flex;
    align-items: center;
    position: fixed;
    top: 0px;
    z-index: 999;
}

/*.nav>.nav-header {*/
/*    flex: 0.95;*/

/*}*/

.nav>.nav-header>.nav-title {
    font-size: 22px;
    color: #fff;
}

.nav>.nav-list {
    display: flex;
    gap: 2rem;

}

.nav-list li a {
    text-decoration: none;
    display: block;
}

.nav>.nav-list>li {
    list-style-type: none;
}

.nav>.nav-list>li a {
    text-decoration: none;
    color: #efefef;
    cursor: pointer;
}

.nav>#nav-check {
    display: none;
}
.accordion-button{
    font-size:0.9rem !important;
    font-weight:500 ;
}

.commingSoon{
    position: absolute;
    width: 100%;
    text-align: center;
    background-color: black;
    left: 0;
    padding: 5px;
}


.product-carousel .item2 {
    background-color: #f7f7f7;
    padding: 40px 0;
    text-align: center;
    border-radius: 10px;

}

.panel p {
    margin: 0;
}

.product-carousel .item2 img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    width: 280px !important;
}

.product-carousel .item2 h4 {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 20px;
    color: white;
    text-transform: capitalize;
}



.product-carousel .item2 p {
    font-size: 14px;
    margin: 10px 0;
}

.product-carousel .item2 .btn {
    background-color: #ff3131;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;

    /* color: white;
        background-color: #ff3131;
        padding: 10px 35px;
        border-radius: 5px;
        border: none;
        position: absolute;
        margin: 25px 0; */
}

.product-carousel .item2 .btn:hover {
    background-color: #e33b3b;
}

.item2 {
    height: 55vh;
    width: 80%;
    margin: auto;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px;
}

.item2 img{
    width:100%;
    height:auto;
}


.product-section h1 {
    text-align: center;
    font-weight: 700;
    color: #121841;
    font-size: 1.4rem;
}

.product-section p {
    font-size: 0.9rem;
    text-align: center;
    color: grey;
}

.accordion {
    margin: 30px 0;
    padding: 0;
    cursor: pointer;
    border-bottom: 2px solid grey !important;
}

.accordion h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:20px;
}

.accordion h3::after {
    content: '\25BC';
    /* Downward arrow */
    font-size: 14px;
    transition: transform 0.3s ease;
}

.accordion.active h3::after {
    transform: rotate(180deg);
    /* Rotate arrow upward */
}

.panel {
    background-color: #ffffff;
    flex-shrink: 0;
    max-height: 0;
    overflow-y: scroll;
    transition: max-height 0.3s ease, padding 0.3s ease;
    height: 90vw;
    margin-top: 10px;
}

.accordion.active .panel {
    max-height: 500px;
    padding: 15px;
    width: 100%;
    text-align: left;
}

.accordian-section {
    text-align: center;
    padding: 30px 15px;
}

.accordian-section h2 {
    text-align: center;
    font-weight: 700;
    color: #121841;
    font-size: 1.4rem;
}

.contain-client-bg {
    width: 100%;
    background-image: url('/Labindia_v4/assets/images/mobile/home-page/client_bg.png');
    background-size: cover;
    background-position: center;
    color: white;
    text-align: center;
    padding: 20px;
}

.contain-client-bg h1 {
    font-weight: 700;
}
.hr-white-line {
    background-color: white;
    height: 1vw;
    opacity: 1;
    width: 90vw;
    margin: auto;
    border-radius:2vw;
}
.content {
    text-align: left;
    color: white;
    padding: 15px 30px;
    width: 100%;
    margin: auto;
    background-color: #050A31;
    border: none;
    position: relative;
    top: 30px;
    z-index: 10;
}

.content hr {}

.content span {
    color: gray;
    font-size: 2rem;
}

.content h2 {
    font-size: 2.5rem;
}

.container-open {
    background-color: #050A30;
    text-align: center;
    background-image: url(/assets/images/mobile/home-page/updated-connect-img.png);
    height: 75vh;
    position: relative;
    background-repeat: no-repeat;
    background-position: center 10vw;
    z-index: 0;
}

.container-open img {
    margin: 30px 0;
}

.container-open a {
    background-color: #ff3131;
    color: white;
    padding: 16px 30px;
    border-radius: 10px;
    position: absolute;
    bottom: 20px;
    left: 50%; 
    transform: translateX(-50%); 
}


.container-footer {
    background-color: #191920;
    color: #fff;
    padding: 40px;
    max-width: 100%;
    margin: 0 auto;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px !important;
    padding-bottom: 20px;
}

.social-icons img {
    width: 40px;
    height: 40px;
}

.company-info {
    text-align: center;
    margin-bottom: 20px;
}

.company-info h2 {
    margin: 0 0 10px;
}

.links {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.column {
    width: 45%;
}

.column h3 {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    font-size: 1.5rem;
}

.column ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.column ul li {
    margin: 10px 0;
}

.column ul li a {
    color: #fff;
    text-decoration: none;
}

.resources {
    margin-bottom: 20px;
}

.resources h3 {
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}

.resources ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.resources ul li {
    margin: 10px 0;
}

.resources ul li a {
    color: #fff;
    text-decoration: none;
}

.social-footer {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.social-footer img {
    width: 40px;
    height: 40px;
}

.footer {
    text-align: center;
    background-color: #EBEBEB;
    color: black;
    padding: 30px;
}

.footer a {
    color: #000;
    text-decoration: none;
    margin: 0 10px;
    display: inline-block;
}

.footer p {
    margin: 10px 0 0;
}

.social-footer a i {
    color: white;
    border-radius: 50%;
    padding: 10px;
    font-size: 1.1rem;
    border: 1px solid white;
    height: 40px;
    width: 40px;
    text-align: center;
}


.client {
    margin: 0 0;
    background-color: #050A30;
}

.Aboutus-section h2 {
    font-weight: 700;
    font-size: 2rem;
    color: #050A30;
}

.Aboutus-section {
    text-align: center;
    padding: 30px;
    /* margin: 30px 0; */
}

.abt-img-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    justify-items: center;
}

.abt-img-grid img {
    width: 100%;
    height: auto;
    padding: 10px;
}

.abt-img-grid img:nth-child(3) {
    grid-column: span 2;
}

.carousel-section {
    background-color: #050A30;
    height: 35vh;
    border-radius: 0 0 50% 50% / 0 0 100px 100px;

}

.owl-carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1a2259;
    padding: 20px;
    color: white;
}

.card {
    text-align: center;
    background-color: #1a2259 !important;
    border: none;
}

.card h2 {
    font-size: 4em;
    margin: 0;
    font-weight: 600;
}

.card p {
    font-size: 1em;
    margin: 5px 0 0;
}

.custom-owl-carousel .owl-carousel .owl-nav button.owl-prev,
.custom-owl-carousel .owl-carousel .owl-nav button.owl-next {
    background: transparent;
    border: none;
    /* font-size: 2em; */
    color: white;
    /* top: 50%; */
}


.introduction button {
    background-color: #ff3131;
    color: white;
    margin: 20px 0;
    width: 80%;
    height: 50px;
    border: none;

}

.introduction p{
    font-size:12px;
}

.Aboutus-section button {
    background-color: #ff3131;
    color: white;
    margin: 20px 0;
    width: 95%;
    height: 60px;
    border: none;
    font-size: 1.3rem;
    border-radius: 5px;
}
.introduction {
    text-align: center;
    background-color: #050A30;
    color: white;
    padding: 30px 35px;
}


.introduction h2 {
    -webkit-text-stroke: 1px white !important;
    color: transparent;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
}

.introduction .analytical {
    color: #adacb8;
    text-transform: uppercase;
}

.introduction span {
    font-weight: 700;
}

.banner-section {
    position: relative;
}

.banner-section img {
    width: 100%;
    height: auto;
}

.explore-link {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 15px;
    background-color: #ff3131;
}

/* Social Icons */
.social-icons {
    display: flex ;
    gap: 20px !important;
    justify-content: center;
    padding: 0;
    margin-top: 0 !important;
}
.horizontal-line {
    width: 80%;
    height: 2px;
    background-color: white;
    position: relative;
    margin: 0rem auto;
}

.white-line-toggle{
    text-align:center;
}

.white-line-toggle-inner {
    padding: 3px 30px;
    background: #90959A;
    width: 10px;
    margin: auto;
    border-radius: 20px;
}
.social-icons a {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #ddd;
}


.nav {
    padding: 1rem;
}

.nav>.nav-btn {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
    /* padding-top: 0.2rem; */
}

.nav>.nav-btn>label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
}

.nav>.nav-btn>label>span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
}

.nav>.nav-list {
    position: absolute;
    display: flex
;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    background-color: #222327fc;
    height: 0;
    transition: all 0.3s ease-in;
    top: 70px;
    left: 0;
    overflow: hidden;
    z-index: 20;
    border-bottom: 1px solid #000000 !important;
    border-radius: 0 0 28px 28px;
    box-shadow: 0 14px 28px rgb(0 0 0 / 10%), 0 10px 10px rgba(0, 0, 0, 0.22);
    padding: 0;
}

.head-links{
    padding-left:35px;
}

.nav>.nav-list>li {
    width: 100%;
    margin-top: 0.8rem;
}

.nav>#nav-check:checked~.nav-list {
    height: calc(600px - 50px);
}

.container-social-footer {
    width: 310px;
    background-color: black;
    padding: 19px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    border-radius: 30px 30px 0 0;
    margin-top: 35px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.container-social-footer a i {
    color: #FFF;
    font-size: 2rem;
    margin: 0 20px;
}

.testimonial {
    text-align: center;
    padding: 40px;
    margin: 10px;
    /* box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); */
}

.testimonial p {
    font-size: 18px;
    font-style: italic;
}

.testimonial h4 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

/* .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    display: inline-block;
    border-radius: 50%;
}

.owl-dot.active {
    background: white !important;
} */

/* .owl-dot{
    background-color: gray !important;
} */

.custom-banner-section {
    margin-top: 70px;
}

@media only screen and (min-width: 601px) {

    .mobile-view {
        display: none;
    }
}


@media screen and (max-width:360px) {
    .card h2 {
        font-size: 2.5rem;
        margin: 0;
        font-weight: 600;
    }

    .owl-carousel .item {
        height: 130px;
    }
}

@media only screen and (min-width:361px) and (max-width:480px) {

    .card h2 {
        font-size: 2.5rem;
        margin: 0;
        font-weight: 600;
    }

    .owl-carousel .item {
        height: 150px;
    }

}

@media screen and (min-width: 481px) and (max-width: 1024px) {

    .container-grid {
  
        max-width: 800px !important;
        margin: auto;
    }

    .know-more {
        display: flex;
        margin-top: 15px;
        color: #dd3c3c;
        text-decoration: none;
        font-weight: bold;
        font-size: 1.2rem;
    }

    .testimonial p {
        font-size: 1.5rem;
        font-style: italic;
    }

    .accordion {
        margin: 30px auto;
        padding: 0;
        cursor: pointer;
        border-bottom: 2px solid grey;
        max-width: 500px;
        width: 90%;
    }

    .Aboutus-section {
        padding: 30px 60px;
    }

    .nav>.nav-list {
        gap: 2rem;
    }

    .panel p {
        margin: 0;
    }

    .nav>.nav-list>li {
        margin-top: 0;
        width: auto;
    }

    .product-carousel .item2 {
        height: auto;
        padding: 20px;
    }

    .product-section h1 {
        font-size: 2.5rem;
    }

    .accordion h3 {
        font-size: 1.25rem;
    }

    .abt-img-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .Aboutus-section h2 {
        font-size: 2.5rem;
    }

    .abt-img-grid img:nth-child(3) {
        grid-column: span 2;
    }

    .carousel-section {
        height: 35vh;
    }

    .card h2 {
        font-size: 3rem;
    }

    .introduction button,
    .Aboutus-section button {
        width: 50%;
    }


}


.blog-list {
    padding: 0;
    margin: 0;
}

.blog-item {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.blog-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.blog-link {
    display: flex;
    gap: 15px;
    text-decoration: none;
    color: inherit;
}

.blog-thumbnail {
    flex: 0 0 100px;
}

.blog-thumbnail img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
}

.blog-info {
    flex: 1;
    padding: 20px 0;
    text-align: left;
    color: black;
}

.blog-meta {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
}

.blog-info h4 {
    margin: 0 0 5px 0;
    font-size: 11px;
    line-height: 1.3;
}

.blog-info p {
    font-size: 10px;
    color: #666;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Accordion specific styles */
.accordion {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.accordion.active .panel {
    padding: 15px;
}

.panel {
    background: #f5f5f5;
}



.mobile-resources-list {
    padding: 10px 0;
}

.resource-item {
    border-bottom: 1px solid #eee;
}

.resource-item:last-child {
    border-bottom: none;
}

.resource-link {
    display: block;
    padding: 15px;
    color: inherit;
    text-decoration: none;
}

.resource-content {
    display: flex
;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.resource-icon {
    height: auto;
    border-radius: 8px;
    overflow: hidden;
    width: 20vw;
}

.resource-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resource-info {
    position: relative;
    padding-right: 20px;
    width: 50vw;
}
.resource-info h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
    color: #333;
}

.resource-info p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.resource-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #999;
}

/* Active state styles */
.resource-link:active {
    background-color: #f5f5f5;
}

/* Hover effects (for devices that support hover) */
@media (hover: hover) {
    .resource-link:hover {
        background-color: #f9f9f9;
    }
    
    .resource-link:hover .resource-arrow {
        color: #666;
        transform: translateY(-50%) translateX(3px);
        transition: transform 0.2s ease;
    }
}

/* Responsive adjustments */
@media (max-width: 360px) {
    .resource-icon {
        flex: 0 0 50px;
        height: 50px;
    }

    .resource-info h4 {
        font-size: 15px;
    }

    .resource-info p {
        font-size: 13px;
    }
}


.learn-more-list {
    padding: 10px 0;
}

.learn-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.learn-item:last-child {
    border-bottom: none;
}

.learn-link {
    display: block;
    padding: 15px;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid black;
    overflow: hidden;
}

.learn-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.learn-icon {
    flex: 0 0 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.learn-icon i {
    font-size: 24px;
    color: #ff3131;
}

.learn-info {
    flex: 1;
    position: relative;
    padding-right: 20px;
}

.learn-info h4 {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 600;
    color:black;
}

.learn-info p {
    margin: 0;
    font-size: 14px;
    color:black;
}

.learn-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: rgba(255, 255, 255, 0.5);
    transition: transform 0.2s ease;
}

/* Active and Hover states */
.learn-link:active {
    background-color: rgba(255, 255, 255, 0.05);
}

@media (hover: hover) {
    .learn-link:hover {
        background-color: rgba(255, 255, 255, 0.05);
    }
    
    .learn-link:hover .learn-arrow {
        transform: translateY(-50%) translateX(3px);
    }
    
    .learn-link:hover .learn-icon {
        background-color: rgba(255, 255, 255, 0.15);
    }
}

/* Responsive adjustments */
@media (max-width: 360px) {
    .learn-icon {
        flex: 0 0 40px;
        height: 40px;
    }

    .learn-icon i {
        font-size: 20px;
    }

    .learn-info h4 {
        font-size: 15px;
    }

    .learn-info p {
        font-size: 13px;
    }
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 4.5em;
    line-height: 1.5em;
    text-overflow: ellipsis;
}

.custom-navigation button {
    background: #ff3131;
    border: none;
    color: white;
    width: 30px;
    height: 45px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}


.custom-prev-arrow {
    left: 0;
}

.custom-next-arrow {
    right: 0;
}

/* If you're using Font Awesome icons */
.custom-navigation i {
    color: white;
    font-size: 16px;
}

.container-blog{
    margin-top:90px;
}

#toTopBtn {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 100px;
  right: 33px;
  z-index: 100;
  /*font-size: 18px;*/
  border: none;
  outline: none;
  background-color: #0A0C2C;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

#toTopBtn:hover {
  background-color: #333;
}

#customBootstrapCarousel{
    display:none;
}

/*.about-third-image{*/
/*    height:70% !important;*/
/*    object-fit:cover;*/
/*}*/


.iti {
    position: relative;
    display: inline-block;
    width: 100% !important;
}

@media only screen and (max-width: 480px) {
    .container-footer {
    background-color: #191920;
    color: #fff;
    padding: 20px;
    max-width: 100%;
    margin: 0 auto;
}

.nav>#nav-check:checked~.nav-list {
    height: calc(600px - 50px);
}
}

@media only screen and (max-width: 360px) {
 
.nav>#nav-check:checked~.nav-list {
        height: calc(600px - 50px);
}
}

@media only screen and (max-height: 360px) {
    .nav>#nav-check:checked~.nav-list {
    height: calc(500px - 50px);
}
}


.footer-contact-link{
    text-wrap-mode: nowrap;
}

.popup-overlay-testimonial {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    color:black;
}
.popup-content-testimonial {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    position: relative;
}
.popup-close-testimonial {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 18px;
    color: #000;
}

.btn-read-more {
    color: white !important;
    border: 2px solid white;
    border-color: white !important;
}

.iti__selected-flag {
    left: 10px;
}

/*.iti__flag {*/
/*    display: none !important;*/
/*  }*/

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 0 !important;
    right: 30px;
    position: fixed;
}

  /* Show the country name and dial code */
  .iti__selected-dial-code,
  .iti__dial-code {
    display: inline-block;
    margin-left: 0 !important;
  }

  /* Show country names */
  .iti__country-name {
    display: inline-block;
  }

  /* Align items neatly */
  .iti__country {
    text-align: left;
    padding-left: 10px;
    font-size:16px;
  }

  .iti--allow-dropdown input, .iti--allow-dropdown input[type=tel], .iti--allow-dropdown input[type=text], .iti--separate-dial-code input, .iti--separate-dial-code input[type=tel], .iti--separate-dial-code input[type=text]{
	padding-left: 20px;
  }
  
  

    .diagonal-split-container {
        display: block;
    }

    .partner-area-left, .partner-area-right {
        width: 100%;
        margin-bottom: 20px;
    }

    .vertical-line {
        display: none;
    }

    .partner-logo-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .partner-logo-item {
        width: 100%;
        max-width: 200px; /* Adjust this as necessary */
        text-align: center;
    }

    .partner-logo-box img {
        width: 7rem;
        height: auto;
    }

    .partner-category-title h3 {
        font-size: 20px;
    }

    .partner-title h2 {
        font-size: 24px;
        text-align: center;
    }


.partner-logo-item span {
    display: block;
    margin-top: 10px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.partner-category-title h3 {
    text-align: left;
    font-weight: 700;
    color: #121841;
    font-size: 1.4rem;
    border-bottom: 2px solid;
    width: fit-content;
    padding-bottom: 5px;
}

.partner-title h2 {
    font-weight: 700;
    font-size: 2rem;
    color: #050A30;
    text-transform: capitalize;
}
.partner-name {
    /*border: 1px solid #b9b9b9;*/
    /*box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);*/
    border-radius: 10px;
    width: 30%;
    margin-bottom: 0.5rem;
}
.partner-logo-box a span{
    display:none;
}

.logo-grp {
    padding: 0 15px;
    justify-content: space-evenly;
}
    
    
    .resource-item {
    position: relative;
}

.disabled-overlay {
    pointer-events: none; /* Disables pointer events */
    opacity: 0.6; /* Adds a semi-transparent effect to indicate it's disabled */
    position: relative;
}

.coming-soon-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent dark overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    z-index: 2;
    pointer-events: none; /* Ensures the overlay is also not interactive */
    border-radius: 8px; /* Optional: matches the styling of your cards */
}
    
.modal-header {
    background-color: #0d6efd;
    color: white;
}


