
body {
    font-family: "Poppins", "sans-serif";
    font-size: 16px;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Thin.woff2') format('woff2'), url('./fonts/poppins/Poppins-Thin.woff') format('woff'), url('./fonts/poppins/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraLight.woff2') format('woff2'), url('../fonts/poppins/Poppins-ExtraLight.woff') format('woff'), url('../fonts/poppins/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Light.woff2') format('woff2'), url('../fonts/poppins/Poppins-Light.woff') format('woff'), url('../fonts/poppins/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Regular.woff2') format('woff2'), url('../fonts/poppins/Poppins-Regular.woff') format('woff'), url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Medium.woff2') format('woff2'), url('../fonts/poppins/Poppins-Medium.woff') format('woff'), url('../fonts/poppins/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    /*url('../fonts/poppins/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/poppins/Poppins-SemiBold.woff') format('woff'),*/
}

@font-face {
    font-family: 'Poppins';
    /* src: url('../fonts/poppins/Poppins-Bold.woff2') format('woff2'), 
        url('../fonts/poppins/Poppins-Bold.woff') format('woff'), 
        url('../fonts/poppins/Poppins-Bold.ttf') format('truetype');*/
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    /*url('../fonts/poppins/Poppins-ExtraBold.woff2') format('woff2'), url('../fonts/poppins/Poppins-ExtraBold.woff') format('woff'),*/
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/Poppins-Black.woff2') format('woff2'), url('../fonts/poppins/Poppins-Black.woff') format('woff'), url('../fonts/poppins/Poppins-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/POPPINS-REGULAR.TTF') format('ttf'), url('../fonts/poppins/poppins-regular-webfont.woff') format('woff'), url('../fonts/poppins/poppins-regular-webfont.woff2') format('truetype');
}



/* Topbar CSS Start */
/* Sidebar */
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #003366;
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 52px;
    z-index: 1050;
}

    .sidebar a {
        padding: 12px 25px;
        text-decoration: none;
        font-size: 16px;
        color: #fff;
        display: block;
        transition: 0.2s;
        cursor: pointer;
        white-space:nowrap;
    }

        .sidebar a:hover {
            background: #002244;
        }

    .sidebar .closebtn {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 28px;
        color: white;
        cursor: pointer;
        background: #001224;
        width: 100%;
        text-align: right;
        padding-right: 10px;
        padding-top: 10px;
    }

/* Submenu */
.submenu {
    max-height: 0;
    overflow: hidden;
    background: #004080;
    transition: max-height 0.3s ease-out;
}

    .submenu a {
        font-size: 16px;
        padding-left: 45px;
    }

/* .expand::after {
    content: " ▼";
    font-size: 12px;
  } */

.expand {
    position: relative;
}

    .expand::after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        content: "\f078"; /* fa-chevron-down */
        margin-left: 6px;
        font-size: 12px;
        right: 20px;
        top: 15px;
        position: absolute;
    }

    .expand.open::after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900; /* required for solid icons */
        content: "\f077"; /* fa-xmark (close icon) */
        margin-left: 6px;
        font-size: 12px;
        right: 20px;
        top: 15px;
        position: absolute;
    }

.logo {
    height: 60px;
    width: auto;
    margin: auto 0;
}

    .logo img {
        height: 100%;
        padding: 5px 10px 10px;
        width: auto;
    }

.hamburger-icon {
    background: #003971;
    margin: 0px !important;
    padding: 30px !important;
    border-radius: 0px;
}

    .hamburger-icon .text-primary {
        color: #fff !important;
    }

.topbar-left {
    padding-left: 0px;
}

.hamburger-icon:hover {
    background: #60ac48;
}

.download-btn-sec img {
    height: 15px !important;
    width: auto;
    margin-left: 5px;
}

/* Topbar CSS End */



/* Hero Banner start */

.hero-slider {
    position: relative;
    overflow: hidden;
}

.slide {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
}

    .slide.active {
        display: block;
    }

    .slide img, .slide video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: 16 / 9;
    }

    /* 🔥 Black overlay layer */
    .slide::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); /* adjust opacity */
        z-index: 1;
    }

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    padding: 20px;
    max-width: 100%;
    z-index: 2; /* sits above dark overlay */
    width: 85%;
}

.nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    border: none;
    color: white;
    font-size: 2rem;
    padding: 10px;
    cursor: pointer;
    z-index: 3;
}

    .nav-btn.prev {
        left: 20px;
    }

    .nav-btn.next {
        right: 20px;
    }

