@font-face {
    font-family: "Clash Grotesk";
    font-style: normal;
    src: url("../fonts/ClashGrotesk_Complete/Fonts/TTF/ClashGrotesk-Variable.ttf");
}

:root {
    --font-size: clamp(12px, 2vw, 16px);
    --font-family: "Clash Grotesk", sans-serif;
    --letter-spacing: 0px;
    --primary-color: #5484ff;
    --secondary-color: #17457a;
    --text-color: #141d38;
    --font-40: clamp(24px, 2vw, 40px);
}

body {
    font-family: var(--font-family);
    font-size: clamp(13px, (16 / 1920) * 100vw, 24px);
}

.btn-primary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #131313;
}

.font-size-40 {
    font-size: 40px;
}

h1,
.font-size-80 {
    font-size: clamp(50px, (80 / 1920) * 100vw, 120px);
}

h3,
.font-size-30 {
    font-size: clamp(24px, (30 / 1920) * 100vw, 45px);
    line-height: 1.5;
}

.font-size-16 {
    font-size: clamp(12px, (16 / 1920) * 100vw, 24px);
    /* font-size: clamp(14px, (16 / 1920) * 100vw, 24px); */
    line-height: 1.5;
    letter-spacing: 0px;
}

.font-size-16 {
    /* font-size: clamp(12px, (16 / 1920) * 100vw, 24px); */
    font-size: clamp(14px, (16 / 1920) * 100vw, 24px);
    line-height: 1.5;
    letter-spacing: 0px;
}

.font-size-28 {
    font-size: clamp(20px, (28 / 1750) * 100vw, 36px);
    line-height: 1.5;
}

h5,
.font-size-20 {
    font-size: clamp(18px, (20 / 1920) * 100vw, 30px);
    line-height: 1.5;
}

.font-size-18 {
    font-size: clamp(14px, (16 / 1500) * 100vw, 24px);
    line-height: 1.5;
}

.curve_underline {
    position: relative;
}

.curve_underline:after {
    content: "";
    position: absolute;
    width: 100%;
    border-top: 3px solid #17457a;
    left: 0;
    bottom: -16px;
    border-radius: 50%;
    height: 20px;
}

/* p {
    color: #6D6D6D;
} */

a {
    color: inherit;
    text-decoration: none;
    font-weight: normal;
}

/* Font sizes & colors */
.text-white {
    color: #ffffff;
}

.text-dark {
    color: #131313;
}

.text-gray {
    color: #6d6d6d;
}

#EBEBEB .text-light-gray {
    color: #c4c4c4;
}

.text-primary {
    color: #17457a !important;
}

.text-secondary {
    color: #fc4161;
}

.text-muted {
    color: #727272;
}

.text-soft-gray {
    color: #ebebeb;
}

.text-black {
    color: #000000;
}

.text-light-black {
    color: #444444;
}
.text-light-blue{
    color: #74c0fc;
}

/* Font Weights */
.fw-light {
    font-weight: 300;
}

.fw-regular {
    font-weight: 400 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semibold {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

/* Font Sizes */
.fs-12 {
    font-size: 12px;
}

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

.fs-16 {
    font-size: 16px !important;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-34 {
    font-size: 34px;
}

.border {
    box-shadow: 0px 4px 6px #00000026;
    border: 1px solid #707070;
}

/* Layout  container css*/

@media (min-width: 1400px) {
    .container {
        max-width: 1250px;
    }
}

@media (min-width: 1500px) {
    .container {
        max-width: 1320px;
    }
}

@media (min-width: 1800px) {
    .container {
        max-width: 80%;
    }
}

.container-fluid {
    max-width: 1920px;
}

@media (max-width: 1080px) {
    .container-fluid {
        max-width: 1080px;
    }
}

/* container css end */
.badge-custom {
    width: 129px;
    height: 45px;
    background: #17457a;
    border: 1px solid #707070;
    opacity: 1;
    color: white;
    font-size: var(--font-size);
    font-weight: lighter;
    display: flex;
    align-items: center;
    justify-content: center;
}

.science-badge-size {
    /* width: 99px; */
    height: 30px;
    align-items: center;
    border-radius: 2px;
    opacity: 1;
}

.science-icon {}

.top-carousel .carousel-item {
    /* height: 107px; */
}

.top-carousel .card {
    /* height: 107px; */
    overflow: hidden;
}

.top-carousel .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 150px;
}

.image-border {
    border: 1px solid #000;
    border-radius: 3px;
}

.card-img-overlay {
    background: rgba(0, 0, 0, 0.4);
}

.bottom-carousel .carousel-item img {
    height: 80px;
    object-fit: cover;
}

.left_Article_cards {}

.left_Article_cards {
    position: relative;
    background-size: cover;
    height: 535px;
    color: white;
}

.left_Article_cards::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    backdrop-filter: blur(2px);
}

.left_Article_cards .card-body {
    position: relative;
    z-index: 2;
}

/* Responsive font sizes */
@media (max-width: 767px) {
    .top-carousel h6 {
        font-size: 0.9rem;
    }

    .top-carousel .card-text {
        font-size: 0.7rem;
    }
}

/* Social media icon styling */
.social-icons a {
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s ease-in-out;
}

/* Social media brand colors */
.social-icons .fa-facebook-f {
    color: #1877f2;
}

.social-icons .fa-twitter {
    color: #1da1f2;
}

.social-icons .fa-youtube {
    color: #ff0000;
}

.social-icons .fa-instagram {
    color: #c13584;
}

.social-icons li a:hover {
    color: #4a2e9b;
}

/* Dashed line below the section */
.dashed-line {
    border-bottom: 2px dashed #a7a5a5;
    margin-top: 10px;
    width: 85%;
    margin: 10px auto;
    align-items: center;
}

.dashed-line.fluid{
     width: 98%;
}

.arrow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background: #ffffff;
    border: 1px solid #707070;
    border-radius: 3px;
    opacity: 1;
}

