/*
Template Name: Achievers Active High School
File: Layout CSS
Author: Sheikh Sabiuddin
Author URI: http://www.sabiuddin.com/
*/

/* ==================== GLOBAL RESET & BASE STYLES ==================== */
body {
    font-family: Georgia, "Times New Roman", Times, serif !important; 
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

section {
    overflow: hidden;
}

/* ==================== UTILITY CLASSES ==================== */
.border_bottom_1 {
    border-bottom: 1px solid #333333;  
}

.active_1 {
    background: #000000;
}

.navbar-toggle {
    background: #ffffff;
}

.navbar-toggle .icon-bar {
    background: #333333;
}

a:hover {
    text-decoration: none; 
}

/* ==================== HEADER / NAVIGATION SECTION ==================== */
/* Logo image styling */
.navbar-brand {
    padding: 5px 15px !important;
}

.navbar-brand .logo-img {
    height: 50px;  /* Increased from 40px */
    width: auto;
    display: block;
    opacity: 1;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .navbar-brand .logo-img {
        height: 40px;  /* Increased from 30px */
    }
    .navbar-brand {
        padding: 8px 15px !important;
    }
}

/* Tablet responsive */
@media (min-width: 769px) and (max-width: 960px) {
    .navbar-brand .logo-img {
        height: 50px;
    }
}

/* ==================== HEADER END ==================== */

/* ==================== CENTER / CAROUSEL SECTION ==================== */
#center {   
    padding: 0;
    margin: 0;
}

#center .fade-carousel {
    position: relative;
    height: 100vh;
}

#center .fade-carousel .carousel-inner .item {
    height: 100vh;
}

#center .fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}

#center .fade-carousel .carousel-indicators > li.active {
    width: 10px;
    height: 10px;
    opacity: 1;
}

/* Hero Headers */
#center .hero {
    position: absolute;
    top: 50%;
    left: 25%;
    z-index: 3;
    color: #fff;
    text-align: center;
    padding-top: 50px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -ms-transform: translate3d(-50%,-50%,0);
    -o-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    background-color: #ffffff59;
}

#center .hero {
    width: 590px;
}

#center .hero h1 {
    font-size: 2.2vw;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #000;
}

#center .hero h3 {
    font-size: 1.1vw;
    font-weight: normal;
    padding-bottom: 15px;
    color: #000;
    line-height: 1.4;
}

#center .hero h4 a {
    background: #000;
    padding: 8px 25px 8px 25px;
    color: #fff;
    font-size: 0.9vw;
    display: inline-block;
    border-radius: 4px;
}

#center .hero h4 {
    padding-bottom: 40px;
    padding-top: 10px;
}

#center .fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s; 
    -ms-transition: 2s all ease-in-out .1s; 
    -o-transition: 2s all ease-in-out .1s; 
    transition: 2s all ease-in-out .1s; 
}

#center .fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
    -moz-transition: 2s all ease-in-out .1s; 
    -ms-transition: 2s all ease-in-out .1s; 
    -o-transition: 2s all ease-in-out .1s; 
    transition: 2s all ease-in-out .1s;    
}

/* Overlay */
#center .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: ;
    opacity: .7;
}

/* Slides backgrounds */
#center .fade-carousel .slides .slide-1, 
#center .fade-carousel .slides .slide-2,
#center .fade-carousel .slides .slide-3 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#center .fade-carousel .slides .slide-1 {
    background-image: url(../img/carousel/1.jpg);
    padding-bottom: 100px;
    padding-top: 150px;
    background-repeat: no-repeat;
    background-size: cover;
}

#center .fade-carousel .slides .slide-2 {
    background-image: url(../img/carousel/2.jpg);
    padding-bottom: 100px;
    padding-top: 150px;
    background-repeat: no-repeat;
    background-size: cover;
}

#center .fade-carousel .slides .slide-3 {
    background-image: url(../img/carousel/3.jpg);
    padding-bottom: 100px;
    padding-top: 150px;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Media Queries for Carousel */