/* ✅ Responsive text scaling */
@media (max-width: 992px) {
    .overlay h1 {
        font-size: 2.2rem;
    }

    .overlay p {
        font-size: 1rem;
    }
}

@media (max-width: 600px) {
    .overlay h1 {
        font-size: 1.6rem;
    }

    .overlay p {
        font-size: 0.9rem;
    }

    .nav-btn {
        font-size: 1.5rem;
        padding: 8px 12px;
    }
}

.topbar-sec {
    /*position: sticky;*/
   /* position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;*/
}

.slide h1 {
    font-weight: 700;
}

@media (max-width:575px) {
    .hero-slider {
        height: 300px !important;
    }
}


/* Hero Banner end */




/* Three Column Start    */

.card-sec {
    position: relative;
    margin-top: 50px;

}

.card-icon-sec img {
    padding: 20px;
    width: auto;
    height: 80%;
    margin: auto;
}

.card-icon-sec {
    background: #fff;
    width: 120px;
    height: 120px;
    position: absolute;
    z-index: 4;
    left: 0;
    right: 0;
    border-radius: 50%;
    margin-top: -50px !important;
    padding: 0px;
    margin: auto;
    margin-top: auto;
    margin-top: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.three-columns {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 50px 0px;
    flex-wrap: wrap;
    background: #ecfbec;
}

    .three-columns .container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 50px;
    }

.card {
    position: relative;
    /* width: 31%; */
    height: 200px;
    border-radius: 20px 100px;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}

    .card img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1;
        transition: transform 0.4s ease;
    }

    .card::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.6);
        z-index: 2;
        transition: background 0.3s ease;
    }

.card-content {
    position: relative;
    z-index: 3;
    top: 70%;
    transform: translateY(-50%);
}

    .card-content img {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
        position: relative;
        margin: 20px auto;
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .card-content h3 {
        margin: 0;
        font-size: 24px;
        font-weight: 600;
    }

/* Hover effects */
.card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

    .card:hover img {
        transform: scale(1.1);
    }

    .card:hover::after {
        background: rgba(0,0,0,0.4);
    }

/* Responsive */
/* @media (max-width: 992px) {
    .card {
      width: 45%;
    }
  }*/

@media (max-width: 600px) {
    .card {
        width: 100%;
    }
}

.container {
    max-width: 90%;
}


/* Three Column End   */


/* Newsfeed start */


.section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding:20px;  */
}

    .section-title h1 {
        margin: 0;
        font-weight: 800;
        color: #004990;
        font-size: 40px;
    }

