.header-two .header-navbar-rht li>a.header-login {
    background: #363495;
    border: 1px solid #363495;
    box-shadow: inset 0 70px 0 0 #363495;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    transition: all 0.3s ease;
}

.header-two .header-navbar-rht li>a.header-login:hover {
    background: #ef0700;
    border-color: #ef0700;
    box-shadow: inset 0 70px 0 0 #ef0700;
    color: #FFF;
}

.logo img {
    height: auto;
    max-width: 100%;
    max-height: 75px;
}

p {
    text-align: justify;
}

.reason-choose-us {
    position: relative;
    padding: 37px 0 21px;
}

.partner-img img {
    width: auto !important;
    margin: 0 auto;
    height: 112px;
}

.feature-title {
    background: #29259e !important;
    min-height: 38px !important;
}

.service-foot h4 {
    color: #fff;
    font-size: 17px;
}

.submenu-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(200px, 1fr));
    gap: 10px;
    padding: 10px;
    line-height: 15px;
}

.submenu.two-column-menu {
    min-width: 600px;
    /* Adjust as needed */
}

.feature-title {
    background: #203066;
    border-radius: 0 8px 8px 0;
    padding: 5px 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    width: fit-content;
    max-width: 100%;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .feature-title {
        padding: 8px 12px;
        min-height: 40px;
        font-size: 0.9rem;
        border-radius: 0 6px 6px 0;
        width: fit-content;
        max-width: 100%;
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    .feature-title {
        padding: 6px 10px;
        min-height: 35px;
        font-size: 0.85rem;
        border-radius: 0 4px 4px 0;
        width: fit-content;
        max-width: 100%;
        white-space: nowrap;
    }
}

.service-foot h4 {
    color: #fff;
    font-size: 17px;
}

.services-main-img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.footer {
    background-color: #fff;
    border-top: 1px solid rgba(205, 205, 205, 0.2);
    text-align: left;
    font-size: 16px;
    margin: 0;
    color: #74788d;
}

.footer.footer-seven {
    background: #363495;
}

.footer-selects.footer-selects-seven .subscribe-form .footer-btn {
    font-size: 14px;
    padding: 7px 21px;
    background: #fe0c0b;
    color: #fff;
    border-radius: 30px;
    right: 8px;
}

.footer.footer-seven .footer-widget .footer-six-main .footer-six-left .footer-seven-icon {
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 30px;
    background: #fe0c0b;
    margin-right: 12px;
    flex-shrink: 0;
}

/* Mobile responsive styles */
@media (max-width: 768px) {
    .submenu.two-column-menu {
        min-width: 100% !important;
        max-width: 95vw !important;
        left: 5px !important;
        right: 5px !important;
        width: auto !important;
    }

    .submenu-columns {
        grid-template-columns: 1fr !important;
        /* Single column on mobile */
        gap: 5px;
        padding: 10px 15px;
        max-height: 70vh;
        /* Limit height */
        overflow-y: auto;
        /* Add scroll if needed */
    }

    /* Ensure dropdown doesn't go off-screen */
    .navbar-nav .dropdown-menu {
        position: absolute !important;
        transform: none !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 10px !important;
        width: auto !important;
    }
}

@media (max-width: 480px) {
    .submenu.two-column-menu {
        min-width: 100% !important;
        max-width: 90vw !important;
        margin: 0 5% !important;
    }

    .submenu-columns {
        padding: 8px 12px;
        font-size: 14px;
    }

    /* Make menu items more touch-friendly */
    .submenu-columns a {
        padding: 10px 5px !important;
        display: block;
        border-bottom: 1px solid #eee;
    }
}

/* Alternative: Mobile-first approach */
@media (max-width: 767px) {

    /* Convert to mobile menu style */
    .header-navbar-rht .dropdown-menu {
        position: static !important;
        float: none !important;
        width: 100% !important;
        margin-top: 0 !important;
        background-color: #fff !important;
        border: none !important;
        box-shadow: none !important;
        border-radius: 0 !important;
    }

    .submenu.two-column-menu {
        min-width: auto !important;
        width: 100% !important;
        position: static !important;
    }
}

.custom-dot-list li {
    list-style: none;
    margin-bottom: 10px;
}

.custom-dot-list li i {
    color: #555;
    /* You can change the color */
    margin-right: 8px;
    font-size: 8px;
    vertical-align: middle;
}

.hero-section-two {
    position: relative;
    min-height: 600px;
}

.banner-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-content {
    position: relative;
    z-index: 3;
    padding: 100px 0;
    min-height: 600px;
    display: flex;
    align-items: center;
    pointer-events: none;
}

.visible-element {
    pointer-events: auto;
}

.hero-form {
    background: rgba(255, 255, 255, 0.95);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.hero-form h3 {
    color: #203066;
    margin-bottom: 25px;
    font-weight: 600;
}

.hero-form .form-control {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 12px 15px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.hero-form .form-control:focus {
    border-color: #203066;
    box-shadow: 0 0 0 0.2rem rgba(32, 48, 102, 0.25);
}

.hero-form .btn-submit {
    background: linear-gradient(135deg, #203066, #363495);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
}

.hero-form .btn-submit:hover {
    background: linear-gradient(135deg, #363495, #ef0700);
    transform: translateY(-2px);
}

.hero-text {
    color: white;
    text-align: left;
}

.hero-text h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    line-height: 1.2;
}

.hero-text h1 span {
    color: #ef0700;
}

.hero-text p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
    .hero-text h1 {
        font-size: 2.5rem;
    }

    .hero-text p {
        font-size: 1rem;
    }

    .hero-form {
        padding: 30px 20px;
        margin-top: -300px;
    }
}

.footer-logo img {
    max-height: 106px;
    border-radius: 10px;
}

.card-custom {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-custom:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

.static-logo {
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.owl-item {
    pointer-events: none;
}

@media (max-width: 820px) {
    .banner {
        width: 100%;
        height: 35rem;
        display: inline-block;
    }
}

@media only screen and (max-width: 991.98px) {
    .header-nav {
        height: 85px;
    }
}

@media only screen and (max-width: 575.98px) {
    .navbar-brand.logo-small {
        display: block;
        width: 100%;
        text-align: center;
        margin-right: 0;
        padding: 0 100px;
        height: auto;
        /* allow it to grow naturally */
        max-height: none;
        /* remove height limit if any */
    }

    .navbar-brand.logo-small img {
        height: 80px;
        /* set your desired height */
        max-height: 100px;
        /* optional limit */
        width: auto;
    }
}

@media (max-width: 1575px) {
    .forms {
        margin-top: -36px;
    }
}

/* .main-nav{
     margin-top: 50px;
}
 */
.menu-logo img {
    height: 105px;
    max-width: 140px;
    margin-top: 76px;
}

@media only screen and (max-width: 991.98px) {
    .main-nav {
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        margin-top: 60px;
    }
}

@media (max-width: 767.98px) {
    .feature-title h5 {
        font-size: 10px;
    }
}


@media only screen and (max-width: 991.98px) {
    .main-nav {
        padding: 0;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        margin-top: 60px;
    }
}

@media only screen and (width: 1280px) {
    .hero-form {
        background: rgba(255, 255, 255, 0.95);
        padding: 16px;
        border-radius: 15px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(10px);
    }

    .heros {
        --bs-gutter-x: 3.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
        margin-left: 110px;
        margin-top: -115px;
    }

    .hero-form h3 {
        color: #203066;
        margin-bottom: 7px;
        font-weight: 600;
    }

    .hero-form .form-control {
        border: 2px solid #e9ecef;
        border-radius: 8px;
        padding: 12px 15px;
        margin-bottom: 10px;
        transition: all 0.3s ease;
    }
}

@media only screen and (width: 1575px) {
    heros {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
        margin-top: -49px;
        margin-left: 45px;
    }

    .hero-form {
        background: rgba(255, 255, 255, 0.95);
        padding: 40px;
        border-radius: 15px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(10px);
        margin-top: -45px;
    }
}


@media only screen and (width: 1575px) {
    heros {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
        margin-top: -49px;
        margin-left: 45px;
    }

    .hero-form {
        background: rgba(255, 255, 255, 0.95);
        padding: 40px;
        border-radius: 15px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(10px);
        margin-top: -45px;
    }
}

@media only screen and (width: 1120px) {
    .hero-form {
        background: rgba(255, 255, 255, 0.95);
        padding: 16px;
        border-radius: 15px;
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(10px);
    }

    .heros {
        --bs-gutter-x: 3.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x));
        margin-left: 85px;
        margin-top: -180px;
    }

    .hero-form h3 {
        color: #203066;
        margin-bottom: 7px;
        font-weight: 600;
    }

    .hero-form .form-control {
        border: 2px solid #e9ecef;
        border-radius: 8px;
        padding: 12px 15px;
        margin-bottom: 10px;
        transition: all 0.3s ease;
    }
}


@media (max-width: 767.98px) {
    .feature-title h5 {
        font-size: 10px;
    }
}




.feature-grid .feature-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
    margin-bottom: 30px;
}

.feature-grid .feature-card:hover {
    transform: translateY(-5px);
}

.feature-grid .feature-card img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.feature-grid .feature-card:hover img {
    transform: scale(1.05);
}

.feature-grid .overlay-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 10px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.2));
    color: #fff;
    text-align: center;
}