.arrow-icon:hover {
    cursor: pointer;
}

/* Left Arrow */
.left-arrow::before {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    background: url("../images/Path 284.svg") no-repeat center;
    background-size: contain;
}

/* Right Arrow */
.right-arrow::before {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    background: url("../images/Path 285.svg") no-repeat center;
    background-size: contain;
}

.navbar-brand {
    display: block;
    width: 150px;
    /* width: 200px; */
    /* height: 60px; */
    /*    background: url('../images/logo3.png') no-repeat center center;*/
    background-size: contain;
}

/* Main section styling */
.main-section {
    align-items: flex-end;
    background: url("../images/Group 817.png") no-repeat center center;
    background-size: cover;
    /* height: 700px;  */
    padding-top: 10rem;
}

.container {
    flex-grow: 1;
}

.row.align-items-end {
    align-items: flex-end !important;
}

.custom-dark-card {
    height: 100%;
}

.custom-white-card {
    height: 100%;
        box-shadow: none;
}

.card-heading {
    /* font-size: clamp(20px, 4vw, 32px); */
}

/* .read-more-btn {
    background-color: #5E5F5F !important;
    color: white;
    transition: background-color 0.3s;
}
.read-more-btn:hover {
    background-color: #4a4a4a !important;
} */

.card-img-sector {
    width: 228px;
}

.hover-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* opacity: 0; */
    transition: all 0.3s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
    display: none;
}

/* 
.hover-bg-1 {
    background-image: url('../images/Group 818.png');
} */

.hover-bg-2 {
    background-image: url("../images/Group 819.png");
}

.custom-white-card:hover .hover-bg {
    /* opacity: 1; */
    display: block;
}

.custom-white-card:hover .hover-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.375rem;
}

/* .custom-white-card:hover lottie-player {
    opacity: 0;
} */

.custom-white-card:hover .card-body {
    /* color: white; */
    z-index: 2;
    position: relative;
}

.custom-white-card:hover .text-light-gray {
    color: rgba(255, 255, 255, 0.8) !important;
}

.card-body {
    transition: all 0.3s ease;
}

.text-light-white {
    color: #ffffffbf;
}

/* lottie-player {
    position: absolute;
    top: 10px;
    right: 10px;
    transition: opacity 0.3s ease;
    z-index: 2;
} */

.footer-img {
    height: 99px;
    width: 99px;
}

/* Badge styling */
.science-badge-size {
    /* min-width: 99px; */
    /* min-width: 20%; */
    display: inline-flex;
    height: 30px;
    align-items: center;
    border-radius: 2px;
    /* padding: 0 10px; */
}

.science-icon {
    width: 25px;
    height: 25px;
    /* margin-right: 5px; */
}

/* Profile image styling */
.profile-img {
    width: 100%;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
        display: block;
}

.card-img-left {
    width: 99px;
    height: 99px;
}

.card-img-top {
    width: 357px;
    height: 240px;
}

.card-sm-top {
    width: 99px;
    height: 99px;
}

.card-rec-top {
    width: 140px;
    height: 60px;
}

.card-img-head {
    width: 486px;
    height: 535px;
}

.pulse-button {
    animation: pulse 1.5s infinite;
}

.carousel-img {
    width: 129px;
    height: 107px;
    border-radius: 4px;
}

.carosel_next_button {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: -15px 0px 15px #00000040;
    border: 1px solid #b5b5b5;
}

.artical_div {
    border-right: 1px solid #707070;
}

.terending_first_div {
    /* width: 70%; */
   flex: 0 1 85%;
}

.header-slider-container {
    width: 70%;
    overflow: hidden;
}

.header-content-wrapper {
    display: flex;
    transition: transform 0.8s ease-in-out;
}

.header-content {
    flex: 0 0 100%;
    text-align: start;
    /* white-space: nowrap; */
    align-self: center;
}

.nav-head-text-hover {
    color: #17457a;
    font-weight: 600 !important;
}

