.contactform-sec {background:#001C55; padding:120px 0; position:relative; overflow:hidden;}
.contactform-sec #bg-wrap{position:absolute; left:0; top:0; right:0; bottom:0; mix-blend-mode:hue;}
.contactform-sec .custom-container{position:relative; z-index:1; max-width:1290px;}
.contactform-sec .side-content-sec{display: flex; flex-wrap: wrap; align-items: flex-start; margin: 0; justify-content:space-between }

.contactform-sec .side-content-sec .side-sec-title{color:#ffffff;}
.contactform-sec .side-content-sec .side-sec-des p{color:#ffffff;}
.contactform-sec .side-content-sec .row{display:flex; flex-direction:column; align-items:flex-start; width:40%; position: sticky; top: 130px;}
.contactform-sec .side-content-sec .contact-form-sec{margin:0; width:50%; padding:50px; box-shadow:0 0 10px rgba(0,0,0,0.1); border-radius:10px; background:#ffffff;}

.contactform-sec .side-content-sec .contact-form-sec .gform_heading{display:none;}


@media screen and (max-width: 1199px){		
	.contactform-sec {padding:100px 0;}	
}

@media screen and (max-width: 991px){
	.contactform-sec {padding:80px 0;}
}

@media screen and (max-width: 768px){}

@media screen and (max-width: 767px){
	.contactform-sec {padding:50px 0;}	
	.contactform-sec .side-content-sec .sub-title-with-line{text-align:center;}	
	.contactform-sec .side-content-sec .contact-form-sec{padding:25px;}	
}

@media screen and (max-width: 575px) {}

.offered-proform-sec {
    padding: 80px 20px;
    background: #ffffff;
}

/* Featured Products Section Styles */
.offered-proform-sec.featured-products-section .section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.offered-proform-sec.featured-products-section .section-subtitle {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
    margin-bottom: 0.5rem;
}

.offered-proform-sec.featured-products-section .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 1rem;
}

.offered-proform-sec.featured-products-section .section-intro {
    font-size: 1.125rem;
    color: #666;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Slider Navigation */
.offered-proform-sec .slider-navigation {
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
    padding: 0px 60px 0px 20px;
}

.offered-proform-sec .slider-btn {
    position: absolute;
    top: calc(50% - 25px);
    z-index: 999999;
    width: 50px;
    height: 50px;
    background: #ffffff;
    border: 2px solid #5ADBFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    pointer-events: all;
    box-shadow: 0 4px 15px rgba(90, 219, 255, 0.2);
}

.offered-proform-sec .slider-btn:hover {
    background: #5ADBFF;
    transform: scale(1.1);
    box-shadow: 0 8px 25px rgba(90, 219, 255, 0.4);
}

.offered-proform-sec .slider-btn svg {
    color: #5ADBFF;
    transition: color 0.3s ease;
}

.offered-proform-sec .slider-btn:hover svg {
    color: #ffffff;
}

.offered-proform-sec .slider-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.offered-proform-sec .slider-prev {
    left: 0;
}

.offered-proform-sec .slider-next {
    right: 0;
}

/* Slider Container */
.offered-proform-sec .featured-products-slider-container {
    position: relative;
    margin-bottom: 2rem;
    max-width: 1540px;
    margin: 0 auto;
}

/* Splide.js Container */
.offered-proform-sec .featured-products-slider {
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}

.featured-products-slider .splide__slide {
    display: flex;
    align-items: stretch;
    padding: 20px;
    border: 2px solid rgba(246, 246, 247, 1);
    border-radius: 10px;
    justify-content: center;
}

/* Splide.js specific styling - Critical for border visibility */
.offered-proform-sec .featured-products-slider .splide__track {
    overflow: visible;
    margin: 5px 0;
}

.offered-proform-sec .splide__list {
    height: auto;
}

.offered-proform-sec .featured-products-slider .splide__list {
    display: flex;
    align-items: stretch;
}

.offered-proform-sec .product-item a {
    text-decoration: none;
    color: inherit;
}

.offered-proform-sec .product-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.offered-proform-sec .product-item .woocommerce-loop-product__title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 0.5rem;
    line-height: 1.4;
    min-height: 58px;
}

.offered-proform-sec .product-item .price {
    font-size: 1.25rem;
    font-weight: 700;
    color: #111;
    margin-top: auto;
}

.offered-proform-sec .product-item .price del {
    font-size: 1rem;
    color: #999;
    margin-right: 0.5rem;
}

/* Product Actions */
.offered-proform-sec .product-item .product-actions {
    padding-bottom: 10px 5px;
}

.offered-proform-sec .product-item .mlp.add-to-cart-icon-btn.out-of-stock {
    background: #ccc;
    cursor: not-allowed;
}

/* Sale Badge */
.offered-proform-sec .product-item .onsale {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #ff4444;
    color: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    z-index: 1;
}

.offered-pro-form-sec {
    justify-content: flex-start;
	display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin: 0 0 1em;
}

@media(max-width: 768px) {
    .offered-pro-form-sec {
        padding: 50px 20px;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
        padding: 0 10px !important;
        margin: 0 !important;
        width: 100%;
        display: grid;
        justify-self: center;
    }

    .featured-products-slider .splide__slide {
        padding: 0;
        border: none;
    }

    .offered-proform-sec .slider-btn {
        width: 40px;
        height: 40px;
        top: calc(50% - 20px);
    }

    .offered-proform-sec.featured-products-section .section-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
	.offered-pro-form-sec {
		grid-template-columns: 1fr !important;
		gap: 15px !important;
		padding: 0 !important;
	}
}
.offered-pro-form-sec .custom-product {
    width: calc(25% - 30px);
    border-radius: 10px;
    border: 2px solid rgba(246, 246, 247, 1);
    background: #ffffff;
    padding: 20px;
    position: relative;
    padding-bottom: 100px;
}

@media(max-width: 768px) {
	.offered-pro-form-sec .custom-product {
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100%;
        border: 0px;
        margin-bottom: 20px !important;
		position: relative;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        height: 100%;
        display: flex;
        flex-direction: column;
    }

	.offered-pro-form-sec .custom-product .product-item{
        position: relative;
        padding: 20px;
        border-radius: 12px;
        background: transparent;
        box-shadow: unset;
        height: 100%;
        display: flex;
        flex-direction: column;
        margin: auto;
        width: 100%;
		padding-bottom: 0;
    }
}

.offered-pro-form-sec .custom-product .product-content {
    display: flex;
    flex-direction: column;
}

.offered-pro-form-sec .custom-product .product-content .woocommerce-loop-product__title {
	font-size: 1.5em !important;
	padding: .5em 0;
}

.offered-pro-form-sec .custom-product .product-content .price del{
	margin: 0;
}
.offered-pro-form-sec .custom-product .product-content .price{
	color: #000000 !important;
}

.offered-pro-form-sec .custom-product .product-content .price,
.offered-pro-form-sec .custom-product .product-content .price .woocommerce-Price-amount{
    display: inline;
    font-weight: 800 !important;
    margin-bottom: .5em;
    font-size: 1.2em;
}
.offered-pro-form-sec .custom-product .product-actions {
    margin: 0;
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
}
@media(max-width: 768px) {
	.offered-pro-form-sec .custom-product .product-actions {
    	position: relative;
        width: 90%;
        margin: auto;
        left: 0;
        right: 0;
	}
}
.offered-pro-form-sec .custom-product .product-actions .add_to_cart_button {
    flex: 1;
    background: #5ADBFF;
    color: #000;
    border: none;
    border-radius: 40px;
    padding: 18px 25px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    height: 48px;
    font-weight: bold;
}

.offered-pro-form-sec .custom-product .product-actions .quick-view-btn {
    background: #ffffff;
    color: #000;
    border: none;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
    padding: 12px;
}

.offered-pro-form-sec .custom-product .product-item img{
	width:100%; 
	object-fit:cover; 
	aspect-ratio:1/1;
}


.offered-pro-form-sec .custom-product .product-item .product-content h3{
	color:#111111; 
	margin-bottom:15px;
}

.offered-proform-sec .row,
.offered_courses-header{
	text-align:center; 
	justify-content:center; 
	margin-bottom:40px;
}
