@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap');

:root {
    --brand:  rgba(24, 62, 99, 0.884);
    --dark: #092032;
    --body: #1d3892ce;
    --border: rgba(0,0,0,0.08);
    --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
    
}

/* Navbar alignment and responsiveness */
.navbar-nav {
    display: flex;
    align-items: baseline;
}

.navbar-nav .nav-item {
    margin-left: 15px;
}

/* Dropdown menu background color */
.navbar-nav .dropdown-menu {
    background-color: rgba(21, 62, 122, 0.884);
}

/* Dropdown menu link color */
.navbar-nav .dropdown-menu .dropdown-item {
    color: white;
}

/* Hover effects for dropdown items */
.navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: rgba(153, 142, 142, 0.795);
    color: white;
}

/* Contact button styling */
.btn-brand {
    background-color: #007bff;
    color: white;
}

.btn-brand:hover {
    background-color: #0056b3;
    color: white;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .navbar-nav .nav-item {
        margin-left: 0;
        margin-bottom: 10px;
    }
    
    .btn-brand {
        margin-top: 10px;
    }
}



body {
    font-family: "Oleo Script";
    color: #ffffff;
    line-height: 1.7;

}

h1,h2,h3,h4,h5,h6,
.display-1,.display-2,.display-3,.display-4 {
    font-weight: 700;
    color:#ffffff;
}
.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgb(8, 89, 160)!important; /* Base color */
    box-shadow: 3px 3px 6px rgb(24, 132, 255), -3px -3px 6px rgb(1, 67, 70);
    
}
.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.brand-heading {
    font-style: italic;
    font-size: 1.25rem; /* Adjust as needed */
}

@media (max-width: 992px) {
    .brand-heading {
        font-size: 1rem; /* Adjust as needed for smaller screens */
    }
}

img {
    width: 100%;

}

a {
    color: var(--dark);
    transition: all 0.4s ease;
    font-weight: 500;
}
.btn-primary {
    color: #fff;
    background-color: var(--dark);
    border-color: #0d6efd;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0273a7e7;
    border-color: #030ea7;
}
a:hover {
    color: var(--brand);
}

section {
    padding-top: 60px !important;
    
}
target-section{
    padding-top: 60px;
    padding-bottom: 10px;
}
.text-brand {
    color: var(--brand) !important;
}


.hero-slider .owl-prev,
.hero-slider .owl-next{
    background-color: rgba(255, 255, 255, 0.3) !important;
    width: 60px !important;
    height: 60px !important;
    display: block;
    display: grid;
    place-items: center;
    color: #fff !important;
    border-radius: 100px;
    line-height: 0;
    border-radius: 100px !important;
    position: absolute;
    top: 50%;
    font-weight: 600 !important;
    font-size: 12px !important;
    transition: all 0.4s ease;
    margin-top: -30px !important;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}

.hero-slider .owl-prev:hover,
.hero-slider .owl-next:hover {
    background-color: var(--brand) !important; 
}