@media screen and (min-width: 980px) {
    .hero { width: 980px; }    
}

@media screen and (max-width: 640px) {
    .hero h1 { font-size: 4em; }    
}

/* ==================== CENTER END ==================== */

/* ==================== GALLERY SECTION ==================== */
#gallery {  
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: beige;
}

.gallery_main h1 { 
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 30px;
    font-family: 'Courgette', cursive;
    letter-spacing: 2px;
    
}

.gallery_main h1:after { 
    content: "";
    display: inline-block;
    width: 113px;
    height: 2px;
    background-color: #000000;
    vertical-align: middle;
    margin-left: 1%;
}

.gallery_1 { 
    margin-bottom: 30px;
}

#gallery .ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

#gallery .ih-item,
#gallery .ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#gallery .ih-item a {
    color: #333;
}

#gallery .ih-item a:hover {
    text-decoration: none;
}

#gallery .ih-item img {
    width: 100%;
    height: 100%;
}

#gallery .ih-item.square {
    position: relative;
    width: 100%;
    max-width: 370px;
    height: auto;
    aspect-ratio: 6/4;
    border: 8px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
}

#gallery .ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#gallery .ih-item.square.effect5 .img {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#gallery .ih-item.square.effect5 .info {
    background: #333333;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

#gallery .ih-item.square.effect5 .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    background: #111111;
    margin: 30px 0 0 0;
}

#gallery .ih-item.square.effect5 .info p {
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #bbb;
    padding: 20px 20px 20px;
    text-align: center;
}

#gallery .ih-item.square.effect5 a:hover .img {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    transition-delay: 0;
}

#gallery .ih-item.square.effect5 a:hover .info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#gallery .ih-item.square.effect5.left_to_right .info {
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
}

#gallery .ih-item.square.effect15 {
    overflow: hidden;
    -webkit-perspective: 900px;
    -moz-perspective: 900px;
    perspective: 900px;
}

#gallery .ih-item.square.effect15 .img {
    opacity: 1;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#gallery .ih-item.square.effect15 .info {
    background: #333333;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out 0.3s;
    -moz-transition: all 0.35s ease-in-out 0.3s;
    transition: all 0.35s ease-in-out 0.3s;
}

#gallery .ih-item.square.effect15 .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    background: #111111;
    margin: 30px 0 0 0;
}

#gallery .ih-item.square.effect15 .info p {
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #bbb;
    padding: 20px 20px 20px;
    text-align: center;
}

#gallery .ih-item.square.effect15 a:hover .img {
    opacity: 0;
    visibility: hidden;
}

#gallery .ih-item.square.effect15 a:hover .info {
    visibility: visible;
    opacity: 1;
}

#gallery .ih-item.square.effect15.left_to_right .img {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

#gallery .ih-item.square.effect15.left_to_right .info {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

#gallery .ih-item.square.effect15.left_to_right a:hover .img {
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

#gallery .ih-item.square.effect15.left_to_right a:hover .info {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}

/* ==================== GALLERY END ==================== */

/* ==================== ABOUT SECTION ==================== */
#about_box {
    padding-top: 70px;
    padding-bottom: 30px;
    background: #f1f1c9;
}

#about_box h1 {
    padding-bottom: 30px;
}

#about_box .about_1 h2 {
    font-size: 35px;
    color: #B7112A;
    padding-bottom: 15px;
    font-family: 'Courgette', cursive;
}

#about_box .about_2 h2 {
    font-size: 35px;
    color: #B7112A;
    padding-bottom: 10px;
    font-family: 'Courgette', cursive;
}

#about_box .about_1 h3 {
    color: #00959F;
    padding-top: 10px;
    font-family: 'Courgette', cursive;
}

#about_box .about_2_inner h3 {
    color: #00959F;
    font-family: 'Courgette', cursive;
}

#about_box .about_2_inner p {
    color: #999999;
    line-height: 1.8em;
    font-size: 15px !important;
}

#about_box p {
    font-size: 17px;
    color: #666666;
}