.view-all-btn {
    background: transparent;
    color: #003971;
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

    .view-all-btn:hover {
        text-decoration: underline;
    }

.layout {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px
}

.left {
    flex: 2 1 40%;
}

.right {
    flex: 1 1 35%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.newsfeed-card {
    background: #fff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    /* transition: transform 0.2s ease; */
}
    /* .newsfeed-card:hover { transform:translateY(-5px); } */
    .newsfeed-card img { width:100%;  object-fit:cover; border-radius: 10px; height: 400px; aspect-ratio: 4/3;}
    .newsfeed-card-body { padding:15px; flex:1; display:flex; flex-direction:column; }
    .newsfeed-card-title { font-size:20px; font-weight:bold; margin:0 0 10px; }
    .newsfeed-card-text { font-size:14px; color:#000; flex:1; }
    .newsfeed-card-footer { font-size:12px; color:#888; margin-top:10px; display:flex; justify-content:space-between;display: none; }

.newsfeed-card-body {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.newsfeed-card-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
}

.newsfeed-card-text {
    font-size: 14px;
    color: #000;
    flex: 1;
}

.newsfeed-card-footer {
    font-size: 12px;
    color: #888;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    display: none;
}

/* Right side cards as image left, content right */
.right .newsfeed-card {
    flex-direction: row;
    align-items: flex-start;
}

    .right .newsfeed-card img {
        width: 200px;
        height: auto;
        flex-shrink: 0;
    }

.right .newsfeed-card-body {
    flex: 1;
    padding: 0px 20px;
}

.right .newsfeed-card-title {
    font-size: 16px;
}

.right .newsfeed-card-text {
    font-size: 15px;
    margin-bottom: 15px;
}

/* Responsive adjustments */
@media (max-width:1024px) {
    .layout {
        flex-direction: column;
    }

    .left, .right {
        flex: 1 1 100%;
    }
}

@media (max-width:768px) {
    .newsfeed-card img {
        height: 200px;
    }

    .right .newsfeed-card {
        flex-direction: column;
    }

        .right .newsfeed-card img {
            width: 100%;
            height: 180px;
        }

    .newsfeed-card-title {
        font-size: 18px;
    }

    .section-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media (max-width:480px) {
    .section-title h1 {
        font-size: 20px;
    }

    .newsfeed-card-title {
        font-size: 20px !important;
    }

    .newsfeed-card-text {
        font-size: 16px;
    }

    .newsfeed-card-footer {
        font-size: 11px;
    }
}


.pad-btwn {
    padding: 40px 0;
}
/* Newsfeed End*/






/* Blue Section Banner start */
.blue-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #0066cc, #007bff);
    color: #fff;
    flex-wrap: wrap;
}

    /* Left text content */
    .blue-banner .text-box {
        flex: 1;
        min-width: 280px;
    }

        .blue-banner .text-box h2 {
            font-size: 32px;
            margin-bottom: 20px;
            line-height: 1.3;
        }

    /* CTA Button */
    .blue-banner .cta-btn {
        background: #f5d21f;
        color: #000;
        font-weight: bold;
        font-size: 30px;
        padding: 15px 25px;
        border-radius: 8px;
        text-decoration: none;
        display: inline-block;
        transition: background 0.3s ease;
    }

        .blue-banner .cta-btn:hover {
            background: #e5c400;
        }

    /* Right-side image */
    .blue-banner .image-box {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 280px;
        margin-top: 20px;
        padding: 0px 10px;
    }

        .blue-banner .image-box img {
            max-width: 100%;
            height: auto;
            border-radius: 10px !important;
        }

/* Responsive adjustments */
@media (max-width: 768px) {
    .blue-banner {
        flex-direction: column;
        text-align: center;
        padding: 40px 20px;
    }

        .blue-banner .text-box h2 {
            font-size: 26px;
        }

        .blue-banner .cta-btn {
            font-size: 16px;
            padding: 12px 20px;
        }
    .src-mob {
        margin-top: 10px
    }
}



.blue-banner .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
   /* max-width: 100%;*/
}

h1 {
    font-weight: 700;
}

.blue-banner h1 {
    margin-bottom: 50px;
}

/* Blue Section Banner end */




/* Green banner sec start  */

.green-banner-sec {
    background: linear-gradient(90deg, #3aa31d, #a6e637);
}

.green-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    /* padding: 40px; */
    color: #fff;
}

.green-banner-right h1 {
    color: #426B00;
    margin-bottom: 20px;
}
/* Left Side - Cars */
.green-banner-left {
    flex: 1 1 300px;
    text-align: center;
}

    .green-banner-left img {
        max-width: 90%;
        height: auto;
    }

/* Right Side - Steps */
.green-banner-right {
    flex: 1 1 400px;
    padding: 20px;
}

    .green-banner-right h2 {
        color: #2a4d23;
        font-size: 28px;
        margin-bottom: 25px;
    }

.step {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.circle {
    background: #fff;
    color: #2a4d23;
    font-weight: bold;
    font-size: 20px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 0px;
    flex-shrink: 0;
    position: absolute;
    box-shadow: 5px 3px 10px #114000;
}

.step-text {
    background: linear-gradient(90deg, #145d32, rgba(20, 93, 50, 0));
    padding: 15px 15px 15px 40px;
    border-radius: 10px;
    width: 100%;
    font-size: 16px;
    color: #fff;
    margin-left: 30px;
    text-align: left;
}

    .step-text a {
        color: #fdd835;
        text-decoration: none;
    }

        .step-text a:hover {
            text-decoration: underline;
        }

/* Responsive */
@media(max-width: 768px) {
    .green-banner {
        flex-direction: column;
        text-align: center;
    }

    .green-banner-right {
        padding: 10px;
    }

    .step {
        flex-direction: column;
        align-items: flex-start;
    }

    .circle {
        margin-bottom: 10px;
    }
}


/* Green banner sec end  */



/* Footer Section Start   */



.footer-sec {
    background-color: #004695; /* Blue background */
    color: #fff;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.footer-left {
    flex: 1;
    min-width: 250px;
}
    .footer-left em {
        margin-right: 5px;
    }

.footer-content {
    font-size: 14px !important;
    margin-top: 10px !important;
}

.footer-left p,
.footer-left a {
    margin: 5px 0;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

    .footer-left a:hover {
        text-decoration: underline;
    }

.footer-icons {
    display: flex;
    gap: 15px;
    font-size: 20px;
    justify-content: flex-end;
}

    .footer-icons a {
        color: white;
        text-decoration: none;
        transition: color 0.3s;
    }

        .footer-icons a:hover {
            color: #ccc;
        }

.footer-bottom {
    margin-top: 15px;
    font-size: 13px;
    border-top: 1px solid rgba(55, 55, 55, 0.4);
    padding-top: 10px;
    color: #83b6f0;
}

.footer-icons a img {
    height: 25px !important;
    width: auto !important;
}

.freebee_download {
    /*margin-right: 20px;*/
}


@media (max-width: 768px) {
    .footer-container {
            flex-direction: column;
            align-items: flex-start;
          }
    
          .footer-icons {
            margin-top: 15px;
          }
        }


/* Footer Section End  */





/* Choose a ride start   */


.ride-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0d3b66;
    color: white;
    padding: 30px;
    border-radius: 12px;
    flex-wrap: wrap;
    gap: 50px;
}

.ride-left {
    flex: 2;
    min-width: 300px;
    padding: 10px;
}

    .ride-left h2 {
        font-size: 24px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .ride-left h1 img {
        width: 35px;
        height: 35px;
    }

.form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.form-group {
    flex: 1;
    min-width: 200px;
}

label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #b5c6e0;
}

select, input {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    background: #d9e3f0;
    color: #000;
}

.ride-left p {
    font-weight: bold;
    margin: 15px 0 10px;
    font-size: 30px;
}

.download-btn {
    display: inline-block;
    padding: 12px 20px;
    background: #2ecc71;
    color: white;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
}

    .download-btn:hover {
        background: #27ae60;
    }

.ride-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
    width: fit-content;
    background: #fff;
}

    .ride-right img {
        max-width: 200px;
        height: auto;
    }

/* Responsive */
@media (max-width: 768px) {
    .ride-container {
        flex-direction: column;
    }

    .ride-right {
        margin-top: 20px;
    }
}

.choose-ride-section {
    position: absolute;
    margin-top: -180px;
    z-index: 9;
    left: 0;
    right: 0;
}

.three-columns.pad-btwn {
    padding-top: 400px;
}

.form-group-cta-sec {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    background-color: #00A651; /* Green color */
    color: #fff;
    padding: 12px 24px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.3s ease;
    margin-left: 30px;
}

    .download-btn:hover {
        background-color: #008f45; /* Darker green on hover */
    }

    .download-btn svg {
        margin-right: 10px;
        width: 20px;
        height: 20px;
        fill: white;
    }

.form-section {
    margin: 50px 0px;
}

.read-more-btn {
    width: fit-content;
    padding: 8px 10px 6px 10px;
    margin: 5px 0px;
    font-size: 14px;
    border-radius: 4px;
    border: 0px;
    background: #009C39;
    color: #fff;
    transition: 0.2s all ease-in-out;
}

    .read-more-btn:hover {
        background: #003971;
    }
/* Choose a ride end  */


/*inner page*/
/*.inner-banner {
    height: 200px;
    background: url(../images/traffic-jam.png);
    background-blend-mode: overlay;
    background-size: cover;
    background-color: #2f2f2f;
    display: flex;
    align-items: center;
}*/

.inner-bannerinner-banner-title-sec h1 {
    color: #fff;
    font-size: 35px;
    margin: 0;
}

#InnerbannerImage {
    position: relative;
}

.inner-banner-img-sec {
    position: relative;
}

    .inner-banner-img-sec img {
        width: 100%;
    }

.image-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.inner-banner-sec {
    position: relative;
}

.inner-banner-title-sec {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    color: #fff;
}

    .inner-banner-title-sec .container {
        display: flex;
        align-items: center;
    }

.inner-banner h1 {
    color: #fff;
    font-size: 35px;
    margin: 0;
    font-weight: 700;
}

.content-area {
    padding: 50px 0px;
}

    .content-area h2 {
        color: #004695;
        font-size: 30px;
        font-weight: 700;
    }

    .content-area h3 {
        color: #004695;
        font-size: 20px;
        font-weight: 700;
        font-weight: 700;
    }

    .content-area h4 {
        color: #004695;
        font-size: 18px;
        font-weight: 700;
    }

    .content-area h5 {
        color: #004695;
        font-size: 18px;
        font-weight: 700;
    }

/*inner page*/

/*heading css start*/
.intro-sec p {
    margin-bottom: 10px;
}

.intro-sec h1, .intro-sec h2, .intro-sec h3, .intro-sec h4, .intro-sec h5, .intro-sec h6 {
    color: #004990;
}
/*heading css end*/

/*bullet css start*/
.column-second ul {
    list-style-type: disc !important;
    padding-left: 1.5em !important;
    margin-left: 0 !important;
}

    .column-second ul li {
        margin-bottom: 0.5em;
        display: list-item;
        word-break: break-word;
    }

.column-second a {
    text-decoration: underline;
    color: #206db7;
}

    .column-second a:hover {
        text-decoration: none;
        color: #009c39;
    }
/*bullet css end*/

.faq-item .faq-question {
    background: #004990 !important;
}

.faq-question, .faq-icon {
    color: #fff !important;
}

.faq-item.active .faq-question {
    background: #28a745 !important;
}

.sec-title-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: baseline;
}

.pad-btwn {
    /*padding: 30px 0px;*/
    padding: 20px 0px;
}

table.table-model th, table.table-model td {
    padding: 10px;
    border: 1px solid #ebebeb;
    /*    white-space: nowrap;*/
}

table.table-model th {
    background: #dbe8f5;
}

table.table-model tr:nth-child(even) {
    background: #f7fbff;
}

table {
    width: 100%;
}

.table-responsive {
    margin-bottom: 20px;
}

/* Search Dropdown Start */
#search-sec {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    justify-content: center;
    text-align: center;
    overflow: visible;
}

    #search-sec a {
        filter: unset;
        padding: 5px 10px;
        background: #fff;
        border-radius: 50px;
        margin-right: 0px;
    }