.owl-dot.active span{
    background-color: var(--brand) !important;
}
.owl-nav {
    display: none;
}
.custom-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 1000;
}
.custom-nav button {
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
}
@media (max-width: 768px) {
    .custom-nav button {
        font-size: 1.5rem;
    }
}

 /* slide */
 @keyframes runningText {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  
  .animated-text {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    animation: runningText 10s linear infinite;
  }
  
  .handwritten-heading {
    font-family: 'Oleo Script';
    font-size: 22px;
    text-align: center;
    font-size: calc(1.5rem + 2vw); /* Responsive font size */
    line-height: 1.2;
    margin: 1rem 0;
    text-transform: lowercase; /* Convert to lowercase */
    text-shadow: 2px 2px 4px rgba(10, 75, 173, 0.925); /* Add text shadow */
    text-transform: none!important;
}



  
  
  @media (max-width: 768px) {
    .handwritten-heading {
      font-size: calc(1rem + 2vw); /* Adjust for smaller screens */
    }
  }
  
  @media (max-width: 576px) {
    .handwritten-heading {
      font-size: calc(0.8rem + 2vw); /* Further adjustment for very small screens */
    }
  }
  
  .custom-nav {
    text-align: center;
    margin-top: 1rem;
  }
  
  .custom-nav button {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    color: white;
    cursor: pointer;
    padding: 0.5rem;
  }
  
  .custom-nav button:focus {
    outline: none;
  }
  
  .custom-nav i {
    transition: color 0.3s;
  }
  
  .custom-nav button:hover i {
    color: #ddd; /* Change color on hover */
  }
  
 .slide {
     min-height: 90vh;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
}

.slide1 {
 background: linear-gradient(rgba(107, 103, 103, 0.438), rgba(49, 47, 47, 0.795)), url(../images/index0.JPG);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide2 {
    background: linear-gradient(rgba(107, 103, 103, 0.438), rgba(19, 18, 18, 0.795)),  url(../images/CFC18/CFC18-1.JPG);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide3{
     background: linear-gradient(rgba(107, 103, 103, 0.438), rgba(49, 47, 47, 0.795)), url(../images/CFC18/CFC18-10.JPG);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.slide4{
     background: linear-gradient(rgba(107, 103, 103, 0.438), rgba(49, 47, 47, 0.795)), url(../images/CFC23/CFC23-6.JPG);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide5{
    background: linear-gradient(rgba(107, 103, 103, 0.438), rgba(49, 47, 47, 0.795)), url(../images/index7.JPG);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide6{
     background: linear-gradient(rgba(107, 103, 103, 0.438), rgba(49, 47, 47, 0.795)), url(../images/CFC18/CFC18-21.JPG);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide7{
    background: linear-gradient(rgba(219, 210, 210, 0.438), rgba(49, 47, 47, 0.795)),url(../images/index5.JPG);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}




.slide .display-3 {
    text-transform: uppercase;
    color: #fff;
}

/* navbar */
.top-nav {
    background-color: var(--brand);
    background: linear-gradient(0deg, rgba(37, 110, 165, 0.9), rgba(119, 195, 236, 0.986));

    padding-top: 5px;
    padding-bottom: 5px;
}

.top-nav p {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 10px;
}

.top-nav span,
.top-nav i {
    vertical-align: middle;
}

.navbar {
    box-shadow: var(--shadow);
}

.social-icons a {
    width: 28px;
    height: 28px;
    display: inline-flex;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.25);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.social-icons a:hover {
    background-color: #fff;
    color: var(--brand);
}
element.style {
    color: var(--bs-white)!important;
}
.navbar .navbar-nav .nav-link {
    color: var(--bs-white);
}

.navbar .navbar-nav .nav-link:hover {
    color: var(--bs-white);
}

.navbar .navbar-nav .nav-link.active {
    color: var(--bs-white);
}


.navbar-brand {
    font-size: 28px;
    font-weight: 700;
    width: 50px;             /*changing*/
}

.navbar-brand .dot {
    color: var(--brand);
}
.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
}
.btn {
    padding: 8px 26px;
}

.btn-brand {
    border-color: var(--brand);
    background-color: rgb(26, 48, 109);
    color: #fff;
}

.btn-brand:hover {
    background-color: #d64022;
    border-color: #d64022;
    color: #fff;
}

.intro {margin-bottom: 36px;
text-align: center;}

.intro p {
    max-width: 500px;
}
.intro h6{
    color: var(--brand);
    font-weight: 400;
    text-transform: uppercase;
}

.intro h1 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.info-box {
    align-items: center;
    display: flex;
}

.info-box img {
    width: 90px;
}


#milestone {
    background: linear-gradient(rgba(4, 34, 46, 0.85), rgb(68, 113, 148)), url(../images/school.dup1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}/*****ABOUT****/
#about h1 {
    text-align: center;
   /* margin-top: -20px; /* Adjust as needed for spacing */
     /*changing*/
}

#about {
    padding: 50px 0;
}

.info-box {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    
    padding: 20px;
}

.info-box img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.info-box:hover {
    box-shadow: 0 8px 16px rgba(16, 30, 224, 0.2);
}

.info-box .ms-4 {
    margin-left: 15px;
}

#about .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#about .col-lg-5 {
    display: flex;
    padding-left: 2rem;
    padding-bottom: 2rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
#about .col-lg-5 img {
    max-width: 70%;
    height: auto;
    /* padding-left: 70px; */
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease; */ 
}
.rounded-image {
    width: 100%; /* Adjust width as needed */
    height: auto;
    position: relative;
    border-radius: 50%; /* Makes the image round */
    transition: transform 0.5s, box-shadow 0.5s; /* Animation properties */
}

.rounded-image:hover {
    transform: scale(1.1); /* Scales the image on hover */
    box-shadow: 0 4px 8px rgba(1, 64, 236, 0.74); /* Adds a shadow on hover */
}
.row.equal-height {
    display: flex;
    flex-wrap: wrap;
}

.equal-height-column {
    display: flex;
    align-items: stretch;
}


.services__button {
    color: var(--first-color);
    font-size: var(--small-font-size);
    display: flex;
    align-items: center;
    column-gap: 0.25rem;
    cursor: pointer;
  }
  
  .services__button:hover .services__icon {
    transform: translateX(0.25rem);
  }
  
  .services__icon {
    font-size: 1rem;
    transition: 0.4s;
  }
  
  /* Services modal */
  .services__modal {
    position: fixed;
    inset: 0;
    background-color:rgb(0, 153, 255);
    padding: 2rem 1rem;
    display: grid;
    place-items: center;
    transition: 0.4s;
    z-index: var(--z-modal);
    visibility: hidden;
    opacity: 0;
  }
  
  .services__modal-content {
    background-color: rgba(76, 173, 233, 0.9);
    padding: 4.5rem 1.5rem 2.5rem;
    border-radius: 1.5rem;
    position: relative;
  }
  
  .services__modal-title,
  .services__modal-description {
    text-align: center;
  }
  
  .services__modal-title {
    font-size: var(--h3-font-size);
    color: var(--first-color);
    margin-bottom: 1rem;
  }
  
  .services__modal-description {
    font-size: var(--small-font-size);
    margin-bottom: 2rem;
  }
  
  .services__modal-list {
    display: grid;
    row-gap: 0.75rem;
  }
  
  .services__modal-item {
    display: flex;
    align-items: flex-start;
    column-gap: 0.5rem;
  }
  
  .services__modal-icon {
    font-size: 1.5rem;
    color: var(--first-color);
  }
  
    
  .services__modal-info {
    font-size: var(--small-font-size);
    color: #000000;
  }
  
  .services__modal-close {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    font-size: 1.5rem;
    color: var(--first-color);
    cursor: pointer;
  }
  /*Active modal*/
  
  .active-modal {
    visibility: visible;
    opacity: 1;
  }
  .services__modal-list {
    padding-left: 0;
    list-style: none;
}

.services__modal-item {
    display: flex;
    align-items: start;
    margin-bottom: 1rem;
}

.services__modal-item i {
    margin-right: 0.5rem;
    color: rgb(0, 75, 0); /* or any other color */
}

.services__modal-info {
    margin: 0;
}
  .modal-header h5{
    color: #000;

  }
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
  background: linear-gradient(0deg, rgb(168 239 236), rgb(252, 253, 253));    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.services__modal-item i {
    color: yellow;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #ffffff !important;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}


/* 



#about .col-lg-5 img:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
} */

/*--------Milestone Css starts-------*/


#milestone h1,
#milestone p {
    color: #fff;
}
/*----------------service starts-------------*/
.description {
    overflow: hidden;
    max-height: 50px; /* Adjust as needed */
}

.read-more-btn {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.read-more-btn:hover {
    background-color: #0056b3;
}

.service {
    padding: 32px;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.service h5 {
    margin-top: 24px;
    margin-bottom: 14px;
}

.service img {
    width: 90px;
}


.project {
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.project h6 {
    font-weight: 400;
}

.project h6::before {
    content: "";
    height: 2px;
    width: 30px;
    display: inline-block;
    background: var(--brand);
    vertical-align: middle;
    margin-right: 10px;
}
.white-text {
    color: white;
    white-space: pre-wrap; /* Preserves line breaks and whitespace */
  }
  
/*---------about info more add css-----------*/

.intro {
    padding: 20px;
    /* background: linear-gradient(0deg, rgba(37, 110, 165, 0.9), rgba(119, 195, 236, 0.986)); */
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Example box shadow */
    animation: fadeInUp 0.5s ease forwards;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.intro h2 {
    margin-bottom: 15px;
    font-size: 24px;
    font-family: "Oleo Script" !important;
    font-weight: bold;
    color: #fffdfd; /* Example text color */
}

.intro p {
    font-size: 16px;
    line-height: 1.6;
    
    color: #020202; /* Example text color */
    font-weight: 500;
}

.posts .info {
    height: 100%; /* Ensures equal height for all boxes */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease; /* Animation transition */
}

.posts .info:hover {
    transform: translateY(-10px); /* Example animation effect on hover */
}

.posts .pic {
    flex: 1;
}

.posts h3 {
    margin-top: 2px;
}

.posts p {
    font-size: 18px;
    line-height: 1.6;
}



.project .overlay {
    width: 50%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(52, 242, 248, 0.253) 0%, var(--dark) 100%);
}

.project .content {
    position: absolute;
    left: 10%;
    bottom: 10%
}

.project h2,
.project h6 {
    color: #fff;
}

.team-member {
    text-align: center;
}

.team-member .image{
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.team-member .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -10%;
    background-color: rgba(255, 77, 41, 0.7);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member h5 {
    margin-top: 16px;
    margin-bottom: 4px;
}

.team-member .social-icons {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}

.team-member .social-icons a {
    width: 40px;
    height: 40px;
}

.team-member:hover .social-icons {
    top: 50%;
    opacity: 1;
}

.team-member:hover .overlay {
    top: 0%;
    opacity: 1;
}

#reviews {

    background: linear-gradient(-90deg, rgba(42, 45, 48, 0.685), rgba(8, 32, 50, 0.8)), url(../images/testmoni13.jpg), #082032;;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.review {
    text-align: center;
    z-index: 2;
    position: relative;
    margin: 15px;
    max-width: 768px;
    margin: auto;
}

.review .bxs-quote-alt-left {
    font-size: 120px;
    position: absolute;
    opacity: 0.1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.review img {
    width: 80px !important;
    height: 80px;
    border-radius: 100px;
    margin: auto;
}

.review h5 {
    margin-top: 16px;
    margin-bottom: 4px;
    color: #fff;
}

.review h3 {
    margin-top: 26px;
    margin-bottom: 26px;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    line-height: 1.7;
}

.review small {
    color: var(--brand);
}

.review .stars {
    color: var(--brand);
}
.stars {
    display: flex;
    justify-content: center; /* Centers stars horizontally */
    margin-bottom: 20px; /* Space below the stars */
}

.stars i {
    color: yellow; /* Set star color */
    font-size: 24px; /* Adjust star size */
    margin: 0 5px; /* Space between stars */
}


.blog-post {
    position: relative;
    background-color: #fff;
    box-shadow: var(--shadow);
}

.blog-post .content {
    padding: 32px;
}

.blog-post a {
    position: absolute;
    top: 20px;
    left: 20px;
  
    padding: 2px 12px;
    border-radius: 100px;
    text-decoration: none;
    background: linear-gradient(0deg, rgba(37, 110, 165, 0.9), rgba(119, 195, 236, 0.986));

}

.blog-post h5 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.blog-post small {
    text-transform: uppercase;
    color: var(--brand);
    text-decoration: underline;
}




footer {
    background: linear-gradient(0deg, rgba(15, 52, 131, 0.932), rgb(50, 86, 128));
    /* background: linear-gradient(0deg, rgba(17, 141, 48, 0.952), rgba(87, 33, 16, 0.986)); */

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

footer .footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
    padding-top: 20px;
}

footer .navbar-brand {
    color: #ffffff;
}

footer p {
    color: #ADB3B9;
}

footer .social-icons a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 60px;
}

.loader {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: red;
    z-index: 99999;
    position: fixed;
    left: 0;
    right: 0;
}


input.form-control {
    border-color: transparent;
    height: 44px;
}

.form-control {
    background-color: rgba(255, 255, 255, 0.993);
    border-color: rgba(0, 0, 0, 0.04);;
}

.form-control:focus {
    box-shadow: none;
    border-color: var(--brand);
}



.footer-top, .footer-middle, .footer-bottom {
    padding: 20px 0;
}

.footer-middle h5 {
    margin-bottom: 15px;
}

.footer-middle p, .footer-middle form {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .footer-middle .col-lg-6 {
        margin-bottom: 20px;
    }
}


/* Social Media Icons */
.footer-top .social-icons a {
    margin: 0 10px;
    margin-bottom: 80%;
    color:  #fffcfcb0;
    font-size: 20px;
    transition: color 0.3s;
    
}

.footer-top .social-icons a:hover {
    color: #007bff; /* Blue color on hover */
}

/* Contact Icons */
.footer-middle .contact-icons a {
    display: block;
    margin: 5px 0;
    color: #fcfcff;
    text-decoration: none;
}


.footer-middle .contact-icons a i {
    margin-right: 8px;
    color: #007bff; /* Blue color for icons */
}




.footer-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav li {
    margin: 0 10px;
}

.footer-nav a {
    color: white;
    text-decoration: none;
}

.footer-nav a:hover {
    text-decoration: underline;
}

.social-links a {
    color: white;
    margin: 0 10px;
    font-size: 1.5em;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: #007bff;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .footer-nav {
        flex-direction: column;
    }

    .footer-nav li {
        margin-bottom: 10px;
    }

    .social-links {
        justify-content: center;
    }
}







/* Subscribe Form */
#subscribe-form {
    display: flex;
    align-items: center;
    margin-top: 10%;
}

#subscribe-form input {
    padding: 5px;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#subscribe-form button {
    padding: 5px 10px;
    background-color: #007bff;
    border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

#subscribe-form button:hover {
    background-color: #0056b3;
}

/* General Styles */
.footer-middle {
    text-align: left; /* Aligns the contact and form to the sides */
}

.footer-bottom p {
    color: #fffcfcfb;
}

.nav-link {
    color: white;
    margin: 0 15px;
}
.nav-link:hover {
    text-decoration: underline;
}
.contact-link {
    display: block;
    color: white;
    margin: 5px 0;
}
.contact-link i {
    margin-right: 8px;
    color: #ffcc80; /* Different color for icons */
}
.contact-link:hover {
    text-decoration: underline;
}
.social-link {
    color: white;
    font-size: 20px;
    margin: 0 10px;
}
.social-link:hover {
    color: #ffcc80; /* Change to desired hover color */
}
#subscribe-form input[type="email"] {
    padding: 5px;
    margin-right: 5px;
    border-radius: 5px;
    border: none;
}
#subscribe-form button {
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    background-color: #ffcc80; /* Button color */
    color: white;
}
#subscribe-form button:hover {
    background-color: #ffb74d; /* Button hover color */
}
@media (max-width: 768px) {
    .footer-nav {
        flex-direction: column;
    }
    .contact-icons, .subscribe-section, .social-icons {
        text-align: center;
    }
    .contact-icons a, .subscribe-section form, .social-icons div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
    }
}