#about_box .about_1 p {
    font-size: 15px !important;
    color: #999999;
    line-height: 1.8em;
}

#about_box .about_2 .bold_1 {
    font-weight: bold;
    line-height: 1.8em;
    font-size: 17px !important;
}

#about_box .about_2 .bold_2 {
    font-size: 15px !important;
    line-height: 1.8em;
}

#about_box h1:after {
    content: "";
    display: inline-block;
    width: 113px;
    height: 2px;
    background-color: #000000;
    vertical-align: middle;
    margin-left: 1%;
}

#about_box h1 {
    font-size: 40px;
    font-weight: bold;
    font-family: 'Courgette', cursive;
    letter-spacing: 3px;
}

/* Responsive Video for About Section */
.about_1 .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 15px;
    background-color: #000;
    border-radius: 4px;
}

.about_1 .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.about_1 .video-wrapper:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

/* ==================== MANAGEMENT SECTION INSIDE ABOUT US ==================== */
.management-in-about {
    margin-top: 60px;
    padding-top: 30px;
    border-top: 2px solid #e0e0e0;
}

.management-in-about .team_1 {
    text-align: center;
}

.management-in-about .team_1 h2 {
    font-size: 36px;
    font-family: 'Courgette', cursive;
    color: #B7112A;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
}

.management-in-about .team_1 h2:after {
    content: "";
    display: inline-block;
    width: 80px;
    height: 2px;
    background-color: #B7112A;
    vertical-align: middle;
    margin-left: 15px;
}

.management-in-about .team_1 h2:before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 2px;
    background-color: #B7112A;
    vertical-align: middle;
    margin-right: 15px;
}

.management-in-about .team_1 p {
    color: #666;
    font-size: 18px;
    margin-bottom: 30px;
}

.management-in-about .team_2 {
    margin-bottom: 30px;
}

.management-in-about .ih-item {
    position: relative;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.management-in-about .ih-item * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.management-in-about .ih-item a {
    color: #333;
}

.management-in-about .ih-item a:hover {
    text-decoration: none;
}

.management-in-about .ih-item img {
    width: 100%;
    height: auto;
}

.management-in-about .ih-item.square {
    position: relative;
    width: 100%;
    max-width: 356px;
    height: auto;
    min-height: 358px;
    border: 8px solid #fff;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
}

.management-in-about .ih-item.square .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.management-in-about .ih-item.square.effect14 .img {
    opacity: 1;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.management-in-about .ih-item.square.effect14 .info {
    background: #adc7d4;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: all 0.35s ease 0.2s;
    -moz-transition: all 0.35s ease 0.2s;
    transition: all 0.35s ease 0.2s;
}

.management-in-about .ih-item.square.effect14 .info h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-size: 17px;
    padding: 10px;
    background: #111111;
    margin: 30px 0 0 0;
}

.management-in-about .ih-item.square.effect14 .info p {
    font-style: italic;
    font-size: 16px;
    position: relative;
    color: #fff;
    padding: 20px;
    text-align: center;
}

.management-in-about .ih-item.square.effect14 a:hover .img {
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
}

.management-in-about .ih-item.square.effect14 a:hover .info {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.management-in-about .ih-item.square.effect14.top_to_bottom .img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.management-in-about .ih-item.square.effect14.top_to_bottom a:hover .img {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

/* Responsive for management inside About Us */
@media screen and (max-width: 768px) {
    .management-in-about {
        margin-top: 40px;
        padding-top: 20px;
    }
    
    .management-in-about .team_1 h2 {
        font-size: 28px;
    }
    
    .management-in-about .team_1 h2:before,
    .management-in-about .team_1 h2:after {
        width: 30px;
    }
    
    .management-in-about .team_1 p {
        font-size: 14px;
    }
    
    .management-in-about .ih-item.square {
        min-height: auto;
    }
}

/* ==================== ABOUT END ==================== */

/* ==================== EVENTS SECTION ==================== */
#event {
    padding-top: 70px;
    padding-bottom: 40px;
}

#event h1:after {
    content: "";
    display: inline-block;
    width: 113px;
    height: 2px;
    background-color: #000000;
    vertical-align: middle;
    margin-left: 1%;
}

#event h1 {
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 30px;
    font-family: 'Courgette', cursive;
    letter-spacing: 2px;
    text-align: center;
}

