/********** Template CSS **********/

.error {
    color: red;
    font-size: 0.875em;
}
.sub-ul{
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 69%;
    left: 42%;
    border-radius: 2%;
    box-shadow: #000000; 
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    width: 70%;
    display: none;
    padding: 10px;
   
    

}
.sub-ul li{
    list-style: none;
    color: #333;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    font-size: 1rem;
    font-weight: 400;
}

.custom-submenu:hover .sub-ul {
    display: block;
    transition: .5s;
}

.nav-button {
    margin: 0 15px; /* Margin between buttons */
}

.nav-button a {
    text-decoration: none; /* Remove underline from links */
    color: #007bff; /* Primary color for links */
    font-weight: bold; /* Bold text */
    display: flex; /* Use flex for centering */
    align-items: center; /* Vertically center the content */
    transition: color 0.3s; /* Smooth transition for hover effect */
}

.nav-button a:hover {
    color: #0056b3; /* Darker color on hover */
    
}
.sub-ul li:hover {
    background-color: #6666661e;
}

.nav-button span {
    display: flex; /* Use flex for icons and text */
    align-items: center; /* Center icon and text */
}

.nav-button i {
    margin-right: 5px; /* Space between icon and text */
}

/* Responsive Styles */
@media (max-width: 768px) {
    .nav-container {
        flex-direction: column; /* Stack items vertically on small screens */
        align-items: flex-start; /* Align items to the left */
    }

    .nav-button {
        margin: 10px 0; /* Adjust margin for stacked buttons */
    }
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .custom-feature{
        border: 2px   rgb(89, 150, 211) solid;
        background: linear-gradient(90deg, rgba(var(--bs-primary-rgb), 1), rgb(89, 150, 211));
        margin-top: 30px;
        border-radius: 4%;
        max-width: 100% !important;
        box-shadow: 5px 5px 5px 5px  rgb(89, 150, 211);
  }
  .custom-colum{
    width: 34.33% !important;
}
.test-box {
    width: 120px;
    height: auto;
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px auto;
    background: linear-gradient(90deg, rgba(var(--bs-primary-rgb), 1), rgb(89, 150, 211));
}
.nav-button span {
    padding: none;
    border-radius: 5%;
    font-size: 12px;
    font-weight: 300;
    border: 0.1rem #0d6efd solid;
    color: #000000;
    /* line-height: 11px; */
    margin-left: -19px;
}



}

@media only screen and (min-width: 780px) {
    .custom-colum{
        width: 12.33% !important;
}
}

/* our service buttons css  */

.custom-main-buttons button{
    display: flex;
    justify-content: flex-start;
    background: transparent;
    color: rgb(89, 150, 211);
    align-items: center;
}
.custom-main-buttons h5{
    margin-left: 20px;
}
   

/* dignostic section css  */


 

.test-box {
    width: 120px;
    height: auto;
    padding: 10px  ;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 5px auto;
    background: linear-gradient(90deg, rgba(var(--bs-primary-rgb), 1), rgb(89, 150, 211));
}

.test-box img {
    max-width: 50px;
    height: auto;
    margin-bottom: 10px;
}

.test-title {
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    font-size: 1rem;
    margin-bottom: 0px;
    color: hwb(195 89% 2%);

}

.custom-icons-d i{
    font-size: 50px;
    color:hwb(195 89% 2%);
}

   

/* navbar custom css  */

.nav-button {
    display: flex;
    
    align-items: center;
    
}
.nav-button a{
    text-decoration: none;
    padding: 5px;
}
.nav-button span{
    
        border-radius: 5%;
        font-size: 14px;
        font-weight: 400;
        padding: 9px;
        background: linear-gradient(90deg, rgba(var(--bs-primary-rgb), 1), rgb(89, 150, 211));
        color:hsl(185, 75%, 97%);
}
.nav-button span:hover{
  background: none;
    color:  black;
      border: 0.8px   rgb(89, 150, 211) solid;
      padding: 8px;
    
}
 /* custom main heading */
 .main-heading-custom{
    font-size: 3rem;
 }

 .about-icon{
    max-width: 60px;
    height: auto;
   
 }
 .about-icon img{
    max-width: 60px;
    height: auto;
 }

 /* General dropdown styling */
.nav-item.dropdown {
    position: relative;
}

.nav-item .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    min-width: 200px;
}

.nav-item .dropdown-menu .dropdown-item {
    color: #333;
    padding: 10px 20px;
    text-decoration: none;
    display: block;
}

.nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #f8f9fa;
}

/* Show the dropdown menu on hover */
.nav-item:hover .dropdown-menu {
    display: block;
}

/* Optional: styling the dropdown toggle (Services link) */
.nav-link.dropdown-toggle::after {
    content: ' ▼'; /* Add a small down arrow */
}


/* Packages System */


/* view detail*/

.test-container {
    max-width: 900px;
    margin: 40px auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    height:600px;
}

h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.test-list {
    list-style: none;
    padding-left: 0;
}

.test-item {
    background-color: #f9f9f9;
    margin-bottom: 10px;
    padding: 15px;
    border-left: 5px solid #d9534f; 
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.test-item:nth-child(even) {
    border-left-color: #5cb85c; /* Alternate color for even items */
}

.test-name {
    font-size: 18px;
    color: #555;
}

@media (max-width: 768px) {
    .test-container {
        padding: 15px;
    }

    h2 {
        font-size: 20px;
    }

    .test-item {
        padding: 10px;
    }

    .test-name {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .test-item {
        padding: 8px;
    }

    .test-name {
        font-size: 14px;
    }
}



.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: normal;
}

.icon-box-primary,
.icon-box-light {
    position: relative; 
    padding: 0 0 10px 10px;
    z-index: 1;
}

.icon-box-primary i,
.icon-box-light i {
    font-size: 60px;
    line-height: 0;
}

.icon-box-primary::before,
.icon-box-light::before {
    position: fixed; 
    content: "";
    width: 35px;
    height: 35px;
    left: 0;
    bottom: 0;
    border-radius: 35px;
    transition: .5s;
    z-index: -1;
}
/*
.icon-box-primary::before {
    background: var(--bs-primary);
}
*/



/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 25px;
    padding: 34px 0;
    color: var(--bs-dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
       
    } 

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
        

    }


}

@media (min-width: 992px) {
    .sticky-top {
       
    }

    .navbar {
        height: 68px;
    } 

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0; 
     visibility: hidden; 
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
        
}








/*** Header ***/
@media (min-width: 992px) {
    .header-carousel,
    .page-header {
        margin-top: -34px;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(3, 27, 78, .3);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}
/*
 .carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--bs-primary);
    border: 15px solid var(--bs-primary);
} 
    */

@media (max-width: 767.98px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/testimonial.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}


/*** Features ***/

/* package area css  */
.card {
    border: 1px solid #ddd;
    margin: 10px;
    border-radius: 8px;
    transition: box-shadow 0.3s ease;
}

.card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.card-header {
    background-color: #007bff;
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 1.5rem;
    font-weight: bold;
}

.test-list {
    list-style: none;
    padding: 0;
}

.test-list li {
    padding: 3px 0;
    font-size: 1.2rem;
    font-weight: 400;
}

.price-section {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.wrong-price {
    text-decoration: line-through;
    color: red;
    font-size: 1.2rem;
}

.right-price {
    font-size: 1.5rem;
    font-weight: bold;
    color: green;
}

.card-footer {
    text-align: center;
    padding: 15px;
}

.btn-custom {
    background-color: #0d6efd;
    color: white;
    padding: 10px 20px;
    font-size: 1.2rem;
    border-radius: 5px;
    text-transform: uppercase;
}
/* General styling for the feature box */
.custom-feature {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    background-color: #ffffff;
    margin-bottom: 20px;
    max-width: 32%;
}

.custom-feature:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

/* Styling the image */
.feature-img img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.custom-feature:hover .feature-img img {
    transform: scale(1.05);
}

/* Main heading styling */
.feature-main-heading h3 {
    font-size: 1.5rem;
    margin-top: 15px;
    color: #0d6efd;
    font-weight: bold;
    transition: color 0.3s ease;
}

.custom-feature:hover .feature-main-heading h3 {
    color: #007bff; /* Change the color when hovered */
}

/* Button styling */
.feature-buttons button {
    background-color: #2196F3;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-top: 15px;
    border: 0.1rem solid #FFF;
}

.feature-buttons button:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

/* Responsive design for different screen sizes */
@media (max-width: 992px) {
    .custom-feature {
        padding: 15px;
    }

    .feature-main-heading h3 {
        font-size: 1.3rem;
    }

    .feature-buttons button {
        font-size: 0.9rem;
        padding: 8px 16px;
    }
}

@media (max-width: 768px) {
    .custom-feature {
        padding: 10px;
        max-width: 100%;

    }

    .feature-main-heading h3 {
        font-size: 1.2rem;
    }

    .feature-buttons button {
        font-size: 0.85rem;
        padding: 7px 14px;
    }
}

@media (max-width: 576px) {
    .custom-feature {
        padding: 8px;
        margin-bottom: 15px;
        max-width: 100%;
    }

    .feature-main-heading h3 {
        font-size: 1.1rem;
    }

    .feature-buttons button {
        font-size: 0.8rem;
        padding: 6px 12px;
    }

    .feature-main-heading h3 {
        font-size: 1.5rem;
        margin-top: 15px;
        color: #fff;
        font-weight: bold;
        transition: color 0.3s;
    }
    .sub-ul{
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 65%;
    left: 45%;
    border-radius: 2%;
    box-shadow: #000000;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    width: 53%;
    display: none;
    padding: 10px;
}
    
}


/* .custom-feature{
    border: 2px   rgb(89, 150, 211) solid;
    background: linear-gradient(90deg, rgba(var(--bs-primary-rgb), 1), rgb(89, 150, 211));
    margin-top: 50px;
    border-radius: 4%;
    max-width: 30%;
    box-shadow: 2px 2px 2px 2px  rgb(89, 150, 211);


}
.feature-main-heading{
    display: flex;
    padding: 5px 10px;
    width: 100%;
    height: 80px;
    justify-content: center;

}
.feature-img{
    max-width: 100%;
    height: auto;
    background-color: aliceblue;
    border-radius: 5%;

}
.feature-img img{
    max-width: 100%;
    height: auto;
    border-radius: 10% 7% 0 0;
}
.feature-buttons{
    display: flex;
    justify-content: center;
    padding: 5px 10px;
} */
/* .f-main-head-first h3{
    color: #fff;
}




.feature {
   
    background-size: cover;
    
}
/* home collection css start  */




h1 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 2rem;
}




h1 {
    font-size: 2.5em;
    color: #333;
    margin-bottom: 40px;
}

.feature-row {
    display: flex;
    flex-wrap: wrap;
}

.custom-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 33%;
}