.feature-grid h5 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    color: #fff
}



.breadcrumb-bar {
			position: relative;
			background: no-repeat center center/cover;
			min-height: 300px;
			display: flex;
			justify-content: center;
			align-items: center;
			width: 100%;
			/* ensure full width */
		}

		/* Tablet (up to 991px) */
		@media (max-width: 991px) {
			.breadcrumb-bar {
				min-height: 220px;
				/* smaller height for tablets */
			}
		}

		/* Mobile (up to 576px) */
		@media (max-width: 576px) {
			.breadcrumb-bar {
				min-height: 150px;
				/* adjust height for small phones */
				width: 100%;
				/* keep full width */
			}
		}

		.breadcrumb-content {
			background: rgba(54, 52, 149, 0.7);
			/* transparent version of #363495 */
			display: inline-block;
			padding: 20px 30px;
			border-radius: 10px;
			text-align: center;
			box-shadow: 0 4px 15px rgba(54, 52, 149, 0.4);
		}

		.breadcrumb-title {
			color: #fff;
			font-size: 32px;
			font-weight: 600;
		}

		.breadcrumb-item,
		.breadcrumb-item a {
			color: #f1f1f1;
			font-size: 16px;
		}

		.breadcrumb-item.active {
			color: #ffd700;
			/* gold highlight for active */
		}

		/* Mobile adjustments */
		@media (max-width: 576px) {
			.breadcrumb-content {
				padding: 12px 18px;
			}

			.breadcrumb-title {
				font-size: 22px;
			}

			.breadcrumb-item,
			.breadcrumb-item a {
				font-size: 14px;
			}
		}
		
		
		