.nav-font-weight-500 {
    font-weight: 500;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.vr {
    border-left: 2px solid #000;
    height: 100%;
    margin: auto;
}

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

.footer-sec {
    background: url("../images/contact_bg_9\ \(1\).png") no-repeat center center;
    background-size: cover;
    opacity: 1;
    /* min-height: 526px; */
}

.list-unstyled .li .img {
    width: 100px;
    height: 100px;
}

.list-unstyled .li a {
    text-decoration: underline;
}

.list-unstyled .li a br {
    text-decoration: none;
}

/* navbar drop down  start*/
.regulatory_dropdown {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.regulatory_dropdown-content_simple {
    position: absolute;
    top: 15px;
    /* top: 40px; */
    left: 0;
    display: none;
    background-color: white;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.1);
    z-index: 100;
    /* padding: 20px; */
    padding-left: 10px;
    padding-right: 10px;
    /* padding-top: 10px; */
    border-radius: 5px;
    width: auto;
    min-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 2%;
}

.regulatory_dropdown-section ul li {
    padding: 5px 0;
}

.nav-item {
    position: relative;
    display: inline-block;
}

.nav-item:hover .nav-link {
    color: #17457a;
}

.nav-item.active .nav-link {
    color: #17457a;
}

.nav-item .dropdown.open>.nav-link {
    color: #17457a;
}

.regulatory_dropdown:hover .regulatory_dropdown-content_simple {
    display: block;
    opacity: 1;
    transform: translateY(0);
    cursor: pointer;
}

.regulatory_dropdown-section ul {
    list-style: none;
    padding-left: 0;
}

.regulatory_dropdown-item {
    font-size: 15px;
    color: #141d38;
    text-decoration: none;
    display: block;
    padding: 6px 10px;
    text-align: start;
}

.regulatory_dropdown:hover {
    cursor: pointer;
}

.regulatory_dropdown-item:hover {
    color: #17457a;
}

.banner_slider .swiper {
    width: 100%;
    height: 100%;
}

.banner_slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_slider .swiper-button-next:after {
    font-size: 22px !important;
    color: #7b7b76 !important;
}

.text-white {
    color: white;
}

.box-border-white {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid white !important;
    color: white !important;
}

.banner_slider h5 p {
    color: #141d38 !important;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 6px solid #ccc;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Responsive styles */
@media (max-width: 1400px) {
    .cards-container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 992px) {
    .cards-container {
        flex-direction: column;
        align-items: center;
    }

    .custom-dark-card,
    .custom-white-card {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .white-cards-wrapper {
        width: 100%;
    }

    .artical_div {
        border-right: none !important;
    }

    .terending_first_div {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .main-section {
        min-height: auto;
        padding-top: 20px;
    }

    .cards-container {
        padding: 0 10px 20px;
    }

    .custom-dark-card {
        min-height: auto;
    }

    .custom-white-card {
        height: auto;
        min-height: 360px;
    }

    .card-img-left {
        /* width: 100%; */
        /* height: 180px; */
        display: flex;
        justify-self: center !important;
    }

    .banner_slider .swiper_news_img {
        width: 200px !important;
        margin-right: auto;
        margin-left: auto;
    }
}

.footer-contentDiv {
    background-color: #17457a;
}

.footer-contentDiv button.back-to-top {
    margin: 0 !important;
    padding: 0 !important;
    background: #17457a;
    height: 0px;
    width: 0px;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: transparent;
    clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
    bottom: 75px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 99;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-contentDiv button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
    outline: 0 !important;
}

.footer-contentDiv button.back-to-top::before,
button.back-to-top::after {
    content: "";
    display: block;
    vertical-align: middle;
    border-bottom: solid 10px #17457a;
    border-left: solid 10px transparent;
    line-height: 0;
    border-right: solid 10px transparent;
    height: 0;
    margin: 18px auto 0;
    width: 0;
    border-radius: 0px;
    visibility: hidden;
}

.footer-contentDiv button.back-to-top.show::after,
button.back-to-top.show::before {
    visibility: visible;
}

.footer-contentDiv button.back-to-top::after {
    border-bottom-color: #fff;
    position: relative;
    top: -26px;
}

.footer-contentDiv button.back-to-top.show {
    display: block;
    background: #17457a;
    color: #00ab6c;
    font-size: 25px;
    right: 25px;
    bottom: 50px;
    height: 50px;
    width: 50px;
    visibility: visible;
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

.footer-contentDiv button.back-to-top.show:active {
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

/* added to remove focus of all inputs  */
.form-control:focus {
    box-shadow: 0 2px 6px rgba(255, 255, 255, 0.15);
}

.form-select:focus {
    box-shadow: 0 2px 6px rgba(255, 255, 255, 0.15);
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #dee2e6;
   
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #dee2e6;
    box-shadow: 0 2px 6px rgba(255, 255, 255, 0.15);
}
.select2-container {
    /* width: 100%!important; */
}

