/***       05. About Us Css       ***/
/************************************/

.about-us{
	padding: 100px 0;
}

.about-us-image{
	position: relative;
	background-image: url(../../images/about/about-bg-dot-shape.svg);
	background-repeat: no-repeat;
	background-size: auto;
	background-position: top left;
	padding: 0 85px;
	margin-right: 30px;
}

.about-image figure{
	display: block;
	border-radius: 999px 999px 0 0;
	overflow: hidden;
}

.about-image img{
	width: 100%;
	aspect-ratio: 1 / 1.45;
	object-fit: cover;
	border-radius: 999px 999px 0 0;
}

.about-customer-box{
	position: absolute;
	bottom: 60px;
	right: 0;
	width: 100%;
	max-width: 200px;
	text-align: center;
	background-color: var(--accent-color);
	border: 10px solid var(--white-color);
	border-radius: 999px 999px 0 0;
	padding: 50px 30px 20px;
	overflow: hidden;
	z-index: 1;
}

.about-customer-box::before{
	content: '';
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background-color: var(--primary-color);
    border-radius: 100px 100px 0 0;
    height: 100%;
    width: 100%;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    z-index: -1;
}

.about-customer-box:hover:before{
	top: 0;
	opacity: 1;
}

.about-customer-box h2{
	font-size: 46px;
	color: var(--white-color);
	margin-bottom: 10px;
}

.about-customer-box p{
	text-transform: capitalize;
	color: var(--white-color);
	margin-bottom: 0;
}

.about-item-box{
	margin-bottom: 40px;
}

.about-us-item{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
}

.about-us-item:last-child{
	margin-bottom: 0;
}

.about-us-item .icon-box{
	position: relative;
	margin-right: 20px;
}

.about-us-item .icon-box::before{
	content: '';
	position: absolute;
	top: 0;
	left: -2px;
	background-color: var(--secondary-color);
	border-radius: 50%;
	height: 32px;
	width: 32px;
	z-index: -1;
}

.about-us-item .icon-box img{
	max-width: 60px;
}

.about-item-content{
	width: calc(100% - 80px);
}

.about-item-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.about-item-content p{
	margin-bottom: 0;
}

.about-facility-box{
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	border-top: 1px solid var(--secondary-color);
	padding-top: 60px;
	margin-top: 60px;
}

.about-facility-item{
	width: calc(16.66% - 33.33px);
	text-align: center;
}

.about-facility-item .icon-box{
	margin-bottom: 15px;
}

.about-facility-item .icon-box img{
	max-width: 60px;
}

.about-facility-content p{
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 0;
}

/************************************/
   29. Premium About Us Section
   ========================================================================== */
.about-premium {
    position: relative;
    padding: 100px 0;
    background: #fff;
    overflow: hidden;
}

.about-premium::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10%;
    transform: translateY(-50%);
    width: 600px;
    height: 800px;
    background: url('../../images/about/about-bg-sketch.webp') no-repeat right center;
    background-size: contain;
    opacity: 0.08;
    pointer-events: none;
    z-index: 1;
}

.premium-collage {
    position: relative;
    display: flex;
    gap: 20px;
    padding-right: 40px;
}

