@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* SERVICES HERO SECTION */
.services-hero-section{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* overlay fills the video container and tucks under navbar */
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 108vh;
    padding: 300px 75px 120px;
    background-color: #ffffffcc;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
}

h1.services-hero-section-header{
    font-family: "Poppins", sans-serif;
    color: #000;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    font-size: 64px;
    line-height: normal;
    max-width: 1800px;
    margin: 0;
}

.services-hero-section-paragraph{
    font-size: 22px;
    padding: 10px 0;
    max-width: 1600px;
}

p.section-paragraph{
    
    color: #53A2E8;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    font-family: "DM Sans", sans-serif;
    line-height: normal;
    /* padding: 15px 0; */
    width: 100%;
    margin: 0;
}


.services-hero-section-button-group{
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    padding: 25px 0;
}

.services-hero-section-button.get-started-button{
    background-color: #53A2E8;
    border: 2px solid #53A2E8;
    color: #F5FCFF;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    
}

.services-hero-section-button.get-started-button:hover{
    background-color: transparent;
    border: 2px solid #53A2E8;
    color: #53A2E8;
}

.services-hero-section-button.learn-more-button{
    background-color: transparent;
    border: 2px solid #53A2E8;
    color: #53A2E8;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
}

.services-hero-section-button.learn-more-button:hover{
    background-color: #53A2E8;
    border: 2px solid #53A2E8;
    color: #F5FCFF;
}

