@import url('https://fonts.googleapis.com/css2?family=Marck+Script&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* TOP BAR */
.topbar {
    background-color: #1f1585;
    color: #fff;
}

/* MAIN ROW — FIX GAP COMPLETELY */
.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;            /* small clean gap */
    width: 100%;
    white-space: nowrap;
}

/* DATE & TIME – more compact */
.date {
    display: flex;
    gap: 8px;            /* reduced from 15 */
    font-weight: 600;
    padding-left: 5px;
}

/* NEWS TICKER AREA */
.ticker-box {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;             /* take maximum space */
    overflow: hidden;
}

/* NEWS WRAPPER */
.news-wrapper {
    height: 32px;
    overflow: hidden;
    flex: 2;             /* gives 80–90% width to news */
}

/* CAROUSEL */
.news-carousel {
    display: flex;
    flex-direction: column;
    transition: transform 0.6s ease-in-out;
}

/* NEWS ITEM */
.news-item {
    height: 32px;
    display: flex;
    align-items: center;
    padding-left: 8px;
    font-size: 15px;
    white-space: nowrap;
}

/* BUTTONS */
.ticker-buttons {
    display: flex;
    gap: 5px;
}

.ticker-btn {
    background: linear-gradient(135deg, #ffffff33, #ffffff10);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.35);
    width: 28px;
    height: 28px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 0 6px rgba(0,0,0,0.3);
}

.ticker-btn:hover {
    transform: scale(1.15);
    background: rgba(255,255,255,0.45);
}



.social-icon {
    font-size: 18px;
    cursor: pointer;
    color: #000;
    transition: 0.3s;
}
.press-logo{
    width: 120px;
}
.social-icon:hover {
    color: #0d6efd;
}

.login-text {
    cursor: pointer;
}
.social-icon {
    font-size: 18px;
    cursor: pointer;
}

.login-text {
    cursor: pointer;
    white-space: nowrap;
}
.nvmlogo{
    margin-left: 17vh;
    width: 300px;
}
.menu-row{
    text-align: center;
    word-break: keep-all;
    word-wrap: break-word;
}
.menu-item {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    line-height: 3;
    width: fit-content;
    padding: 0 !important;
}
.yt-live-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 6px 12px;
    margin-bottom: 0px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
    background: linear-gradient(to right,#831515,#000);   
}

.yt-live-btn:hover {
    background: linear-gradient(to right,#000,#831515);   

}

/* YouTube Icon */
.yt-icon {
    color: #ffffff;
    font-size: 20px;
    animation: blink 1.2s infinite;
}

/* Blink animation */
@keyframes blink {
    0%   { opacity: 1; }
    50%  { opacity: 0.2; }
    100% { opacity: 1; }
}

/* Mobile responsive */
@media (max-width: 576px) {
    .yt-live-btn {
        font-size: 14px;
        padding: 8px 14px;
    }
}




.menu-item:hover {
    color: green;
}
.icon-group {
    display: flex;
    align-items: center;     /* 👈 vertical alignment */
    justify-content: center;
    gap: 15px;               /* space between icons */
}

.icon-group i {
    cursor: pointer;
    color: #000;
}

/* Mobile spacing fix */
@media (max-width: 768px) {
    .icon-group {
        gap: 10px;
    }
}


.highlight {
    color: green;
}
.sub-section{
    background-color:#F0F1F2;
    height: auto;
}
.top-img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.top-img-box{
    padding: 10px;

}

.breadcrumb-box {
  background: #ffffff;
   padding: 25px;
  margin-bottom: 20px;
  font-size: 14px;
}
.breadcrumb-box a {
    text-decoration: none;
}

.page-heading{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
}

/* MAIN CONTENT */
.main-content {
  border-radius: 6px;
}

.main-title {
   font-family: "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.main-logo {
  max-width: 280px;
}

.main-subtitle {
  color: #0A108F;
  font-size: 26px;
  font-weight: 600;
}

.main-text {
  color: #7A7A7A;
  font-size: 15px;
}

.main-btn {
  background-color: #0A108F;
  color: #fff;
  border-radius: 4px;
}

.main-btn:hover {
  background-color: #080d6e;
  color: #fff;
}

.section-title {
  color: #0A108F;
  font-weight: 600;
}

/* SIDEBAR */
.sidebar-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
}

.sidebar-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.sidebar-btn {
  background-color: #0A108F;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 5px 10px;
}

.sidebar-btn:hover {
  background-color: #080d6e;
  color: #fff;
}

.recent-posts li {
  padding: 8px 0;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.recent-posts li :hover{
    color: #0A108F;

}

.recent-posts li:last-child {
  border-bottom: none;
}

.sec-img{
    width: 335px;
}
.sec-img2{
    width: 300PX;
    height: 425PX;

}
.recent-posts {
    padding: 0;
    margin: 0;
}

.recent-posts li {
    list-style: none;
    display: flex;
    align-items: flex-start;   /* IMPORTANT */
    gap: 5px;
    line-height: 1.6;
    font-size: 15px;
}

.recent-posts img {
    width: 30px;
    margin-top: 4px;          /* aligns with first line */
    flex-shrink: 0;

}

.recent-posts span {
    display: block;
}
.map-box {
    width: 100%;
    max-width: 600px;     /* your requirement */
    height: 200px;
    overflow: hidden;
}

.map-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

/* Tablet */
@media (max-width: 991px) {
    .map-box {
        max-width: 100%;
        height: 220px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .map-box {
        height: 180px;
        padding: 0;
    }
}


/* Tablet */
@media (max-width: 991px) {
    .main-title {
        text-align: center;
    }
    .map-box {
        height: 180px;
        padding-left: 0px;
    }
}


/* Mobile */
@media (max-width: 576px) {
    .main-title {
        font-size: 22px;
    }

    .social-icons a {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
    .sec-img{
        width: 272px;
    }
    .sub-section{
    background-color:#F0F1F2;
    height: auto;
}
}
/* =================================================================================================================================
   RESPONSIVE
====================== */
@media (max-width: 768px) {
  .main-title {
    font-size: 32px;
  }

  .main-subtitle {
    font-size: 22px;
  }
}

@media (max-width: 800px) and (min-width: 576px) {
    .menu-row .menu-item {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    
}

@media (max-width: 576px ) {
        .nvmlogo{
    margin-left: 0px;
    
}
.date{
    display: none;
}
.top-home-div{
    background-color: white;
    margin: 0px 15px;
    margin-top: 30px;
        
}


}
/* contact---------------------------------------- */

.contact-section {
    background: #050775;
    color: #fff;
    width: 700px;
}

.contact-title {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding-top: 30px;
    padding-left: 25px;
}

.contact-line {
    border: 4px solid #898989;
    
}


.social-icons {
    display: flex;
    gap: 20px;
    margin-left: 30px;
    
}
.contact-section-icon{
    width: 45px;
    height: 45px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 15px;
    transition: 0.3s;
    text-decoration: none;
    color: #000;
    margin-bottom: 40px;
}
/* COPYRIGHT */
.copyright {
    background: #fff;
    color: #000;
    font-weight: 600;
}
.contact-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 20px;
}
/* COMMON BOX */
.contact-box {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 410px;               
    padding: 12px 14px;
}

/* ICON */
.contact-icon {
    background-color: #fff;
    margin-top: 3px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    padding: 2px 4px;
}

/* TEXT */
.contact-text {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 0px;
}
.contact-icon-location{
    margin-top: 20px;
    flex-shrink: 0;

}
.map-box {
    width: 100%;
    max-width: 600px;     /* your requirement */
    height: 200px;
    overflow: hidden;
}

.map-box iframe {
    width: 100%;
    height: 100%;
    border: 0;
}







/* RESPONSIVE */
@media (max-width: 768px) {
    .social-icons {
        justify-content: center;
    }
    .contact-box {
        width: 100%;
    }

}

@media (min-width: 1200px) {
    .menu-row {
        max-width: 1200px;
        margin: 0 auto;
        flex-wrap: nowrap;
    }

    .menu-item {
        font-size: 15px;
        padding: 8px 12px;
        white-space: nowrap;
    }
}

.social-icon {
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

/* Desktop */
.content-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

/* TABLET FIX (768–991px) */
@media (min-width: 768px) and (max-width: 991px) {

    .content-flex {
        justify-content: space-between;
        gap: 1.5rem;
    }

    .nvmlogo {
        width: 220px;
    }

    .press-logo {
        width: 100px;
    }

    .login-text {
        font-size: 14px;
    }
}

/* MOBILE */
@media (max-width: 767px) {

    .content-flex {
        flex-direction: column;
        gap: 10px;
    }

    .nvmlogo {
        width: 200px;
    }

    .press-logo {
        width: 90px;
    }
}

.carousel-img {
    max-width: 500px;
    max-height: 300px;
    object-fit: contain;
    border-radius: 5px;
}

/* Wrapper for relative position */
.carousel-img-wrapper {
    position: relative;
}
.main-title-two {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #0A108F;
    margin-top: 40px;

}
/* Buttons inside image */
.inside-btn {
    width: 45px;
    height: 45px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.carousel-control-prev.inside-btn {
    left: 15%;
    top: 50%;
}

.carousel-control-next.inside-btn {
    right: 15%;
    top:50%;
}

.register-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* image top padding */
.register-img{
    padding-top: 30px;
    max-width: 100%;
    width: 300px;
    height: 410px;
}

/* button style */
.register-btn{
    background-color: #0A108F;
    color: #fff;
    border: none;
    padding: 10px 28px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
}

/* hover */
.register-btn:hover{
    background-color: #084298;
}
.app-download-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Play store image center */
.playstore-img{
    width: 203px;
    border: 2px solid #000;
}
.download-btn{
    background-color: #0A108F;
    color: #fff;
    border: none;
    padding: 10px 28px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
}
.download-btn:hover{
    background-color: #084298;
}
/* cote-------------------------------------------------------------------------------------------------------- */
.content-box {
  background: #ffffff;
  padding: 30px;
}
/* -----First section----- */
.business-forum-box {
  width: 100%;
}

/* H2 – left aligned */
.forum-title {
  text-align: left;
  color: #404040;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Center content */
.forum-content {
  text-align: center;
}

/* Image reduced size */
.forum-img {
  width: 280px; /* adjust if needed */
  height: auto;
  margin-bottom: 15px;
}

/* H3 color */
.forum-heading {
  color: #0A108F;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

/* P color */
.forum-text {
  color: #404040;
  font-size: 14px;
   font-weight: 600;
  margin-bottom: 20px;
}

/* Button */
.forum-btn {
  background-color: #0A108F;
  color: #ffffff;
  border: none;
  padding: 10px 22px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
}

.forum-btn:hover {
  background-color: #070c70;
}

/* Responsive */
@media (max-width: 576px) {
  .forum-img {
    width: 140px;
  }

  .forum-heading {
    font-size: 18px;
  }
}

/* --- About Section --- */
.about-content {
  text-align: left;
}

/* Heading */
.about-title {
  color: #0A108F;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* Paragraph */
.about-text {
  color: #7A7A7A;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Image base */
.about-img {
  width: 100%;
  max-width: 520px; /* desktop limit */
  height: auto;
}

/* Extra large screens */
@media (min-width: 1200px) {
  .about-img {
    max-width: 580px;
  }
}

/* Tablets */
@media (max-width: 991px) {
  .about-img {
    max-width: 420px;
    margin-top: 30px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .about-content {
    text-align: left;
  }

  .about-img {
    max-width: 260px;
    margin: 40px auto 0;
    display: block;
  }
}
/* ------------------------ */
/* GALLERY SECTION */
.gallery-section {
  background: #fff;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* CENTER THE CONTAINER */
.gallery-section .container {
    width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* CARD */
.gallery-card {
    width: fit-content;
 /* control text width */
  margin-left: auto;
  margin-right: auto;   /* centers the block */
  text-align: left; 

}

/* IMAGE */
.gallery-img {
  width: 100%;
  display: block;
  max-width: 520px;
  margin: 0 auto 20px;  /* image centered */
}

/* TITLES */
.gallery-title {
  color: #0A108F;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  width: fit-content;
margin: auto;
}

.gallery-subtitle {
  color: #0A108F;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  width: fit-content;
margin: auto;
}

/* TEXT */
.gallery-card ,
.gallery-card li {
  color: #7A7A7A;
  font-size: 15px;
  line-height: 1.9;
}
.gallery-para{
width: fit-content;
margin: auto;
text-align: left;
}

/* LIST */
.gallery-list {
  list-style-position: inside;
  padding-left: 0;
  width: fit-content;
   margin-top: 20px;
margin: auto;
}

/* ICONS */
.icon-sm {
  width: 40px;
  margin-right: 6px;
}

.icon-xs {
  width: 20px;
  margin-right: 6px;
}

/* TABLET */
@media (max-width: 991px) {
  .gallery-img {
    max-width: 280px;
  }
}

/* MOBILE */
@media (max-width: 576px) {
  .gallery-img {
    max-width: 200px;
  }

  .gallery-title {
    font-size: 17px;
  }

  .gallery-card p,
  .gallery-card li {
    font-size: 14px;
  }
}
/* ----- Carousel scroll images----------- */
.carousel-wrapper {
  padding: 0 60px; /* space for arrows */
}
.carousel-heading{
  color: #0A108F;
}

/* IMAGE */
.carousel-img {
  border-radius: 10px;
  width: 100%;
}

/* ARROW POSITION */
.custom-arrow {
  width: 40px;
  top: 50%;
  transform: translateY(-50%);
}

/* LEFT ARROW */
/* LEFT ARROW POSITION */
.custom-prev{
  left: -50px;
}

/* RIGHT ARROW POSITION */
.custom-next{
  right: -50px;
}

/* BLACK ROUND ICON */
.custom-icon{
  background-color: #000;
  background-size: 60%;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  filter: none;
}
/* MOBILE FIX */
@media (max-width: 576px) {
  .carousel-wrapper {
    padding: 0 35px;
  }

  .cote-carousel-control-prev {
    left: -30px;
  }

  .cote-carousel-control-next {
    right: -30px;
  }
}
/* ----------------------- */
/* FORM TEXT */
.cote-form label {
  font-weight: 500;
}

/* NOTE TEXT */
.form-note {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

/* SQUARE CHECKBOX */
.form-check-input {
  border-radius: 0; /* makes checkbox square */
}

/* BUTTON */
.cote-btn {
  background-color: #055589;
  color: #fff;
  padding: 10px 30px;
  border: none;
}

.cote-btn:hover {
  background-color: #04436f;
  color: #fff;
}
.app-form{
  color:#0A108F;
}
/* ---Contact section----------------------- */
.cote-contact-section {
    background: #050775;
    color: #fff;
    width: 680px;
}

/* ------------------------------------------------------------------------------------------------------------- */
/* FOOTER BASE */
/*.footer-section {*/
/*  background: #000;*/
/*  color: #fff;*/
/*  border-top: 4px solid #1B8415; */
/*}*/

/* TITLE */
/*.footer-title {*/
/*  font-size: 22px;*/
/*  font-weight: 600;*/
/*  margin: 0;*/
/*}*/

/* ICON BUTTONS */
/*.footer-icons {*/
/*  display: flex;*/
/*  gap: 10px;*/
/*}*/

/*.icon-box {*/
/*  background: transparent;*/
/*  border: 1px solid #0a0a0a;*/
/*  padding: 0px 0px;*/
/*  border-radius: 6px;*/
/*  cursor: pointer;*/
/*}*/

/*.icon-box img {*/
/*  width: 32px;*/
/*}*/

/* GRADIENT HR */
/*.footer-divider {*/
/*  height: 2px;*/
/*  border: none;*/
/*  background: linear-gradient(to right, #0379f7,#ffffff ,#ffffff,#ffffff);*/
/*  margin-bottom: 20px;*/
/*}*/

/* POSTS SCROLL AREA */
/*.posts-wrapper {*/
/*  max-height: 420px;*/
/*  overflow: hidden;*/
/*  position:relative;*/
/*}*/

/* POST ITEM */
/*.post-item {*/
/*  gap: 15px;*/
/*  margin-bottom: 18px;*/
/*}*/

/* IMAGE */
/*.post-img {*/
/*  width: 90px;*/
/*  height: 70px;*/
/*  object-fit: cover;*/
/*  flex-shrink: 0;*/
/*}*/

/* CONTENT */
/*.post-content {*/
/*  flex: 1;*/
/*}*/

/*.post-title {*/
/*  font-size: 15px;*/
/*  line-height: 1.4;*/
/*  margin-bottom: 4px;*/
/*}*/

/* SPAN GREEN */
/*.post-category {*/
/*  font-size: 13px;*/
/*  color: #1B8415;*/
/*}*/

/* RESPONSIVE */
/*@media (max-width: 576px) {*/
/*  .post-item {*/
/*    flex-direction: row;*/
/*  }*/

/*  .post-img {*/
/*    width: 70px;*/
/*    height: 60px;*/
/*  }*/

/*  .post-title {*/
/*    font-size: 14px;*/
/*  }*/
/*}*/


/* mobile responsive */
/*@media (max-width: 576px){*/
/*    .register-btn{*/
/*        width: 80%;*/
/*    }*/
/*    .download-btn{*/
/*        width: 100%;*/
/*    }*/
/*}*/


/* Premium Footer Section */
/*.footer-section {*/
/*    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);*/
/*    color: #fff;*/
/*    padding: 80px 0;*/
/*    border-top: 5px solid var(--accent);*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*}*/

/*.footer-title {*/
/*    font-weight: 800;*/
/*    font-size: 2rem;*/
/*    background: linear-gradient(to right, #fff, #94a3b8);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*}*/

/* Horizontal Scroll Wrapper */
/*.posts-wrapper {*/
/*    display: flex;*/
/*    overflow-x: auto;*/
/*    gap: 25px;*/
/*    padding: 20px 5px;*/
    scrollbar-width: none; /* Firefox */
/*    scroll-behavior: smooth;*/
/*}*/
.posts-wrapper::-webkit-scrollbar { display: none; } /* Chrome/Safari */

/*.post-item {*/
/*    min-width: 320px;*/
/*    background: rgba(255, 255, 255, 0.05);*/
/*    backdrop-filter: blur(12px);*/
/*    border: 1px solid rgba(255, 255, 255, 0.1);*/
/*    border-radius: 20px;*/
/*    padding: 15px;*/
/*    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 15px;*/
/*}*/

/*.post-item:hover {*/
/*    background: rgba(255, 255, 255, 0.1);*/
/*    transform: translateY(-10px) scale(1.02);*/
/*    border-color: var(--accent);*/
/*    box-shadow: 0 20px 40px rgba(0,0,0,0.3);*/
/*}*/

/*.post-img {*/
/*    width: 90px;*/
/*    height: 90px;*/
/*    border-radius: 15px;*/
/*    object-fit: cover;*/
/*    border: 2px solid rgba(255,255,255,0.1);*/
/*}*/

/*.post-category {*/
/*    font-size: 0.7rem;*/
/*    color: var(--accent);*/
/*    text-transform: uppercase;*/
/*    font-weight: 700;*/
/*    letter-spacing: 1px;*/
/*    display: block;*/
/*    margin-bottom: 5px;*/
/*}*/

/*.post-title a {*/
/*    font-size: 0.95rem;*/
/*    font-weight: 600;*/
/*    line-height: 1.4;*/
/*    color: #f8fafc;*/
/*    transition: 0.3s;*/
/*}*/

/*.post-item:hover .post-title a {*/
/*    color: #fff;*/
/*}*/

/* Custom Nav Buttons */
/*.icon-box {*/
/*    background: rgba(255,255,255,0.1);*/
/*    border: none;*/
/*    width: 45px;*/
/*    height: 45px;*/
/*    border-radius: 50%;*/
/*    color: white;*/
/*    transition: 0.3s;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
/*.icon-box:hover {*/
/*    background: var(--accent);*/
/*    transform: rotate(15deg);*/
/*}*/




    .big-carousel img {
      height: 420px;
      object-fit: cover;
    }


    .carousel-caption {
      text-align: left;
      left: 20px;
      right: auto;
      bottom: 20px;
    }

    .news-card {
      position: relative;
      border-radius: 15px;
      overflow: hidden;
    }

    .news-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .card-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 10px;
      color: #fff;
      font-size: 14px;
    }

    .card-overlay span {
      background: #2ed818;
      padding: 2px 6px;
      font-size: 12px;
      width: max-content;
      border-radius: 4px;
    }

    .social-icons i {
      margin-right: 10px;
      cursor: pointer;
    }

   

    .col-6 {
      width:185px;
      padding:2px;
    }
 


    
    @media (max-width: 460px) {
      .big-carousel img {
        height: 320px;
      }

      .news-card img {
        height: 280px;
      }
    }

    @media (max-width: 768px) {
      .big-carousel img {
        height: 260px;
      }

      .carousel-caption h2 {
        font-size: 18px;
      }

      .carousel-caption h6 {
        font-size: 13px;
      }

      .news-card img {
        height: 260px;
      }
    }
    
    
    
    
    
    
    .section2 {
        display: flex;
        height: auto;
        width: 90%;
        gap: 30px;
    }

    .left_container {
        height: 440px;
        width: 30%;
        padding: 10px;
        display: inline-block;
        background-color: white;
    }

    .right_container {
        height: auto;
        width: 60%;
        float: right;
        background-color: white;
        padding: 10px;

    }

    img {
        height: 6rem;
        width: 9rem;
    }

    table {
        background-color: white;
        font-size: 14.3px;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        text-decoration-color: rgb(0, 0, 0);
    }

    tr,
    td {
        background-color: white;
        padding: 3px;
        padding-left: 17px;
        padding-right: 10px;
    }

    h3,
    h4 {
        background-color: white;
        font-size: 22px;
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        color: black;
    }

    /* =========================
   Right container – two tables side by side
   ========================= */

    .right_container {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }

    /* Both tables equal width */
    .right_container table {
        width: 48%;
        background-color: white;
    }

    /* Align text & image nicely */
    .right_container td {
        vertical-align: top;
    }

    /* =========================
   Responsive Media Queries
   ========================= */

    /* Tablets */
    @media (max-width: 1024px) {
        .right_container table {
            width: 100%;
        }
    }

    /* Mobile devices */
    @media (max-width: 768px) {
        .right_container {
            flex-direction: column;
        }

        .right_container table {
            width: 100%;
        }
    }

    /* Small mobile */
    @media (max-width: 480px) {
        .right_container table {
            font-size: 13px;
        }

        .right_container img {
            width: 6rem;
            height: auto;
        }
    }


    /* =========================
   Responsive Media Queries
   ========================= */

    /* Tablets (max-width: 1024px) */
    @media (max-width: 1024px) {
        .section2 {
            width: 95%;
            gap: 20px;
        }

        .left_container {
            width: 35%;
            height: auto;
        }

        .right_container {
            width: 60%;
            height: auto;
        }

        img {
            width: 8rem;
            height: auto;
        }
    }

    /* Small Tablets & Large Mobiles (max-width: 768px) */
    @media (max-width: 768px) {
        .section2 {
            flex-direction: column;
            align-items: center;
        }

        .left_container,
        .right_container {
            width: 100%;
            height: auto;
        }

        table {
            width: 100%;
        }

        img {
            width: 7rem;
            height: auto;
        }

        h3,
        h4 {
            font-size: 20px;
        }
    }

    /* Mobile Devices (max-width: 480px) */
    @media (max-width: 480px) {
        img {
            width: 6rem;
            height: auto;
        }

        table {
            font-size: 13px;
        }

        td {
            padding-left: 10px;
            padding-right: 6px;
        }

        h3,
        h4 {
            font-size: 18px;
        }
    }

    /* Extra Small Devices (max-width: 320px) */
    @media (max-width: 320px) {}
