/* Custom Styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Top Services Bar - Right alignment */
.top-services {

padding: 11px 96px;

font-size: 14px;

justify-self: end;
}

.top-service-item {
    align-items: center;
    margin-left: 34px;
}

.top-service-icon {
    margin-right: 8px;
    color: #47b749;
    font-size: 16px;
}

/* Navigation */
.navbar {
    padding: 15px 0;
    
}

.navbar-brand {
    font-weight: 700;
    color: #47b749;
    font-size: 24px;
}

.nav-link {
    color: white;
    font-weight: 500;
    margin: 0 10px;
}

.nav-link:hover {
    color: #47b749;
} 

.order-now-btn {
    background-color: #47b749;
    color: white;
    padding: 8px 20px;
    font-weight: 600;
}


/* Multi-level dropdown styles with hover functionality */
.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 0;
}

.dropdown-item {
    padding: 8px 20px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}




/* Banner Section*/

.banner {
    background-image: url('../images/banner-image.png');
    background-size: 100% 100%;
    background-position: center bottom;
    color: white;
    text-align: left;
    background-repeat: no-repeat;
    height: 45em;
}

.banner-content {
    max-width: 600px;
    padding-top: 60px;
}

.banner-content .banner-title-heading {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 100%;
}

.banner p {
    font-size: 20px;
    margin-top: -10px;
    width: 21em;
}


.banner-btn {
    background-color: #47b749;
    border: none;
    padding: 12px 30px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 4px;
    color: #fff;
}

.banner-btn:hover, .order-now-btn:hover {
    background-color: #fff;
    border-color:#47b749;
    color: #47b749;
}



/* Child services styling */
.child-services {
    padding-left: 20px;
    list-style: none;
    margin-top: 5px;
}

.child-services li {
    margin-bottom: 8px;
    position: relative;
}

.child-services li:before {
    content: "•";
    color: #3a5a78;
    margin-right: 8px;
}


/* Responsive Adjustments */
@media (max-width: 992px) {
    .banner h1 {
        font-size: 2.2rem;
    }
    
    /* Adjust dropdowns for mobile */
    .dropdown:hover > .dropdown-menu {
        display: none;
    }
    
    .dropdown-submenu > .dropdown-menu {
        position: static;
        margin-top: 5px;
        margin-left: 15px;
        box-shadow: none;
    }
}

@media (max-width: 768px) {
    .top-service-item {
        margin-bottom: 10px;
        margin-left: 0;
    }
    
    .banner {
        padding: 60px 0;
        text-align: center;
    }
    
    .banner-content {
        margin: 0 auto;
    }
    
    .banner h1 {
        font-size: 1.8rem;
    }
    
    .footer {
        text-align: center;
    }
    
    .child-services {
        padding-left: 10px;
    }
}









.teas-help-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.section-heading {
    font-size: 53px;
    color: black;
    margin-bottom: 5px;
    line-height: 1.3;
    font-style: italic;

}

.section-content {
    font-size: 18.5px;
    color: #34495e;
    margin-bottom: 30px;
    width: 96%;

}

.features-list {
    list-style: none;
    padding: 0;
}

.features-list li {
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
    font-size: 1.05rem;
    line-height: 1.5;
}

.features-list li .icon {
    position: absolute;
    left: 0;
    top: -6px;
    color: #3a5a78;
    font-size: 24px;
}

.feature-title {
    color: #2c3e50;
    display: block;
    margin-bottom: 5px;
}

.teas-image {
    
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .teas-help-section {
        padding: 50px 0;
    }
    
    .section-heading {
        font-size: 1.8rem;
    }
    
    .teas-image-container {
        margin-bottom: 40px;
    }
}







.services-grid-section {
    padding: 80px 0;
    background-image: url('../images/background.png');
    background-size: cover;
    background-position: center;
    background-attachment: block;
    color: white;
}

.service-box {
    background-color:white;
    padding: 0px 30px 20px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}
.section-heading2{
    font-size: 40px;
    font-weight: 800;
 }


.service-box:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.service-title {
    margin-bottom: 10px;
    color: black;
    font-style: italic;
    font-size: 25px;
    font-weight: 500;
    
}

.service-subtitle {
    font-size: 1rem;
    margin-bottom: 20px;
    color: black;
    font-style: italic;
}

