@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

:root{
    --main-color: red;
    --crimson-color :#8b0000 ;
    --black-color :black;
    --secondry-color :#F5F5DC;
    --brown-color :#544948;
    --brown-dark-color :#2f2424;
    --transition: all .3s ease-in-out;
    --bs-navbar-toggler-icon-bg: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.75)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);

}

.bg-dark-red{
    background-color: var(--crimson-color);
}

.bg-dark-brown{
    background-color: var(--brown-dark-color);
}

.text-crimson{
 color: var(--crimson-color);
}

.text-biege{
    color: var(--secondry-color);
   }

*{
    font-family: "Rubik", sans-serif;
}
.bg-brown{
    background-color: var(--brown-color);
}
 body {
    height: 100%;
}
.full-height {
    height: 100vh;
}
*{
    padding: 0;
    margin: 0;
    font-family: "Source Sans 3", sans-serif;
}
.container{
    height: 100%;
}

.navbar{
    padding: 20px 0;
    border-bottom: 1px solid var(--secondry-color);

}


.navbar-nav .nav-link:hover {
    color: white !important; 
}

.navbar-toggler{
    color: var(--secondry-color);
    border-color: var(--secondry-color);
    
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
   
}




.content {
    position: relative;
    z-index: 1; 
    padding: 20px;
    background-clip: content-box;
}

.navbar a{
    text-decoration: none;
    color: var(--secondry-color);
    font-size: 1rem;
    font-weight: bold ;
    margin: 5px;
    transition: var(--transition);
    padding-bottom: 5px; 
    position: relative; 
}

.navbar a::after {
    content: '';                
    position: absolute; 
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px; 
    background: var(--secondry-color);
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: var(--transition); 
}

.navbar a:hover::after {
    transform: scaleX(1);  
    transform-origin: bottom left; 
}

.logo {
    height: 60px; 
    width: auto;
}

.background-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1; 
}

.video-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transform: translate(-50%, -50%);
}


.card{
    transition: var(--transition);
  
   
}
.card img {
    height: 250px;
    object-fit: cover; 
}
.card:hover{
    transform: scale(1.1);
}
.jump-link {
    text-decoration: none;
    font-size: 19px;
    display: inline-flex;
    align-items: center;
}

.arrow {
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.3s ease;
    font-weight: bold;
}


.jump-link:hover .arrow {
    transform: translateX(10px);
}

.card-fac {
    height: 400px; 
    background-color: antiquewhite; 
    text-align: center;
    border: 2px solid var(--secondry-color);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    color: var(--crimson-color); 
    overflow: hidden;
   
    
}
.image {
    max-height: 250px;       
    object-fit: cover;       
}
.card-fac p {
    color: black;
    font-size: large;
}








.footer-section {
    background: #151414;
    position: relative;
  }
  .footer-cta {
    border-bottom: 1px solid #373636;
  }
  .single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
  }
  .cta-text {
    padding-left: 15px;
    display: inline-block;
  }
  .cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
  }
  .cta-text span {
    color: #757575;
    font-size: 15px;
  }
  .footer-content {
    position: relative;
    z-index: 2;
  }
  .footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-logo img {
      max-width: 200px;
  }
  .footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
        color: #7e7e7e;
    line-height: 28px;
  }
  .footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
  }
  .footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
  }
  .footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
  }
  .facebook-bg{
    background: #3B5998;
  }
  .instagram-bg{
    background: #cd486b;
  }
  .google-bg{
    background: #DD4B39;
  }
  .footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
  }
  .footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
  }
  .footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
  }
  .footer-widget ul li a:hover{
    color: #ff5e14;
  }
  .footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
  }
  .subscribe-form {
    position: relative;
    overflow: hidden;
  }
  .subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
  }
  .subscribe-form button {
      position: absolute;
      right: 0;
      background: #ff5e14;
      padding: 13px 20px;
      border: 1px solid #ff5e14;
      top: 0;
  }
  .subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
  }
  .copyright-area{
    background: #202020;
    padding: 25px 0;
  }
  .copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
  }
  .copyright-text p a{
    color: #ff5e14;
  }
  .footer-menu li {
    display: inline-block;
    margin-left: 20px;
  }
  .footer-menu li:hover a{
    color: #ff5e14;
  }
  .footer-menu li a {
    font-size: 14px;
    color: #878787;
  }
  .icon-circle {
    border-radius: 50%; 
    width: 70px; 
    height: 70px; 
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px auto; 
    color: white;
}