.collage-main {
    flex: 0 0 55%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.collage-side {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 40px;
}

.collage-side div {
    border-radius: 12px;
    overflow: hidden;
    height: 220px;
}

.collage-side div img, .collage-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button-overlay {
    position: absolute;
    top: 45%;
    right: 32%;
    transform: translateY(-50%);
    z-index: 10;
}

.play-button-overlay a {
    width: 90px;
    height: 90px;
    background: #14183E;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border: 10px solid #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.play-button-overlay a:hover {
    background: #E16240;
    transform: scale(1.1);
}

.premium-about-content {
    padding-left: 30px;
    position: relative;
    z-index: 2;
}

.premium-about-content .section-title h3 {
    color: #E16240;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.premium-about-content .section-title h2 {
    font-size: 44px;
    line-height: 1.1;
    margin-bottom: 30px;
    color: #14183E;
    font-weight: 800;
}

.premium-about-content .section-title h2 .highlight {
    color: #E16240;
}

.premium-about-content .section-title p {
    color: #777;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
}

.premium-features {
    margin-bottom: 40px;
}

.premium-feature-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.premium-feature-item .icon-box {
    flex: 0 0 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #14183E; /* Match dark icon style in image */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.premium-feature-item .icon-box img {
    width: 100%;
}

.premium-feature-item .feature-info h4 {
    font-size: 20px;
    color: #14183E;
    margin-bottom: 10px;
}

.premium-feature-item .feature-info p {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}

.premium-cta {
    display: flex;
    gap: 40px;
    align-items: center;
}

.btn-premium {
    background: #E16240;
    color: #fff;
    padding: 18px 40px;
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.btn-premium:hover {
    background: #14183E;
    color: #fff;
}

.phone-call-box {
    display: flex;
    gap: 15px;
    align-items: center;
}

.phone-call-box .icon-box {
    width: 50px;
    height: 50px;
    background: #fff;
    color: #E16240;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    font-size: 18px;
}

.call-text span {
    display: block;
    font-size: 13px;
    color: #888;
}

.call-text strong {
    font-size: 18px;
    color: #14183E;
}

@media (max-width: 991px) {
    .premium-collage {
        margin-bottom: 50px;
        padding-right: 0;
    }
    .premium-about-content {
        padding-left: 0;
    }
    .premium-cta {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}

/* ==========================================================================
   30. Opera Akshar About Content
   ========================================================================== */
.about-premium-akshar {
    background: #f4f4f4; /* Light gray background as in image */
    padding: 100px 0;
}

.akshar-heading {
    font-size: 48px;
    color: #1a3333; /* Dark teal/black as in image */
    font-weight: 700;
    margin-bottom: 40px !important;
}

.akshar-text p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 5px;
    color: #222;
}

.akshar-cta {
    display: flex;
    gap: 15px;
    margin-top: 40px;
}

.btn-akshar-blue {
    background: #2b61e4;
    color: #fff;
    padding: 15px 50px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    min-width: 200px;
    transition: 0.3s;
}

.btn-akshar-dark {
    background: #1a1e24;
    color: #fff;
    padding: 15px 50px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    min-width: 200px;
    transition: 0.3s;
}

.btn-akshar-blue:hover, .btn-akshar-dark:hover {
    opacity: 0.9;
    color: #fff;
}

/* Sequential Rhythm for Akshar Content */
.about-premium-akshar .akshar-text p {
    font-size: 19px;
    margin-bottom: 24px;
    color: #475569;
    font-weight: 400;
}

.about-premium-akshar .akshar-heading {
    margin-bottom: 50px !important;
    font-size: 52px;
}

/* Increased Collage Sizes */
.premium-collage {
    gap: 30px; /* More gap */
}

.collage-main {
    flex: 0 0 62%; /* Larger main image */
}

.collage-side {
    gap: 30px;
    padding-top: 60px; /* Offset more */
}

.collage-side div {
    height: 320px !important; /* Significant height increase */
    border-radius: 15px;
}

.collage-main {
    border-radius: 15px;
}

.play-button-overlay a {
    width: 110px; /* Larger play button */
    height: 110px;
    font-size: 32px;
}

/* Spread Image Proper - Optimized for the Logo Banner */
.about-premium-akshar .collage-main {
    flex: 0 0 55%;
    height: 750px; /* Taller container to show more of the vertical logo */
    background: #fff;
    border: 1px solid #eee;
}

.about-premium-akshar .collage-main img {
    object-fit: contain; /* Don't crop the logo/text */
    padding: 30px;
    background: #fff;
}

.about-premium-akshar .collage-side {
    padding-top: 0; /* Align with top of logo */
}

.about-premium-akshar .collage-side div {
    height: 360px !important; /* Make side images taller to match new main height */
}

/* ==========================================================================