.services-video-container-relative{
    --dm-nav-height: 80px;
    --dm-hero-offset: 250px;
    position: relative;
    /* min-height: 700px; */
    height: 100vh;
    margin-top: calc(-1 * var(--dm-nav-height));
    /* margin-bottom: 80px; */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-video-container{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    text-align: start;
}

.services-video{
    width: 100%;
    height: 100%;
    min-height: 200px;
    border: none;
    display: block;
    object-fit: cover;
}


.service-page-service-list-container{
    width: 100%;
    margin: 0 auto;
    justify-content: center;
}

.services-about-content{
    max-width: 1800px;
    margin: 0 auto;
    padding: 3rem 0px;

}

.service-page-service-list-content h2{

    text-align: center;
    color: #374754;
    font-size: 48px;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;

}


.service-page-service-list {
    padding: 0px 75px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1800px;
}

.service-page-service-list-card {
    min-height: 450px;
    height: 100%;
    /* max-height: 600px; */
    padding: 40px 30px;
    /* background-color: #53A2E8; */
    background-color: #F5FCFF;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 25px;
    cursor: pointer;
}

.service-page-service-list-card .service-card-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.service-page-service-list-card .service-card-list i{
    color: #53A2E8;
    margin-right: 5px;
}

.service-page-service-list-card .service-card-list li{
    list-style-type: none;
    gap: 5px;
}


.service-page-service-list-card:hover{
    background-color: #53A2E8;
    color: white;
    transition-duration: 0.2s;
}


.service-page-service-list-card:hover .service-card-title{
    color: white;
    transition-duration: 0.2s;
}

.service-page-service-list-card:hover  .service-card-paragraph{
    transition-duration: 0.2s;
    color: white;
}

.service-page-service-list-card:hover .service-card-icon{

    transition-duration: 0.3s;
    background-color: #ffffff;
}
.service-page-service-list-card:hover .service-card-list i{
    color: #F5FCFF;
}



.service-page-service-list-card .service-card-icon{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #53A2E8;
    justify-content: center;
    justify-items: center;
    align-content: center;
}

.service-page-service-list-card .service-card-icon svg {
    height: 32px;
    width: 32px;
    color: #fff;

}
.service-page-service-list-card:hover .service-card-icon svg{
    color: #53A2E8;
}


.service-page-service-list-card .service-card-title{

    color: #000000;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;

}

.service-page-service-list-card .service-card-paragraph{
    color: #1e1e1f;
    font-size: 17px;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;

}

.service-page-service-list-card .services-page-service-list-card-cta {
    width: 100%;
    height: 20px;
    justify-content: end;
    text-align: end;
    padding: 20px 50px;
    color: #53A2E8;
}

.service-page-service-list-card:hover .services-page-service-list-card-cta {
    color: #fff;
}



/* Responsive Design for Services Hero and Cards */

@media (max-width: 1500px) {

    h1.services-hero-section-header{
        font-size: 56px;
    }
}
@media (max-width: 1400px) {
    .service-page-service-list {
        grid-template-columns: repeat(2, 1fr);
        padding: 50px 50px;
    }
}

@media (max-width: 1200px) {
    .services-hero-section {
        padding: calc(var(--dm-nav-height) + 200px) 50px 100px 50px;
        height: auto;
        min-height: 500px;
    }

    h1.services-hero-section-header {
        font-size: 48px;
    }

    p.services-hero-section-paragraph {
        font-size: 24px;
        max-width: 700px;
    }

    .services-video { height: 100%; min-height: 350px; }

        .service-page-service-list {
        grid-template-columns: repeat(2, 1fr);
        padding: 50px 50px;
    }
}

@media (max-width: 768px) {
    .services-hero-section {
        padding: calc(var(--dm-nav-height) + 150px) 30px 80px 30px;
        height: auto;
        min-height: 400px;
    }


    h1.services-hero-section-header {
        font-size: 36px;
        margin: 20px 0;
    }

    p.services-hero-section-paragraph {
        font-size: 18px;
        max-width: 100%;
        padding: 10px 0;
    }
    
    .services-hero-section-button-group {
        flex-direction: column;
        gap: 15px;
        padding: 30px 0;
    }
    
    .services-hero-section-button {
        width: 100%;
        max-width: 250px;
        text-align: center;
    }
    .services-video { height: 100%; min-height: 220px; }

    .service-page-service-list {
        grid-template-columns: repeat(1, 1fr);
        padding: 40px 30px;
        gap: 25px;
    }

    .service-page-service-list-card {
        min-height: 450px;
        height: 100%;
        max-height: fit-content;
        padding: 30px 25px;
    }

    .service-page-service-list-card .service-card-list {
        display: block;
        gap: 10px;
    }





}

@media (max-width: 480px) {
    .services-hero-section {
        padding: calc(var(--dm-nav-height) + 120px) 20px 60px 20px;
    }

    h1.services-hero-section-header {
        font-size: 28px;
        margin: 15px 0;
    }

    p.services-hero-section-paragraph {
        font-size: 16px;
        padding: 8px 0;
    }
    .services-video { height: 100%; min-height: 160px; }

    .service-page-service-list {
        grid-template-columns: 1fr;
        padding: 30px 20px;
        gap: 20px;
    }

    .service-page-service-list-card {
        min-height: 350px;
        height: 100%;
        max-height: fit-content;
        padding: 25px 20px;
    }
}

/* SERVICES ABOUT SECTION */
.services-about-section {
    background-color: #ffffff;
    /* padding: 80px 75px; */
    width: 100%;
}

.services-about-container {
    max-width: 1800px;
    padding: 80px 75px;
    margin: 0 auto;
    width: 100%;
}

.services-about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    /* make each column match height so the image can fill its cell */
    grid-auto-rows: 1fr;
}

.services-about-image-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
    /* ensure image fills the column height in two-column layout */
    height: 100%;
}

.services-about-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.services-about-content {
    display: flex;
    flex-direction: column;
    gap: 24px;

    /* keep content vertically centered beside the image */
    justify-content: center;
}

.services-about-headline {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 48px;
    line-height: 1.2;
    color: #000;
    margin: 0;
}

.services-about-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.services-about-text p {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #374754;
    margin: 0;
}

