/* Default CSS */
    .section-wrap {
        padding: 10px 0 0 0 !important;
    }
    .blue-color {
        color: #343AB5;
    }
    .btn.btn-danger {
        color: #fff !important;
        background: #e65b00;
        border-color: #e65b00;
    }
    .btn.btn-danger.center-button {    
    	color: #fff !important;
        background: #e65b00;
        border-color: #e65b00;
        font-family: "Quicksand", sans-serif;
        font-size: 18px;
        line-height: 24px;
        padding: 5px 15px;
    }
    p {
        font-size: 16px;
        line-height: 24px;
    }
    ul li, ol li {
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        line-height: 30px;
    }
    @media only screen and (min-width: 992px) {
        .nav--sticky.sticky .logo-wrap a {
            top: 10px;
            position: relative;
        }
    }
/* Default CSS */
/* Navigation CSS */
    .nav__dropdown-menu > li.active > a, 
    .nav__dropdown-submenu > .nav__dropdown-menu > li.active > a {
        color: #f36b21;
    }
    .nav__dropdown-menu > li.active > a:after, 
    .nav__dropdown-submenu > .nav__dropdown-menu > li.active > a:after {
        content: "";
        display: block;
        margin-top: 5px;
        border-bottom: 2px solid #f36b21;
        width: 0;
        -webkit-transition: width 0.3s linear;
        -moz-transition: width 0.3s linear;
        -ms-transition: width 0.3s linear;
        -o-transition: width 0.3s linear;
        transition: width 0.3s linear;
    }
