/* Custom Styles for AltÄ±nbahÃ§e Anaokulu */
body {
    font-family: "Nunito", sans-serif;
    overflow-x: hidden;
}

.navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
    box-shadow: 0 5px 15px 0px #22222280;
    background-color: white !important;
    z-index: 1;
}

.navbar-nav {
    margin-right: 3rem;
}

.navbar-brand {
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    background-color: white;
    position: absolute;
    top: 0px;
    z-index: 2;
    box-shadow: 0 5px 15px 0px #22222280;
    width: 300px;
}

.navbar-brand img {
    margin-left: 55px;
    margin-bottom: 20px;
    position: relative;
    z-index: 4;
}

.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.brandWhite {
    background: white;
    height: 72px;
    width: 110vw;
    position: absolute;
    z-index: 3;
    top: 0;
    right: -20px;
}

.logo-text {
    font-size: 1.1rem;
    /* Adjusted for better fit */
    font-weight: bold;
    color: #6A4E2A;
    /* Brownish color from the logo */
    line-height: 1.2;
}

.logo-text span {
    display: block;
    font-size: 0.9rem;
    /* Smaller text for "ANAOKULU" */
    font-weight: normal;
    color: #4CAF50;
    /* Green color from the logo */
}

.navbar-nav .nav-link {
    color: #333;
    margin-right: 15px;
    font-weight: bold;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
    color: #F07B0E;
    /* Orange color for active/hover state */
}

.btn-warning {
    background-color: #F07B0E;
    /* Orange button */
    border-color: #F07B0E;
    color: white;
    font-weight: bold;
}

.btn-warning:hover {
    background-color: #F07B0E;
    border-color: #F07B0E;
    color: white;
}

.btn-info {
    background-color: #18B1B8;
    /* Teal button */
    border-color: #18B1B8;
    color: white;
    font-weight: bold;
}

.btn-info:hover {
    background-color: #18B1B8;
    border-color: #18B1B8;
    color: white;
}


/* Hero Section Styles */
#hero {
    position: relative;
    color: white;
    /* Default text color for the hero section */
}

#hero .carousel-item {
    height: 92vh;
}

#hero .carousel-item img {
    height: 100%;
}

.discount-badge {
    background-color: #C71585;
    /* Magenta color */
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 50%;
    font-size: 2rem;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    margin-right: 1rem;
    transform: rotate(-15deg);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.discount-badge span {
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1;
}

.kontenjan {
    font-size: 1.5rem !important;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    color: white;
}

.hero-locations-right {
    background-color: rgba(243, 156, 18, 0.85);
    /* Orange background with transparency */
    padding: 2rem;
    border-radius: 10px;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
    /* Angled shape */
    color: #333;
}

.hero-locations-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hero-locations-right li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.hero-locations-right li:last-child {
    margin-bottom: 0;
}

.location-icon {
    font-size: 1.5rem;
    margin-right: 0.75rem;
    color: #333;
    /* Dark icon color for contrast */
}

.hero-locations-right strong {
    display: block;
    font-size: 1.3rem;
    font-weight: bold;
}

.hero-locations-right small {
    font-size: 0.9rem;
    color: #555;
}

.carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important;
}

.carousel-indicators button {
    background-color: #18B1B8 !important;
    /* Teal for indicators */
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z' stroke='%23000' stroke-width='2'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z' stroke='%23000' stroke-width='2'/%3e%3c/svg%3e");
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1 !important;
}