.searchBox-fakeInput {
    display: flex;
    /* justify-content: center; */
    justify-content: space-between;
    width: calc(100% - 100px);
    align-items: center;
    /*left: 210px;*/
    position: relative;
    float: left;
    overflow: visible;
}

.search-form .container {
    max-width: 100%;
}

.search-icon {
    transition: all 0.4s ease;
}

.search-form {
    /* display: none; */
    position: absolute;
    max-height: 0;
    width: 100%;
    -webkit-transition: max-height, 0.2s ease-in-out;
    transition: max-height, 0.2s ease-in-out;
    overflow-y: hidden;
    overflow-x: hidden;
    background: rgba(255,255,255,0.9);
    padding: 20px 10px;
    /* z-index: 999; */
    opacity: 0;
}

    .search-form.search-dropbox {
        display: none;
        /*display: block;*/
        position: absolute;
        width: 80%;
        background: rgba(255,255,255,1);
        max-height: 70px;
        opacity: 1;
        box-shadow: -12px 0px 17px -9px #000;
        z-index: 999;
        right: 30px;
        border-radius: 0px 0px 8px 8px;
        overflow: visible;
    }

.searchBox-inputWrapper {
    width: 100%;
    display: flex;
    align-items: center;
}

    .searchBox-inputWrapper img {
        filter: brightness(100) invert(1);
    }

