.homepage-section-1 {
    /* background: url('../assets/images/homepage-section1-image.jpg'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    min-height: 550px;
}

* {
    font-family: "Poppins", sans-serif;
}

.homepage-section-1-bg {
    background: url('../assets/images/home-section-1-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    min-height: 500px;
    padding: 20px;
    padding-right: 80px;
    padding-top: 60px;
}

.homepage-section-1-bg {
    color: white;
    text-align: right;
}

.homepage-section-1-bg h2 {
    font-size: 60px;
}

.homepage-section-1-bg h4 {
    font-size: 20px;
}

.homepage-section-2 {
    
    background-color: #EEEDFA;
}


.homepage-section-2 h2 {
    font-size: 40px;
    color: #263238;
    text-align: center;
}

.homepage-section-2 h2 span {
    color:#FA0000;
    ;
}
.homepage-section-2 h3 {
    color:  #FA0000;
    font-weight: 600;
   
}
.homepage-section-2 p{
    color: #6D6D6D;
    font-size: 14px;
   
}

.homepage-section-3 h2 {
    text-align: center;
    font-size: 40px;
    color: #455A64;
}
/* Preserve the existing heading styles */
.homepage-section-3 h2 {
    text-align: center;
    font-size: 40px;
    color: #455A64;
}
.homepage-section-3 span{
    color: #FA0000;
}
.c-item{
height: 520px;
}
.c-img{
height: 100%;
object-fit: cover;
}

/* New styles for horizontal scrolling */
.scroll-container {
    background-color: #EEEDFA;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    padding-bottom: 10px;
}

.scroll-content {
    display: inline-flex;
    gap: 20px;
}

.scroll-item {
    flex: 0 0 auto;
    width: 250px;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.scroll-item.active {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.scroll-item img {
    margin-bottom: 10px;
}

.scroll-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #FB1735;
}

.scroll-item p {
    font-size: 14px;
    color: #6D6D6D;
    text-wrap: initial;
    line-height: 1.6;
}

.homepage-section-4 {
    background-color: #EEEDFA;
    padding: 40px 20px;
}

.homepage-section-4 h2 {
    font-size: 40px;
    color: #263238;
    text-align: center;
}

.homepage-section-4 h2 span {
    color: white;
    color: #FA0000;
}

.homepage-section-4 p {
    font-size: 14px;
    color: #455A64;
}

.section-4-card {
    border-radius: 40px;
    background-color: #fff;
    padding: 40px;
}

.section-4-card .content {
    min-height: 220px;
}

.section-4-card .content h2 {
    color: #263238;
    font-size: 36px;
}

.homepage-section-5 h3 {
    font-size: 22px;
    color: #1E8CAB;
}

.homepage-section-5 p {
    font-size: 14px;
    color: #455A64;

}

.bg-white h3 {
    line-height: 28px;
    font-weight: 600;
}

.bg-pitch {
    background: #DDC7B0;
    padding: 20px;
}


.bg-pitch h4 {
    color: #263238;
    font-size: 20px;
    font-weight: 600;
}

.bg-pitch p {
    color: #352E2A;
    font-size: 16px;
}

.homepage-section-6 {
    /* background-color: #000000; */
    background-color: #ADB5BD; 
    /* background-color: #7A5A00; */

    color: white;
    padding: 40px 20px;
}

.homepage-section-6 h2 {
    font-size: 40px;
    color: #FA0000;
    text-align: center;
}

.homepage-section-6 h3 {
    font-size: 28px;
    color: #263238;
    text-align: center;
}


.homepage-section-5-card {
    background-color: #352E2A;
    border-radius: 40px;
    padding: 20px;
}

.homepage-section-5-card h2 {
    color: white;
    font-size: 40px;
}

.homepage-section-5-card h2 span {
    color: #1E8CAB;
}

.homepage-section-5-card p {
    color: #CDCDCD;
    font-size: 20px;
}

.custom-footer {
    background-color: #201c09;
    color: white;
    min-height: 40px;
    span{
        color: #FFFFFF66
    }
    ul{ 
        li{
        color: #FFFFFF66;
        font-size: 18px;
       a {
            color: inherit; 
        }
        
    } 
    }
}
.push-left {
    margin-right : auto ;
}

.btn-tc-primary {
    border-radius: 28px;
    background-color: #FA0000;
    color: white;
    border: 0px;
    padding: 10px 25px;
}

.btn-tc-light {
    border-radius: 24px;
    background-color: #fff;
    padding: 10px 25px;
    color: #352E2A;
}

.btn-tc-light:hover {
    background-color: #e7e7e7;
    color: #352E2A;
}


.btn-tc-primary:hover {
    background-color: #9b4d04;
}
.btn-tc-secondry {
    border-radius: 28px;
    background-color: #1E8CAB;
    color: white;
    border: 0px;
    padding: 10px 25px;
}
.btn-tc-secondry:hover {
    background-color: #0c5e75;
}
.nav-link.active {
    color: #FA0000 !important;
}

.nav-link {
    color: #78909C;
}

.circle::after {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    border-radius: 7.5px;
    background-color: #FA0000;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-bottom: 4px;
}

.contact-left-card h3 {
    color: #FF7F0B;
    font-weight: 600;
}

.contact-left-card h5 {
    font-size: 14px;
    color: #78909C;
}

/* About */
.about-section-1 {
    background: url('../assets/images/About/about\ -section.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    min-height: 400px;
    padding-top: 140px;
}

.about-section-1-bg h2 {
    display: flex;
    justify-content: center;
    font-size: 48px;
    color: #263238;
}
.about-section-1 p {
    font-size: 14px;
    color: #78909C;
}
.about-section-2 {
    background-color: #fff;
}

.about-section-2 h2 {
    font-size: 40px;
    color: #263238;
    font-weight: 600;
    /* text-align: center; */
}

.about-section-2 h2 span {
    font-size: 24px;
    font-weight: 600;
    color: #FA0000;
}
.about-section-2 p {
    font-size: 14px;
    color: #78909C;
}
.about-section-3 {
    background-color: #EEEDFA;
}
.about-section-3 h2 {
    font-size: 40px;
    font-weight: 600;
    color: #263238;
    /* text-align: center; */
}
.about-section-3 h2 span {
    font-size: 24px;
    font-weight: 600;
    color: #FA0000;
}
.about-section-3 p {
    font-size: 14px;
    color: #78909C;
}
.about-section-4 {
    background-color: #fff;
}
.about-img{
    object-fit: cover;
}
.mentor-section-3{
    background-color: #EEEDFA;
}
.mentor-section-3 span{
    color: #FA0000;
}
.mentor-section-3 h2 {
    text-align: center;
    font-size: 40px;
    color: #455A64;
}
/* Preserve the existing heading styles */
.mentor-section-3 h2 {
    text-align: center;
    font-size: 40px;
    color: #455A64;
}

/* New styles for horizontal scrolling */
.about-scroll-container {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    margin: 10px;
    padding-bottom: 10px;
}

.about-scroll-content {
    display: inline-flex;
    gap: 20px;
}

.about-scroll-item {
    flex: 0 0 auto;
    width: 400px;
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.about-scroll-item.active {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.about-scroll-item img {
    margin-bottom: 10px;
    border-radius: 5%;
}

.about-scroll-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #FB1735;
}
.about-scroll-item h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #FB1735;
}

.about-scroll-item p {
    font-size: 14px;
    color: #6D6D6D;
    text-wrap: initial;
    line-height: 1.6;
}

.content{
    padding-left: 80px;
    padding-right: 80px;
}
.about-section-4 h2 {
    font-size: 40px;
    font-weight: 600;
    color: #263238;
    /* text-align: center; */
}

.about-section-4 h2 span {
    font-size: 24px;
    font-weight: 600;
    color: #FA0000;
}

.about-section-4 p {
    font-size: 14px;
    color: #78909C;
}
.about-section-5 {
    background-color: #EEEDFA;
}
.about-section-5 h2 {
    font-size: 40px;
    font-weight: 600;
    color: #263238;
    /* text-align: center; */
}

.about-section-5 h2 span {
    font-size: 24px;
    font-weight: 600;
    color: #FA0000;
}

.about-section-5 p {
    font-size: 14px;
    color: #78909C;
}
.about-section-6 h2 {
    font-size: 40px;
    font-weight: 600;
    color: #263238;
    /* text-align: center; */
}

.about-section-6 h2 span {
    font-size: 24px;
    font-weight: 600;
    color: #FA0000;
}

.about-section-6 p {
    font-size: 14px;
    color: #78909C;
}

/* Projects */
.service-section-1 {
    background: url('../assets/images/services/home-section-1-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    min-height: 400px;
}

.service-section-1-bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    min-height: 400px;
    padding: 20px;
    padding-top: 120px;
}

.service-section-1-bg h2 {
    margin-left: 30px;
    color: #fff;
    font-size: 48px;
}

.service-section-4 {
    background-color: white;
    padding: 40px 20px;
}

.service-section-4 h2 {
    font-size: 40px;
    font-weight: 600;
    color: #263238;
    text-align: center;
}

.service-section-4 h2 span {
    font-weight: 600;
    color: #FA0000;
}

.service-section-4 p {
    font-size: 14px;
    color: #78909C;
    ;
}

.service-section-4 h3 {
    font-size: 24px;
    color: #FA0000;
}

/* Services */
.services-section-2 {
    background-color: #fff;
}


.services-section-2 h2 {
    font-size: 40px;
    font-weight: 600;
    color: #263238;
    text-align: center;
}

.services-section-2 h2 span {
    font-weight: 600;
    color: #FA0000;
}

.services-section-2 li{
    font-size: 20px;
    color: #22292c;
}
.service-contant{
    padding-left: 80px;
    padding-right: 150px;
}
.services-section-3 {
    background-color: #fff;
    padding: 40px 20px;
}


/* contact */
.contact-section-2 {
    background-color: #EEEDFA;
}


.contact-section-2 h2 {
    font-size: 40px;
    font-weight: 600;
    color: #263238;
    text-align: center;
}

.contact-section-2 h2 span {
    color:#FA0000;
    ;
}
.contact-section-2 h3 {
    font-size: 14px;
    font-weight: 600;
    color:  #FA0000;
   
}
.contact-section-2 p{
    font-weight: 500;
   
}
.contact-section-3 {
    background-color: #000000;
    color: white;
    padding: 40px 20px;
}

.contact-section-3 h4 {
    font-size: 22px;
}

.contact-section-3 p {
    font-size: 14px;
}
.contact-section-3 h2 span {
    color: #FA0000;
}

.contact-section-3 h3 {
    font-size: 22px;
    color: #F2F1EF;
    ;
}

.contact-section-3 p {
    font-size: 14px;
    color:#CDCDCD;
    ;
}

.contact-section-3 h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #F2F1EF;
}
.contact-section-4 {
    background-color: #fff;
    padding: 40px 20px;
}

.contact-section-4 h2 {
    font-size: 40px;
    font-weight: 600;
    color: #263238;
    text-align: center;
}

.contact-section-4 h2 span {
    font-weight: 600;
    color: #FA0000;
}
@media (max-width: 600px) {
    .custom-navbar .navbar-toggler {
        display: none; /* Hide the navbar-toggler */
    }

    .custom-navbar .navbar-collapse {
        display: block !important; /* Show the navbar items */
    }

    .custom-navbar .navbar-nav {
        flex-direction: column; /* Stack items vertically */
        gap: 5px;
    }

    .custom-navbar .nav-item {
        margin: 5px 0;
    }
}.bg-footer{
    background-color: #ECEFF1;
    ul{
        li{
            color: #78909C;
        }
    }
}