.icon-circle.address {
    background-color: #ff4d4d; 
}

.icon-circle.hours {
    background-color: black; 
}

.icon-circle.email {
    background-color: #25920f; 
}

.icon-circle.phone {
    background-color: #007bff; 
}

.icon-circle i {
    font-size: 30px; 
}
.contact-banner {
    background-image: url('../images/contact_us.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.image-full img {
  width: 100%;
  height: auto; 
  border-radius: 8px; 
}

.text-content h3 i {
  font-size: 2rem; 
  margin-right: 15px; 
}

.text-content h3 {
  font-size: 1.5rem;
  color: #333;
  margin-bottom: 15px;
}

.text-content p,
.text-content ul {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
}
#iframeContainer {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed position to overlay the content */
  top: 0; /* Align to the top */
  left: 0; /* Align to the left */
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
  z-index: 1000; /* Ensure it is on top of other content */
  overflow: auto; /* Allow scrolling if necessary */
}

#iframeContainer iframe {
  border: none; /* Remove default iframe border */
  width: 90%; /* Adjust width for better fit on smaller screens */
  height: 80%; /* Adjust height */
  max-width: 800px; /* Max width for larger screens */
  max-height: 600px; /* Max height for larger screens */
  margin: 20px auto; /* Center iframe with margin */
  display: block; /* Block display to center iframe */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Optional shadow for better visibility */
  border-radius: 8px; /* Rounded corners for better appearance */
}

/* Media queries for smaller devices */
@media (max-width: 768px) {
  #iframeContainer iframe {
    width: 95%; /* Increase width for smaller devices */
    height: 70%; /* Adjust height */
  }
}

@media (max-width: 576px) {
  #iframeContainer iframe {
    width: 100%; /* Full width for very small screens */
    height: 60%; /* Adjust height */
  }
}
/* Default Scrollbar Styles */
::-webkit-scrollbar {
  width: 12px; /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
  background: transparent; /* Transparent background for the scrollbar track */
}

::-webkit-scrollbar-thumb {
  background: #b22222; 
  border-radius: 10px; /* Rounded corners for the scrollbar thumb */
}

::-webkit-scrollbar-thumb:hover {
  background: #a39094; 

}

/* Dark Mode Scrollbar Styles */
body.dark ::-webkit-scrollbar {
  width: 12px; /* Width of the scrollbar */
}

body.dark ::-webkit-scrollbar-track {
  background: transparent; /* Transparent background for the scrollbar track in dark mode */
}

body.dark ::-webkit-scrollbar-thumb {
  background: #f8f8f8; /* Off-white color for the scrollbar thumb in dark mode */
  border-radius: 10px; /* Rounded corners for the scrollbar thumb */
}

body.dark ::-webkit-scrollbar-thumb:hover {
  background: #e0e0e0; /* Lighter off-white for hover effect in dark mode */
}

/* Specific to sidebar */
.sidebar::-webkit-scrollbar {
  width: 8px; /* Width of the scrollbar */
}

.sidebar::-webkit-scrollbar-track {
  background: transparent; /* Transparent background for the scrollbar track */
}

.sidebar::-webkit-scrollbar-thumb {
  background: #dc143c; /* Crimson color for the scrollbar thumb */
  border-radius: 10px; /* Rounded corners for the scrollbar thumb */
}

.sidebar::-webkit-scrollbar-thumb:hover {
  background: #b22222; /* Darker crimson for hover effect */
}

/* Dark Mode Scrollbar Styles for Sidebar */
body.dark .sidebar::-webkit-scrollbar {
  width: 8px; /* Width of the scrollbar */
}

body.dark .sidebar::-webkit-scrollbar-track {
  background: transparent; /* Transparent background for the scrollbar track in dark mode */
}

body.dark .sidebar::-webkit-scrollbar-thumb {
  background: #f8f8f8; /* Off-white color for the scrollbar thumb in dark mode */
  border-radius: 10px; /* Rounded corners for the scrollbar thumb */
}