.search-form .form-control.searchBox-input.js-searchBox-input {
    background: transparent;
    border: 0px;
}

.search-form .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
}

.search-form .fa.fa-times-circle {
    font-size: 30px;
    color: #7e7272;
    cursor: pointer;
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .searchBox-fakeInput {
        /*left: 190px;*/
        position: relative;
        width: calc(100% - 100px);
    }
}


@media (min-width:992px) and (max-width:1024px) {
    .searchBox-fakeInput {
        left: 190px;
        position: relative;
        width: calc(100% - 100px);
    }
}

@media (min-width:768px) and (max-width:991px) {
    .searchBox-fakeInput {
        /*left: 210px;*/
        position: relative;
        width: calc(100% - 100px);
    }
}

@media (min-width:576px) and (max-width:767px) {
    .searchBox-fakeInput {
        /*left: 210px;*/
        position: relative;
        width: calc(100% - 100px);
    }
}

@media (max-width:575px) {
    .searchBox-fakeInput {
        left: 0px;
        position: relative;
        width: calc(100% - 70px);
        /* width: auto;*/
    }

    #search-sec {
        padding: 10px;
    }
}

/* Search Dropdown end */


.newsfeed-card-text p {
    margin-bottom: 5px;
}

.newsfeed-card.inner-newsfeed-card img {
    width: auto;
    height: 150px;
    aspect-ratio: 16/9;
}

