/* Apply Saira font to the whole website */
html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    /* Smooth scroll on iOS */
}

body {
    font-weight: 400;
    width: 100%;
    max-width: 100vw;
    font-family: 'Montserrat', sans-serif;
    /* Default */
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.2;
    color: var(--black-color);
    /* Bold */
}

.bg-silver-light {
    background-color: #F7F8FA !important;
}

.carousel-content h1 {
    font-weight: 600;
}

.carousel-content h2 {
    font-weight: 600;
}

p {

    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    /* Regular */
}

button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    /* Extra Bold */
}

#schemeTable_filter {
    margin-bottom: 10px;
}

#schemeTable th,
#schemeTable td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

/* Add border to pagination numbers */
.dataTables_wrapper .dataTables_paginate .paginate_button {
    border: 1px solid var(--primary-color);
    padding: 5px 10px;
    margin: 2px;
    border-radius: 5px;
    background-color: var(--white-color);
    color: var(--primary-color);
    transition: 0.3s;
}


body {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    background-color: var(--white-color);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


.navbar {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Make navbar sticky */
.navbar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: box-shadow 0.3s ease-in-out;
    background-color: var(--white-color);
}


/* Add spacing between navbar items */
.navbar-nav .nav-item {
    margin: 0 10px;
    /* Adjust the gap between menu items */
}

/* Navbar link default styles */
.navbar-nav .nav-link {
    text-align: center;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: var(--black-color);
    transition: color 0.3s ease-in-out, padding 0.3s ease-in-out;
}

/* Hover effect - reduce height */
.navbar-nav .nav-link:hover {
    color: var(--secondary-color);
}


@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

/* Fade-in + Slide-down animation */
.dropdown-menu {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}

.dropdown-menu.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Dropdown Items */
.dropdown-item {
    font-size: 16px;
    padding: 5px 10px;
    transition: text-indent 0.3s ease-in-out, color 0.1s ease-in-out;
}

/* Hover Effect (Only Move Text) */
.dropdown-item:hover {
    background-color: var(--secondary-color);
    color: var(--white-color);
    text-indent: 10px;
    /* Moves only the text, not the box */
}



/* Login Button */
.btn-signup {
    background-color: var(--primary-color);
    color: var(--white-color);
    font-weight: 500;
    border: none;
    /* Removes border */
    border-radius: 5px;
    /* Reduces the curve */
    padding: 8px 16px;
    /* Adjust padding if needed */
}

/* Sign Up Button */
.btn-login {
    /* background-color: var(--secondary-color); */
    color: var(--white-color);
    font-weight: 500;
    border-radius: 10px var(--bs-primary) !important;
}



@media (max-width: 1200px) {
    .action-button {
        display: none !important;
    }
}

footer {
    background-color: #2b343b;
    color: #fff;
    font-family: sans-serif;
}



.footer .widget-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin: 20px;
    position: relative;
    /* Space for icon */
}


.footer a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

.footer a:hover {
    color: var(--secondary-color);
    /* Hover Effect */
}

/* Divider Line */
.list-border li {
    border-bottom: 1px dashed #cccccc44;
    padding-bottom: 5px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .footer {
        text-align: center;
    }

    .footer ul {
        padding-left: 0;
    }
}

.footer-bottom {
    background-color: var(--primary-color);
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
}

.footer-bottom p {
    font-size: 14px;
    color: white;
    margin: 0;
}

.footer-bottom a {
    color: var(--black-color);
    text-decoration: none;
    font-weight: 600;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-section {
        width: 45%;
        /* Two sections per row on smaller screens */
    }
}

@media (max-width: 500px) {
    .footer-section {
        width: 100%;
        /* Single section per row on very small screens */
    }
}