body.dark .sidebar::-webkit-scrollbar-thumb:hover {
  background: #e0e0e0; /* Lighter off-white for hover effect in dark mode */
}
        .carousel-item {
            height: 600px; /* Set a fixed height or adjust as needed */
            background-size: cover;
            background-position: center;
        }

        .carousel-caption {
            text-align: center;
            bottom: 20%; /* Adjust to position captions properly */
        }

        .carousel-caption h5 {
            font-size: 3rem; /* Make the heading larger */
            font-weight: bold;
            color: white;
            background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
            display: inline-block;
            padding: 10px 20px;
            margin-bottom: 10px;
            border-radius: 8px;
        }

        .carousel-caption p {
            font-size: 1.5rem; /* Make the paragraph text larger */
            color: white;
            background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
            display: inline-block;
            padding: 8px 16px;
            border-radius: 8px;
        }

        .carousel-caption a {
            font-size: 1.2rem;
            padding: 10px 20px;
            margin-top: 10px;
        }
        .background-section {
    position: relative; /* Ensures the pseudo-element is positioned relative to this container */
    overflow: hidden; /* Hides overflow to prevent the overlay from extending beyond the section */
}

.background-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:  url('../images/kids.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Optional */
    opacity: 0.5; /* Adjust the opacity as needed */
    z-index: -1; /* Ensures the overlay is behind the content */
}

.background-section .container {
    position: relative; /* Ensures the content is above the overlay */
}
.choice-section {
    position: relative;
    padding-top: 50px; /* Adjust the spacing before the section as needed */
}

.choice-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('path/to/your/background-image.jpg'); /* Update with the path to your image */
    background-size: cover;
    background-position: center;
    background-attachment: fixed; /* Optional: keeps the background fixed while scrolling */
    opacity: 0.5; /* Adjust opacity as needed */
    z-index: -1; /* Ensures the background is behind the content */
}

.choice-wrap {
    position: relative; /* Ensures the content is above the background */
}




        .fade-in {
            opacity: 0;
            animation: fadeIn 1.5s ease-in forwards; /* Adjust timing for animation */
        }

        .fade-in-delay {
            opacity: 0;
            animation: fadeIn 1.5s ease-in forwards 1s; /* Delays animation start by 1 second */
        }

        @keyframes fadeIn {
            from {
                opacity: 0;
                transform: translateY(20px); /* Slide up effect */
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }
        /* Common styles for both arrows */
.custom-carousel-control-prev,
.custom-carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px; /* Adjust width to match the look */
    height: 40px; /* Adjust height to match the look */
    border: none;
    background-color: rgba(255, 255, 255, 0.7); /* Light semi-transparent background */
    color: #000; /* Black arrow color */
    font-size: 18px; /* Adjust font size */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px; /* Rounded corners */
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth transitions */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Light shadow */
    z-index: 10;
}

.custom-carousel-control-prev {
    left: 10px; /* Position on the left */
}

.custom-carousel-control-next {
    right: 10px; /* Position on the right */
}

/* Hover effect */
.custom-carousel-control-prev:hover,
.custom-carousel-control-next:hover {
    background-color: #8b0000; /* Brighter on hover */
    transform: scale(1.1); /* Slightly larger on hover */
}

/* Arrow symbols */
.custom-carousel-control-prev span,
.custom-carousel-control-next span {
    font-weight: bold;
    pointer-events: none; /* Prevent click interference */
}

/* Additional styling for the symbols */
.custom-carousel-control-prev span::before,
.custom-carousel-control-next span::before {
    content: ''; /* Replace with appropriate SVG or character if needed */
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-135deg);
}

.custom-carousel-control-prev span::before {
    transform: rotate(135deg); /* Adjust for left arrow */
}

.custom-carousel-control-next span::before {
    transform: rotate(-45deg); /* Adjust for right arrow */
}
.class-wrap .card h3 {
    font-size: 1.25rem;
}

.class-wrap .card p {
    font-size: 0.9rem;
    color: #6c757d; /* Adjust text color */
}

.choice-wrap p {
    max-width: 600px;
    margin: 0 auto;
    font-size: 1rem;
    color: #6c757d; /* Adjust text color */
}

        