.newsfeed-card.inner-newsfeed-card {
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}

@media (max-width:575px) {
    .newsfeed-card.inner-newsfeed-card {
        flex-direction: column;
    }

        .newsfeed-card.inner-newsfeed-card img {
            width: 100% !important;
            height: auto !important;
            aspect-ratio: 16/9;
        }
}

.fa-solid.fa-phone {
    transform: scaleX(-1);
}

button.btn.btn-primary.ms-2.flex-shrink-0 {
    display: none !important;
}

/* Home Page Responsive Start */
.topbar-sec {
    /*position: sticky;*/
  /*  position: fixed;
    z-index: 99;
    top: 0;
    padding: 0px;
    width: 100%;*/
}

    .topbar-sec .col-md-12.row.align-items-center {
        margin: auto;
        width: 100%;
    }

.top-bar-search-icon {
    width: 100%;
    padding: 0px;
    flex-shrink: 0;
    margin: auto;
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.topbar-sec .topbar-left .row .col-md-3 {
    padding-left: 0px;
    width: fit-content;
}

.top-bar-search-icon .col-md-12 {
    display: flex;
    align-items: center;
}

.topbar-sec .topbar-right {
    margin-left: auto;
}

/*    .topbar-sec .topbar-right .position-relative {
        width: 100%;
    }*/

.row.top-bar-search-icon button {
    background: #fff;
    border: 1px solid #ddd !important;
    padding: 5px 10px;
    border-radius: 0px 10px 10px 0px;
}

.row.top-bar-search-icon .form-control {
    border-radius: 10px 0px 0px 10px;
}

.row > * {
    /* flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px; */
}

.blue-banner, .green-banner-sec, .row.newsfeed-sec, main .row:first-child {
    /*width: 100%;
    margin: auto;*/
}

    main .row:first-child .col-md-12 {
        margin: auto;
        padding: 0px;
    }

.row.three-columns {
    width: 100%;
    margin: auto;
}

.row.newsfeed-sec {
    width: 100%;
    margin: auto;
}

html {
    overflow-x: hidden;
}

.hero-slider {
    height: auto;
    aspect-ratio: 16/9;
    width: 100%;
    height: 600px;
}

.blue-banner h1 {
    margin-bottom: 50px;
    text-align: left;
}

.blue-banner .text-box {
    text-align: left;
    padding: 0px 10px;
}

.newsfeed-card-text p {
    margin-bottom: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width:971px) {
    .three-columns .container {
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    }
}

@media (max-width:1024px) {

    .blue-banner .cta-btn {
        font-size: 24px !important;
    }

    .newsfeed-card-body {
        padding: 0px 20px;
    }

    .left .newsfeed-card img, .right .newsfeed-card img {
        width: 250px;
        height: 150px;
        flex-shrink: 0;
        object-fit: cover;
    }

    .left .newsfeed-card, .right .newsfeed-card {
        flex-direction: row;
    }

        .left .newsfeed-card div:first-child {
            width: 100%;
            display: flex;
        }


    .left .newsfeed-card-title, .right .newsfeed-card-title {
        font-size: 20px;
    }

    .left .newsfeed-card-text, .right .newsfeed-card-text {
        font-size: 16px;
    }

    .read-more-btn {
        font-size: 13px;
        padding: 8px 10px 6px 10px;
    }
}

@media (min-width:1201px) and (max-width:1478px) {
    .section-title h1 {
        font-size: 36px;
    }
}

@media (min-width:1025px) and (max-width:1200px) {
    .section-title h1 {
        font-size: 36px;
    }
}

@media (min-width:768px) and (max-width:1024px) {

    .section-title h1 {
        font-size: 30px !important;
    }
}


@media (min-width:576px) and (max-width:767px) {

    .section-title h1 {
        font-size: 30px !important;
    }

    .blue-banner h1 {
        margin-bottom: 10px;
    }
}

@media (max-width:991px) {

    .topbar-sec .topbar-right, .topbar-sec .topbar-left {
        width: 100%;
    }

    .col-md-6.col-6.d-flex.align-items-center.topbar-left section.row {
        margin: inherit;
    }

    .topbar-sec .row:first-child {
        flex-wrap: wrap;
        margin: 0;
        padding: 0px;
    }

    .topbar-sec .topbar-right {
        background: #e9f4ff;
        padding: 20px;
    }

    .topbar-left {
        padding-left: 0px;
        padding-right: 0px;
    }

    .left .newsfeed-card div:first-child {
        width: 100%;
        display: flex;
        /*        flex-direction: column;*/
    }

    .newsfeed-card-body {
        /*        padding: 20px 0px !important;*/
    }
}

@media (max-width:575px) {
    .newsfeed-card-body {
        padding: 20px 0px !important;
    }

    .left .newsfeed-card div:first-child {
        width: 100%;
        display: flex;
        flex-direction: column !important;
    }

    .left .newsfeed-card, .right .newsfeed-card {
        flex-direction: column !important;
    }

    .blue-banner h1 {
        margin-bottom: 10px;
    }

    .section-title h1 {
        font-size: 30px !important;
    }

    .blue-banner h1 {
        margin-bottom: 10px;
    }

    .section-title {
        margin-bottom: 20px;
    }

    .sectiontitle-left p {
        margin-bottom: 0px;
    }

    .left .newsfeed-card img, .right .newsfeed-card img {
        width: 100% !important;
        height: auto !important;
        flex-shrink: 0;
        object-fit: cover;
        aspect-ratio: 16/9;
    }

    .card-sec {
        position: relative;
        margin-top: 10px;
    }

    .card {
        width: 100%;
        height: 150px !important;
    }

    .green-banner-right h1 {
        text-align: left;
    }

    .green-banner-left {
        flex: 1 1 auto !important;
        text-align: center;
    }

    .green-banner-right {
        padding: 0px !important;
    }

    .blue-banner .col-md-12 {
        padding: 0px;
    }
}


.download-btn-sec {
    width: fit-content;
}

.topbar-sec .topbar-right section.row.align-items-center {
    display: flex;
    flex-wrap: nowrap;
    padding-right: 20px;
}

@media (max-width:991px) {
    .topbar-sec .topbar-right section.row.align-items-center {
        display: flex;
        flex-wrap: nowrap;
        margin: auto;
        padding :0;
    }

        .topbar-sec .topbar-right section.row.align-items-center .col-md-2 {
            width: fit-content;
        }

    .topbar-sec .topbar-right {
        background: #e9f4ff;
        justify-content: center !important;
        padding: 20px 0px;
    }

        .topbar-sec .topbar-right section.row.align-items-center {
            display: flex;
            flex-wrap: nowrap;
            justify-content: center;
            width: 100%;
        }

        .topbar-sec .topbar-right section.row.align-items-center {
            flex-wrap: wrap !important;
            justify-content: center;
        }
    .footer-icons {
        justify-content: flex-start !important;
        margin-top: 15px;
    }

}


/* Home Page Responsive End */

.view-all {
    color: #004990;
    text-decoration: none;
    font-size: 16px;
}

    .view-all:hover {
        color: #009c39;
        text-decoration: underline;
    }

/*BackToTop start*/
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 11px 18px;
    background-color: #009C39;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
    transition: opacity 0.3s;
    z-index: 9999;
}