/*********************About images style Css*************************/

.about-image {
    width: 100%; /* Ensures the images take the full width of the column */
    height: auto; /* Maintains the aspect ratio */
    margin-bottom: 20px; /* Adds space between the images */
    border-radius: 30px;
}
.intro h1 {
    font-size: 2rem;
    font-weight: bold;
}

.info-box {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    background: linear-gradient(0deg, rgba(48, 49, 51, 0.788), rgba(170, 122, 122, 0.986));
}

.info-box h5 {
    font-size: 1.25rem;
    font-weight: bold;
}

.services__button {
    display: inline-block;
    margin-top: 10px;
    color: #4b00fa;
    cursor: pointer;
}


.services__button {
    color: #007bff; /* Change color as needed */
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
  }
  
  .services__button:hover {
    color: #0056b3; /* Change color on hover */
  }
  

  .member-img img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .member-img:hover img {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  



 /* Optional custom styles for responsiveness */
@media (max-width: 576px) {
    .modal-dialog {
        max-width: 95%;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 80%;
    }
}







/*********************About images style Css Ending*************************/

/* Optional CSS for additional styling */
.social-icons {
    margin-top: 10px; /* Adjust as needed for spacing */
}

.subscribe-section {
    margin-top: 10px; /* Adjust as needed for spacing */
}

.social-links {
    display: flex;
    justify-content: center; /* Center items horizontally */
}

.social-links a {
    margin: 0 5px; /* Adjust spacing between social icons */
}


/*******Training post***************/

#training .blog-post {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 95%;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

#training .blog-post .image-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

#training .blog-post img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#training .blog-post .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(32, 32, 32, 0.6); /* Light color overlay */
    mix-blend-mode: lighten;
}

