@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');

.aboutus-hero-section{
    --dm-nav-height: 80px;
    --about-hero-offset: 250px;
    position: absolute;
    inset: 0; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 108vh;
    text-align: center;
    padding: 90px 60px 60px 60px;
    background-color: rgba(255,255,255,0.65);
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
}


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

p.aboutus-hero-section-paragraph{
    color:#374754;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
	font-family: "DM Sans", sans-serif;
    line-height: normal;
    padding: 5px 0;
    max-width: 1800px;
	margin: 0 auto;
	text-align: center;
    width: 100%;
}


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


.aboutus-hero-section-button.get-in-touch-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: 600;
	
}

.aboutus-hero-section-button.get-in-touch-button:hover{

	background-color: #fff;
	border: 2px solid #53A2E8;
	color: #53A2E8;
	
}


.aboutus-hero-section-button.learn-more-button{
    
	background-color: #fff;
	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;
	
}

.aboutus-hero-section-button.learn-more-button:hover{

	background-color: #53A2E8;
	border: 2px solid #53A2E8;
	color: #F5FCFF;
	
}

.aboutus-video-container-relative{
    position: relative;
    /* keep a sensible min-height; responsive overrides below will adjust for smaller screens */
    /* min-height: 700px; */
    height: 108vh;
    overflow: hidden; 
    margin-top: calc(-1 * var(--dm-nav-height, 80px));
    /* margin-bottom: 80px; */
}

/* Video Container */
.aboutus-video-container {
    /* position the video behind the overlay */
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    text-align: start;
}

.aboutus-video-iframe, .aboutus-video {
    width: 100%;
    height: 100%;
    min-height: 200px; /* fallback minimum */
    border: none;
    display: block;
    object-fit: cover;
}



.new-typical-agency-section-container{

    width: 100%;
    margin: 0px auto;
    padding: 2rem 75px;

}

.new-typical-agency-section{

    width: 100%;
    margin: 0 auto;
    padding: 9rem 75px;
    max-width: 1800px;
    justify-content: center;
    display: flex;
    background-color: #F4F6FF;
    align-items: center;
    min-height: 700px;
    height: fit-content;
    border-radius: 20px;
}

.new-typical-agency-section.new-typical-agency-section-two{

    background-color: #53A2E8;
}

.new-typical-agency-section-right-container{
    padding: 25px 25px;
    width: 55%;
    height: 100%;
}

.new-typical-agency-section-right{
    height: 100%;
    width: 100%;
}

.new-typical-agency-section-right img{
    height: 800px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}


.new-typical-agency-section-left-container{
    padding: 25px 25px;
    width: 45%;
    height: fit-content;
    align-content: center;
}


.new-typical-agency-section-left{
    height: fit-content;
    
}

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


.about-hero-section-button.get-in-touch-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: 600;
	
}

.about-hero-section-button.get-in-touch-button:hover{

	background-color: transparent;
	border: 2px solid #53A2E8;
	color: #53A2E8;
	
}



.about-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;
	
}

.about-hero-section-button.learn-more-button:hover{

	background-color: #53A2E8;
	border: 2px solid #53A2E8;
	color: #F5FCFF;
	
}

/* Homepage Image Grid Section */
.aboutus-image-grid-section {
	padding: 80px 75px;
	background-color: #fff;
}

.aboutus-image-grid-section .image-grid-container {
	max-width: 1800px;
    padding: 50px 0;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 20px;
}

.aboutus-image-grid-section .image-grid-item {
	overflow: hidden;
	border-radius: 8px;
	transition: transform 0.3s ease;
}

.aboutus-image-grid-section .image-grid-item:hover {
	transform: scale(1.05);
}

.aboutus-image-grid-section .image-grid-item img {
	width: 100%;
	height: 82px;
	object-fit: contain;
	display: block;
}


/* .not-your-typical-agency-section{
    width: 100%;
    justify-content: center;
}



.not-your-typical-agency-section{
    max-width: 1800px;
    padding: 75px 75px;
    width: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto;
}

.not-your-typical-agency-section-top{
    margin: 0 auto;
    padding: 50px 0;
    width: 100%;
    height: fit-content;
}

.not-your-typical-agency-section-top h2 {
    margin: 0 auto;
    justify-self: center;
    font-family: "Poppins", sans-serif;
	font-size: 64px;
	font-weight: 600;
	color: #3A3A4D;
	margin: 0;
	line-height: 1.1;
    max-width: 840px;
    width: 100%;
    padding: 10px 0;
}

.not-your-typical-agency-section-top p {
    color:#374754;
    font-optical-sizing: auto;
    font-style: normal;
    margin: 0 auto;
    font-weight: 400;
    font-size: 28px;
	font-family: "DM Sans", sans-serif;
    line-height: normal;
    padding: 5px 0;
    max-width: 840px;
    width: 100%;
}


.not-your-typical-agency-section-bottom{
    margin: 0 auto;
    overflow: hidden;
    height: 745px;
    width: 100%;
    background-position: top;
    position: relative;
    background-size: cover;
}

.eclipse-curved-div{
    background-color: white;
    height: 200px;
    width: 100%;
    position: absolute;
    border-radius: 90%;
    top: -20%;
} */



.about-hero-section-button-group-two{
    display: flex;
    width: fit-content;
    align-items: center;
}

 

