/*@font-face {*/
/*    font-family: satoshi-l;*/
/*    src: url('../font/Satoshi-Light.otf') format('opentype');*/
/*}*/

/*@font-face {*/
/*    font-family: satoshi;*/
/*    src: url('../font/Satoshi-Regular.otf') format('opentype');*/
/*}*/

/*@font-face {*/
/*    font-family: satoshi-m;*/
/*    src: url('../font/Satoshi-Medium.otf') format('opentype');*/
/*}*/

/*@font-face {*/
/*    font-family: satoshi-b;*/
/*    src: url('../font/Satoshi-Bold.otf') format('opentype');*/
/*}*/

/*@font-face {*/
/*    font-family: satoshi-black;*/
/*    src: url('../font/Satoshi-Black.otf') format('opentype');*/
/*}*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');*/


* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smotthing: antialiased;
    /*font-family: satoshi, sans-serif;*/
   font-family: "Open Sans", sans-serif;
}

html,
body {
    scroll-behavior: smooth;
    /* overflow-x: hidden; */
}

/* width */
::-webkit-scrollbar {
    width: 3px;
}



/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #00A2E0
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}


.color{
    color: #006288 !important;
}

.color2{
    color: #343a40 !important;
}

.scroll{
    padding-bottom: 50px;
}


/* Updated Navbar Styles */
.navbar {
    /* background-color: #fff; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    padding: 15px 0;
    /* More vertical padding */
    -webkit-backdrop-filter: blur(109.5px);
    backdrop-filter: blur(109.5px);
    background: rgba(255, 255, 255, 41%);
}

.navbar-brand {
    width: 240px;
}

.b{
     font-family: satoshi-b , sans-serif;
}

/* .navbar-brand:hover {
            transform: scale(1.02);
        } */



.nav-link:hover {
    background-color: rgb(255, 255, 255);
    /* Subtle hover background */
}

.btn-primary {
    background-color: #006288;
    /* Accent yellow for button */
    border-color: transparent;
    color: #ffffff;
    /* Dark blue text on button */
    border-radius: 8px;
    padding: 10px 25px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease, color 0.3s ease;
}

.btn-primary:hover {
    background-color: #00A2E0;
    /* Darker yellow on hover */
    border-color: #006288;
    transform: translateY(-2px);
    color: #fff;
}

/* End Updated Navbar Styles */

/* Custom Hamburger Icon Styles */
.navbar-toggler-icon {
    /* Hide the default Bootstrap icon */
    display: none;
}

.navbar-toggler .fas.fa-bars {
    color: #ffffff;
    /* Color of the hamburger icon */
    font-size: 1.5rem;
    /* Size of the hamburger icon */
}

/* End Custom Hamburger Icon Styles */

.hero-section {
    overflow: hidden;

    /* Ensure image doesn't spill */
}



.line{
    width: 100px;
    height: 2px;
    border-radius: 50px;
    background-color: #ffffff;
}

section.high {
    background-color: #00A2E0;
    color: #fff;
}
section.high span{
    color: #fff !important;
}

.info-card .icon {
    font-size: 2.5rem;
    color: #3f51b5;
    margin-bottom: 15px;
}

.info-card h4 {
    font-weight: 600;
    color: #343a40;
    margin-bottom: 10px;
}

.about-section {
    padding: 80px 0;
    border-radius: 15px;
}

.about-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 30px;
}

.about-text {
    color: #6c757d;
    font-size: 1.1rem;
    line-height: 1.7;
}

.testimonial-section {
    padding: 80px 0;
    background-color: #ffffff;
    border-radius: 15px;
}

.testimonial-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 40px;
}



.testimonial-item {
    background-color: #f8f9fa;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.testimonial-item p {
    font-style: italic;
    color: #555;
}

.testimonial-item .author {
    font-weight: 600;
    color: #3f51b5;
    margin-top: 15px;
}

.contact-section {
    background-color: #e3f2fd;
    padding: 80px 0;
    margin-top: 50px;
    border-radius: 15px;
}


#services{
   background-color: #006288;
}
#services .sticky-top{
    top: 95px;
}
#services .card{
    border-radius: 30px 30px 30px 30px;
}
#services .card img{
  border-radius: 30px 30px 30px 30px;
}

.contact-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 30px;
}

.font{
      font-family: "Ubuntu", sans-serif;
      font-weight: 700;
}

.form-control {
    border-radius: 8px;
    padding: 12px 15px;
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(63, 81, 181, 0.25);
    border-color: #3f51b5;
}

.footer {
    background-color: #343a40;
    color: #ffffff;
    padding: 40px 0;
    margin-top: 50px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.footer a {
    color: #adb5bd;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: #ffffff;
}

.section-heading {
    font-size: 2.8rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 50px;
}

.card-img-top {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.swiper-slide .card {
    border-radius: 30px;
    border: 1px solid #ededed;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
} */

.schedule-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.schedule-card h5 {
    font-weight: 600;
    color: #343a40;
    margin-bottom: 20px;
}

.schedule-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #e9ecef;
}

.schedule-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.schedule-item span {
    color: #495057;
}

.schedule-item strong {
    color: #3f51b5;
}


        .contact-item {
            display: flex;
            align-items: center;
            margin-bottom: 1.5rem;
        }
        .contact-item:last-child {
            margin-bottom: 0;
        }
      
        .contact-icon {
            color: #fff; /* White icon color */
            font-size: 1.8rem;
        }
        .contact-text {
            color: #006288; /* Darker orange for text, similar to image */
            font-size: 1.2rem;
            font-weight: 500; /* Medium font weight */
        }


        footer{
            background-color: #00A2E0 !important;
            padding: 20px;
            color: #fff;
 
        }


        nav img{
            width: 300px;
            margin: 0 auto;
        }


    section.about-banner{
        overflow: hidden;
        height: 100%;
        background: linear-gradient(180deg, #00a2e0 0%, #005171 100%);
        display: flex;
        align-items: center;
    }
    section.about-banner img{
      position: relative;
      top: 50px;
      left: 0;
    }
  
    section.about_1 .nav-link {
     color: #000000 !important;
     font-size: 18px;
     transition: all 0.5s ease;
    }
  
    section.about_1 .nav-link.active {
     color: #005171 !important;
         font-weight: 700;
       
    }
  
   section.about_1 .sticky-top {
    top: 68px;
    padding: 15px;
    background-color: #ffffff;
}
  
   section.about_1 .about_main {
    height: 500px;
    object-fit: cover;
}
  