#training .blog-post .content {
    padding: 15px;
    background: linear-gradient(0deg, rgb(168 239 236), rgb(252, 253, 253));
    border-radius: 1%;
    flex-grow: 1;
}

#training .blog-post:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 767px) {
    #training .blog-post {
        margin-bottom: 20px;
    }
}



.card {
    min-height: 200px; /* Adjust as needed */
}
.card-body {
    text-align: center;
}
.card {
    margin: 0 auto; /* Centers the card horizontally */
}


/**milestone**/
#milestone {
    position: relative;
    overflow: hidden;
    background: url('../images/bg_home2.jpg') no-repeat center center;
    background-size: cover;
    animation: moveBackground 30s linear infinite;
    background-color: rgba(20, 28, 31, 0.842),rgba(37, 41, 43, 0.5); /* Light blue color with some transparency */

}
#milestone::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(47, 62, 85, 0.822); /* Semi-transparent overlay */
    z-index: 1;
}

@keyframes moveBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 100%;
    }
}

#milestone .container {
    position: relative;
    z-index: 1;
}

#milestone .row {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    #milestone .display-4 {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    #milestone .display-4 {
        font-size: 2rem;
    }
}



/*****gallary image cards****/

/* Style for the cards */
#gallery .card {
    background: linear-gradient(0deg, rgb(168 239 236), rgb(252, 253, 253));
    border: none;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    
}