/* Hide by Default */
.hidden {
    opacity: 0;
    visibility: hidden;
}

/* Show when Active */
.visible {
    opacity: 1;
    visibility: visible;
}

i.fa-solid.fa-angle-up {
    font-size: 25px;
}
/*BackToTop end*/

.menu-link.active {
   /* background-color: #002244;*/ /* highlight color */
    background-color: #28a745;
    color: #fff;
    /*    border-radius: 5px;*/
}

.zone-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(30%, 1fr));
    gap: 20px;
}

    .zone-list li {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 15px;
        border: 1px solid #ddd;
        border-radius: 10px;
        background: #f9f9f9;
        box-shadow: 0 2px 6px rgba(0,0,0,0.08);
        text-align: center;
        transition: transform 0.2s ease, box-shadow 0.2s ease;
    }

        .zone-list li:hover {
            transform: translateY(-3px);
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        }

    .zone-list img {
        width: 100%;
        height: auto;
        object-fit: cover;
        border-radius: 6px;
        margin-bottom: 10px;
    }

    .zone-list span {
        font-size: 1rem;
        font-weight: 600;
        color: #333;
        line-height: 1.4;
    }

/* Tablet / Mobile view */
@media (max-width: 992px) {
    .zone-list {
        grid-template-columns: repeat(2, 1fr); /* 2 per row */
    }
}

