/*------------------ Breadcrumb styling --------------------*/
.breadcrumbs
{
	background: linear-gradient(rgba(150, 60, 221, 0.1), rgba(17, 17, 69, 0.8)), url('../img/about-bread.png');
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.breadcrumb-container
{
	height: 34vh;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 1.5rem;
}

.breadcrumb-container .hero-heading
{
	font-size: 3rem;
}
/*------------------ Breadcrumb styling --------------------*/


/*------------------ Future protection styling ----------------*/
.future-protection-imgs
{
	margin: 2rem 0;
}

.future-protection-img
{
	border-radius: 6px;
}
/*------------------ Future protection styling ----------------*/



/*----------------------- Company value --------------------------*/
.values .container
{
	text-align: center;
}

.value
{
	margin: 3.6rem 0;
}

.value ion-icon
{
	color: var(--yellow-color);
	font-size: 2.6rem;
}

.value .value-heading
{
	font-size: 1.4rem;
	font-weight: 600;
}
/*----------------------- Company value --------------------------*/



/*----------------------------- Key Numbers ------------------------------*/
.key-numbers
{
	background: linear-gradient(rgba(10, 17, 79, 0.9), rgba(10, 17, 79, 0.9)), url("../img/hero-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.key-num-row
{
	margin: 3rem 0;
}

.key-no-img
{
	border-radius: 6px;
}

.key-number
{
	margin: 2rem 0;
	padding: 1rem;
	background: #ffffff;
	border-radius: 6px;
	text-align: center;
}

.key-number .heading
{
	font-size: 2.2rem;
	line-height: 1;
}

.key-number .para-line
{
	font-weight: 600;
	text-transform: uppercase;
}
/*----------------------------- Key Numbers ------------------------------*/




/*------------------------------- Highlights --------------------------------*/
.highlight
{
	margin: 2.8rem 0;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}

.highlight ion-icon
{
	color: var(--yellow-color);
	font-size: 3.2rem;
}

.highlight-heading
{
	font-size: 1.4rem;
	font-weight: 600;
}
/*------------------------------- Highlights --------------------------------*/



/*------------------------------- Our Team -------------------------------------*/
.team-members
{
	margin: 2rem 0;
	display: flex;
	flex-direction: column;
	gap: 4rem;
}

.team-member .member-img
{
	border-radius: 6px;
}

.team-member .member-content
{
	padding: 1rem;
}

.team-member .member-designation
{
	font-size: 0.8rem;
	font-weight: 500;
	text-transform: uppercase;
}

.team-member .member-name
{
	font-size: 1.6rem;
	font-weight: 600;
	margin: 0.6rem 0;
}
/*------------------------------- Our Team -------------------------------------*/



/*--------------------------------- About CTA -------------------------------------*/
.about-cta
{
	background: linear-gradient(rgba(10, 17, 79, 0.9), rgba(10, 17, 79, 0.9)), url("../img/hero-bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.about-cta .container .row
{
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
/*--------------------------------- About CTA -------------------------------------*/







/*-----------------------------------------------------------------------------------------*/
/*-------------------------------- Desktop screen styling --------------------------------*/
/*-----------------------------------------------------------------------------------------*/
@media screen and (min-width: 789px)
{
	/*----------- Breadcrumb styling ----------*/
	.breadcrumb-container 
	{
		height: 50vh;
	}


	/*-------------- Future styling --------------*/
	.future .container
	{
		text-align: center;
	}

	.future .para-line
	{
		max-width: 1050px;
		margin: 0 auto;
	}

	.future-protection-imgs
	{
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 1rem;
	}


	/*------------------------ Company values -----------------------*/
	.company-values
	{
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 4rem;
	}


	/*------------------------- Key Numbers ---------------------------*/
	.key-numbers .container .para-line
	{
		max-width: 800px;
	}

	.key-num-row
	{
		justify-content: center;
		align-items: flex-start;
	}

	.key-num-2-col
	{
		margin-top: 4rem;
	}


	/*------------------------------- Highlights -------------------------------*/
	.company-highlights .container
	{
		display: grid;
		grid-template-rows: repeat(2, 1fr);
		grid-template-columns: repeat(3, 1fr);
		gap: 4rem;
	}
	/*------------------------------- Highlights -------------------------------*/



	/*------------------------------------- Our team ----------------------------*/
	.our-team .container
	{
		text-align: center;
	}

	.team-members
	{
		flex-direction: row;
	}

	.team-member .member-content
	{
		text-align: left;
	}
	/*------------------------------------- Our team ----------------------------*/



	/*------------------------------------ About CTA ----------------------------*/
	.about-cta .container .row
	{
		flex-direction: row;
	}

	.cta-content-col
	{
		width: 160%;
		text-align: left;
	}

	.cta-btn-col
	{
		width: 40% !important;
	}
	/*------------------------------------ About CTA ----------------------------*/
}

.about {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    overflow: hidden;
}

.about-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 0 20px;
}

.about-content {
    position: relative;
}

.about-header {
    margin-bottom: 30px;
}

.gradient-text {
    background: linear-gradient(45deg, #2563eb, #3b82f6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.about-header .heading {
    font-size: 2.5rem;
    margin: 15px 0;
    color: #1e293b;
}

.para-line {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #64748b;
}

.about-image {
    position: relative;
}

.image-container.modern-shadow {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.image-container.modern-shadow:hover {
    transform: translateY(-10px);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(37, 99, 235, 0.1), rgba(59, 130, 246, 0.1));
    z-index: 1;
}

.hover-zoom {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.hover-zoom:hover {
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 992px) {
    .about {
        padding: 70px 0;
    }

    .about-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
        max-width: 800px;
        padding: 0 30px;
    }

    .about-content {
        order: 1;
        text-align: center;
    }

    .about-image {
        order: 2;
        max-width: 500px;
        margin: 0 auto;
    }

    .about-header {
        text-align: center;
        margin-bottom: 25px;
    }

    .about-header .heading {
        font-size: 2.2rem;
        text-align: center;
    }

    .gradient-text {
        text-align: center;
    }

    .para-line {
        font-size: 1.05rem;
        text-align: center;
        max-width: 700px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .about {
        padding: 60px 0;
        text-align: center;
    }

    .about-wrapper {
        gap: 35px;
        max-width: 600px;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-content {
        order: 1;
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about-image {
        order: 2;
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
    }

    .about-header {
        text-align: center;
        margin-bottom: 20px;
        width: 100%;
    }

    .about-header .heading {
        font-size: 2rem;
        text-align: center;
        margin: 15px auto;
    }

    .gradient-text {
        text-align: center;
        display: block;
        width: 100%;
    }

    .para-line {
        font-size: 1rem;
        text-align: center;
        line-height: 1.7;
        max-width: 550px;
        margin: 0 auto;
    }

    .image-container.modern-shadow {
        max-width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 576px) {
    .about {
        padding: 50px 0;
    }

    .about-wrapper {
        gap: 30px;
        max-width: 100%;
        padding: 0 15px;
    }

    .about-content {
        padding: 0 10px;
    }

    .about-image {
        max-width: 350px;
        width: 100%;
    }

    .about-header {
        margin-bottom: 20px;
    }

    .about-header .heading {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .gradient-text {
        font-size: 1rem;
    }

    .para-line {
        font-size: 0.95rem;
        line-height: 1.6;
        max-width: 100%;
        padding: 0 10px;
    }
}

@media (max-width: 480px) {
    .about {
        padding: 40px 0;
    }

    .about-wrapper {
        gap: 25px;
        padding: 0 15px;
    }

    .about-content {
        padding: 0 5px;
    }

    .about-image {
        max-width: 280px;
    }

    .about-header .heading {
        font-size: 1.6rem;
    }

    .gradient-text {
        font-size: 0.9rem;
    }

    .para-line {
        font-size: 0.9rem;
        line-height: 1.5;
        padding: 0 5px;
    }

    .image-container.modern-shadow {
        border-radius: 15px;
    }
}