/* Style for card icon */
#gallery .card-icon {
    font-size: 3rem;
    color:#0054cf; /* Blue color for the icon */
    margin-bottom: 20px;
}

/* Style for card title */
#gallery .card-title {
    font-size: 1.25rem;
    margin-bottom: 20px;
}

/* Style for the view button */
#gallery .view-button {
    background-color: #0054cf; /* Orange color for the button */
    border: none;
    color: #fff;
    transition: background-color 0.3s ease;
}

#gallery .view-button:hover {
    background-color: #e63119; /* Darker orange for hover effect */
}

/* Optional: Add box shadow to cards on hover */
#gallery .card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}




/* Style for the product section ***************/


/* Style for the cards */
#product {
    
    padding: 20px 0;
}
#product .card {
    background: linear-gradient(0deg, rgb(168 239 236), rgb(252, 253, 253));
    border: none;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Style for card icon */
#product .card-icon {
    font-size: 3rem;
    color: #0054cf; /* Blue color for the icon */
    margin-bottom: 20px;
}

/* Style for card title */
#product .card-title {
    font-size: 1.25rem;
    margin-bottom: 20px;
}

/* Style for the view button */
#product .view-button {
    background-color:#0054cf; /* Orange color for the button */
    border: none;
    color: #fff;
    transition: background-color 0.3s ease;
}

#product .view-button:hover {
    background-color: #e63119; /* Darker orange for hover effect */
}

/* Optional: Add box shadow to cards on hover */
#product .card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}




.info .pic img {
    border-radius: 50%;
}

.info h3 {
    font-size: 1.5rem; /* Adjust font size as needed */
    font-weight: 600;
}

.info p {
    font-size: 18px; /* Adjust font size as needed */
    margin-top: 15px;
    text-align: justify;
    text-align-last: center;
    line-height: 1.6; /* Adjust line height for better readability */
    max-width: 90%; /* Optional: Limit the width for better alignment */
    font-weight: 500;
}

.center-shadow i {
    margin-right: 5px;
}

/* Ensure equal height for both boxes */
@media (min-width: 768px) {
    .info {
        min-height: 300px; /* Adjust height as needed */
    }
}









.order-card {
    color: #ffffff;
}