/* Responsive Design for Services About Section */
@media (max-width: 1200px) {
    .services-about-section {
        padding: 60px 50px;
    }
    
    .services-about-grid {
        gap: 40px;
    }
    
    .services-about-headline {
        font-size: 40px;
    }
    
    .services-about-text p {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .services-about-section {
        padding: 50px 30px;
    }

    /* container padding tuned for tablets and small desktops */
    .services-about-container {
        max-width: 1200px;
        padding: 0 20px;
        margin: 0 auto;
        width: 100%;
        box-sizing: border-box;
    }

    /* stack to single column and reduce gaps */
    .services-about-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        align-items: start;
    }

    .services-about-image-wrapper {
        border-radius: 12px 12px 0 0;
        height: auto; /* allow natural height when stacked */
    }

    /* image should scale but not overflow on tablets */
    .services-about-image {
        width: 100%;
        height: auto;
        max-height: 500px;
        display: block;
        object-fit: cover;
    }

    /* remove heavy internal padding on small screens and keep content near image */
    .services-about-content {
        padding: 0 10px;
        gap: 16px;
        justify-content: flex-start;
    }

    .services-about-headline {
        font-size: 32px;
    }

    .services-about-text {
        gap: 14px;
    }

    .services-about-text p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .services-about-section {
        padding: 40px 20px;
    }
    
    .services-about-grid {
        gap: 24px;
    }
    
    .services-about-headline {
        font-size: 28px;
    }
    
    .services-about-image {
        max-height: 360px;
    }

    .services-about-text p {
        font-size: 15px;
        line-height: 1.5;
    }
}