/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.carousel-caption {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-control-prev {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 45%;
    left: 2%;
    background: var(--bs-primary);
    border-radius: 50px;
    opacity: 1;
}

.carousel-control-prev:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.carousel-control-next {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 45%;
    right: 2%;
    background: var(--bs-primary);
    border-radius: 50px;
    opacity: 1;
}

.carousel-control-next:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn {
    background: var(--secondary-color);
    color: var(--white-color);
    opacity: 1;
    border: 0;
    border-radius: 20px;
    font-size: 15px;
}

.carousel-caption .carousel-content a button.carousel-content-btn:hover {
    background: var(--white-color);
    color: var(--primary-color);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}



#carouselId .carousel-indicators li {
    width: 30px;
    height: 30px;
    background: var(--bs-primary);
    margin: 30px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover {
    background: var(--bs-secondary);
    opacity: 1;
}






@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

.fadeInRight {
    animation-name: fadeInRight;
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@media (max-width: 992px) {
    .carousel-item {
        min-height: 500px;
    }

    .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 40px !important;
    }

    .carousel-item p {
        font-size: 16px !important;
    }
}

@media (max-width: 768px) {
    .carousel-item {
        min-height: 400px;
    }

    .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    }

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }
}



/*** Services Start ***/

/* Custom CSS */
.services-section {
    padding: 60px 0;
    background-color: #f8f9fa;
    /* Light gray background from screenshot */
}

.services-heading {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}

.service-card {
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.service-icon {
    font-size: 2.5rem;
    color: #6c757d;
    margin-bottom: 15px;
}

.service-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.service-description {
    font-size: 0.875rem;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

.learn-more {
    font-size: 0.875rem;
    color: #d4a017;
    text-decoration: none;
    font-weight: 500;
}

.learn-more:hover {
    text-decoration: underline;
    color: #b88a12;
}

/* Responsive adjustments */
@media (min-width: 768px) {
    .service-card {
        min-height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .services-heading {
        font-size: 1.5rem;
    }

    .service-card {
        margin-bottom: 20px;
    }
}

/*** Services End ***/
.text-design {
    text-align: justify;
}

.page-header {
    background: linear-gradient(to right, #000000bd, #000000);


}


.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--white-color);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--white-color);
}

/* Contact Box Styling */
.contact-box {
    background-color: #f4f4f4;
    /* Light gray background */
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    /* Soft shadow */
}

/* Icon Styling */
.contact-icon {
    font-size: 24px;
    color: #333;
    background: white;
    border-radius: 50%;
    padding: 15px;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}


.contact-content p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #555;
}




.section-title {
    text-align: center;
    margin: 40px 0;
}

.section-title h2 {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

/* Styling "OUR" */
.section-title h2 .text-dark {
    color: #000;
    /* Black */
}

/* Styling "PRODUCTS" */
.section-title h2 .text-theme-colored2 {
    color: var(--secondary-color);
    /* Light blue */
}

.text-theme-colored2 {

    color: var(--secondary-color);
}

/* Double underline effect */

.section-title h2::after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: var(--black-color);
    margin: 5px auto 0;
}

.section-title h2::before {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: var(--black-color);
    margin: auto;
    position: relative;
    top: 50px;
}

.line-bottom {
    width: 0;
    height: 3px;
    border-radius: 30px;
    background: var(--secondary-color);
    margin: 0px auto 0;
    transition: width 0.3s ease-in-out;
    position: relative;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
}

.service-box {
    background: white;
    border-radius: 5px;
    border: #aeaeae solid 1px;
    border-top: 4px solid var(--primary-color);
    border-bottom: 4px solid var(--primary-color);
    padding: 3rem 2rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 350px;
}


.linner:hover .line-bottom {
    width: 100%;
}

.owl-prev,
.owl-next {
    background: rgba(0, 0, 0, 0.5) !important;
    color: white !important;
    width: 30px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 10;
}

.owl-prev {
    left: -20px;
}

.owl-next {
    right: -20px;
}

.owl-dots {
    display: none !important;
}

.owl-prev:hover,
.owl-next:hover {
    background: #007bff !important;
}




.labeltext {
    font-size: 16px !important;
    background-color: #d9edf7;
    font-family: 'Montserrat', sans-serif;
}