.bg-c-blue {
    background: linear-gradient(45deg,#4099ff,#73b4ff);
}

.bg-c-green {
    background: linear-gradient(45deg,#2ed8b6,#59e0c5);
}

.bg-c-yellow {
    background: linear-gradient(45deg,#FFB64D,#ffcb80);
}

.bg-c-pink {
    background: linear-gradient(45deg,#FF5370,#ff869a);
}


.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4, 55, 55, 0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card .card-block {
    padding: 25px;
}

.order-card i {
    font-size: 26px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}



.card-link {
    text-decoration: none;
}

.card {
    border: 1px solid #5fc9fa;
    border-radius: 10px;
    transition: transform 0.3s;
}

.card:hover {
    transform: scale(1.05);
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 150px; /* Adjust height as needed */
}

.card-icon {
    font-size: 48px; /* Adjust icon size as needed */
    color: #333; /* Adjust icon color as needed */
    margin-bottom: 10px;
}

.view-button {
    margin-top: 10px;
    font-size: 16px;
    padding: 5px 10px;
}

.intro h1 {
    margin-bottom: 20px;
}

.intro h6 {
    margin-bottom: 10px;
    font-weight: bold;
    color: #fffdfd;
    text-transform: none;
}

@media (max-width: 768px) {
    .card-body {
        height: 100px; /* Adjust height for smaller screens */
    }

    .card-icon {
        font-size: 36px; /* Adjust icon size for smaller screens */
    }

    .view-button {
        font-size: 14px;
    }
}

.card-link {
    text-decoration: none;
}
.card {
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.card-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   border-radius: 100px;
    height: 150px; /* Adjust card height */
}

.card-icon {
    font-size: 48px; /* Adjust icon size */
    color: #333; /* Adjust icon color */
    margin-bottom: 10px;
}

.view-button {
    margin-top: 10px;
    font-size: 16px;
    padding: 8px 16px;
}



/*founer images animations***/

.card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.card-icon {
    font-size: 2rem;
    color: #007bff;
    margin-bottom: 1rem;
}

.animate-card {
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.animate-card:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.intro {
    margin-bottom: 2rem;
}

.view-button {
    margin-top: 1rem;
}

.card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.view-button {
    margin-top: auto; /* Pushes the button to the bottom of the card */
    margin-bottom: 1rem; /* Add some space below the button */
}
/*gallary thems***/
/* Ensure all icons have the same size */
.bx {
    font-size: 24px; /* Adjust this size as needed */
    color: #180202; /* Ensure icons are white to match footer text */
    margin: 0 10px; /* Adjust spacing around icons if necessary */
}


/* Optional: Center the icons vertically */
.social-links a {
    display: flex;
    align-items: center;
}

/* Style the subscribe button for better visibility */
#subscribe-form button {
    background-color: #00796b; /* Adjust color as needed */
    color: white;
    border: none;
    padding: 10px 20px;
    margin-left: 10px;
    cursor: pointer;
}

#subscribe-form button:hover {
    background-color: #004d40; /* Adjust hover color if needed */
}




   /* Custom styles for the Back to Top button */
   #back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none; /* Hidden by default */
    z-index: 9999;
  }
  #back-to-top i {
  font-size: 20px;
}



.card {
    border-radius: 100px !important; /* Makes the corners rounded */
}

.card-icon {
    font-size: 2rem; /* Adjust size of the icon */
    margin-bottom: 1rem; /* Space between icon and title */
}

.card-title {
    margin-bottom: 1rem; /* Space between title and button */
}

.view-button {
    border-radius: 20px; /* Rounded corners for the button */
}

/* Optional: Adjust card size and alignment for different screen sizes */
@media (max-width: 576px) {
    .card {
        margin-bottom: 1.5rem; /* Add space between cards on smaller screens */
    }
}




/* Make gallery images rounded circles */
.gallery-img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

/* Gallery item styling */
.gallery-item {
    position: relative;
    overflow: hidden;
    width: 200px; /* Adjust width as needed */
    height: 200px; /* Adjust height as needed */
    margin: 10px; /* Adjust margin as needed */
}

/* Overlay styling */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Dark background with transparency */
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
}

/* Overlay content styling */
.overlay-content {
    color: #fff;
    text-align: center;
}

/* Show overlay on hover */


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate {
    animation: fadeInUp 1s ease-out;
}

#milestone {
    padding: 60px 0;
}

#milestone h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    #milestone h1 {
        font-size: 2rem;
    }
}

/* CSS for animations display */
.fade-in {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.fade-in.show {
    opacity: 1;
}
.scale-up {
    transform: scale(0.95);
    transition: transform 0.3s ease-in-out;
}
.scale-up:hover {
    transform: scale(1);
}


.custom-background {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.pic img {
    border-radius: 50%;
}



.custom-background {
    background-color: #f8f9fa; /* Customize your background color */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.pic img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.center-shadow {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 767.98px) {
    .custom-background {
        margin-bottom: 20px;
    }
}






















  .team .team-member {
    border: 1px solid #ddd;
    padding: -2px;
    background: linear-gradient(0deg,var(--bs-gray-100), rgb(255, 255, 255));    padding: 20px;

    border-radius: 8px;
    transition: transform 0.3s ease;
  }
  
  .team .team-member:hover {
    transform: translateY(-10px);
  }
  
  .team .member-img {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
  }
  
  .team .member-img img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transition: transform 0.3s ease;
  }
  
  .team .member-img:hover img {
    transform: scale(1.1);
  }
  
  .team .member-info {
    text-align: center;
    margin-top: 15px;
  }
  
  .team .member-info h4 {
    font-size: 18px;
    font-weight: bold;
  }
  
  .team .member-info span {
    display: none;
    font-size: 14px;
    color: #0003b6;
    cursor: pointer;
    text-decoration: underline;
  }
  
  .team .team-member:hover .member-info span {
    display: inline-block;
  }
  
  .team .social {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
  }
  
  .team .social a {
    color: #fff;
    background: #007bff;
    padding: 5px 8px;
    border-radius: 4px;
    transition: background 0.3s ease;
  }
  
  .team .social a:hover {
    background: #0056b3;
  }
  
  /* .light-background {
    background-color: #f8f9fa;
    padding: 60px 0;
  } */
  
  .section-title h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    position: relative;
  }
  


/* Social Media Icons */
.social-icons .social-link {
    color: rgb(31, 4, 4);
    font-size: 24px;
    margin: 0 10px;
    transition: color 0.3s;
}

.social-icons .social-link:hover {
    color: #000; /* Change to any hover color you prefer */
}




























/* Navigation Links */
.footer-nav {
    padding: 0;
    margin: 0;
}

.footer-nav .nav-link {
    color: white;
    margin: 0 15px;
    text-decoration: none;
    font-weight: bold;
}

.footer-nav .nav-link:hover {
    text-decoration: underline;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .footer-nav {
        flex-direction: column;
        align-items: center;
    }
    
    .footer-nav .nav-link {
        margin: 10px 0;
    }
}

  /* Contact Icons */
.contact-icons .contact-link {
    color: rgb(19, 4, 4);
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    text-decoration: none;
}

.contact-icons .contact-link i {
    margin-right: 8px;
    font-size: 24px;
    color: rgb(0, 0, 0);
}

.contact-icons .contact-link:hover {
    color: #000; /* Change to any hover color you prefer */
}


  /* Contact Icon Colors */