.custom-card:hover {
    transform: translateY(-10px);
}

.custom-card-img img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 20px;
}

.custom-card-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.heading-section h3 {
    font-size: 1.2em;
    color: #007bff;
}

.heading-section p {
    font-size: 1em;
    color: #666;
}

.price-section h3 {
    font-size: 1.5em;
    color: #28a745;
}

.discount-btn {
    background-color: #ffc107;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.9em;
}

.custom-card-buttons {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

.details-btn, .add-to-cart-btn {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.9em;
}

.details-btn:hover, .add-to-cart-btn:hover {
    background-color: #0056b3;
}

.custom-view-all-btn .view-all-tests-btn {
    background-color:  #0056b3;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 1.2em;
    cursor: pointer;
}

.custom-view-all-btn .view-all-tests-btn:hover {
    background-color:  #77b4f5 ;
}


@media (max-width: 992px) {
    .custom-card {
        flex-basis: calc(50% - 20px);
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .custom-card {
        flex-basis: 100%;
        margin-bottom: 20px;
        max-width: 100%;
    }
} */

/* home collection css end */


.f-main-head-second  button{
    padding: 4PX;
    border-radius: 5%;
    background: transparent;
    border: 1px solid white;
    font-size: 0.8rem;
    color: #fff;
    margin-left: 22px;
    margin-top: 14px;
}
/* .feature-buttons button{
    padding: 5PX 20px;
    border-radius: 5%;
    background: transparent;
    border: 1px solid white;
    font-size: 1rem;
    color: #fff;
} */

.feature-buttons button:hover{
    background-color: rgb(15, 112, 240);
    color: hwb(183 60% 22%);
    border: 1px solid   hwb(183 60% 22%);
}
.f-main-head-second  button:hover{
    background-color: rgb(15, 112, 240);
    color: hwb(183 60% 22%);
    border: 1px solid  hwb(183 60% 22%);
}
.f-main-head-first p,h3{
    color: rgba(224, 227, 222, 0.781);
}
.last-button  button:hover{
    background-color: rgb(15, 112, 240);
    color: hwb(183 60% 22%);
    border: 1px solid  hwb(183 60% 22%);
}

.last-button{
    display: flex;
    justify-content: center;
}
.last-button button{
    margin: 0px auto;
    padding: 5px 30px;
    color: rgb(15, 112, 240);
    border: rgb(15, 112, 240) solid 1px;
    font-size: 1.2rem;
    border-radius: 5%;
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}

.experience .nav-pills .nav-link {
    color: var(--dark);
}

.experience .nav-pills .nav-link.active {
    color: #FFFFFF;
}

.experience .tab-content hr {
    width: 30px;
}


/*** About ***/



.container-a {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

h2 {
    font-size: 2em;
    color: #007bff;
    margin-bottom: 10px;
}

.content-about {
    font-size: 1em;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.6;
}

ul {
    margin-bottom: 20px;
    padding-left: 20px;
}

ul li {
    font-size: 1em;
    color: #333;
    margin-bottom: 8px;
    line-height: 1.6;
}

section {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

section:hover {
    transform: translateY(-5px);
}

.order-of-draw ul li::before,
.common-errors ul li::before {
    content: "• ";
    color: #007bff;
    font-weight: bold;
    margin-right: 5px;
}

section ul li strong {
    color: #007bff;
}

@media (max-width: 768px) {
    h2 {
        font-size: 1.5em;
    }

    p, ul li {
        font-size: 0.9em;
    }
}

@media (max-width: 576px) {
   

    
}


.about-fact {
    width: 220px;
    height: 220px;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

@media (min-width: 576px) {
    .about-fact.mt-n130 {
        margin-top: -130px;
    }
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    background: var(--bs-primary);
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--bs-primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Service ***/
.container-service {
    position: relative;
}

.container-service::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 70%);
    z-index: -1;
}

.service-item {
    position: relative;
    height: 100%;
    padding: 45px 30px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: .5s;
    background: var(--bs-primary);
}

.service-item:hover::before {
    height: 100%;
    top: 0;
}

.service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
}

.service-item:hover h5,
.service-item:hover p {
    color: var(--bs-white);
}

.service-item:hover .icon-box-primary::before {
    background: var(--bs-dark);
}

.service-item:hover .icon-box-primary i {
    color: var(--bs-white) !important;
}


/*** Team ***/
.container-team {
    position: relative;
}

.container-team::before {
    position: absolute;
    content: '';
    background: var(--bs-light);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    clip-path: polygon(0 70%, 100% 30%, 100% 100%, 0% 100%);
    z-index: -1;
}

.team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--bs-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.team-item:hover .team-social {
    width: 100%;
    left: 0;
}

.team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/testimonial.jpg) left center no-repeat;
    background-size: cover;
}

.testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    color: var(--bs-primary);
    font-size: 30px;
    line-height: 0;
    transition: .5s;
}