input {
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
    background: transparent;
}

.textField {
    border-radius: none;
    border-left: 0px;
    border-top: 0px;
    border-right: 0px;
    border-color: #444444;
    background-color: #d9edf7;
    color: #000000;
    font-size: 22px;
    font-weight: normal;
    width: 10%;
    text-align: center;
}

/* Blog Card Styles */
.blog-card {
    background: white;
    border-radius: 5px;
    border: #aeaeae solid 1px;
    border-bottom: 4px solid var(--primary-color);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 350px;
}

/* Blog Image Styling */
.blog-img {
    position: relative;
}

.blog-img img {
    display: block;
    width: 100%;
    height: auto;
}

/* Positioning the Date Badge */
.blog-date {
    position: absolute;
    bottom: -10px;
    left: 70%;
    background-color: var(--primary-color);
    padding: 5px 10px;
    font-size: 14px;
    box-shadow: 0px -4px 0px 0px var(--secondary-color);
}



/* Styling for Blog Content */
.blog-content {
    padding: 20px;
    position: relative;
}

/* Positioning View Details Button */


/* Card Styling */
.news-card {
    position: relative;
    background: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Hover Effects */
.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

/* Title Styling */
.news-card h5 {
    font-weight: bold;
    transition: color 0.3s ease-in-out;
}

.news-card:hover h5 {
    color: #0d6efd;
}

/* Description Styling */
.news-card p {
    color: #6c757d;
}

/* Read More Button */
.news-card .read-more {
    text-decoration: none;
    color: #0d6efd;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease-in-out;
}

.news-card .read-more:hover {
    color: #084298;
    text-decoration: underline;
}

/* Positioning the Date Badge */
.news-date {
    position: absolute;
    left: 85%;
    bottom: 90%;
    background-color: #003366;
    padding: 5px 10px;
    font-size: 14px;
    box-shadow: 0px -4px 0px 0px #007bff;
    color: white;
}

.blog-coment {}

.cfp-logo {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cfp-logo:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.fact-section {
    background-color: var(--primary-color);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}




.input-group {
    margin-bottom: 30px;
    position: relative;
}

.form-label {
    font-weight: 500;
    color: var(--dark-color);
    margin-bottom: 10px;
    display: block;
}


.input-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    font-size: 1.2rem;
}

.results-card {
    color: white;
    border-radius: 15px;
    padding: 30px;
    height: 100%;
    /* box-shadow: 0 10px 30px rgba(0, 0, 255, 0.2); */
}

.stat-card {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--dark-color) 100%);
    backdrop-filter: blur(5px);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-card:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.15);
}

.stat-title {
    font-size: 0.8rem;
    opacity: 0.8;
    margin-bottom: 5px;
}

.stat-value {
    font-size: 1rem;
    font-weight: 700;
}

.calculator-section {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.clientimg {
    max-width: 100%;
    height: auto;
    border-radius: 50% 50%;
    /* Optional for rounded corners */
}

.partner-logo {
    width: 200px;
    height: 100px;
    object-fit: contain;
    border: 1px solid #ddd;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}




.testimonial-card {
    background: #fff;
    border: 2px solid var(--primary-color); /* Use border here */
    border-radius: 12px; /* This just rounds corners */
    padding: 2.5rem 1.5rem 1.5rem;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


.testimonial-avatar {
  width: 110px;
  height: 110px;
  border: 3px solid var(--secondary-color);
  border-radius: 50%;
  overflow: hidden; 
  margin: -80px auto 15px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  display: block;
}


.testimonial-name {
    font-weight: 600;
    font-size: 1.2rem;
}

.testimonial-location {
    font-size: 0.9rem;
    color: #888;
}

.testimonial-services {
    font-size: 0.95rem;
    margin-top: 0.4rem;
    color: #555;
}

.testimonial-text {
    font-size: 0.95rem;
    font-style: italic;
    margin-top: 1rem;
    color: #444;
}

.owl-carousel .owl-item {
    padding: 40px 10px;
}