.schedule-card {
    background-color: white;
    border: 1px solid #18B1B8;
    /* Teal border */
    border-radius: 15px;
    /* Rounded corners */
    overflow: hidden;
    /* Ensures inner elements conform to border-radius */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.schedule-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.schedule-card-header {
    background-color: #E0F7FA;
    /* Very light teal background */
    padding: 1rem;
    height: 93px;
    display: flex;
    align-items: center;
}

.schedule-card-header h3 {
    color: black;
    /* Darker teal for header text */
    font-weight: bold;
    margin-bottom: 0;
    font-size: 1.5rem;
}

.schedule-card-body {
    padding: 1rem;
    color: black;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.schedule-card-body p {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.3;
}

.schedule-card-body p:last-child {
    margin-bottom: 0;
}

.schedule-card-body p:nth-of-type(2):not(:first-child):not(:last-child) {
    font-size: 0.9rem;
    color: black;
}

/* Class Programs Section Styles */
#class-programs {
    background-color: white;
    /* White background for the section */
}

.class-image-container {
    position: relative;
    background-color: #FFF9CB;
    /* Light yellow background for the image card */
    padding: 2rem;
    border-radius: 20px;
    display: flex;
    /* Use flex to center image if it's smaller */
    flex-direction: column;
    /* Stack title and image */
    align-items: center;
    /* Center items horizontally */
    text-align: center;
    height: 50vh;
    margin-bottom: 100px;
}

.class-title {
    font-size: 2rem;
    font-weight: bold;
    color: black;
    margin-bottom: 1rem;
    align-self: flex-start;
    /* Align title to the left of the container */
}

.class-image-container img {
    max-width: 80%;
    /* Control image size within the container */
    height: auto;
    border-radius: 50% !important;
    /* Circular image */
    object-fit: cover;
    aspect-ratio: 1 / 1;
    /* Ensure image is a circle */
    margin-bottom: 1rem;
    /* Space below image before any potential text */
}

.age-badge {
    position: absolute;
    top: 80px;
    /* Adjust as needed */
    right: 80px;
    /* Adjust as needed */
    background-color: #F07B0E;
    /* Orange badge */
    color: white;
    border-radius: 50%;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    width: 110px;
    /* Fixed width */
    height: 110px;
    /* Fixed height */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0 0 0;
}

.class-description {
    padding: 1rem;
    width: 70%;
}

.class-description h3 {
    font-size: 2rem;
    font-weight: bold;
    color: black;
    margin-bottom: 1rem;
}

.class-description p {
    font-size: 1rem;
    line-height: 1.6;
    color: black;
    margin-bottom: 2rem;
}

.program-nav .btn {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.program-nav .btn-warning {
    background-color: #FFFCE2;
    border-color: #FFFCE2;
    color: #A7511A;
}

.program-nav .btn-warning:hover {
    background-color: #A7511A;
    border-color: #A7511A;
    color: #FFFCE2;
}

.program-nav .btn-light {
    background-color: #f8f9fa;
    /* Default light color */
    border-color: #dee2e6;
    color: #F39C12;
    /* Orange icon */
}

.program-nav .btn-light:hover {
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

.workshop-card {
    background-color: #CFF8FA;
    /* Light blue background for the card */
    border-radius: 25px;
    padding: 2rem;
}

.workshop-content {
    width: 70%;
}

.workshop-content h2 {
    font-size: 2rem;
    font-weight: bold;
    color: black;
    margin-bottom: 1.5rem;
}

.workshop-content p {
    font-size: 1rem;
    line-height: 1.7;
    color: black;
    margin-bottom: 1rem;
}

.btn-details {
    background-color: transparent;
    border: none;
    color: black;
    /* Darker teal */
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.btn-details:hover {
    color: black;
    /* Even darker teal for hover */
}

.btn-details-icon {
    background-color: #18B1B8;
    /* Teal circle */
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.75rem;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
}

.btn-details:hover .btn-details-icon {
    background-color: #18B1B8;
    /* Darker teal for icon hover */
}

.workshop-image-container img {

    max-width: 80%;

    height: auto;

    border-radius: 50% !important;

    object-fit: cover;

    aspect-ratio: 1 / 1;

    margin-bottom: 1rem;

}


.activity-card-main {
    background-color: #EBFFDE;
    /* Very light green (Honeydew) background for the card */
    border-radius: 25px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

#daily-activities h2 {
    font-size: 2.2rem;
    font-weight: bold;
    color: black;
    margin-bottom: 1rem;
}

#daily-activities .lead {
    font-size: 1.1rem;
    color: black;
    margin-bottom: 2.5rem;
    max-width: 800px;
    /* Constrain width of the paragraph */
    margin-left: auto;
    margin-right: auto;
}

.activity-item {
    display: flex;
    align-items: center;
    background-color: transparent;
    /* No individual background for items unless specified */
    padding: 0.75rem;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    /* Optional hover effect for items */
    justify-content: space-evenly;
    width: 80%;
}

.activity-icon {
    color: #28a745;
    /* Green icon color */
    margin-right: 1rem;
    flex-shrink: 0;
    /* Prevent icon from shrinking */
}

.activity-item p {
    margin-bottom: 0;
    font-size: 1rem;
    color: black;
    font-weight: 500;
    /* Slightly bolder text for items */
    width: 60%;
}

.btn-details-green {
    background-color: transparent;
    border: none;
    color: black;
    /* Green */
    font-weight: bold;
    font-size: 1rem;
    padding: 0px 0px 0 30px;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
}

.btn-details-green:hover {
    color: black;
    /* Darker green for hover */
    font-weight: 600;
}

.btn-details-icon-green {
    background-color: #5C9F32;
    /* Green circle */
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.75rem;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
}

.btn-details-green:hover .btn-details-icon-green {
    background-color: #5C9F32;
    /* Darker green for icon hover */
}

.custom-carousel .item {
    transition: transform 0.4s ease;
    transform: scale(0.9);
    opacity: 0.6;
}

.custom-carousel .item.active-center {
    transform: scale(1.1);
    opacity: 1;
    z-index: 10;
}

.owl-carousel .owl-stage {
    height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Responsive adjustments for daily activities section */

/* Customizing Bootstrap carousel controls */
.gallery-nav-btn {
    width: 50px;
    /* Custom width */
    height: 50px;
    /* Custom height */
    background-color: #FFF9CB;
    /* Light yellow background */
    border-radius: 50%;
    opacity: 1;
    transition: background-color 0.3s ease;
    top: 50%;
    transform: translateY(-50%);
}

.gallery-nav-btn:hover {
    background-color: #FFF9CB;
    /* Slightly darker yellow on hover */
}

.gallery-nav-btn .carousel-control-prev-icon,
.gallery-nav-btn .carousel-control-next-icon {
    background-image: none;
    /* Remove default Bootstrap icon */
    color: #A7511A;
    /* Orange icon color */
    font-size: 1rem;
    /* Adjust icon size */
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-nav-btn .carousel-control-prev-icon::before {
    content: '\f053';
    /* Font Awesome left chevron */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.gallery-nav-btn .carousel-control-next-icon::before {
    content: '\f054';
    /* Font Awesome right chevron */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.stat-card {
    background-color: #FFF3E0;
    /* Light orange background for cards */
    padding: 2rem 1rem;
    border-radius: 15px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

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

.stat-number {
    display: block;
    font-size: 3.5rem;
    /* Large font size for numbers */
    font-weight: 300;
    color: #F07B0E;
    /* Orange color for numbers */
    line-height: 1.2;
    margin-bottom: 0.5rem;
}

.stat-description {
    font-size: 1.1rem;
    color: #F07B0E;
    /* Dark gray for description */
    margin-bottom: 0;
}

/* Footer Styles */
.site-footer {
    background-color: white;
    color: #555;
    /* Default text color for footer */
    font-size: 0.95rem;
    box-shadow: 0px 10px 10px 5px #000;
}

.footer-logo .logo-text {
    /* Reusing .logo-text from header, ensure it's correctly scoped or redefine if needed */
    /* If it's identical to header, ensure .navbar-brand specific styles don't conflict */
    font-size: 1rem;
    /* Slightly smaller for footer */
    color: #6A4E2A;
}

.footer-logo .logo-text span {
    font-size: 0.8rem;
    color: #4CAF50;
}

.footer-heading {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 1rem;
}

.footer-links li a,
.footer-contact li a {
    color: black;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links li a:hover,
.footer-contact li a:hover {
    color: #F07B0E;
    /* Orange hover color */
    text-decoration: underline;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 0.5rem;
}

.footer-contact li {
    line-height: 1.5;
    color: black;
}

.footer-bottom {
    background-color: #f8f9fa;
    /* Light gray for the very bottom bar */
    color: black;
    font-size: 0.8rem;
    font-weight: 600;
}

/* Workshop Gallery Section */
#workshop-gallery h2 {
    font-size: 2.2rem;
    font-weight: bold;
    color: black;
    margin-bottom: 1rem;
}

.custom-carousel .item img {
    border-radius: 20px !important;
    /* Ensure rounded corners as per design */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Custom Owl Carousel Navigation */
.owl-prev-custom,
.owl-next-custom {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFF9CB !important;
    /* Pale yellow background */
    color: #A7511A !important;
    /* Orange icon */
    border-radius: 50% !important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    border: none !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, color 0.3s ease;
    z-index: 20;
}

.owl-prev-custom:hover,
.owl-next-custom:hover {
    background-color: #F0E68C !important;
    /* Darker yellow on hover */
}

.owl-prev-custom {
    left: -25px;
    /* Adjust as needed for positioning */
}

.owl-next-custom {
    right: -25px;
    /* Adjust as needed for positioning */
}

.btn-view-all-gallery {
    display: inline-flex;
    align-items: center;
    color: black;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.1rem;
}


.btn-view-all-icon {
    background-color: #5cb85c;
    /* Green circle */
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.75rem;
    font-size: 0.9rem;
    transition: background-color 0.3s ease;
}

.workshop-section {
    padding: 40px;
    border-radius: 15px;
    margin-top: 20px;
    /* Added margin for spacing from header */
    margin-bottom: 20px;
    /* Added margin for spacing from footer */
}

.workshop-section h2 {
    color: #000000;
    /* Black color for heading */
}

.workshop-section p {
    color: #000000;
    /* Black color for text */
    font-size: 1rem;
    line-height: 1.6;
}

.workshop-section img {
    max-width: 80%;
    height: auto;
    border-radius: 50% !important;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    margin-bottom: 1rem;
}

.clubwork-section img {
    max-width: 70%;
    height: auto;
    border-radius: 50% !important;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    margin-top: -50px;
}

.clubwork-section .card-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #000000;
}

.clubwork-section .card {
    border: none !important;
    width: 70%;
}

.clubwork-section .card-text {
    font-size: 1rem;
}

/* Stats Section */
#stats-section {
    background-color: white;
}

/* About Page - EÄŸitim AnlayÄ±ÅŸÄ±mÄ±z Section Card Backgrounds */
.bg-light-yellow {
    background-color: #FFF9C4 !important;
    /* Light Yellow */
}

.bg-light-green {
    background-color: #E6FFED !important;
    /* Light Green */
}

.bg-light-blue {
    background-color: #E0F7FA !important;
    /* Light Blue */
}

.bg-light-orange {
    background-color: #FFF3E0 !important;
    /* Light Orange */
}

/* Styles from education.php */
.program-item {
    border: 1px solid #75cac3;
    /* Teal border */
    background-color: #f0fafa;
    /* Very light mint/teal background for the whole card */
    overflow: hidden;
    /* To ensure rounded corners are applied correctly */
    height: 100%;
    /* Make cards in a row equal height */
}

.program-group-label {
    background-color: #cce8e6;
    /* Light teal background for the group label part */
    color: #004d40;
    /* Darker teal text for contrast */
}

.program-group-details {
    background-color: #ffffff;
    /* White background for details part */
    color: #333;
    /* Standard text color */
}

.program-group-details strong {
    color: #004d40;
    /* Darker teal for time emphasis */
}

/* Ensure the inner row takes full height of the card item */
.program-item .row {
    display: flex;
    flex-wrap: nowrap;
}

/* Styles for the new class details section */
.class-image-container-education {
    background-color: #FFF9CB;
    /* Light yellow background */
    height: 45vh;
    margin-bottom: 100px;
    border-radius: 10% !important;
}

.class-title-education {
    color: #333;
}

.age-badge-education {
    background-color: #F07B0E;
    color: white;
    padding: 10px 15px;
    border-radius: 70px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    top: 80px;
    right: 80px;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.class-description-education h3 {
    color: #333;
}

.class-description-education p {
    color: #555;
    font-size: 1rem;
    line-height: 1.6;
}

/* End of styles from education.php */

/* Styles for ZÃ¼mrÃ¼tler SÄ±nÄ±fÄ± section */
.class-image-container-education-zumrutler {
    background-color: #CFF8FA;
    height: 45vh;
    margin-bottom: 100px;
    border-radius: 10% !important;
}

.age-badge-education-zumrutler {
    background-color: #18B1B8;
    /* Teal background for badge */
    color: white;
    padding: 10px 15px;
    border-radius: 60px;
    /* Circular or pill shape */
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    top: 80px;
    right: 80px;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Styles for Ä°nciler Temel EÄŸitim Grubu section */
.class-image-container-education-inciler {
    background-color: #EBFFDE;
    height: 45vh;
    margin-bottom: 100px;
    border-radius: 10% !important;
}

.age-badge-education-inciler {
    background-color: #5C9F32;
    /* Green background for badge */
    color: white;
    padding: 10px 15px;
    border-radius: 60px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    top: 80px;
    right: 80px;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Styles for Elmaslar Ä°lkokula HazÄ±rlÄ±k Grubu section */
.class-image-container-education-elmaslar {
    background-color: #FFF2E2;
    /* Light beige/orange background */
    height: 45vh;
    margin-bottom: 100px;
    border-radius: 10% !important;
}

.age-badge-education-elmaslar {
    background-color: #C53B82;
    /* Magenta/purple background for badge */
    color: white;
    padding: 10px 15px;
    border-radius: 60px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    top: 80px;
    right: 80px;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#class-details img,
#class-details-zumrutler img,
#class-details-inciler img,
#class-details-elmaslar img {
    aspect-ratio: 1 / 1;
    width: 70%;
    object-fit: cover;
}

/* Contact Page Styles */
.contact-card {
    display: flex;
    flex-direction: column;
    height: 45vh;
    justify-content: space-between;
}

.contact-card-fatih {
    background-color: #CFF8FA;
    /* Light Teal */
}

.contact-card-ispartakule {
    background-color: #FFF2E2;
    /* Light Orange/Beige */
}

.contact-card-beylikduzu {
    background-color: #EBFFDE;
    /* Light Green */
}

.contact-card h3 {
    color: #333;
}

.contact-card p {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.5;
}

.contact-card a.text-dark:hover {
    color: #000 !important;
    text-decoration: underline;
}

.map-placeholder img {
    width: 100%;
    height: 200px;
    /* Adjust as needed, or use aspect-ratio */
    object-fit: cover;
    border: 1px solid #ddd;
}

.btn-warning-contact {
    background-color: #F07B0E;
    border-color: #F07B0E;
    color: white;
    font-weight: bold;
    font-size: 0.9rem;
    position: relative;
    bottom: 70px;
    width: 130px;
    margin: 0 auto;
}

.btn-warning-contact:hover {
    background-color: #F07B0E;
    border-color: #F07B0E;
    color: white;
}

/* Campuses Page Styles */
.campus-image-beylikduzu {
    border-radius: 50px;

    /* Adjust the radius as per the design if 50px is not accurate */
}

/* Campus Gallery Styles */
.campus-gallery-image {
    width: 100%;
    height: 200px;
    /* Or your desired fixed height */
    object-fit: cover;
    /* This will cover the area, cropping if necessary */
}

.btn-campus-directions {
    /* Orange color from design */
    /* Adjusted padding */
    background-color: #F07B0E;
    border-color: #F07B0E;
    color: white;
    font-weight: bold;
    font-size: 0.9rem;
    position: absolute;
    left: 0;
    width: 130px;
    margin: 0 auto;
    right: 0;
    bottom: 40px;
}

.btn-campus-directions:hover {
    background-color: #d86a0c;
    /* Darker orange on hover */
    border-color: #d86a0c;
    color: white;
}

.campus-address-card-beylikduzu {
    background-color: #EBFFDE;
    /* Light Green */
}

.campus-address-card h3 {
    color: #333;
}

.campus-address-card p {
    color: #555;
    font-size: 1rem;
    /* Adjusted for better readability */
    line-height: 1.6;
}

/* Video Thumbnail Styles for Gallery */
.video-thumbnail-item {
    overflow: hidden;
    /* Ensures rounded corners are respected by children */
    width: 100%;
    /* Make sure it takes the column width */
    /* height: 200px; */
    /* This is already handled by campus-gallery-image */
    padding: 0;
    /* Remove padding if campus-gallery-image adds any */
}

.video-thumb-actual-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Ensure the image covers the item area */
    border-radius: inherit;
    /* Inherit border-radius from parent */
}

.play-icon-overlay-custom {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40px;
    /* Width of the dark bar */
    background-color: rgba(0, 0, 0, 0.6);
    /* Semi-transparent dark bar */
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: inherit;
    /* Match parent rounding */
    border-bottom-left-radius: inherit;
    /* Match parent rounding */
}

.play-icon-overlay-custom i {
    color: white;
    font-size: 1.5rem;
    /* Adjust icon size as needed */
}

/* Registration Form Page Styles */
.registration-form-container {
    background-color: #CFF8FA;
    /* Light teal background from image */
    border-radius: 30px;
    /* Large rounded corners from image, adjust if needed */
}

.registration-form-container h2 {
    color: black;
}

.registration-form-input.form-control {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 15px;
    /* Rounded corners for inputs */
    padding: 0.75rem 1rem;
    font-size: 1rem;
}

.registration-form-input.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
    /* Firefox */
}

.btn-registration-submit {
    background-color: #F07B0E;
    /* Orange color from image */
    border-color: #F07B0E;
    color: white;
    font-weight: bold;
    padding: 0.5rem 1.5rem;
    border-radius: 8px;
    /* Slightly rounded corners for button */
    font-size: 1rem;
    text-transform: uppercase;
}

.btn-registration-submit:hover {
    background-color: #F07B0E;
    /* Darker orange on hover */
    border-color: #F07B0E;
    color: white;
}

/* Scroll-triggered Animation Initial State */
.js-trigger-animation {
    opacity: 0;
}