.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}


/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(3, 27, 78, .3), rgba(3, 27, 78, .3)), url(../img/footer.png) center center no-repeat;
    background-size: contain;
}

@media (min-width: 992px) {
    .footer::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255, 255, 255, .5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    border-top: 1px dashed rgba(255, 255, 255, .2);
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--bs-primary);
}



.team-section {
    text-align: center;
    padding: 50px 0;
}

.team-section h2 {
    font-size: 2.5em;
    margin-bottom: 40px;
    color: #333;
}

.team-container {
    display: flex;
   
    flex-wrap: wrap;
}

.team-member {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px;
    padding: 20px;
    flex-basis: calc(33.333% - 40px);
    text-align: center;
    transition: transform 0.3s;
}

.team-member img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    margin-bottom: 20px;
}

.team-member h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #007bff;
}

.team-member p {
    font-size: 1em;
    color: #666;
}

.team-member:hover {
    transform: translateY(-10px);
}

/* Responsive */
@media (max-width: 768px) {
    .team-member {
        flex-basis: calc(50% - 40px);
    }
    
.custom-contact{
    max-width: 100%;
}
}




table {
    width: 95%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
table, th, td {
    border: 1px solid black;
}
 td {
    padding: 15px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    background-color: #d1e6f9;
}
th {
    background-color: #58aadb;
    background-color: #58aadb;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    padding: 15px 15px;
}

.custom-contact{
    max-width: 100%;
}
.dropdown2{
    position: absolute;
    margin-left:335px;
    margin-top: -50px;
    background-color: white;
}
.dropdown2:hover a{
    display: block;
    visibility: hidden;
}


@media (max-width: 576px) {
    .team-member {
        flex-basis: 100%;
    }

 td
    {
   
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    background-color: #d1e6f9;
    padding: 9px 0px;
}

th {
    background-color: #58aadb;
    background-color: #58aadb;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    padding: 9px 5px;
}
}