.read-more-link {
    display: inline-block;
    color: black;
    text-decoration: none;
    padding: 8px 15px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.read-more-link:hover {
    
    color: #47b749;
}

@media (max-width: 768px) {
    .services-grid-section {
        padding: 50px 0;
    }
    
    .service-box {
        margin-bottom: 20px;
    }
}






/* Running Project CSS */


body {
  background-color: transparent; /* background khali */
}

.fw-bold {
    font-weight: 700 !important;
    font-size: 50px;
}

/* Section styling */
.running-projects {
  background-color: transparent;
}

/* Circular image container */
.circular-img-container {
  width: 220px;   /* thoda chhota kiya */
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto; /* center align */
}

/* Images inside circle */
.circular-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text styling */
.project-box p {
    font-size: 1.25rem;
    color: #333 !important;
    font-weight: bold;
    margin-bottom: 0px;
}

.project-box p {
  color: #666;
}

.project-box {
  text-align: center;
}

.swiper-slide {
  padding: 20px;
}







.box-grid-section {
    padding: 80px 0;
    background-image:url('../images/bg.png');
    background-size: cover;
    background-position: center;
    background-attachment: block;
    color: white;
}

.content-box {
    background-color: white;
    padding: 0px 30px 20px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);

}

.content-box:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.box-title {
    margin-bottom: 10px;
    color: black;
    font-style: italic;
    font-size: 25px;
    font-weight: 500;
}

.box-subtitle {
    font-size: 1rem;
    margin-bottom: 20px;
    color: black;
    font-style: italic;
}


.read-more-btn {
    display: inline-block;
    color: black;
    text-decoration: none;
    padding: 8px 15px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.read-more-btn:hover {
    color: #47b749;
}

@media (max-width: 768px) {
    .box-grid-section {
        padding: 50px 0;
    }
    
    .content-box {
        margin-bottom: 20px;
    }
}








/* Country Base Running Project CSS */


body {
  background-color: transparent;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.country-projects {
  background-color: transparent;
  padding: 50px 0;
}

.country-projects h2 {
    font-weight: bold;
    color: black;
    margin-bottom: 30px;
    font-size: 55px;

}

.country-projects .text-gold {
  color: #ce9e25;
}

.swiper {
  width: 100%;
  padding: 20px 0;
}

.flag-box {
  text-align: center;
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.accordion-item .card-body p {
    padding: 10px 20px;
    margin-bottom: 0px;
}
.flag-box img {
  width: 250px;  
  height: 160px; 
  object-fit: cover;
  margin: 0 auto;
  display: block;

}
.accordion-base-section {
    padding: 50px 0;
}
.btn, .btn-primary, .form-control {
    border-radius: 0px;
}

.jumbotron {
    background: #4caf50;
    color: #fff;
}
.jumbotron-sm { 
    padding-top: 24px;
    padding-bottom: 24px; 
}
.jumbotron small {
    color: #fff;
}
.nopaddingl {
    padding-left: 0px !important;
}
.nopaddingr {
    padding-right: 0px !important;
}
label {
    color: #fff;
    padding: 5px 0px;
    margin-top: 5px;
}
.project-text {
  background-color: #f0f0f0;
  color: #333;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 15px;
  padding: 8px 15px;
  border-radius: 5px;
  display: inline-block;
}

/* Responsive CSS */
@media (max-width: 1200px) {
  .flag-box img {
    width: 200px;
    height: 135px;
  }
}

@media (max-width: 991px) {
  .flag-box img {
    width: 180px;
    height: 120px;
  }
}

@media (max-width: 767px) {
  .flag-box img {
    width: 150px;
    height: 100px;
  }
  
  .project-text {
    font-size: 0.9rem;
    padding: 6px 12px;
  }
}

.read-more-link:hover{
    color: #47b749;

}

.read-more-link span img:hover{
    color: #47b749;

}


.double-arrow{
    font-size: 22px;
    margin-left: -2px;
}


/* footer */
  


 .footer {
        background-image: url('../images/bg-footer.png');
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
        padding: 50px 20px;
        padding-bottom: 0px;

        }
        
        .footer-heading {
        font-size: 40px;
        font-weight: 700;
        color: #4CAF50;
        padding-bottom: 10px;
        }
        
        /* .footer-heading:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 2px;
            background-color: #4CAF50;
        } */
        
        .footer-links {
            list-style: none;
            padding: 0;
        }
        
        .footer-links li {
            margin-bottom: 12px;
        }
        
        .footer-links a {
            color: #ccc;
            text-decoration: none;
            display: block;
            padding: 5px 0;
            transition: all 0.3s ease;
            position: relative;
            line-height: 0px;
        }
        
        .footer-links a i {
            margin-right: 8px;
            transition: all 0.3s ease;
            color: #4CAF50;
        }
        
        /* Hover effect for links */
        .footer-links a:hover {
            color: #4CAF50;
            padding-left: 10px;
            transform: translateX(5px);
        }
        
        /* Hover effect for arrows */
        .footer-links a:hover i {
            /* transform: translateX(3px) scale(1.2); */
            color: #3e8e41;
        }

        i.fa-solid.fa-angle-right.top {
            padding-top: 58px;
        }
        
        /* Responsive adjustments */
        @media (max-width: 768px) {
            .footer {
                text-align: center;
            }
            
            .footer-heading:after {
                left: 50%;
                transform: translateX(-50%);
            }
            
            .footer-links a:hover {
                padding-left: 2px;
            }
        }