@media (max-width: 576px) {
    .zone-list {
        grid-template-columns: 1fr; /* 1 per row on small screens */
    }
}
.row-reset {
    margin: 0;
    padding: 0;
}
.topbar-sec {
    position: fixed;
    transition: all 0.3s ease-in-out;
    z-index: 9;
    width: 100%;
    box-shadow: -5px -5px 10px #000;
}

.scroll-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff; /* optional */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* smooth shadow */
}
main{
    margin-top:85px;
}
@media (min-width:768px) and (max-width:991px){
    main {
        margin-top: 180px;
    }
    .topbar-sec .topbar-right .position-relative {
        width: 100%;
    }
}

@media (max-width:767px){
    main {
        margin-top: 218px;
    }
    .topbar-sec .topbar-right .position-relative {
        width: 100%;
    }
}


/*search result start*/
.main-result-sec .mt-4 .mb-3.d-flex {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

a.text-decoration-none {
    color: #004695;
}

.main-result-sec .mt-4 .mb-3.d-flex h3.mb-1 {
    color: #004695;
    font-size: 1.1rem;   
    font-weight: 600;
}
.main-result-sec h4 {
    font-size: 24px;
}
/*search result end*/


/*.freebee_download a {
    margin-right: 5px;
    height: auto;
    display: inline-block;
}*/

@media (max-width:575px) {
    .freebee_download a {
        margin-bottom: 15px;
    }
    .freebee_download {
        margin-right: 0px;
    }
    }

.freebee_download a {
    width: 200px !important;
    height: auto;
    display: inline-block;
}

    .freebee_download a img {
        width: 100%;
        height: auto !important;
    }

/*17/09/25 */
.topbar-right .col-md-2 {
    padding-right: 0px;
    width: fit-content;
}

.src-mob {
    padding-left: 0px;
    flex: inherit;
    padding-right: 0px;
}

@media (max-width:575px) {
    main {
        margin-top: 226px;
    }

    #InnerbannerImage {
        position: relative;
        height: 200px;
    }

    .inner-banner-img-sec {
        position: relative;
        height: 100%;
    }

        .inner-banner-img-sec img {
            width: auto !important;
            height: 100%;
        }
}
    

.freebee_download.app_btn_focus a {
    animation: neonPulse 1.5s ease-in-out infinite;
    border: 2px solid #ace7ea;
    border-radius: 50px;
}

@keyframes neonPulse {
    0%, 100% {
        box-shadow: 0 0 5px #0ff, 0 0 20px #0ff;
    }

    50% {
        box-shadow: 0 0 20px #0ff, 0 0 40px #0ff;
    }
}

.freebee_download a img {
    width: 100%;
    height: auto !important;
}

/*18/9/25*/
.topbar-sec .topbar-right .freebee_download a {
    width: 150px !important;
    height: auto;
    border: 1px solid #ddd;
    border-radius: 50px;
}

.topbar-sec .topbar-right .download-btn-sec .freebee_download a img {
    margin-left: 0px !important;
}

@media (min-width:768px) and (max-width:991px) {
    .src-mob {
        margin-top: 10px;
    }
}

.scout-txt {
    position: absolute;
    top: 16px;
    left: 25px;
    color: #fff;
    z-index: 9;
    font-size: 16px;
    font-weight: 500;
    opacity: 70%;
}

/*Forms heading css start*/

.form-title h1 {
    font-weight: 700;
    color: #004d8f;
    font-size: 30px;
    margin-bottom: 20px;
}

.form-sub-header {
    background-color: #ebf6ff;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
}

    .form-sub-header h5 {
        margin-bottom: 0px;
        font-size: 20px;
        color: #015cab;
        font-weight: 600;
    }
/*Forms heading css end*/
.div_annual_type {
    display: none;
}

.valid-feedback {
    font-size: 25px !important;
    font-weight: 600;
}
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #222;
    color: #fff;
    padding: 15px;
    text-align: center;
    z-index: 9999;
    display: none;
}
.accept-cookies-btn {
    display: inline-block;
    background: #28a745;
    color: #fff !important;
    padding: 10px 20px;
    text-decoration: none !important;
    border-radius: 5px;
    font-weight: normal;
}
.back-to-top {
    z-index: 99999;
}