.service-overview-card {
    background-color: #fff; /* White background */
    border: 1px solid #ddd; /* Light border */
    border-radius: 10px; /* Rounded corners */
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05); /* Subtle shadow */
    transition: transform 0.3s ease;
}

.service-overview-card:hover {
    transform: translateY(-3px); /* Slight lift on hover */
}

.overview-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.overview-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
}

/* Responsive */
@media (max-width: 768px) {
    .service-overview-card {
        padding: 15px;
    }
    .overview-title {
        font-size: 1.5rem;
    }
    .overview-text {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .service-overview-card {
        padding: 12px;
    }
    .overview-title {
        font-size: 1.3rem;
    }
    .overview-text {
        font-size: 0.9rem;
    }
}

	.feature-grid .feature-card {
		position: relative;
		overflow: hidden;
		border-radius: 12px;
		box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
		transition: transform 0.3s ease;
		margin-bottom: 30px;
	}

	.feature-grid .feature-card:hover {
		transform: translateY(-5px);
	}

	.feature-grid .feature-card img {
		width: 100%;
		height: 230px;
		object-fit: cover;
		transition: transform 0.4s ease;
	}

	.feature-grid .feature-card:hover img {
		transform: scale(1.05);
	}

	.feature-grid .overlay-text {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 20px 10px;
		background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.2));
		color: #fff;
		text-align: center;
	}

	.feature-grid h5 {
		margin: 0;
		font-size: 1.1rem;
		font-weight: 600;
		letter-spacing: 0.5px;
		text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
		color: #fff
	}

	/* Close button styling */
	.close-form-btn {
		position: absolute;
		top: 10px;
		right: 10px;
		font-size: 26px;
		background: none;
		border: none;
		color: #000;
		z-index: 999;
	}

	/* Hide the form when closed (you can also animate it if needed) */
	.hero-form.mobile-hidden {
		display: none;
	}

	@media (max-width: 768px) {
		.slick-next {
			display: none !important;
		}

		.slick-prev {
			display: none !important;
		}
	}
	
	.services-section {
    position: relative;
    z-index: 1;
    padding: 36px 0 42px;
    background-color: #F9F9F9;
}