/* Services  */
/* Custom Styles */

p{
    font-size: 16px !important;
    
}
.align{
    text-align: justify;
}


.dark-overlay {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

/* Service Icons */
.service-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Card Hover Effect */
.card {
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-10px);
}



/* Section Padding */
section {
    padding: 80px 0;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-section {
        height: auto;
        padding: 100px 0;
    }
}

/* Contact Section */
.contact-section {
    position: relative;
}

.underline {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #feb900, #198754);
    margin-bottom: 20px;
}

.contact-card {
    background: white;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
}

.icon-box {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Form Styling */
.form-floating label {
    color: #6c757d;
}

.form-control,
.form-select {
    border-left: 3px solid #feb900;
    border-radius: 0;
}

.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #feb900;
}

/* Map Container */
iframe {
    min-height: 400px;
}

/* About us  */

.hero-section {
    background: linear-gradient(rgba(44, 62, 80, 0.9), rgba(44, 62, 80, 0.8)), url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1470&q=80');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-align: center;
}

.section-title {
    position: relative;
    margin-bottom: 40px;
    color: var(--primary-color);
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: var(--secondary-color);
}

.value-card {
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.value-icon {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

.team-card {
    border: none;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.team-img {
    height: 250px;
    object-fit: cover;
}

.stats-section {
    background-color: var(--primary-color);
    color: white;
    padding: 60px 0;
}

.stat-number {
    font-size: 3rem;
    font-weight: bold;
    color: var(--secondary-color);
}

.btn-primary {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

.btn-primary:hover {
    background-color: #c0392b;
    border-color: #c0392b;
}

.mission-vision {
    background-color: var(--light-color);
    padding: 60px 0;
}

.mv-icon {
    font-size: 3rem;
    color: var(--accent-color);
    margin-bottom: 20px;
}

/* iec  */
.iec-hero h1 {
    font-weight: 800;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
}

.iec-hero p {
    font-size: 1.25rem;
    max-width: 700px;
    margin: 0 auto 30px;
}

/* Navigation */
.nav-pills .nav-link {
    color: var(--primary-color);
    border-radius: 0;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
    padding: 12px 20px;
    margin-bottom: 5px;
    font-weight: 500;
}

.nav-pills .nav-link.active {
    background-color: transparent;
    color: var(--secondary-color);
    border-left: 3px solid var(--secondary-color);
    font-weight: 600;
}

.nav-pills .nav-link:hover:not(.active) {
    background-color: rgba(231, 76, 60, 0.1);
    transform: translateX(5px);
}

/* Cards */
.iec-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    overflow: hidden;
}

.iec-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.iec-card .card-body {
    padding: 30px;
}

/* Icons */
.benefit-icon {
    font-size: 2.5rem;
    color: var(--secondary-color);
    margin-bottom: 20px;
}

/* Steps */
.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: var(--secondary-color);
    color: white;
    text-align: center;
    border-radius: 50%;
    margin-right: 15px;
    font-weight: bold;
    font-size: 1.1rem;
}

/* Accordion */
.accordion-button {
    font-weight: 600;
    padding: 15px 20px;
}

.accordion-button:not(.collapsed) {
    background-color: rgba(231, 76, 60, 0.1);
    color: var(--secondary-color);
    box-shadow: none;
}

/* Section Titles */
.section-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
    color: var(--primary-color);
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 4px;
    background: var(--secondary-color);
    border-radius: 2px;
}

/* Alerts */
.alert {
    border-radius: 8px;
    padding: 15px 20px;
}

/* Buttons */
.btn {
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-outline-danger {
    border-width: 2px;
}

/* Spacing */
.mb-2-5 {
    margin-bottom: 2.5rem !important;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .sticky-top {
        position: relative !important;
        top: 0 !important;
    }
}

/* footer by me  */
.footer-links a,i{
    font-size: 16px !important;
}

p{
    text-align: justify !important;

}
.ulp{
    text-align: justify !important;
}

/* Mobile devices (phones, 767px and below) */
@media only screen and (max-width: 767px) {
   .head{
    margin-top: 90px !important;
    font-size: 20px !important;
   }
}
 .line {
     width: 4px;
     height: 26px;
     background: linear-gradient(to bottom, #4e54c8, #8f94fb);
     border-radius: 2px;
 }