.event_1 {
    margin-bottom: 30px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.event_1:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0,0,0,0.15);
}

.event_1 img {
    width: 100%;
    height: auto;
    aspect-ratio: 6/4;
    object-fit: cover;
}

.event_1 h3 {
    padding: 20px 20px 0 20px;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
}

.event_1 h3 a {
    color: #6a67ce;
    font-family: 'Courgette', cursive;
    text-decoration: none;
    transition: color 0.3s ease;
}

.event_1 h3 a:hover {
    color: #4a47a3;
}

.event_1 h5 {
    padding: 10px 20px 0 20px;
    margin: 0;
    color: #e2af03;
    font-size: 16px;
    font-weight: bold;
}

.event_1 p {
    padding: 10px 20px 20px 20px;
    margin: 0;
    font-size: 15px;
    line-height: 1.6em;
    color: #666666;
}

/* Event Meta Information (Optional - for date/location) */
.event-meta {
    padding: 0 20px 15px 20px;
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #eee;
}

.event-meta span {
    font-size: 13px;
    color: #999;
}

.event-meta i {
    margin-right: 5px;
    color: #e2af03;
}

/* ==================== EVENTS END ==================== */

/* ==================== SERVICES / FACILITIES SECTION ==================== */
#services { 
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: #f1f1f1;
}

.services_1 h1 { 
    text-align: center;
    font-family: 'Courgette', cursive;
    letter-spacing: 2px;
    font-size: 40px;
    font-weight: bold;
}

.services_1 h1:after { 
    content: "";
    display: inline-block;
    width: 113px;
    height: 2px;
    background-color: #000000;
    vertical-align: middle;
    margin-left: 1%;
}

.services_2 { 
    text-align: center;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
}

.services_2:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transform: translateY(-5px);
}

.services_2 i { 
    font-size: 70px;
    color: #000;
    padding-bottom: 20px;
}

.services_2 h2 { 
    font-size: 22px;
    color: #6a67ce;
    font-weight: bold;
    padding: 20px 20px 0 20px;
    margin: 0;
    font-family: 'Courgette', cursive;
    letter-spacing: 2px;
}

.services_2 p { 
    font-size: 15px;
    line-height: 1.6em;
    color: #666666;
    flex-grow: 1;
    padding: 10px 20px 20px 20px;
    margin: 0;
}

/* Facility image styling */
.services_2 .facility-img {
    width: 100%;
    height: auto;
    aspect-ratio: 6/4;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

/* Make facility cards equal height */
#services .row {
    display: flex;
    flex-wrap: wrap;
}

#services .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

/* Mobile portrait: single column */
@media screen and (max-width: 767px) {
    #services {
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .services_1 h1 {
        font-size: 32px;
    }
    .services_1 h1:after {
        width: 80px;
    }
}

/* Landscape / Tablet: 2 columns */
@media (min-width: 768px) and (max-width: 991px) {
    .services_2 h2 {
        font-size: 20px;
    }
    .services_2 p {
        font-size: 14px;
    }
    #services .col-sm-6 {
        width: 50%;
    }
}

/* Desktop: 3 columns */
@media (min-width: 992px) {
    #services .col-md-4 {
        width: 33.33333333%;
    }
}

/* ==================== SERVICES END ==================== */

/* ==================== CUSTOMER / TESTIMONIALS SECTION ==================== */
#customer {
    background: #ab2424fa;
    padding-top: 40px;
    padding-bottom: 40px;
}

#customer h1 {
    padding: 0;
    margin: 0;
    font-size: 3em;
    color: #ffffff;
    font-family: 'Courgette', cursive;
}

#customer .para_1 {
    color: #ffffff;
}