.about-hero-section-button-two.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;
	
}

.about-hero-section-button-two.learn-more-button:hover{

	background-color: #53A2E8;
	border: 2px solid #53A2E8;
	color: #F5FCFF;
	
}


/* Our Values Section */
.our-values-section {
    background-color: #f8f9fa;
    padding: 120px 75px;
    width: 100%;
}

.our-values-container {
    max-width: 1800px;
    margin: 0 auto;
}

.our-values-header {
    text-align: center;
    margin-bottom: 60px;
}

.our-values-header h2 {
    font-family: "Poppins", sans-serif;
    font-size: 64px;
    font-weight: 600;
    color: #343a40;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.our-values-header p {
    font-family: "DM Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #343a40;
    margin: 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.our-values-grid {
    display: grid;
    grid-template-columns: repeat(5, auto);
    gap: 8px;
    justify-content: center;
    align-items: stretch;
    max-width: 1800px;
    margin: 0 auto;
}

.aboutus-value-card {
    background-color: #ffffff;
    padding: 20px;
    width: 250px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.aboutus-value-card:hover { transform: none; }

.value-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.value-icon svg {
    width: 100%;
    height: 100%;
}

.aboutus-value-card h3 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #343a40;
    margin: 0 0 15px 0;
}

.aboutus-value-card p {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #343a40;
    margin: 0;
    line-height: 1.5;
}


/* WE STARTED (scoped) */
.dm-westarted-section{
    padding: 9rem 75px;
    background: #F4F6FF;
}
.dm-westarted-container{
    max-width: 1800px;
    padding: 75px 75px;
    margin: 0 auto;
}
.dm-westarted-heading{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #3A3A4D;
    margin: 0 0 24px 0;
    line-height: 1.4;
}
.dm-westarted-list{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.dm-westarted-item{
    display: flex;
    align-items: center;
    gap: 12px;
}
.dm-westarted-icon{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #53A2E8;
    flex-shrink: 0;
    margin-top: 6px;
}
.dm-westarted-text{
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #3A3A4D;
    margin: 0;
    line-height: 1.5;
}

@media(max-width: 1200px){
    .dm-westarted-section{padding: 60px 50px}
    .dm-westarted-heading{font-size: 24px}
    .dm-westarted-text{font-size: 16px}
}
@media(max-width: 768px){
    .dm-westarted-section{padding: 40px 30px}
    .dm-westarted-heading{font-size: 20px;margin-bottom: 20px}
    .dm-westarted-text{font-size: 15px}
    .dm-westarted-list{gap: 14px}
}
@media(max-width: 480px){
    .dm-westarted-section{padding: 30px 20px}
    .dm-westarted-heading{font-size: 18px;margin-bottom: 16px}
    .dm-westarted-text{font-size: 14px}
    .dm-westarted-list{gap: 12px}
}

/* OUR JOURNEY (scoped) */
.dm-ourjourney-section{
    padding: 80px 75px;
    background:#ffffff;
}
.timeline-card { opacity: 0; transform: translateY(30px); }
.dm-ourjourney-container{max-width:1800px;margin:0 auto;padding: 75px 75px;}
.dm-ourjourney-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:30px;align-items:stretch}
.dm-ourjourney-left{display:flex;flex-direction:column;gap:16px;min-height:0}
.dm-ourjourney-section-heading{font-family:"DM Sans", sans-serif;font-weight:700;font-size:64px;color:#3A3A4D;margin:0 0 10px 0}
.dm-ourjourney-cards{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:16px;height:100%}
.dm-ourjourney-card{background:#F2F4F7;border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:15px;}
.dm-ourjourney-card--blue{background:#53A2E8;color:#FFFFFF}
.dm-ourjourney-card-text{font-family:"DM Sans", sans-serif;font-size:18px;line-height:1.5;color:#374754;margin:0; font-weight: 500;}
.dm-ourjourney-card--blue .dm-ourjourney-card-text{color:#F5FCFF}

.dm-ourjourney-right{display:grid;grid-template-rows:1fr auto;gap:16px;min-height:0}
.dm-ourjourney-image-wrap{border-radius:18px;overflow:hidden}
.dm-ourjourney-image{display:block;width:100%;height:100%;object-fit:cover}
.dm-ourjourney-stats-card{background:#F2F4F7;border-radius:14px;padding:16px}
.dm-ourjourney-stats-text{font-family:"DM Sans", sans-serif;font-size:18px;color:#374754;margin:0;font-weight: 500;}

@media(max-width:1200px){
    .dm-ourjourney-section{padding:60px 50px}
    .dm-ourjourney-section-heading{font-size:48px}
    .dm-ourjourney-image{height:300px}
}
@media(max-width:900px){
    .dm-ourjourney-grid{grid-template-columns:1fr}
    .dm-ourjourney-right{display:flex}
    .dm-ourjourney-image{height:300px}
    .dm-ourjourney-cards{grid-template-columns:1fr;grid-template-rows:auto;height:auto}
}
@media(max-width:480px){
    .dm-ourjourney-section{padding:40px 20px}
    .dm-ourjourney-section-heading{font-size:32px}
}




@media (max-width: 1600px) {

.new-typical-agency-section-container{

    width: 100%;
    margin: 0px auto;
    padding: 2rem 75px;

}

.not-your-agency-break-word{
    display: none;
}

.new-typical-agency-section{

    width: 100%;
    margin: 0 auto;
    padding: 4rem 50px;
    max-width: 1800px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background-color: #F4F6FF;
    align-items: center;
    min-height: 700px;
    height: fit-content;
    border-radius: 20px;
}

.new-typical-agency-section.new-typical-agency-section-two{
    flex-direction: column-reverse;
}

.new-typical-agency-section.new-typical-agency-section-two{

    background-color: #53A2E8;
}

.new-typical-agency-section-right-container{
    padding: 25px 25px;
    width: 100%;
    height: 100%;
}

.new-typical-agency-section-right{
    height: 100%;
    width: 100%;
}

.new-typical-agency-section-right img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 600px;
    border-radius: 20px;
}


.new-typical-agency-section-left-container{
    padding: 25px 25px;
    width: 100%;
    height: 100%;
    align-content: center;
}

}












/* Responsive Design */
@media (max-width: 1200px) {
    .aboutus-hero-section {
        /* reduce the extra offset a bit on narrower screens */
        --about-hero-offset: 200px;
        padding: calc(var(--dm-nav-height) + var(--about-hero-offset)) 50px 40px 50px;
        height: auto;
        min-height: 500px;
    }
    
    h1.aboutus-hero-section-bottom-header {
        font-size: 48px;
    }
    
    p.aboutus-hero-section-paragraph {
        font-size: 24px;
        max-width: 700px;
    }
    
    .aboutus-video-iframe, .aboutus-video {
        /* keep video fluid and covering the hero container */
        height: 100%;
    }

    .eclipse-curved-div{
        display: none;
    }

    
.new-typical-agency-section-container{

    width: 100%;
    margin: 0px auto;
    padding: 2rem 75px;

}

.new-typical-agency-section{

    width: 100%;
    margin: 0 auto;
    padding: 4rem 50px;
    max-width: 1800px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    background-color: #F4F6FF;
    align-items: center;
    min-height: 700px;
    height: fit-content;
    border-radius: 20px;
}

.new-typical-agency-section.new-typical-agency-section-two{

    background-color: #53A2E8;
}

.new-typical-agency-section-right-container{
    padding: 25px 25px;
    width: 100%;
    height: 100%;
}

.new-typical-agency-section-right{
    height: 100%;
    width: 100%;
}

.new-typical-agency-section-right img{
    height: 100%;
    max-height: 600px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}


.new-typical-agency-section-left-container{
    padding: 25px 25px;
    width: 100%;
    height: 100%;
    align-content: center;
}

    

    /* .not-your-typical-agency-section-bottom{
        height: 450px;
    } */


    .our-values-section {
        padding: 80px 50px;
    }

    .our-values-header h2 {
        font-size: 48px;
    }

    .our-values-header p {
        font-size: 20px;
    }

    .our-values-grid {
        padding: 0 50px;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .aboutus-value-card {
        min-height: 320px;
    }
    
    .value-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .aboutus-value-card h3 {
        font-size: 20px;
    }
    
    .aboutus-value-card p {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .aboutus-hero-section {
        /* mobile/tablet: use slightly smaller offset */
        --about-hero-offset: 150px;
        padding: calc(var(--dm-nav-height) + var(--about-hero-offset)) 30px 30px 30px;
        height: auto;
        min-height: 400px;
    }
    
    h1.aboutus-hero-section-bottom-header {
        font-size: 36px;
        margin: 20px 0;
    }
    
    p.aboutus-hero-section-paragraph {
        font-size: 18px;
        max-width: 100%;
        padding: 10px 0;
    }
    
    .aboutus-hero-section-button-group {
        flex-direction: row;
        gap: 15px;
        padding: 30px 0;
    }
    
    .aboutus-hero-section-button {
        width: 100%;
        max-width: fit-content;
        text-align: start;
    }
    
    /* Ensure the video stays absolutely positioned and fills the container on tablet */
    .aboutus-video-container {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        overflow: hidden;
    }
    .aboutus-video-iframe, .aboutus-video {
        height: 100%;
        min-height: 220px;
    }

        /* .not-your-typical-agency-section-bottom{
        height: 400px;
    } */



    .new-typical-agency-section-container{

        padding: 1.6rem 30px;

    }

    .new-typical-agency-section{

        width: 100%;
        margin: 0 auto;
        padding: 3rem 20px;
    }

    .new-typical-agency-section-right-container{
        padding: 10px 0;
        width: 100%;
        height: 100%;
    }

    .new-typical-agency-section-right img {
        max-height: 300px;
    }


    .new-typical-agency-section-left-container{
        padding: 0px 0px;
    }





    .our-values-section {
        padding: 60px 30px;
    }

    .our-values-header h2 {
        font-size: 36px;
    }

    .our-values-header p {
        font-size: 18px;
    }

    .our-values-grid {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 35px;
        gap: 15px;
    }

    .aboutus-value-card {
        padding: 25px 20px;
        min-height: 280px;
    }

    .value-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    
    .value-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .aboutus-value-card h3 {
        font-size: 18px;
    }

    .aboutus-value-card p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .aboutus-hero-section {
        /* small phones: slightly smaller offset to preserve vertical space */
        --about-hero-offset: 120px;
        padding: calc(var(--dm-nav-height) + var(--about-hero-offset)) 20px 20px 20px;
    }
    
    /* .not-your-typical-agency-section-bottom{
        height: 300px;
    } */

    
    h1.aboutus-hero-section-bottom-header {
        font-size: 28px;
        margin: 15px 0;
    }
    
    p.aboutus-hero-section-paragraph {
        font-size: 16px;
        padding: 8px 0;
    }
    
    /* Mobile: keep the container overlapping nav and reduce min-height */
    .aboutus-video-container {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        overflow: hidden;
    }
    .aboutus-video-iframe, .aboutus-video {
        height: 100%;
        min-height: 160px;
    }

    .our-values-section {
        padding: 40px 20px;
    }

    .our-values-header h2 {
        font-size: 28px;
    }

    .our-values-header p {
        font-size: 16px;
    }

    .our-values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 0 15px;
        width: 100%;
    }

    .aboutus-value-card {
        padding: 20px 15px;
        min-height: 200px;        
        max-width: 200px;
        width: 100%;
        min-width: 120px;
    }
    
    .value-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 12px;
    }
    
    .value-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    .aboutus-value-card h3 {
        font-size: 16px;
    }
    
    .aboutus-value-card p {
        font-size: 13px;
    }

    .new-typical-agency-section{

        padding: 0.5rem 20px;
    }

}


/* WHAT WE DO DIFFERENTLY (scoped) */
.dm-differently-section{padding:9rem 75px;background:#fff}
.dm-differently-container{max-width:1800px;margin:0 auto;padding: 75px 75px;}
.dm-differently-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}
.dm-differently-left{min-width:0}
.dm-differently-image-wrap{border-radius:16px;overflow:hidden}
.dm-differently-image{display:block;width:100%;height:420px;object-fit:cover}
.dm-differently-right{min-width:0}
.dm-differently-heading{font-family:"DM Sans", sans-serif;font-weight:700;font-size:32px;color:#3A3A4D;margin:0 0 16px 0}
.dm-differently-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:14px}
.dm-differently-item{display:flex;gap:14px;align-items:flex-start;background:#F5F8FE;border-radius:12px;padding:12px}
.dm-differently-item-icon{flex:0 0 28px;height:28px;border-radius:8px;background:#D6ECFF;box-shadow:inset 0 0 0 2px #B7DBFF}
.dm-differently-item-title{font-family:"DM Sans", sans-serif;font-weight:700;font-size:14px;color:#2C2C3A;margin:0}
.dm-differently-item-text{font-family:"DM Sans", sans-serif;font-weight:400;font-size:13px;color:#2C2C3A;margin:0}

@media(max-width:1000px){
  .dm-differently-grid{grid-template-columns:1fr}
  .dm-differently-image{height:340px}
}
@media(max-width:480px){
  .dm-differently-section{padding:40px 20px}
  .dm-differently-heading{font-size:24px}
  .dm-differently-image{height:260px}
}


/* we-partner-with-ambitious-businesses-container Section */

.we-partner-with-ambitious-businesses-container{
    padding: 80px 75px;
    background:#ffffff;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    justify-content: center;
}
  
.we-partner-with-ambitious-businesses-inner{

    width: 100%;
    margin: 0 auto;
    height: 800px;
    border-radius: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.we-partner-with-ambitious-businesses-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.8) 100%);
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: end;
    padding: 40px;
}

.we-partner-with-ambitious-businesses-overlay h3{
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    /* margin: 0 auto; */
    text-align: start;
}

.we-partner-with-ambitious-businesses-list{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.we-partner-with-ambitious-businesses-list-item{
    display: flex;
    align-items: center;
    gap: 12px;
}

.we-partner-with-ambitious-businesses-list-icon{
    width: 5px;
    height: 5px;
    flex-shrink: 0;
    background: #ffffff;
    border-radius: 4px;
}



.we-partner-with-ambitious-businesses-list-item p{
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 1.5
}


/* Responsive for We Partner Section */
@media (max-width: 1200px) {
    .we-partner-with-ambitious-businesses-container {
        padding: 60px 50px;
    }
    
    .we-partner-with-ambitious-businesses-inner {
        height: 700px;
    }
    
    .we-partner-with-ambitious-businesses-overlay h3 {
        font-size: 32px;
    }
    
    .we-partner-with-ambitious-businesses-list-item p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .we-partner-with-ambitious-businesses-container {
        padding: 40px 30px;
    }
    
    .we-partner-with-ambitious-businesses-inner {
        height: 600px;
    }
    
    .we-partner-with-ambitious-businesses-overlay {
        padding: 30px;
    }
    
    .we-partner-with-ambitious-businesses-overlay h3 {
        font-size: 24px;
    }
    
    .we-partner-with-ambitious-businesses-list {
        margin-top: 20px;
        gap: 12px;
    }
    
    .we-partner-with-ambitious-businesses-list-item {
        gap: 10px;
    }
    
    .we-partner-with-ambitious-businesses-list-item p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .we-partner-with-ambitious-businesses-container {
        padding: 30px 20px;
    }
    
    .we-partner-with-ambitious-businesses-inner {
        height: 500px;
    }
    
    .we-partner-with-ambitious-businesses-overlay {
        padding: 25px 20px;
        display: block;
        align-content: end;
    }
    
    .we-partner-with-ambitious-businesses-overlay h3 {
        font-size: 20px;
    }
    
    .we-partner-with-ambitious-businesses-list {
        margin-top: 16px;
        gap: 10px;
    }
    
    .we-partner-with-ambitious-businesses-list-item p {
        font-size: 13px;
    }
    
    .we-partner-with-ambitious-businesses-list-icon {
        width: 4px;
        height: 4px;
    }
}













































































:root {
    --background: #ffffff;
    --foreground: #0a0a0a;
    --primary: #53a2e8;
    --blue-300: #93c5fd;
    --blue-500: #53a2e8;
    --blue-600: #3b8dd3;
    }

    .text-balance {
    text-wrap: balance;
    }

    .border-3 {
    border-width: 3px;
    }

    .timeline-line {
    position: absolute;
    left: 1rem;
    top: 0;
    width: 4px;
    background: linear-gradient(to bottom, #93c5fd, #53a2e8, #3b8dd3);
    transform-origin: top;
    transform: scaleY(0);
    }

    @media (min-width: 768px) {
    .timeline-line {
        left: 3rem;
    }
    }

    /* Pulse animation for highlighted dot */
    @keyframes pulse-ring {
    0% { transform: scale(1.2); }
    50% { transform: scale(1.5); }
    100% { transform: scale(1.2); }
    }

    .pulse-ring {
    animation: pulse-ring 2s infinite;
    }

    /* SVG Icons */
    .icon-dot {
    width: 1.5rem;
    height: 1.5rem;
    fill: currentColor;
    }

/* Our Journey Hero Section */
.dm-journey-hero {
    position: relative;
    min-height: 80vh;
    background-color: #0a0a0a;
    display: flex;
    justify-content: center;
    width: 100%;
}

.dm-journey-hero .absolute {
    position: absolute;
    max-width: 1800px;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
}

.dm-journey-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dm-journey-hero .container {
    position: relative;
    max-width: 1800px;
    margin: 0 auto;
    padding: 80px 24px;
    width: 100%;
}

@media (max-width: 1200px) {
    .dm-journey-hero {
        min-height: 70vh;
    }
}

@media (max-width: 768px) {
    .dm-journey-hero {
        min-height: 60vh;
    }
    .dm-journey-hero .container {
        padding: 60px 20px;
    }
}

/* Our Journey timeline styles */
.dm-ourjourney-section .hero { text-align: center; padding: 3rem 1rem 2rem; }

/* Typography matching the homepage: Inter for headings, Open Sans for body text */
.dm-ourjourney-section .hero h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #3A3A4D;
    font-size: 64px;
    line-height: 1.05;
    margin: 0 0 12px 0;
}
.dm-ourjourney-section .hero p {
    font-family: "DM Sans", sans-serif;
    font-size: 28px;
    color: #374754;
    margin: 0;
}

.dm-ourjourney-section .counters {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 20px;
    max-width: 900px;
    margin: 32px auto;
}
.dm-ourjourney-section .counter {
    background: var(--primary);
    color: #fff;
    padding: 16px;
    border-radius: 12px;
    text-align: center;
}
.dm-ourjourney-section .counter-num {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-size: 3rem;
    line-height: 1;
}
.dm-ourjourney-section .counter-label {
    font-family: "DM Sans", sans-serif;
    font-size: 0.95rem;
    opacity: 0.9;
}

.dm-ourjourney-section .flow-container { position: relative; padding: 48px 0; }
.dm-ourjourney-section #timeline-line { position: absolute; left: 50%; top: 0; width: 6px; height: 100%; transform: translateX(-50%) scaleY(0); background: var(--primary); border-radius: 4px; }
.dm-ourjourney-section .milestones { max-width: 1100px; margin: 0 auto; padding: 0 1rem; position: relative; }
.dm-ourjourney-section .timeline-event { display: flex; flex-direction: column; gap: 18px; margin: 60px 0; align-items: stretch; }
@media (min-width: 768px) {
    .dm-ourjourney-section .timeline-event { flex-direction: row; align-items: flex-start; }
    .dm-ourjourney-section .timeline-event:nth-child(even) { flex-direction: row-reverse; }
}

.dm-ourjourney-section .content-card {
    flex: 1;
    background: var(--primary);
    color: #fff;
    padding: 28px;
    border-radius: 14px;
}
.dm-ourjourney-section .content-card h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 28px;
    margin: 0 0 8px 0;
}
.dm-ourjourney-section .content-card p {
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    margin: 0;
    color: rgba(255,255,255,0.95);
}

.dm-ourjourney-section .media-card { flex: 1; border-radius: 12px; overflow: hidden; border: 4px solid var(--primary); }
.dm-ourjourney-section .media-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dm-ourjourney-section .year-badge { display: inline-block; background: rgba(255,255,255,0.12); padding: 6px 10px; border-radius: 10px; font-weight: 600; margin-bottom: 10px; }

.dm-ourjourney-section .final-cta { text-align: center; padding: 48px 1rem; margin-top: 32px; border-radius: 10px; }
.dm-ourjourney-section .final-cta h2 { font-family: "Poppins", sans-serif; font-weight: 600; font-size: 32px; color: #fff; margin: 0 0 12px 0; }
.dm-ourjourney-section .final-cta p { font-family: "DM Sans", sans-serif; font-size: 18px; color: rgba(255,255,255,0.95); margin: 0 0 12px 0; }
.dm-ourjourney-section .cta-link { display: inline-block; background: #fff; color: var(--primary); padding: 12px 28px; border-radius: 40px; text-decoration: none; margin-top: 12px; }

/* initial offscreen state for GSAP-friendly CSS fallback */
.dm-ourjourney-section .timeline-event .content-card,
.dm-ourjourney-section .timeline-event .media-card { opacity: 0; transform: translateX(60px); }
.dm-ourjourney-section .timeline-event:nth-child(odd) .content-card,
.dm-ourjourney-section .timeline-event:nth-child(odd) .media-card { transform: translateX(-60px); }



/* Responsive typography adjustments */
@media (max-width: 1200px) {
    /* .not-your-typical-agency-section{ padding: 0px 50px; }
    .not-your-typical-agency-section-top h2 {	font-size: 42px;}
    .not-your-typical-agency-section-top p { font-size: 25px; } */
    .dm-ourjourney-section .hero h1 { font-size: 48px; }
    .dm-ourjourney-section .hero p { font-size: 24px; }
    .dm-ourjourney-section .content-card h3 { font-size: 24px; }
    .dm-ourjourney-section .content-card p { font-size: 16px; }
    .dm-ourjourney-section .counter-num { font-size: 2.4rem; }
}
@media (max-width: 768px) {
    /* .not-your-typical-agency-section{ padding: 0px 35px; }
    .not-your-typical-agency-section-top h2 {	font-size: 36px;}
    .not-your-typical-agency-section-top p { font-size: 20px; } */
    .dm-ourjourney-section .hero h1 { font-size: 36px; }
    .dm-ourjourney-section .hero p { font-size: 18px; }
    .dm-ourjourney-section .content-card h3 { font-size: 20px; }
    .dm-ourjourney-section .content-card p { font-size: 15px; }
    .dm-ourjourney-section .counter-num { font-size: 2rem; }
}
@media (max-width: 480px) {
    /* .not-your-typical-agency-section{ padding: 0px 25px; }
    .not-your-typical-agency-section-top h2 {	font-size: 32px;}
    .not-your-typical-agency-section-top p { font-size: 18px; } */
    .dm-ourjourney-section .hero h1 { font-size: 28px; }
    .dm-ourjourney-section .hero p { font-size: 16px; }
    .dm-ourjourney-section .content-card h3 { font-size: 18px; }
    .dm-ourjourney-section .content-card p { font-size: 14px; }
    .dm-ourjourney-section .counter-num { font-size: 1.6rem; }
}



/* YOUR FONTS */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&family=Open+Sans:wght@400;600&display=swap');

/* CLEAN JOURNEY SECTION */
.journey-clean-section {
  padding: 100px 20px;
  background: #fff;
  overflow: hidden;
}
.journey-clean-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

/* HEADER */
.journey-clean-header { text-align: center; margin-bottom: 80px; }
.journey-clean-title {
  font: 600 58px/1.1 "Poppins", sans-serif;
  color: #000;
  margin: 0 0 16px;
}
.journey-clean-subtitle {
  font: 400 26px/1.5 "DM Sans", sans-serif;
  color: #374754;
  max-width: 800px;
  margin: 0 auto;
}

/* TIMELINE LINE */
.journey-clean-timeline {
  position: relative;
  padding: 40px 0;
}
.journey-clean-timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0; bottom: 0;
  width: 3px;
  background: #53A2E8;
  transform: translateX(-50%);
  border-radius: 2px;
}

/* CARD */
.journey-card {
  position: relative;
  margin: 60px 0;
  display: flex;
  align-items: center;
  opacity: 0;
  transition: all 0.9s ease;
}
.journey-slide-left  { transform: translateX(-100px); }
.journey-slide-right { transform: translateX( 100px); }
.journey-card.visible { opacity: 1; transform: translateX(0)!important; }

/* YEAR BADGE */
.journey-year {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #53A2E8;
  color: white;
  font: 600 14px "Poppins", sans-serif;
  padding: 8px 20px;
  border-radius: 30px;
  z-index: 2;
  white-space: nowrap;
}

/* CARD CONTENT */
.journey-card-inner {
  background: #fff;
  padding: 32px 36px;
  border-radius: 16px;
  border: 2px solid #e6f0fa;
  width: 46%;
  position: relative;
}
.journey-slide-right .journey-card-inner { margin-left: auto; }

/* TYPO */
.journey-card h3 {
  font: 600 24px/1.3 "Poppins", sans-serif;
  color: #53A2E8;
  margin: 0 0 14px;
}
.journey-card p {
  font: 400 17px/1.7 "DM Sans", sans-serif;
  color: #374754;
  margin: 0 0 24px;
}
.journey-btn {
  background: transparent;
  border: 2px solid #53A2E8;
  color: #53A2E8 !important;
  padding: 10px 20px;
  border-radius: 30px;
  font: 600 14px "Poppins", sans-serif;
  cursor: pointer;
  transition: 0.3s;
}
.journey-btn:hover {
  background: #53A2E8 ;
  color: white !important;
}

/* MEDIA */
.journey-clean-media {
  max-width: 1100px;
  margin: 100px auto 0;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  align-items: start;
}
.journey-video {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.journey-photos {
  display: grid;
  gap: 16px;
}
.journey-photos img {
  width: 100%;
  border-radius: 12px;
  transition: 0.3s;
}
.journey-photos img:hover { transform: scale(1.04); }

/* MOBILE */
@media (max-width: 900px) {
  .journey-clean-title { font-size: 42px; }
  .journey-clean-subtitle { font-size: 20px; }
  .journey-clean-timeline::before { left: 30px; }
  .journey-year { left: 30px; transform: none; }
  .journey-card-inner { width: calc(100% - 80px); margin-left: 80px !important; }
  .journey-clean-media { grid-template-columns: 1fr; }
}
















/* We do differnelty Your Time Section */
.we-do-differently-time-section {
	padding: 9rem 75px;
	background-color: #53A2E8;
}

.we-do-differently-container {
	max-width: 1800px;
	padding: 9rem 75px;
	margin: 0 auto;
	color: #000000;
}

.we-do-differently-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: center;
}

.we-do-differently-image {
	position: relative;
	height: 100%;
}

.we-do-differently-image img {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
}

.we-do-differently-text {
	color: #000000;
	text-align: start;
}

.we-do-differently-heading {
	font-family: "Poppins", sans-serif;
	font-size: 48px;
	font-weight: 600;
	color: #374754;
	margin-bottom: 30px;
	line-height: 1.2;
}

.we-do-differently-list {
	list-style: none;
    align-items: center;
	padding: 0;
	margin: 0;
}

.we-do-differently-list li {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
	font-family: "DM Sans", sans-serif;
	font-size: 20px;
	color: #1d1c1c;
	font-weight: 400;
	line-height: 1.5;
}

.we-do-differently-list .checkmark-icon {
	flex-shrink: 0;
	margin-top: 2px;
}

.we-do-differently-list .checkmark-icon img{
	height: 30px;

}
/* We Won't Waste Your Time Responsive Design */


@media (max-width: 1500px) {
    
    h1.aboutus-hero-section-bottom-header {
		font-size: 56px;
	}
}


@media (max-width: 1500px) {
    
    h1.aboutus-hero-section-bottom-header {
		font-size: 48px;
	}
}


@media (max-width: 1200px) {
	.we-do-differently-time-section {
		text-align: start;
		padding: 80px 50px;
	}

	
	.we-do-differently-container {
		padding: 80px 50px;
	}
	
	.we-do-differently-content {
		gap: 60px;
		text-align: start;
	}
	
	.we-do-differently-heading {
		text-align: start;
		font-size: 42px;
	}
	
	.we-do-differently-image img {
		border-radius: 18px;
	}
}

@media (max-width: 900px) {
	.we-do-differently-time-section {
		text-align: start;
		/* padding: 60px 30px; */
	}
		
	.we-do-differently-container {
		padding: 0px 25px;
	}
	
	.we-do-differently-content {
		grid-template-columns: 1fr;
		gap: 50px;
		text-align: start;
	}
	
	.we-do-differently-heading {
		font-size: 36px;
		margin-bottom: 25px;
	}
	
	.we-do-differently-list {
		margin: 0;
	}
	
	.we-do-differently-list li {
		justify-content: flex-start;
		text-align: left;
		font-size: 16px;
		max-width: 500px;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 18px;
	}
	
	.we-do-differently-image {
		order: -1;
	}
	
	.we-do-differently-image img {
		border-radius: 15px;
		max-width: 100%;
		height: auto;
	}
}

@media (max-width: 768px) {
	.we-do-differently-time-section {
		padding: 0px 25px;
	}

	
	.we-do-differently-container {
		/* padding: 0px 30px; */
	}
	
	.we-do-differently-content {
		gap: 40px;
	}
	
	.we-do-differently-heading {
		font-size: 32px;
		margin-bottom: 20px;
	}
	
	
	.we-do-differently-list li {
		font-size: 15px;
		margin-bottom: 16px;
		gap: 12px;
	}
	
	.we-do-differently-image img {
		border-radius: 12px;
	}
}

@media (max-width: 600px) {
	.we-do-differently-time-section {
		padding: 40px 20px;
	}
	
	.we-do-differently-content {
		gap: 35px;
	}
	
	.we-do-differently-heading {
		font-size: 28px;
		margin-bottom: 15px;
	}
	
	.we-do-differently-list {
		margin: 0;
	}
	
	.we-do-differently-list li {
		font-size: 14px;
		margin-bottom: 14px;
		gap: 10px;
	}
	
	.we-do-differently-list .checkmark-icon {
		margin-top: 1px;
		flex-shrink: 0;
	}
	
	.we-do-differently-image img {
		border-radius: 10px;
	}
}

@media (max-width: 480px) {

      h1.aboutus-hero-section-bottom-header {
		font-size: 28px;
	}

	.we-do-differently-time-section {
		padding: 35px 15px;
	}
	
	.we-do-differently-content {
		gap: 30px;
	}
	
	.we-do-differently-heading {
		font-size: 24px;
		margin-bottom: 15px;
		line-height: 1.3;
	}
	
	.we-do-differently-list li {
		font-size: 13px;
		margin-bottom: 12px;
		gap: 8px;
		line-height: 1.4;
	}
	
	.we-do-differently-image img {
		border-radius: 8px;
	}
}

@media (max-width: 360px) {
	.we-do-differently-time-section {
		padding: 30px 12px;
	}
	
	.we-do-differently-heading {
		font-size: 22px;
	}
	
	.right-fit-text {
		font-size: 15px;
	}
	
	.we-do-differently-list li {
		font-size: 12px;
		margin-bottom: 10px;
	}
}






/* HERO 2.0 – ULTRA CLEAN */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&family=Open+Sans:wght@400;600&display=swap');

.hero-v2 {
  padding: 180px 24px 120px;
  background: #fff;
  overflow: hidden;
  position: relative;
  font-family: "DM Sans", sans-serif;
  color: #374754;
}
.hero-v2__inner { max-width: 1300px; margin: 0 auto; position: relative; }

.hero-badge {
  font: 600 16px/1 "Poppins", sans-serif;
  color: #53A2E8;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 24px;
  opacity: 0;
  transform: translateY(20px);
}
.hero-badge[data-animate] { animation: fadeUp 0.8s forwards; }

.hero-title {
  font: 600 72px/1.05 "Poppins", sans-serif;
  color: #000;
  margin: 0 0 32px;
  max-width: 1100px;
}
.hero-title span {
  display: block;
  opacity: 0;
  transform: translateY(30px);
}
.hero-title span[data-animate-delay] {
  animation: fadeUp 0.9s forwards;
  animation-delay: var(--delay, 0s);
}
.hero-highlight {
  color: #53A2E8;
  position: relative;
  display: inline-block;
}
.hero-highlight::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: 4px;
  height: 12px;
  background: rgba(83,162,232,0.2);
  z-index: -1;
}

.hero-sub {
  font-size: 28px;
  line-height: 1.5;
  max-width: 800px;
  margin: 0 0 48px;
  opacity: 0;
  transform: translateY(20px);
}
.hero-sub[data-animate-delay] { animation: fadeUp 0.9s forwards 1s; }

.hero-ctas {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(20px);
}
.hero-ctas[data-animate-delay] { animation: fadeUp 0.9s forwards 1.3s; }

.btn-primary, .btn-ghost {
  padding: 16px 32px;
  border-radius: 50px;
  font: 600 16px "Poppins", sans-serif;
  text-decoration: none;
  transition: all .3s;
  white-space: nowrap;
}
.btn-primary {
  background: #53A2E8;
  color: white;
}
.btn-primary:hover { background: #3d8dd6; transform: translateY(-2px); }
.btn-ghost {
  border: 2px solid #53A2E8;
  color: #53A2E8;
}
.btn-ghost:hover {
  background: #53A2E8;
  color: white;
}

.hero-media {
  margin-top: 80px;
  border-radius: 24px;
  overflow: hidden;
  opacity: 0;
  transform: scale(0.95);
  box-shadow: 0 30px 80px rgba(0,0,0,0.12);
}
.hero-media[data-animate-delay] { animation: scaleIn 1.2s forwards 1.6s; }
.hero-media video, .hero-media img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  display: block;
}

.scroll-hint {
  position: absolute;
  bottom: 40px; left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
}
.scroll-hint span {
  display: block;
  width: 2px; height: 40px;
  background: #53A2E8;
  margin: 0 auto 8px;
  animation: bounce 2s infinite;
}
.scroll-hint small {
  font: 600 12px "Poppins", sans-serif;
  color: #53A2E8;
  letter-spacing: 1px;
}
.scroll-hint[data-animate-delay] { animation: fadeUp 0.8s forwards 2s; }

/* Animations */
@keyframes fadeUp { to { opacity:1; transform:translateY(0); } }
@keyframes scaleIn { to { opacity:1; transform:scale(1); } }
@keyframes bounce {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(10px); }
}

/* Mobile */
@media (max-width: 900px) {
  .hero-title { font-size: 48px; }
  .hero-sub { font-size: 22px; }
  .hero-media video, .hero-media img { height: 400px; }
  .hero-ctas { justify-content: center; }
}
















/* Team Modal */
.our-journey-video-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	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;
}

.our-journey-video-modal-content {
	background-color: #fff;
	border-radius: 20px;
	max-width: 1400px;
	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);
	}
}

.close-modal {
	position: absolute;
	top: 5px;
	right: 5px;
	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;
}

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

.our-journey-video-modal-body {
	display: flex;
	padding: 40px;
    justify-content: center;

}



@media (max-width: 1200px) {

    
}

@media (max-width: 900px) {
	
	
	.our-journey-video-modal-body {
		flex-direction: column;
		text-align: center;
		padding: 30px;
		gap: 20px;
	}
}

@media (max-width: 768px) {
	
	
    
}

@media (max-width: 600px) {
	
	
	.our-journey-video-modal-content {
		margin: 10px;
		max-width: calc(100vw - 20px);
	}
	
	.our-journey-video-modal-body {
		padding: 20px;
		gap: 15px;
	}


}

@media (max-width: 480px) {

	
	.our-journey-video-modal-body {
		padding: 15px;
		gap: 12px;
	}
	
	
	.our-journey-video-modal-social .our-journey-video-section-social-icon {
		width: 35px;
		height: 35px;
	}
}



.our-journey-video-section {
	width: 100%;
	max-width: 1800px;
    margin: 0 auto;
    height: 100%;
}

.our-journey-video-container {
    margin: 0 auto;
	width: 100%;
}

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


.our-journey-video {
	width: 100%;
	height: 600px;
	object-fit: cover;
    margin: 0 auto;
	display: block;
}