.contact-icons .icon-color {
    color: #ffffff; /* Default color of icons */
    font-size: 24px; /* Adjust size if needed */
    margin-right: 8px; /* Space between icon and text */
}

/* Change icon color on hover */
.contact-icons a:hover .icon-color {
    color: #00acc1; /* Change to your desired hover color */
}

/* You can also add color for different contact types */
.contact-icons a i.bx-map {
    color: #ff5722; /* Example color for map icon */
}

.contact-icons a i.bx-phone {
    color: #4caf50; /* Example color for phone icon */
}

.contact-icons a i.bx-envelope {
    color: #2196f3; /* Example color for email icon */
}


.footer-background {
    position: relative;
    width: 100%;
    height: 100%;
}

.footer-background img {
    width: 100%;
    height: auto;
    filter: brightness(0.5); /* Adjust brightness if needed */
}

.footer-nav a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
}

.contact-link, .social-link {
    color: white;
    text-decoration: none;
}

.footer-nav a:hover, .contact-link:hover, .social-link:hover {
    color: #ffeb3b; /* Change hover color if needed */
}

@media (max-width: 768px) {
    .footer-nav {
        flex-direction: column;
        align-items: center;
    }
}


.dropdown-menu {
    background-color: #ffffff; /* Customize background color */
}

.dropdown-item {
    color: #333; /* Customize text color */
}

.dropdown-item:hover {
    background-color: #4183c5; /* Customize hover background color */
}


/* Footer styles */
#footer {
    background-color: #2e8dcc;
    color: white;
    position: relative;
    overflow: hidden;
}

.footer-background img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: brightness(0.5);
}

.footer-middle {
    padding: 20px 0;
}

/* Navigation Links */
.footer-nav a {
    color: white;
    text-decoration: none;
    margin: 0 10px;
    transition: color 0.3s;
}

.footer-nav a:hover {
    color: #611406;
}

/* Contact Section */
.contact-link {
    color: white;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    transition: color 0.3s;
}

.contact-link:hover {
    color: #03d8bf;
}

/* Subscribe Section */
#subscribe-form input[type="email"] {
    padding: 10px;
    border: none;
    border-radius: 5px 0 0 5px;
    margin-right: -1px;
}

#subscribe-form button {
    padding: 10px;
    border: none;
    border-radius: 0 5px 5px 0;
    background-color: #00796b;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s;
}

#subscribe-form button:hover {
    background-color: #004d40;
}

/* Social Media Icons */
.social-links a {
    color: white;
    margin: 0 10px;
    font-size: 24px;
    transition: color 0.3s;
}

.social-links a:hover {
    color: #1079c0;
}

/* Footer Bottom */
.footer-bottom {
    padding: 10px 0;
    background: linear-gradient(0deg, rgba(15, 52, 131, 0.911), rgb(15, 48, 85));
}

.footer-bottom p {
    margin: 0;
    color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-nav {
        flex-direction: inherit;
        align-items: center;
    }
    
    .footer-nav a {
        margin: 5px 0;
    }
    
    .contact-icons, .subscribe-section, .social-icons {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .contact-icons a {
        display: block;
        margin: 10px 0;
    }
}

@media (max-width: 576px) {
    #subscribe-form input[type="email"], #subscribe-form button {
        width: 100%;
        margin-bottom: 10px;
    }
}


.blog-post {
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: transform 0.3s ease-in-out;
}

.blog-post:hover {
    transform: translateY(-10px);
}

.image-wrapper {
    position: relative;
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}

.image-wrapper .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}

.image-wrapper:hover .overlay {
    opacity: 1;
}

.content {
    padding: 15px;
}

.title {
    background: linear-gradient(0deg, rgba(15, 52, 131, 0.911), rgba(50, 86, 128, 0.603));
}

.white-text {
    color: rgb(0, 0, 0);
    font-weight: 500;
}


.modal-content {
    position: relative;
    overflow: hidden;
}

.modal-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/home7') no-repeat center center;
    background-size: cover;
    /* animation: moveBackground 10s linear infinite; */
    z-index: -1;
    filter: brightness(50%) sepia(100%) hue-rotate(180deg) saturate(150%);
}

/* @keyframes moveBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100% 100%;
    }
} */




 /* Add some basic styling */
 #subscribe-form {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}
#subscribe-email {
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}
button {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    background-color: #205396;
    color: white;
    cursor: pointer;
}
button:hover {
    background-color: #0b238f;
}
.response-message {
    margin-top: 1rem;
    color: green;
}






/****mission & vission paragrap*****/