#customer .para_2 {
    color: #fcffff;
    font-size: 22px;
}

#customer .some {
    color: #cccccc;
}

#customer .hr_2 {
    width: 170px;
    border-color: #f4f4f4;
    padding: 0;
    padding-bottom: 10px;
}

/* Carousel */
#customer #quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

#customer #quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

#customer #quote-carousel .carousel-control.left {
    left: -60px;
}

#customer #quote-carousel .carousel-control.right {
    right: -60px;
}

#customer #quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -15px;
    margin-right: -19px;
}

#customer #quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}

#customer #quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}

#customer .carousel-inner {
    min-height: 300px;
}

#customer .item blockquote {
    border-left: none;
    margin: 0;
}

#customer .item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}

/* ==================== CUSTOMER END ==================== */

/* ==================== FOOTER SECTION ==================== */
#footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: radial-gradient(circle at 50% 100%, #012121, #333333 58%, #000000); 
}

.footer_2 h1:after {
    content: "";
    display: inline-block;
    width: 113px;
    height: 2px;
    background-color: #ffffff;
    vertical-align: middle;
    margin-left: 1%;
}

.footer_3 h1:after {
    content: "";
    display: inline-block;
    width: 113px;
    height: 2px;
    background-color: #ffffff;
    vertical-align: middle;
    margin-left: 1%;
}

.footer_2 p {
    line-height: 2.5em;
    color: #ffffff;
}

.footer_2 h1 {
    padding-bottom: 10px;
    color: #f4f4f4;
    font-family: 'Courgette', cursive;
    letter-spacing: 2px;
}

.footer_2 i {
    padding-right: 10px;
    font-size: 1em;
}

.footer_3 h1 {
    padding-bottom: 10px;
    color: #f4f4f4;
    font-family: 'Courgette', cursive;
    letter-spacing: 2px;
}

/* Social Icons */
.social-icons {
    display: flex;
    justify-content: flex-start;
    gap: 25px;
    margin: 0 0 25px 0;
}

.social-icon {
    display: inline-block;
    font-size: 48px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-icon:hover {
    transform: translateY(-5px);
    text-decoration: none;
}

.social-icon.youtube {
    color: #FF0000;
}

.social-icon.youtube:hover {
    color: #ff4444;
}

.social-icon.instagram {
    color: #E4405F;
}

.social-icon.instagram:hover {
    color: #ff6b8a;
}

.social-icon.facebook {
    color: #1877F2;
}

.social-icon.facebook:hover {
    color: #4b9eff;
}

.social-text {
    color: #ffffff;
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.5;
}

/* Footer Row Layout */
#footer .row {
    display: flex;
    flex-wrap: wrap;
}

#footer .col-sm-6 {
    display: flex;
    flex-direction: column;
}

.footer_2, .footer_3 {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.footer_3 {
    text-align: left;
}

.footer_3 .social-text {
    margin-top: auto;
}

/* Mobile view for footer */
@media screen and (max-width: 768px) {
    #footer .row {
        flex-direction: column;
    }
    
    .footer_2, .footer_3 {
        text-align: left;
    }
    
    .social-icons {
        justify-content: flex-start;
    }
}

/* ==================== FOOTER END ==================== */

/* ==================== FOOTER BOTTOM / COPYRIGHT SECTION ==================== */
#footer_bottom {    
    background-image: radial-gradient(circle at 50% 100%, #333333, #000000 58%, #333333); 
    padding-top: 5px;
    padding-bottom: 5px;  
}

/* ==================== FOOTER BOTTOM / COPYRIGHT SECTION ==================== */
#footer_bottom p {  
    color: #FFFFFF;
    font-size: 13px;
    font-family: 'Courgette', cursive;
    padding-top: 13px;
}

#footer_bottom p a {  
    color: #FFCC00;
}

#footer_bottom p a:hover {  
    color: #fff;
    text-decoration: none;
}

/* ==================== FOOTER BOTTOM END ==================== */