/* Navigation CSS */
/* Center Details CSS */
    .btn.btn-danger.rpto-button {
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: 700;
        padding: 5px 15px !important;
        border-radius: 5px !important;
    }
    .center-list-section {}
    .center-list-section .section-1 { 
        padding: 10px 20px;
        margin: 0 0px; 
        border-radius: 10px !important;
    }
    .center-list-section h3 {     
        color: #f18430;
        font-size: 20px;
        line-height: 24px;
        height: 60px;
        overflow: hidden;
    }
    .center-list-section .img-section { height: 100px; overflow: hidden; margin-bottom: 30px;}
    .center-list-section ul.list-unstyled {padding: 0px;}
    .center-list-section ul.list-unstyled li {     
        list-style: none;
        list-style-type: none;
        margin-bottom: 5px;
        font-size: 18px; 
        border-radius: 5px;
    }
    .center-list-section ul.list-unstyled li .fa { 
        margin-right: 10px; 
        display: inline-block; 
    }
    .center-list-section ul.list-unstyled li a {
        font-size: 16px;
    }
    .center-list-section .address {
        text-align:left; 
        min-height:100px; 
        overflow:hidden; 
        color:#000000;
    }
    .center-list-section .location.address {
        text-align:left; 
        min-height:32px;
        height: 32px; 
        overflow:hidden; 
        color:#000000;
    }
    .btn.btn-danger.read-more-button {
        background-color: #f37315;
        font-size: 14px;
        color: var(--e-global-color-2912049);
        border-style: none;
        border-radius: 0px 10px 0px 10px;
        padding: 5px 15px;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        border-bottom: 5px solid #b54700 !important;
        border-left: 5px solid #b54700 !important;
        transition: 1s;
    }
    .btn.btn-danger.read-more-button:hover {
        background-color: #b54700;
        border-color: #f37315 !important;
    }
    .partners-slider { background: #f9f9f9; border-top: 2px solid #d9d9d9; }
	#demo-button a {
		background: #f27406;
		color: #ffffff;
		text-decoration: none;
		display: flex;
		align-items: center;
		justify-content: center;
		width: fit-content;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		border-radius: 8px 8px 0 0;
		line-height: 24px;
		position: fixed;
		top: 50%;
		right: 0px;
		padding: 10px 20px;
		z-index: 9999;
		transform: translate(40%, -50%) rotate(-90deg);
		transform-origin: center;
		box-shadow: 0 8px 14px rgba(0, 0, 0, 0.2);
	}
	.profile-logo {
		position: absolute;
		width: 60px;
		overflow: hidden;
		right: 30px;
		top: 15px;
	}
	.profile-logo img {
		width: 100%;
		max-width: 100%;
		border-radius: 10px;
	}
	ul.list-unstyled {
		padding-left: 0px !important;
	}
	@media only screen and (min-width: 992px) {
		.nav.sticky {
			height: 60px;
			z-index: 1029;
		}
	}
	
	.info-grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
		border: 1px solid #ffe3d3;
	}

	.info-box {
		text-align: center;
		padding: 25px 15px;
		border-right: 1px solid #ffe3d3;
	}

	.info-box:last-child {
		border-right: none;
	}

	.info-box i {
		font-size: 32px;
		color: #ff6a00;
		margin-bottom: 10px;
	}

	.info-box h4 {
		font-size: 16px;
		font-weight: 600;
		color: #3b7a2a;
		margin: 5px 0;
	}

	.info-box p {
		font-size: 13px;
		color: #555;
		margin: 0;
	}

	/* Responsive tweak */
	@media (max-width: 768px) {
		.info-box {
			border-right: none;
			border-bottom: 1px solid #ffe3d3;
		}
	}

	.card {
        border: none;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
    }

    .card-body {
        padding: 30px;
    }

    .orange-text,
    .orange-color {
        color: #ff6b35;
    }
    .blue-color {
        color: #003a7a;
    }
    .contact-info {
        background-color: #f8f9fa;
        padding: 20px;
        border-radius: 8px;
    }

    /* Lightbox Styles */
    .lightbox-overlay[hidden] {
        display: none;
    }
    .lightbox-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.8);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1050;
    }
    .lightbox-content {
        position: relative;
        max-width: 90%;
        max-height: 90%;
        color: #fff;
    }
    .lightbox-content img {
        max-width: 100%;
        max-height: 80vh;
        border-radius: 8px;
        display: block;
    }
    .lightbox-caption {
        margin-top: 10px;
        text-align: center;
        font-size: 14px;
    }
    .lightbox-close {
        position: absolute;
        top: 8px;
        right: 8px;
        background: #fff;
        color: #000;
        border: none;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        font-size: 20px;
        line-height: 32px;
        cursor: pointer;
    }
    .lb-thumb img {
        cursor: zoom-in;
    }
    .lightbox-prev,
    .lightbox-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.9);
        color: #000;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        font-size: 22px;
        line-height: 40px;
        user-select: none;
    }
    .lightbox-prev {
        left: 10px;
    }
    .lightbox-next {
        right: 10px;
    }

    /* Instructor Card Styles */
    span.bold-text {
        display: inline-block;
        margin-bottom: 10px;
    }
    .instructor-card h3 {
        color: #ff6b35;
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        clear: both;
        float: none;
        display: inline-block;
        min-height: 52px;
    }
    .instructor-card p {
        color: #7a7a7a;
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
        clear: both;
        float: none;
        display: inline-block;
    }
    .instructor-card {
        border: 1px solid #e0e0e0;
        transition: all 0.3s ease;
        padding: 15px 10px;
    }
    
    .instructor-card:hover {
        box-shadow: 0 5px 20px rgba(0,0,0,0.15);
        transform: translateY(-2px);
    }
    
    .instructor-avatar .avatar-circle {
        width: 80px;
        height: 80px;
        margin: auto;
        border-radius: 50%;
        background: linear-gradient(135deg, #ff6b35, #f37315);
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 15px;
    }
    
    .instructor-card h4 {
        color: #003a7a;
        font-size: 1.25rem;
        margin-bottom: 0.5rem;
    }
    
    .instructor-details .detail-row {
        font-size: 0.95rem;
        line-height: 1.6;
    }
    .instructor-details .detail-row.specialization-section {
        min-height: 220px;
        overflow: hidden;
    }
    .instructor-details .detail-row i {
        width: 20px;
    }
    
    .training-badges .badge {
        font-size: 0.85rem;
        padding: 0.4em 0.8em;
    }
    
    .instructor-card .contact-info a {
        color: #003a7a;
        text-decoration: none;
    }
    
    .instructor-card .contact-info a:hover {
        color: #ff6b35;
        text-decoration: underline;
    }
    .center-details-page h2.border-bottom {
        color: #ff6b35;
        font-weight: 600;
        font-size: 24px;
        line-height: 32px;
        border-bottom: 1px solid #ff6b35;
        padding-bottom: 10px;
        margin-bottom: 20px;
        clear: both;
        float: none;
        display: inline-block;
    }
    .center-details-page h5 {
        font-size: 20px;
        font-weight: 500;
    }
    .instructor-details {}
    .specialization-section p {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .photo-gallery-card p.small {
        font-size: 12px;
        line-height: 21px;
        margin-top: 8px;
    }
/* Center Details CSS */

@media only screen and (max-width: 1370px) {
    .center-list-section ul.list-unstyled li.email-address {
        height: 30px;
        overflow: hidden;
    }
    .center-list-section ul.list-unstyled li.email-address a {
         word-break: break-all;
         display: inline;
    }
}

@media only screen and (max-width: 1370px) and (min-width: 768px) {
    .center-list-section .address {
        height: 130px;
        overflow: hidden;
    }
}

@media only screen and (max-width: 1270px) {
    .center-list-section h3 {
        font-size: 14px;
        line-height: 20px;
        height: 48px;
    }
    .center-list-section .section-1 {
        font-size: 14px;
        line-height: 21px;
    }
    .center-list-section .address .fa {
        font-size: 17px !important;
    }
    .center-list-section .location.address {
        min-height: 24px;
        height: 24px;
    }
    .center-list-section ul.list-unstyled li a {
        font-size: 14px;
    }
}