.card {
    position: relative;
}
.card img {
    width: 100%;
    height: auto;
}
.card .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: center;
}
.card .btn-primary {
    margin-top: 10px;
}
@media (max-width: 768px) {
    .card .overlay {
        font-size: 14px;
    }
}


    .card {
        position: relative;
        overflow: hidden;
    }

    .card-body {
        position: relative;
        padding: 0;
    }

    .card-img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .overlay {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px;
        background: rgba(0, 0, 0, 0.5);
        color: white;
        text-align: center;
    }

    .card-title {
        margin-bottom: 10px;
    }

    .btn-primary {
        margin-top: 10px;
    }

    @media (max-width: 768px) {
        .overlay {
            font-size: 14px;
        }

        .card-img {
            height: 150px;
        }
    }

    .info {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    
    .info .pic img {
        border-radius: 50%;
    }
    

/**photos swiper slider css**/



.review .person video {
    width: 40%;
    height: 10% !important;
    border-radius: 15px; /* Rounded corners */
    cursor: pointer;
}

.review .person h5, .review .person small {
    margin-top: 10px;
    text-align: center;
}

.review .person {
    text-align: center;
}

.stars {
    text-align: center;
    margin-top: 10px;
}

.bx {
    font-size: 24px;
}

.review h3 {
    text-align: justify;
    margin: 20px 0;
}

.bx-quote-alt-left {
    display: block;
    text-align: right;
    margin-top: 20px;
    font-size: 24px;
    color: #555;
}






/*misimory story's grid images*/

.zoom-image {
    transition: transform 0.5s ease;
    cursor: pointer;
  }
  
  .image-container {
    overflow: hidden;
    position: relative;
  }
  
  .image-container img {
    width: 100%;
    height: auto;
  }
  
  .fullscreen {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 70%;
    z-index: 1050;
    /* background-color: rgba(28, 39, 199, 0.911); */
  }
  
  .fullscreen img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
/*   
  .hidden {
    display: none;
  } */
  .image-container {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
  }

  .image-container img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease, filter 0.3s ease;
  }

  .image-container:hover img {
    transform: scale(1.1);
  }

  @media (max-width: 767px) {
    .image-container {
      margin-bottom: 1rem;
    }
  }




  .card-3d {
    transition: transform 0.3s;
}

.card-3d:hover {
    transform: rotateY(10deg) rotateX(10deg) scale(1.05);
}

.card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-icon {
    font-size: 50px;
    margin-bottom: 10px;
}

.card-title {
    color: black;
    margin-bottom: 15px;
}

.view-button {
    transition: background-color 0.3s;
}

.view-button:hover {
    background-color: #0056b3;
}

@media (max-width: 768px) {
    .card-3d {
        transform: none;
    }

    .card-3d:hover {
        transform: none;
    }
}




/* Basic styles for the content list */
.content-list {
    list-style-type: none; /* Remove default list bullets */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
}

/* Flexbox for horizontal alignment on larger screens */
.content-list li {
    display: flex; /* Align items horizontally */
    align-items: center; /* Center items vertically */
    margin-bottom: 10px; /* Space between list items */
    transition: all 0.3s ease; /* Smooth transition effect */
}

/* Styling for icons */
.content-list i {
    margin-right: 10px; /* Space between icon and text */
    color: #4CAF50; /* Icon color (change as needed) */
    font-size: 18px; /* Icon size (adjust as needed) */
}

/* Responsive design */
@media (max-width: 768px) {
    .content-list {
        display: block; /* Stack list items vertically */
    }

    .content-list li {
        display: block; /* Ensure each list item takes full width */
        margin-bottom: 15px; /* Space between stacked items */
    }

    .content-list i {
        display: block; /* Make icon block level to align well */
        margin-right: 0; /* Remove right margin on smaller screens */
        margin-bottom: 5px; /* Space between icon and text */
    }
}

@media (max-width: 480px) {
    .content-list li {
        font-size: 14px; /* Reduce text size for very small screens */
    }

    .content-list i {
        font-size: 14px; /* Further reduce icon size */
    }
}

#cfc-category .card {
    position: relative;
    overflow: hidden;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  
  #cfc-category .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  
  #cfc-category .card-img-overlay {
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  #cfc-category .card-title {
    margin-bottom: 10px;
    color: white;
    z-index: 2;
  }
  
  #cfc-category .btn-primary {
    align-self: center;
    z-index: 2;
  }
  

  .custom-img {
    width: 100%;
    height: auto;
    object-fit: cover; /* Ensures the images cover the container without distortion */
    max-width: 90%; /* Ensure responsiveness */
    max-height: 180px; /* Adjust this value as needed */
}


@media (max-width: 768px) {
    .custom-background {
        padding: 15px;
        border-radius: 10px;
    }
    .intro {
        text-align: center;
    }
}
@media (max-width: 576px) {
    .navbar-brand {
        font-size: 1.2rem;
    }
    .navbar-nav {
        text-align: center;
    }
}


/* Adjust the size of the video */
.review-video {
    width: 100%;
    max-width: 200px; /* Set the desired max width */
    height: auto; /* Maintain aspect ratio */
    max-height: 300px; /* Set the desired max height */
    border-radius: 10px;
    cursor: pointer;
}


@media (max-width: 768px) {
    .custom-background {
        padding: 15px;
        border-radius: 10px;
    }
}


/**screen view**/


#training {
    padding: 40px 0;
}

.intro {
    margin-bottom: 30px;
}

.blog-post {
    margin-bottom: 30px;
}

.project img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    #training {
        padding: 20px 0;
    }
    
    .col-md-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .intro h1 {
        font-size: 1.4em;
    }
    .intro h1, .intro p {
        font-size: 1.2em;
    }

    .blog-post, .project {
        margin-bottom: 15px;
    }
}


.team-member .member-info h4 {
    color: black;
}
.team-member .services__button {
    color: #0d458d;
}
.services__icon {
    margin-left: 5px;
}
.modal-header .btn-close {
    color: #fff;
}
.services__modal-list {
    list-style: none;
    padding: 0;
}
.services__modal-item {
    margin-bottom: 10px;
}
.services__modal-info {
    margin-left: 10px;
}
.fa-graduation-cap {
    color: #ffdc17;
}