/* ==================== BACK TO TOP BUTTON ==================== */
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 15px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url("../img/to-top.png") no-repeat 0px 0px;
}

/* ==================== TOP BUTTON END ==================== */

/* ==================== RESPONSIVE MEDIA QUERIES ==================== */
@media screen and (max-width: 768px) {
    /* Navigation */
    #header .navbar {
        background: #333333;  
    }
    
    #header .navbar-brand {
        padding: 12px;
        font-family: 'Courgette', cursive;
        font-size: 25px;
    }
    
    #header .slideInRight {
        animation-name: none;
        text-align: center;
    }
    
    #header li a {
        font-size: 25px;
    }
    
    #header .nav > li {
        padding-bottom: 5px;
        border-bottom: 1px solid #4e4d4d;
    }
    
    /* Center/Hero */
    #center {
        margin-top: 0px;
    }
    
    #center .hero {
        width: 190px;
        left: 35%;
    }
    
    #center .hero h1 {
        font-size: 4vw;  /* Smaller on mobile */
    }
    
    #center .hero h3 {
        font-size: 2.5vw;
        font-weight: normal;
    }
    
    #center .hero h4 a {
        font-size: 2.5vw;
        padding: 5px 15px 5px 15px;
    }
    
    /* About */
    #about_box {
        text-align: center;
    }
    
    /* Gallery */
    #gallery .ih-item.square {
        width: 100%;
        height: auto;
    }
    
    /* Events */
    #event {
        text-align: center;
    }
    
    .event_2 {
        margin-bottom: 10px;
    }
    
    .event_2_inner {
        padding-bottom: 20px;
        padding-left: 15px;
    }
    
    .event_2_inner a {
        display: flow-root;
    }
    
    /* Testimonials */
    #customer #quote-carousel {
        margin-top: 0px;
    }
    
    #customer #quote-carousel .carousel-control.left {
        left: -15px;
    }
    
    #customer #quote-carousel .carousel-control.right {
        right: -15px;
    }
    
    #customer #quote-carousel .carousel-indicators {
        bottom: -55px;
    }
    
    #customer #quote-carousel .carousel-indicators .active { 
        width: 40%;
        height: 40%;
    }
    
    #customer .para_1 {
        font-size: 11px;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    /* Navigation */
    #header li a {
        font-size: 15px;
        letter-spacing: 1px;
    }
    
    #header .nav > li > a {
        padding: 15px 5px;
    }
    
    /* Center */
    #center .hero {
        width: 490px;
        left: 35%;
    }
    
    /* About */
    #about_box .about_2 h2 {
        font-size: 30px;
    }
    
    /* Services */
    .services_2 h2 {
        font-size: 20px;
    }
    
    .services_2 p {
        font-size: 14px;
    }
    
    /* Gallery */
    #gallery .ih-item.square {
        width: 100%;
        height: auto;
    }
    
    /* Events */
    .event_2_inner a {
        padding: 3px 3px 6px 4px;
    }
    
    /* Testimonials */
    #customer #quote-carousel {
        margin-top: 0px;
    }
    
    #customer #quote-carousel .carousel-indicators {
        bottom: -35px;
    }
    
    #customer #quote-carousel .carousel-indicators .active { 
        width: 68px;
        height: 68px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    /* Navigation */
    #header li a {
        font-size: 15px;
        letter-spacing: 1px;
    }
    
    #header .nav > li > a {
        padding: 15px 15px;
    }
    
    #header .container {
        width: 100%;
    }
    
    #header .navbar-brand {
        padding-left: 24px;
    }
    
    /* Center */
    #center .hero {
        width: 490px;
        left: 35%;
    }
    
    /* About */
    #about_box .about_2 h2 {
        font-size: 30px;
    }
    
    /* Services */
    .services_2 h2 {
        font-size: 24px;
    }
    
    /* Gallery */
    #gallery .ih-item.square {
        width: 100%;
        height: auto;
    }
    
    /* Events */
    .event_2_inner a {
        padding: 3px 8px 6px 8px;
    }
}