/* NEW SERVICE CARDS - FULLY STYLED & RESPONSIVE */
.new-services-showcase { padding: 5rem 0; background: #f9fafb; }
.new-services-grid { display: flex; flex-direction: column; gap: 4rem; }
.new-service-item { display: flex; flex-direction: row; gap: 3rem; align-items: center; }
.new-service-item.reverse { flex-direction: row-reverse; }
.new-service-text { flex: 1; }
.new-service-title { font-size: 2.5rem; font-weight: 600; margin-bottom: 1rem; color: #111; }
.new-service-desc { font-size: 1.25rem; line-height: 1.8; color: #374151; margin-bottom: 1.5rem; }
.new-service-list { list-style: none; padding: 0; margin: 0; font-size: 1.1rem; color: #4b5563; }
.new-service-list li { position: relative; padding-left: 1.5rem; margin-bottom: 0.75rem; }
.new-service-list li:before { content: ""; position: absolute; left: 0; top: 0.5rem; width: 0.5rem; height: 0.5rem; background: #3b82f6; border-radius: 50%; }

.new-service-card { 
    flex: 1; 
    background: #dbeafe; 
    border-radius: 1.5rem; 
    padding: 2.5rem; 
    /* box-shadow: 0 20px 40px rgba(0,0,0,0.1); */
    text-align: center;
    position: relative;
    overflow: hidden;
}
.new-service-card:before {
    content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    z-index: 0; border-radius: 1.5rem;
}
.new-service-card.bg-social:before { background: linear-gradient(135deg, #a855f7 0%, #ec4899 100%); }
.new-service-card.bg-content:before { background: linear-gradient(135deg, #10b981 0%, #14b8a6 100%); }
.new-service-card.bg-branding:before { background: linear-gradient(135deg, #f97316 0%, #f59e0b 100%); }
.new-service-card.bg-email:before { background: linear-gradient(135deg, #6366f1 0%, #a855f7 100%); }
.new-service-card.bg-web:before { background: linear-gradient(135deg, #0d9488 0%, #06b6d4 100%); }
.new-service-card.bg-seo:before { background: linear-gradient(135deg, #10b981 0%, #84cc16 100%); }
.new-service-card.bg-sessions:before { background: linear-gradient(135deg, #ec4899 0%, #f43f5e 100%); }
.new-service-card.bg-training:before { background: linear-gradient(135deg, #8b5cf6 0%, #a855f7 100%); }


.service-section.service-page-service-card-each{
    background-color: #fff;
    padding: 75px 75px;
    border-radius: 15px;

}

.new-service-card-icon { 
    position: relative; z-index: 1; margin-bottom: 1.5rem;
}
.new-service-card-icon svg { 
    width: 6rem; height: 6rem; color: white; opacity: 0.95;
}
.new-service-example { 
    position: relative; z-index: 1; color: #374151; font-size: 1rem; font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {
    .new-service-item, .new-service-item.reverse { flex-direction: column; }
    .new-service-title { font-size: 2rem; }
    .new-service-card { padding: 2rem; }
}

/* Audit Form Modal */
.audit-form-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.audit-form-modal.show {
    display: flex;
}

.audit-form-modal-content {
    background-color: #fff;
    border-radius: 20px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.audit-form-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #6B7280;
    cursor: pointer;
    z-index: 1001;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #F3F4F6;
    transition: all 0.3s ease;
    border: none;
    line-height: 1;
}

.audit-form-close:hover {
    background-color: #E5E7EB;
    color: #3A3A4D;
}

.audit-form-body {
    padding: 40px;
}

.audit-form-body h2 {
    font-family: "Poppins", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #19191B;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

.audit-form-body p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #787A82;
    margin: 0 0 30px 0;
    line-height: 1.5;
}

.audit-form-field-group {
    margin-bottom: 20px;
}

.audit-form-field-group label {
    display: block;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #19191B;
    margin-bottom: 8px;
}

/* .audit-form-field-group input,
.audit-form-field-group select,
.audit-form-field-group textarea { */

    
.audit-form-field-group input,
.audit-form-field-group textarea {
	width: 100%;
	padding: 12px 16px;
	border: 1px solid #E5E7EB;
	border-radius: 8px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	color: #19191B;
	background-color: #fff;
	transition: border-color 0.3s ease;
	box-sizing: border-box;
}


.audit-form-field-group select {
	width: 100%;
	padding-left: 16px !important;
	padding-right: 16px !important;
	border: 1px solid #E5E7EB;
	border-radius: 8px;
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	color: #19191B;
	background-color: #fff;
	transition: border-color 0.3s ease;
	box-sizing: border-box;
}


.audit-form-field-group input:focus,
.audit-form-field-group select:focus,
.audit-form-field-group textarea:focus {
    outline: none;
    border-color: #53A2E8;
}

.audit-form-field-group textarea {
    min-height: 120px;
    resize: vertical;
}

.audit-form-submit {
    width: 100%;
    padding: 14px 24px;
    background-color: #53A2E8;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.audit-form-submit:hover {
    background-color: #3b8dd3;
}

.audit-form-submit:disabled {
    background-color: #9CA3AF;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .audit-form-body {
        padding: 30px 20px;
    }
    
    .audit-form-body h2 {
        font-size: 24px;
    }
}



/*  Service videos Section */
.service-videos-section {
	padding: 20px 75px;
	background-color: #F4F6FF;
}

.service-videos-container {
	max-width: 1800px;
	margin: 0 auto;
}

.service-videos-header {
	text-align: center;
	margin-bottom: 40px;
}

.service-videos-heading {
	font-family: "Poppins", sans-serif;
    max-width: 1250px;
    width: 100%;
	font-size: 48px;
	font-weight: 600;
	color: #3A3A4D;
	margin-bottom: 20px;
    margin: 0 auto;
    text-align: center;
	line-height: 1.2;
}

.service-videos-subheading {
	font-family: "DM Sans", sans-serif;
	font-size: 20px;
	color: #374754;
    margin: 0 auto;
    max-width: 885px;
    width: 100%;
    text-align: center;
	font-weight: 400;
	margin: 0 auto;
	line-height: 1.5;
}

.video-section {
	width: 100%;
	max-width: 1800px;
	margin: 20px auto;
}

.video-container {
	width: 100%;
}

.video-wrapper {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	/* box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); */
}

.service-videos-video {
	width: 100%;
	height: 850px;
	object-fit: cover;
	display: block;
}

.play-button-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	transition: transform 0.3s ease;
}

.play-button-overlay:hover {
	transform: translate(-50%, -50%) scale(1.1);
}

.play-button {
	width: 120px;
	height: 120px;
	background-color: #53A2E8;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	/* box-shadow: 0 4px 20px rgba(83, 162, 232, 0.3); */
}

/* .loading-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
} */

.spinner {
	width: 60px;
	height: 60px;
	border: 4px solid rgba(83, 162, 232, 0.3);
	border-top: 4px solid #53A2E8;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/* Serious Growth Section Responsive Design */
@media (max-width: 1200px) {
	.service-videos-section {
		padding: 100px 50px;
	}
	
	.service-videos-heading {
		font-size: 42px;
	}
	
	.service-videos-subheading {
		font-size: 18px;
	}
	
	.feature-cards-grid {
		gap: 30px;
		margin-bottom: 60px;
	}
	
	.feature-card {
		padding: 35px 25px;
	}
	
	.feature-title {
		font-size: 18px;
	}
	
	.service-videos-video {
		height: 400px;
	}
}

@media (max-width: 900px) {
	.service-videos-section {
		padding: 80px 30px;
	}
	
	.service-videos-header {
		margin-bottom: 60px;
	}
	
	.service-videos-heading {
		font-size: 36px;
	}
	
	.service-videos-subheading {
		font-size: 16px;
	}
	
	.feature-cards-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
		margin-bottom: 50px;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.feature-card {
		width: 100%;
		height: 180px;
		padding: 15px 12px;
	}
	
	.feature-icon {
		margin-bottom: 12px;
	}
	
	.feature-icon img {
		width: 35px;
		height: 35px;
	}
	
	.feature-title {
		font-size: 14px;
		line-height: 1.3;
	}
	
	.service-videos-video {
		height: 450px;
	}
	
	.play-button {
		width: 70px;
		height: 70px;
	}
}

@media (max-width: 600px) {
	.service-videos-section {
		padding: 70px 20px;
	}
	
	.service-videos-header {
		margin-bottom: 50px;
	}
	
	.service-videos-heading {
		font-size: 28px;
	}
	
	.service-videos-subheading {
		font-size: 15px;
	}
	
	.feature-cards-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 15px;
		margin-bottom: 40px;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.feature-card {
		width: 100%;
		height: 160px;
		padding: 12px 10px;
	}
	
	.feature-icon {
		margin-bottom: 10px;
	}
	
	.feature-icon img {
		width: 30px;
		height: 30px;
	}
	
	.feature-title {
		font-size: 13px;
		line-height: 1.3;
	}
	
	.service-videos-video {
		height: 350px;
	}
	
	.play-button {
		width: 60px;
		height: 60px;
	}

	.play-button svg{
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 480px) {
	.service-videos-section {
		padding: 50px 35px;
	}
	
	.service-videos-header {
		margin-bottom: 40px;
	}
	
	.service-videos-heading {
		font-size: 24px;
	}
	
	.service-videos-subheading {
		font-size: 14px;
	}
	
	.feature-cards-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 12px;
		margin-bottom: 35px;
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.feature-card {
		width: 100%;
		height: 140px;
		padding: 10px 8px;
	}
	
	.feature-icon {
		margin-bottom: 8px;
	}
	
	.feature-icon img {
		width: 25px;
		height: 25px;
	}
	
	.feature-title {
		font-size: 12px;
		line-height: 1.3;
	}
	
	.service-videos-video {
		height: 250px;
	}
	
	.play-button {
		width: 50px;
		height: 50px;
	}
	
	.play-button svg{
		width: 18px;
		height: 18px;
	}
}

@media (max-width: 360px) {
	.service-videos-section {
		padding: 35px 12px;
	}
	
	.service-videos-header {
		margin-bottom: 35px;
	}
	
	.service-videos-heading {
		font-size: 22px;
	}
	
	.service-videos-subheading {
		font-size: 13px;
	}
	
	.feature-cards-grid {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		margin-bottom: 30px;
		max-width: 350px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.feature-card {
		width: 100%;
		height: 130px;
		padding: 8px 6px;
	}
	
	.feature-icon {
		margin-bottom: 6px;
	}
	
	.feature-icon img {
		width: 22px;
		height: 22px;
	}
	
	.feature-title {
		font-size: 11px;
		line-height: 1.3;
	}
	
	.service-videos-video {
		height: 250px;
	}
	
	.play-button {
		width: 45px;
		height: 45px;
	}
}