body
{
    font-family: 'Open Sans', sans-serif;
    background-color: #f8f9fa;
    font-size: 14px;
}
.logo-img {
    max-height: 100px;
    width: auto;
}

header {
    /* font-weight: bolder; */
    background: #fff;
    padding: 12px 0;
    padding-bottom: 5px;
    border-bottom: 0px;
    /* color: #fcf9f9; */



}

header h3 {
    font-family: "Arial", sans-serif;
    /* --color: black; */
    font-weight: 200;
    font-size: 28px;

}

header h5 {
    font-family: "RobotoBold", sans-serif;
    /* color: rgb(241, 31, 31); */
    font-weight: 600;
    font-size: 18px;

}

h3,
h5 {
    margin: 0;
    line-height: 1.2;
}

.header-text h3 {
    font-size: 1rem;
}

.header-text h5 {
    font-size: 1.1rem;
    font-weight: 600;
}

@media (min-width: 768px) {
    .header-text h3 {
        font-size: 1.4rem;
    }
}


/* Navbar background */
.navbar-custom .navbar-nav{
    background: #159B78;
    
    
}

/* SPACE BETWEEN MENU ITEMS */
.navbar-custom .nav-item {
    margin: 10px 10px;
  /*   margin: 0 25px; */
    /* Increase or decrease this */
}

/* Menu text default color */
.navbar-custom .nav-link {
    color: #fcf9f9;
    font-weight: 600;
    font-size: large;
    border-radius: 10px;
}

.navbar-custom .nav-link:hover {
    background-color: maroon;
    color: white !important;
}
.navbar-custom .dropdown-item:hover {
    background-color: maroon;
    color: white !important;
}
.dropdown-menu {
    background: #159B78;
}
.dropdown-item {
    color: #fff;
    border-radius: 10px;
}
/* Base indicators */
#carouselExampleDark .carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background-color: rgba(0, 1, 7, 0.4);
    transition: all 0.3s ease-in-out;
}

/* Active indicator glow */
#carouselExampleDark .carousel-indicators .active {
    background-color: #ffffff;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    width: 14px;
    height: 14px;
}


/* Footer Background Color (same as your navbar) */
.footer {
    background: #159B78;
    padding: 30px 0;
    font-family: Arial, sans-serif;
    color: #fcf9f9;
}

/* Container */
.footer-container {
    width: 90%;
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Columns */
.footer-column {
    width: 25%;
    min-width: 250px;
    margin-bottom: 20px;
}

.footer-column h3 {
    color: white;
    margin-bottom: 10px;
    font-weight: bold;
}

.footer-column p,
.footer-column ul li {
    color: white;
    margin-bottom: 6px;
    font-size: 15px;
}

/* Links */
.footer-column ul {
    list-style: none;
    padding: 0;
    color: #fcf9f9;
}

.footer-column ul li a {
    text-decoration: none;
    color: white;
}

.footer-column ul li a:hover {
    color: white;
    background: maroon;
    padding: 2px 5px;
    border-radius: 4px;
}

/* Bottom Text */
.footer-bottom {
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
    color: white;
    border-top: 2px solid white;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-column {
        width: 100%;
    }
}


/* tab only */
@media (min-width: 768px) {

    /* Hide background when menu is closed */
    .navbar-custom {
        background: transparent !important;
    }
    /* When menu is opened */
    .navbar-custom .navbar-collapse.show {
        background: #159B78 !important;
        padding: 10px;
        border-radius: 6px;
    }
    
}
/* Mobile only */
@media (max-width: 767px) {

    /* Hide background when menu is closed */
    .navbar-custom {
        background: transparent !important;
    }

    /* When menu is opened */
    .navbar-custom .navbar-collapse.show {
        background: #159B78 !important;
        padding: 10px;
        border-radius: 6px;
    }
}
/* Hover dropdown ONLY for desktop */
@media (min-width: 992px) {
    .navbar-nav .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}
/* Language switcher start */
.switch {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

/* Language text */
.switch > span {
    position: absolute;
    top: 8px;                 /* FIX: Centers text vertically */
    pointer-events: none;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    font-size: 13px;
    width: 48px;              /* FIX: Equal width for ENG & HIN */
    text-align: center;
    z-index: 5;
}

/* Default colors */
.switch > span.on {
    left: 0;
    color: black;
}

.switch > span.off {
    right: 0;
    color: white;
}

/* Hide checkbox */
.check-toggle {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}

/* Toggle outer shape */
input.check-toggle-round-flat + label {
    display: block;
    position: relative;
    cursor: pointer;
    width: 97px;
    height: 35px;
    background-color: #159B78;
    border-radius: 60px;
    padding: 2px;
}

/* Track */
input.check-toggle-round-flat + label:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #159B78;
    border-radius: 60px;
    z-index: 1;
}

/* WHITE SLIDER BUTTON */
input.check-toggle-round-flat + label:after {
    content: "";
    position: absolute;
    top: 4px;          /* FIX: Perfect vertical center */
    left: 4px;
    height: 27px;      /* FIX: No cut top/bottom */
    width: 45px;
    background-color: #fff;
    border-radius: 50px;
    transition: 0.25s ease;
    z-index: 2;
}

/* When checked: move slider */
input.check-toggle-round-flat:checked + label:after {
    left: 48px;        /* FIX: perfect alignment */
}

/* Text color when checked */
input.check-toggle-round-flat:checked ~ .on {
    color:#fff;
}

input.check-toggle-round-flat:checked ~ .off {
    color: black;
}

.about{
    color: maroon;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin:10px 0px 30px 0px;
}


.open-sans-.abt_par{
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
  }
  
/* card start */
.custom-card {
    margin: 15px 5px; /* top/bottom 3px, left/right 5px */
}


.abt_con{
    margin-top: 40px;
    margin-bottom: 40px;
}
.pro_con{
    margin-bottom: 40px;
    background: rgb(173, 172, 172);
    

}
@media (max-width: 576px) {
    .pro_con .pro_img{
        max-height: 150px;
        width: auto;
    }
}

/* FULL-WIDTH NAVBAR BACKGROUND */
.navbar-custom {
    background: #159B78 !important;
}

/* UL should not have its own background */
.navbar-custom .navbar-nav {
    background: transparent !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

header .navbar-toggler {
    border: none !important;
}

/* Company Name */
.company-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
}

/* Section Titles */
.section-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

