/*
CTC Separate Stylesheet
Updated: 2025-04-05 01:24:50
*/

/* Header CSS Starts */
.header-swa .swa-header-menu-icon .elementor-icon {
 background: linear-gradient(70deg, rgba(247,133,28,1) 0%, rgba(251,169,14,1) 100%) !important;
}

.header-swa .swa-header-menu-icon .elementor-icon:hover {
background: linear-gradient(79deg, rgba(251,169,14,1) 0%, rgba(247,133,28,1) 100%) !important;
}

.swa-btn-header span.elementor-button-icon {
    font-size: 25px !important;
}

.swa-btn-header span.elementor-button-content-wrapper {
    align-items: center !important;
}

.swa-btn-header span.elementor-button-text {
    font-size: 0px !important;
	transition: 0.5s;
}

.swa-btn-header:hover span.elementor-button-text {
    font-size: 16px !important;
    margin-right: 15px !important;
    margin-left: 15px !important;
		transition: 0.5s;
}

.swa-btn-header:hover svg {
    transform: rotate(45deg) !important;
		transition: 0.5s;
}

/* Header CSS Ends */

/* ----Service Post Tempate CSS Starts --- */
/* Container Wrapper */
/* Main Wrapper for the entire section */
.service-section-wrapper {
    background-color: #002c3e;
    border: 4px solid #ff9000;
    border-radius: 32px;
    max-width: 1200px;
    margin: 40px auto;
    padding: 40px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
    font-family: 'Montserrat';
}

/* Service Section Base Layout */
.service-section {
    display: flex;
    align-items: start;
    justify-content: space-between;
    padding: 50px 0;
	gap:80px !important;
}

/* Layout reverse, when required */
.section-reverse {
    flex-direction: row-reverse;
    padding: 100px 0;
}

.section-reverse .service-image img  {
	 width: 100%;
    border-radius: 44px !important;
    display: block;
    margin-left: -20px;
    margin-top: -30px;

}
 


.section-reverse .service-image img {
    width: 100%;
    border-radius: 44px !important;
    display: block;
    margin-right: -40px !important;
    margin-top: -30px !important;
}


.section-reverse .gradient-shadow-box {
    padding: 10px 0px 20px 0px !important;
    border-radius: 2.75rem;
    background: linear-gradient(290deg, #F7851C, #FBA90E);
    display: inline-block;
    transition: box-shadow 0.3s ease;
}

.section-reverse .service-image.gradient-shadow-box img {
    margin-left: 20px !important;
}

/* Content Block Styling */
.service-content {
    width: 50%;
    padding: 0 20px;
	font-family: 'Montserrat';
	display:flex !important;
	flex-direction:column !important;
}
.service-number {
    font-size: 100px;
    color: #ff9000;
    line-height: 0.9;
    margin: 0 0 20px;
	font-family: 'Montserrat';
	font-weight:700;
}
.service-name {
    font-size: 26px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 10px;
	font-family: 'Montserrat';
}
.service-headline {
    font-size: 42px;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 20px;
	font-family: 'Montserrat';
}
.service-description {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    margin: 0 0 20px;
	font-family: 'Montserrat';
}

/* Icon Grid Styling */
.service-icons {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    display: flex;
    flex-direction:column;
    gap: 25px;
}
.icon-item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 10px;
	font-family: 'Montserrat';
}
.list-icon {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
}
.icon-content h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
	font-family: 'Montserrat';
}
.icon-content p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 1.3;
	font-family: 'Montserrat';
}
.icon-content {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
/* Ending Paragraph Styling */
.service-ending-para {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    font-style: italic;
    margin-top: 20px;
}

/* Image Block Styling with Gradient Shadow Box */
.service-image {
    width: 50%;
    padding: 0 20px;
	border-radius:44px !important;
	
}
.gradient-shadow-box {
    padding: 10px 0px 20px 0px;
    border-radius: 2.75rem;
    background: linear-gradient(290deg, #F7851C, #FBA90E);
    display: inline-block;
    transition: box-shadow 0.3s ease;
}
.service-image img {
    width: 100%;
    border-radius: 44px !important;
    display: block;
    margin-left: -20px;
    margin-top: -30px;

}

/* Responsive Adjustments */
@media (max-width: 1024px) {
    .service-section {
        flex-direction: column;
        text-align: start;
        padding: 40px 20px;
    }
    .section-reverse {
        flex-direction: column;
        padding: 40px 20px;
    }
    .service-content, 
    .service-image {
        width: 100%;
        padding: 0;
    }
    .icon-item {
        width: 100%;
    }
    .service-number {
        font-size: 70px;
        margin-bottom: 15px;
    }
    .service-headline {
        font-size: 32px;
    }
    .service-description,
    .service-ending-para {
        font-size: 16px;
    }
}

/* Mobile Adjustments */
@media (max-width: 576px) {
    .service-section-wrapper {
        /* Ensure border remains visible on mobile */
        border: 4px solid #ff9000;
        padding: 20px;
        border-radius: 24px;
    }
    .service-number {
        font-size: 50px;
    }
    .service-name {
        font-size: 14px;
    }
    .service-headline {
        font-size: 20px;
    }
    .service-description {
        font-size: 14px;
    }
    .icon-item {
        gap: 8px;
    }
    .list-icon {
        width: 32px;
        height: 32px;
    }
    .icon-content h5 {
        font-size: 16px;
    }
    .icon-content p {
        font-size: 14px;
    }
    .service-ending-para {
        font-size: 16px;
    }
	.service-image img {
    width: 100%;
    border-radius: 44px !important;
    display: block;
    margin-left: -10px;
    margin-top: 10px;
}
	
	.section-reverse .service-image.gradient-shadow-box img{	
	margin-left:10px !important;
	}
	.section-reverse .gradient-shadow-box{
		padding:10px 0px 10px 0px !important;
	}
}


/* ----Service Post Tempate CSS Ends --- */