/* html {
    scroll-behavior: smooth;
} */

/* Global Font Family */
body {
    font-family: 'Nunito', sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
span {
    font-family: 'Nunito', sans-serif;
}
.head-title {
    line-height: 1.4;
    color: #FFFFFF;
    text-align: center;
    font-size: 65px;
    width: 85%;
    font-weight: 700;
    margin: 0 auto;
    text-shadow: 1px 1px #000000CC;
}
.head-sub-title {
    color: #222;
    font-size: 55px;
    font-weight: 600;
    text-align: center;
    text-shadow: 1px 1px #ffffff;
    margin-bottom: 30px;
}
.container {
    max-width: 1400px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.hero-section {
    background: linear-gradient(180deg, #6abaf8 0%, #2980b9 100%);
    position: relative;
    padding-bottom: 180px;
}
.hero-nav-wrap {
    background: linear-gradient(180deg, #6abaf8 0%, #2980b9 100%);
}

.hero-section .hero-nav-wrap {
    background: transparent;
}
.hero-section::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('background.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.15;
    z-index: -1;
    pointer-events: none;
}

.hero-nav {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: center;
}

.nav-right .menu-icon {
    font-size: 35px;
}

.hero-logo {
    width: 70px;
}

.nav-right {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}

.image-display-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    position: relative;
    gap: 20px;
    animation: slideUpFromBottom 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.custom-page-wrap {
    margin-top: 55px;
}
 .menu-switcher {
            position: relative;
            display: inline-block;
        }
        .menu-dropdown {
            display: none;
            position: absolute;
            right: 0;
            top: 45px;
            background-color: #ffffff;
            min-width: 180px;
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            z-index: 1000;
            border-radius: 8px;
            overflow: hidden;
        }
        .menu-option {
            color: #333333 !important;
            padding: 12px 20px;
            text-decoration: none;
            display: block;
            font-size: 16px;
            font-weight: 600;
            text-align: left;
            transition: 0.3s;
            border-bottom: 1px solid #eeeeee;
        }
        .menu-option:last-child {
            border-bottom: none;
        }
        .menu-option:hover {
            background-color: #f8f9fa;
            color: #2980b9 !important;
        }
        .menu-icon {
            cursor: pointer;
        }
@keyframes slideUpFromBottom {
    0% {
        opacity: 0;
        transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.side-mockups .small-screen {
    box-shadow: 0px 6px 41px 0px #00000052;
}

.side-mockups .small-screen.s2 {
    margin-left: 15px;
}

.side-mockups .small-screen.s10 {
    margin-right: 15px;
}

.side-mockups,
.side-image {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #5eb5f7;
    color: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 3px solid #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}


/* .play-button i {
    color: #fff;
    font-size: 28px;
    margin-left: 5px;
}

.hero-buttons .btn-google-plays .google-play-text .google-play-text-normal {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}

.hero-buttons .btn-google-plays .google-play-text .google-play-text-bold {
    font-weight: 700;
    line-height: 1;
} */

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(94, 181, 247, 0.3), 0 0 0 10px rgba(94, 181, 247, 0.3), 0 0 0 30px rgba(94, 181, 247, 0.3), 0 0 0 60px rgba(94, 181, 247, 0.3);
        box-shadow: 0 0 0 0 rgba(94, 181, 247, 0.3), 0 0 0 10px rgba(94, 181, 247, 0.3), 0 0 0 30px rgba(94, 181, 247, 0.3), 0 0 0 60px rgba(94, 181, 247, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(94, 181, 247, 0.3), 0 0 0 30px rgba(94, 181, 247, 0.3), 0 0 0 60px rgba(94, 181, 247, 0.3), 0 0 0 90px rgba(94, 181, 247, 0);
        box-shadow: 0 0 0 10px rgba(94, 181, 247, 0.3), 0 0 0 30px rgba(94, 181, 247, 0.3), 0 0 0 60px rgba(94, 181, 247, 0.3), 0 0 0 90px rgba(94, 181, 247, 0);
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(94, 181, 247, 0.3), 0 0 0 10px rgba(94, 181, 247, 0.3), 0 0 0 30px rgba(94, 181, 247, 0.3), 0 0 0 60px rgba(94, 181, 247, 0.3);
        box-shadow: 0 0 0 0 rgba(94, 181, 247, 0.3), 0 0 0 10px rgba(94, 181, 247, 0.3), 0 0 0 30px rgba(94, 181, 247, 0.3), 0 0 0 60px rgba(94, 181, 247, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(94, 181, 247, 0.3), 0 0 0 30px rgba(94, 181, 247, 0.3), 0 0 0 60px rgba(94, 181, 247, 0.3), 0 0 0 90px rgba(94, 181, 247, 0);
        box-shadow: 0 0 0 10px rgba(94, 181, 247, 0.3), 0 0 0 30px rgba(94, 181, 247, 0.3), 0 0 0 60px rgba(94, 181, 247, 0.3), 0 0 0 90px rgba(94, 181, 247, 0);
    }
}

.hero-last-content {
    width: 70%;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;
    text-shadow: 1px 1px #000000CC;
}

.hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.btn-explore {
    border: 3px solid #fff;
    border-radius: 30px;
    padding: 15px 25px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    background: rgba(255, 255, 255, 0.1);
    transition: 0.3s ease;
    box-shadow: 0px 0px 30px 0px #00000045;
}

.btn-explore:hover {
    background: #fff;
    color: #2980b9;
}

.hero-buttons .btn-google-plays {
    background-color:#000;
    border-radius:30px;
    color:#fff;
    text-decoration:none;
    transition:all .3s ease;
    box-shadow:0px 0px 30px 0px #00000040;
    padding:12px 30px;
    display:flex;
    align-items:center;
    border:2px solid transparent;
    gap:10px;
    cursor:pointer;
}
.hero-buttons .btn-google-plays:hover{
    color: #000;
    background-color:#fff;
    border: 2px solid #000;
}


.fa.fa-play {
    padding-left: 10px;
}
.btn-google-plays img {
    width: 30px;
}

.hero-section:after {
    background-color: #2d80b6;
    content: '';
    width: 100%;
    position: absolute;
    height: 120px;
    top: 100%;
}


.info-section {
    background-image: url(background1.webp);
    background-size: cover;
    background-position: center;
    padding: 90px 0px 120px;
    margin-top: -100px;
    position: relative;
    --c: 85;
    clip-path: ellipse(calc(var(--c) * 1%) 100% at bottom);
}

.info-section::after {
    content: "";
    height: 50px;
    width: 100%;
    background: linear-gradient(to top, #ffffff 0%, rgba(140, 198, 63, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.info-subtitle {
    color: #0F1628;
    width: 70%;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    margin: 10px auto;
}

.info-section .info-main .row .col-lg-5 {
    padding: 0 20px;
}

.sangho-card {
    background: linear-gradient(227.85deg, rgba(255, 255, 255, 0.81) 4.5%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(15px);
    border-radius: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 16px -1px 32px 0px #0000002E;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.sangho-card:hover {
    transform: translateY(-10px);
    box-shadow: 16px 15px 45px 0px #0000003D;
}

.card-background-img {
    position: absolute;
    bottom: -8px;
    right: 80px;
    width: 250px;
    opacity: 0.54;
    z-index: 0;
    pointer-events: none;
    transition: all 0.6s ease;

}

.sangho-card:hover .card-background-img {
    transform: scale(1.15) rotate(-5deg);
    opacity: 0.8;
}

.sangho-card .card-header-content {
    display: flex;
    margin-bottom: 20px;
    gap: 10px;
}

.sangho-card .feature-icon {
    height: 60px;
    width: 60px;
}

.sangho-card .card-body {
    position: relative;
    z-index: 1;
}

.sangho-card .card-body h3 {
    color: #56b4e9;
    line-height: 1.2;
    text-align: left;
}

.sangho-card .card-body p {
    color: #0F1628;
    line-height: 24px;
    font-size: 18px;
    text-align: left;
}

.main-img {
    object-fit: cover;
}

.green-footer {
    background-color: #badc58;
    height: 80px;
    width: 107%;
    position: absolute;
    bottom: 0;
    left: -7%;
    z-index: 1;
    border-radius: 30px 0px 40px 30px;
    opacity: 0.6;
}

.footer-text {
    color: #000;
    font-size: 26px;
    font-weight: 500;
    padding: 25px;
}


.bahujan-support-section .main {
    padding: 120px 0 100px 0;
}

.bahujan-support-section .main .row {
    justify-content: center;
}

.bahujan-support-section {
    position: relative;
    background: linear-gradient(180deg, #245472, #7fa9c2);
    background-image: url(background1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: visible;
    margin-bottom: 0; 
    z-index: 5; 
}

.content-box {
    border-top-left-radius: 0;
    border-top-right-radius: 60px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 8.24%, rgba(255, 255, 255, 0) 100%);
    padding: 30px;
}

.waves {
    position: absolute;
    width: 100%;
    height: 15vh;
    min-height: 100px;
    max-height: 150px;
    left: 0;
    pointer-events: none;
}

.waves-bottom {
    bottom: 0px;
    z-index: 1;
}

.waves-top {
    top: 0;
    transform: rotate(180deg);
    z-index: 1;
}

.wave-line {
    animation: move-forever 30s linear infinite;
}

@keyframes move-forever {
    0% {
        transform: translateX(-90px);
    }
    
    100% {
        transform: translateX(86px);
    }
}

.section-icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.section-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.section-header h3 {
    color: #56b4e9;
    font-weight: 500;
}

.content-box .description {
    color: #0F1628;
    line-height: 24px;
    font-size: 18px;
    text-align: left;
    padding-top: 0;
}

.feature-list {
	list-style: none;
	padding: 0;
	margin-top: 19px;
}

.feature-list li {
	position: relative;
	margin-bottom: 10px;
	color: #0F1628;
	font-weight: 500;
	font-size: 16px;
	padding-left: 22px; 
}

.feature-list li::before {
	content: "➜";
	position: absolute;
	left: 0;
	top: 1px;
	color: #56b4e9;
	font-size: 14px;
}

.content-box .feature-list {
	padding-left: 0;
}

.bahujan-support-section .main .container {
    position: relative;
}

.bahujan-support-section .main .phone-left {
    position: absolute;
    bottom: 0px;
    left: 20px;
}

.bahujan-support-section .main .phone-right {
    position: absolute;
    bottom: 0;
    right: -20px;
}

.bahujan-support-section .main .phone-right .phone-imag.back-phone {
    width: 50%;
}

.bahujan-support-section .main .phone-right .phone-imag.front-phone {
    width: 40%;
}

.phone-imag {
    transition: transform 0.4s ease;
}

.mobile-showcase {
    margin-top: 14px;
}

.showcase {
    position: relative;
    padding: 55px 0 60px 0;
    overflow: hidden;
    z-index: 10; 
    background: #fff; 
}
.showcase-title {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 60px;
    letter-spacing: -1px;
}
.slider {
	overflow: hidden;
	width: 100%;
}

.slider-track {
	display: flex;
	width: max-content;
	animation: scroll 70s linear infinite;
	will-change: transform;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

@-webkit-keyframes scroll {
	0% {
		-webkit-transform: translateX(0);
	}

	100% {
		-webkit-transform: translateX(-50%);
	}
}

.screen-item {
	width: 280px;
	text-align: center;
	margin-right: 25px;
	flex-shrink: 0;
}

.screen-item h2{
    font-size:22px;
    margin-bottom:20px;
}

.phone{
    width:270px;
    border-radius:35px;
    overflow:hidden;
    background:#fff;
    box-shadow:rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.phone img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.faq-section {
    padding: 50px 0px 60px 0;
}

.faq-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #0F1628; 
    margin-bottom: 40px;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: start; 
}

.faq-card {
    background: #BFE0F5;   
    border-radius: 35px;
    padding: 25px 30px;
    transition: all .35s ease;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04); 
    border: 1px solid rgba(255, 255, 255, 0.4); 
}

.faq-card:hover {
    background-color: #A5D6F2; 
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.faq-header {
    display: flex;
    align-items: center;
    gap: 20px;
}

.faq-icon {
    width: 80px;
    height: 80px;
    background: #5fb2e9; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden; 
}
.faq-card:hover .faq-icon{
        background:#F0F7FF;
}
.image {
    height: 50px;
}

.faq-header h3 {
    margin: 0;
    font-size: 28px;
    color: #070707; 
    flex: 1;
}

.faq-btn {
    width: 45px;
    height: 45px;
    border: 1.5px solid #163b5c; 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    cursor: pointer;
    flex-shrink: 0;
    color: #163b5c;
    transition: .3s;
}
.faq-card:hover .faq-btn{
    background:white;
}
.faq-desc {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin: 0;
    padding-left: 100px;
    transition: all .35s ease;
    line-height: 1.6;
    color: #1F2937; 
}

.faq-card.active .faq-desc {
    max-height: 300px;
    opacity: 1;
    margin-top: 12px;
}

.faq-card.active .faq-btn {
    background: #0F1628; 
    color: #fff;
    border-color: #0F1628;
}
.smart-tools-section {
    padding: 110px 0px;
    background-image: url('background1.webp');
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.smart-tools-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #ffffff 0%, rgba(140, 198, 63, 0) 100%);
    pointer-events: none;
    z-index: 10;
}

.main-title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    text-shadow: 0px 2px 4px #00000040;
}

.main-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 33%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 250%;
    background: radial-gradient(circle, #ffffff, rgba(255, 255, 255, 0) 70%);
    z-index: -1;
    filter: blur(15px);
    pointer-events: none;
}

.main-title .highlight {
    color: #56b4e9;
}

.main-subtitle {
    color: #0F1628;
    font-size: 22px;
    margin-top: 20px;
}

.main-desc {
    color: #0F1628;
    width: 55%;
    margin: 15px auto;
    line-height: 1.4;
    font-size: 18px;
}

.btn-explore-blue {
    background: #00acee;
    color: #ffffff;
    padding: 12px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 0px 30px 0px #00000045;
}

.btn-explore-blue:hover {
    background: #ffffff;
    color: #0F1628;
    border: 3px solid #00acee;
}

.right-card-btn .btn-explore-blue {
    display: none;
}

.custom-tool-card {
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	cursor: pointer;
	padding-top: 15px;
}

.custom-tool-card:hover {
	transform: translateY(-10px) scale(1.02);
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px;
	border-radius: 30px;
	
}

.phone-stand-slot {
    border-radius: 18px;
    padding: 0 15px;
}

.solution-slider {
    width: 100%;
    margin: 0 auto;
}

.solution-slider .sol-slide {
    outline: none;
}

.solution-slider .sol-slide img {
    width: 100%;
    display: block;
    border-radius: 12px;
}

.custom-tool-card .card-info {
    background: rgba(188, 222, 245, 0.92);
    border: 3px solid #ffffff;
    border-radius: 15px;
    padding: 100px 20px 20px;
    box-shadow: 0px 3px 18.1px 0px #0000003D;
    margin-top: -90px;
    transition: all 0.4s ease;
}

.card-info h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: left;
}

.card-info p {
	color: #333333;
	font-size: 0.95rem;
	line-height: 1.4;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 5.6em;
}

.side-card {
    margin-top: 60px;
}

.center-card-btn {
    text-align: center;
    margin-top: 30px;
}
.reviews-section {
    padding: 55px 0px 55px 0;
    background-color: #ffffff;

}
.reviews-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    height: 140px;
    background: radial-gradient(
        ellipse at 50% 0%, 
        rgba(0, 0, 0, 0.08) 0%,   
        rgba(0, 0, 0, 0.03) 40%, 
        rgba(255, 255, 255, 0) 80%
    );
    filter: blur(40px); 
    z-index: -1;
    pointer-events: none;
}
/* .reviews-title {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 60px;
    letter-spacing: -1px;
} */

.reviews-grid {
    column-count: 4; 
    column-gap: 20px;
}

.review-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    padding: 20px;
    margin-bottom: 24px;
    break-inside: avoid;   /* тнР important for masonry */
}
.user-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}
.avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}
.user-details .name {
    display: block;
    font-weight: 600;
    font-size: 16px;
    color: #111827;
}

.review-stars{
    font-size: 14px;
    color: green;   
    letter-spacing: 0px;
    margin-top: 2px;
    line-height: 1;
}
.review-text {
    font-size: 16px;
    line-height: 1.6;
    color: #374151;
    margin: 0;
}
.reviews-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 34px;
    background: #0f172a;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    width: fit-content;
    margin: 30px auto 0;
}
.google-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.reviews-btn:hover {
    background: #f0f1f3;
    color: #0f172a;
    border: 1px solid #0f172a;
}

.explore-features-section {
    position: relative;
    z-index: 1;
    padding: 115px 0px;
    background-image: url("backgroung3.webp");
    background-size: cover;
    background-position: center;
}

.explore-features-section::after {
    content: "";
    height: 50px;
    width: 100%;
    background: linear-gradient(to top, #ffffff 0%, rgba(140, 198, 63, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

/* .explore-title {
    color: #0F1628;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
} */

.explore-subtitle {
    color: #0F1628;
    width: 40%;
    margin: 15px auto;
    line-height: 1.4;
    font-size: 18px;
    text-align: center;
}
.slider {
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
    background: transparent;
    position: relative;
    margin: 0; 
}

.slide-track {
    display: flex;
    align-items: center; 
    gap: 50px; 
    width: max-content; 
}

.slide {
    display: flex; 
    align-items: center;
    gap: 15px; 
    flex-shrink: 0;
    padding: 12px 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 8.24%, rgba(255, 255, 255, 0) 100%);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100px; 
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    cursor: pointer;
}
.slide img {
    height: 45px; 
    width: auto;   
    border-radius: 10px; 
    object-fit: contain;
}
.slide span, .slide h1 {
    font-size: 20px;
    font-weight: 600;
    color: #000; 
    font-family: 'Josefin Sans', sans-serif;
    margin: 0;
}
.slide-track {
    animation: scroll 80s linear infinite;
}

.reverse {
    animation: scroll-reverse 90s linear infinite;
}

@keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); } 
}

@keyframes scroll-reverse {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}

.heros-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    margin-bottom: 50px;
    width: 100%;
    border-radius: 10px;
}
.one-app-section {
    background: #fff;
    padding: 45px 0px 70px 0;
    overflow: hidden;
}

.phone-main-img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.12));
}

.app-content-wrapper {
    padding: 20px;
    text-align: center;
}

.title-blue {
    color: #00adef;
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 600;
}

.title-green {
    color: #4caf50;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 25px;
}

.app-description {
    color: #333;
    font-size: 17px;
    line-height: 1.6;
    margin: 0 auto 35px;
    width: 65%;
}

.btn-google-play {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: black;
    color: white !important;
    padding: 16px 35px;
    border: 3px solid #FFFFFF;
    border-radius: 65px;
    box-shadow: 0px 0px 30px 0px #00000045;
    text-decoration: none;
    transition: 0.3s;
}

.btn-google-play:hover {
    background: #ffffff;
    color: #0F1628 !important;
    border: 3px solid #131314;
}

.trust-badges {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    justify-content: center;
}
.trust-badges .fas {
	display: flex;
	gap: 10px;
	align-items: center;
}

.trust-badges .fas p {
	font-weight: 400;
}
.sangho-footer {
    margin-top: 55px;
    background-color: #8EC222;
    padding: 40px 0 30px;
    color: #ffffff;
    position: relative;
}

.sangho-footer:before {
    content: '';
    height: 30px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(127, 181, 42, 0) 0%, rgba(127, 181, 42, 0.4) 40%, rgba(127, 181, 42, 0.7) 70%, #8EC222 100%);
    position: absolute;
    top: -30px;
}

.footer-logo {
    width: 60px;
    background: #fff;
    padding: 5px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.footer-desc {
    font-size: 16px;
    line-height: 1.5;
    max-width: 400px;
    margin-bottom: 85px;
}

.social-links {
    gap: 12px;
}

.social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #ffffff;
    color: #00adef;
    border: 2px solid #00adef;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}

.footer-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.footer-links ul {
    list-style: none;
    padding-left: 0;
}

.footer-links ul li {
    margin-bottom: 10px;
}

.footer-links ul li a {
    color: #FFFFFF;
    font-size: 16px;
    transition: 0.3s;
    font-weight: 500;
}

.footer-bottom {
    text-align: center;
    margin-top: 5px;
}

.footer-bottom p {
    opacity: 0.9;
}
.border-bottom {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
}
.footer-bottom a {
	text-decoration: none !important;
	border-bottom: none !important;
}
.btn-google-plays.google-play-footer {
    background-color:#000;
    border-radius:30px;
    color:#fff;
    border: 2px solid #000;
    text-decoration:none;
    transition:all .3s ease;
    box-shadow:0px 0px 30px 0px #00000040;
    padding:12px 30px;
    display:flex;
    align-items:center;
    gap:10px;
    margin-top:20px;
    width:max-content;
    cursor:pointer;
}

.google-play-text-normal{
    display:block;
    font-size:12px;
    font-weight:500;
    line-height:1;
}

.google-play-text-bold{
    font-weight:700;
    line-height:1;
}
.btn-google-plays.google-play-footer:hover{
    background:#ffffff;
    border: 2px solid #000;
    color:#000
}

/* Language Switcher Styles */
.language-switcher {
    position: relative;
    display: inline-block;
}
.border-bottom {
    font-size: 16px;
    font-weight: 700;
}
.lang-toggle-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: unset;
    border: none;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}

.lang-toggle-btn .fa-globe {
    font-size: 16px;
}

.arrow-icon {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.lang-toggle-btn.active .arrow-icon {
    transform: rotate(180deg);
}

.lang-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    overflow: hidden;
}

.lang-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 18px;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.lang-option:last-child {
    border-bottom: none;
}

.lang-option:hover {
    background: linear-gradient(90deg, rgba(94, 181, 247, 0.1) 0%, rgba(94, 181, 247, 0.05) 100%);
    padding-left: 22px;
}

.lang-option.active {
    background: linear-gradient(90deg, rgba(94, 181, 247, 0.15) 0%, rgba(94, 181, 247, 0.08) 100%);
    color: #2980b9;
    font-weight: 600;
}

.lang-code {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    min-width: 35px;
}

.lang-name {
    flex: 1;
    margin-left: 12px;
    font-size: 14px;
    font-weight: 500;
}

.lang-option .fa-check {
    color: #4caf50;
    font-size: 14px;
    animation: checkmark 0.3s ease;
}

@keyframes checkmark {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Content Slider Styles */
.services-content-slider,
.solutions-content-slider {
    display: block !important;
    width: 100%;
}

.services-content-slider:not(.slick-initialized)>div:not(:first-child),
.solutions-content-slider:not(.slick-initialized)>div:not(:first-child) {
    display: none;
}

/* Mobile Responsive */

@media (max-width: 1150px) {
    .card-body h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .hero-section:after {
        top: 99.5%;
    }

    .footer-text {
        font-size: 20px;
    }

    .btn-explore-blue {
        padding: 12px 20px;
    }

    .card-info h3 {
        font-size: 18px;
    }
}
@media (max-width: 1024px) {
    .reviews-grid {
        column-count: 3;
    }

    .review-card {
        padding: 18px;
    }

    .review-text {
        font-size: 15px;
    }
    .screen-item{
        width:240px;
    }
    .phone{
        width:230px;
        height:480px;
    }
        .faq-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .faq-header h3 {
        font-size: 24px;
    }

    .faq-icon {
        width: 70px;
        height: 70px;
    }

    .head-title{
        font-size:48px;
        width:90%;
    }

    .head-sub-title{
        font-size:40px;
    }
}
@media (max-width: 991px) {
    .hero-text-content {
        width: 100%;
        font-size: 35px;
        line-height: 1.2;
    }

    .hero-last-content {
        max-width: 80%;
    }

    .info-section {
        --c: 100;
    }

    .sangho-footer {
        text-align: center;
        padding: 40px 15px 60px !important;
        height: auto !important;
        overflow: visible !important;
    }

    .bahujan-support-section .main .content-box-left {
        width: 50%;
        float: left;
    }

    .bahujan-support-section .main .phone-left {
        float: right;
        width: 50%;
        text-align: center;
        position: unset;
    }

    .bahujan-support-section .main .content-box-right {
        width: 50%;
        float: right;
    }

    .bahujan-support-section .main .phone-right {
        position: unset;
        float: left;
        width: 50%;
        text-align: center;
    }

    .bahujan-support-section .main .phone-right .phone-imag.front-phone,
    .bahujan-support-section .main .phone-right .phone-imag.back-phone {
        width: unset;
    }

    .footer-desc {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .social-links {
        justify-content: center;
        margin-bottom: 30px;
    }

    .footer-links {
        text-align: left;
    }

    .btn-outline-white {
        margin: 10px auto !important;
    }

    .footer-bottom {
        margin-top: 30px;
        border-top: 1px solid #fff;
    }

    .sangho-footer:before {
        height: 20px;
        top: -20px;
        left: 0px;
    }

    .bahujan-support-section .waves {
        height: 50px;
        min-height: 40px;
    }

    .content-box {
        margin-bottom: 40px;
        padding: 30px 15px;
    }

    .section-header h3 {
        line-height: 1.3;

        br {
            display: none;
        }
    }

    .image-display-container {
        gap: 10px;
    }

    .info-main .row>[class*='col-'] {
        margin-bottom: 30px !important;
    }

    .features-grid {
        width: 80%;
    }

    .feature-item {
        padding: 10px;
    }

    .title-blue {
        font-size: 30px;
        line-height: 1.2;
    }

    .title-green {
        font-size: 25px;
    }

    .app-description {
        width: 100%;
    }

}

@media (max-width: 768px) {
    .side-image {
        margin: auto;
    }

    .hero-last-content {
        font-size: 18px;
        max-width: 95%;
        margin-top: 20px;
    }

    .hero-buttons {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
    }

    .lang-dropdown {
        min-width: 180px;
    }

    .lang-option {
        padding: 10px 15px;
    }

    .one-app-section {
        padding: 50px 0;
    }

    .app-content-wrapper {
        text-align: center;
    }

    .btn-google-play {
        margin: 0 auto;
        padding: 15px 30px 15px 24px;
    }

    .trust-badges {
        margin-left: 0 !important;
        margin-top: 30px;
        flex-direction: column;
        align-items: center;
        gap: 7px;
        width: 100%;
    }

    .green-footer {
        width: 100%;
        left: 0;
        border-radius: 0 0 40px 40px;
    }

    .footer-text {
        font-size: 20px;
        padding: 15px;
        text-align: center;
    }

    .main-title {
        font-size: 35px;
    }
    .slide img { height: 35px; }
    .slide span { font-size: 18px; }
    .slide-track { gap: 30px; }
    .slider-track{
        gap:18px;
    }
    .screen-item{
        width:210px;
    }
    .phone{
        width:200px;
        height:420px;
        border-radius:28px;
    }
    .head-title{
        font-size:34px;
        line-height:1.3;
        width:95%;
    }

    .head-sub-title{
        font-size:28px;
        line-height:1.3;
        margin-bottom:16px;
    }
    .reviews-section {
        padding: 60px 0;
    }

    .reviews-grid {
        column-count: 2;
        column-gap: 15px;
    }

    .review-card {
        border-radius: 18px;
        padding: 16px;
    }

    .user-details .name {
        font-size: 14px;
    }

    .review-text {
        font-size: 14px;
        line-height: 1.5;
    }

    .reviews-btn {
        font-size: 14px;
        padding: 12px 26px;
    }
}

@media(max-width: 767px) {
    .side-card {
        margin-top: 0;
    }

    .custom-tool-card .card-info {
        max-width: 400px;
        margin: -90px auto 20px;
    }

    .phone-stand-slot {
        text-align: center;
    }

    .center-card-btn .btn-explore-blue {
        display: none;
    }

    .right-card-btn .btn-explore-blue {
        display: none;
    }

    .info-section {
        --c: 200;
    }

    .info-subtitle {
        width: 100%;
    }

    .mobile-showcase {
        text-align: center;
    }

    .right-card-btn {
        text-align: center;
        margin-top: 40px;
    }

    .right-card-btn .btn-explore-blue {
        display: unset;
    }
        .faq-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .faq-card {
        padding: 18px 16px;
        border-radius: 22px;
    }

    .faq-header {
        gap: 12px;
    }

    .faq-icon {
        width: 55px;
        height: 55px;
    }

    .image {
        width: 100%;
        height: 100%;
    }

    .image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }


    .faq-header h3 {
        font-size: 18px;
    }

    .faq-btn {
        width: 36px;
        height: 36px;
        font-size: 22px;
    }

    .faq-desc {
        padding-left: 70px;
        font-size: 14px;
    }

}

@media(max-width: 750px) {


    .btn-explore-button {
        background: #00acee;
        color: #ffffff;
        padding: 12px 35px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 600;
        display: inline-block;
        box-shadow: 0 10px 20px rgba(0, 172, 238, 0.3);
    }

    .btn-explore:hover {
        background: #ffffff;
        color: #0F1628;
        border: 2px solid #00acee;
    }

    .main-title::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 57%;
        transform: translate(-50%, -50%);
        width: 85%;
        height: 120%;
        background: radial-gradient(circle, #ffffff, rgba(255, 255, 255, 0) 70%);
        z-index: -1;
        filter: blur(15px);
        pointer-events: none;
    }
    .reviews-grid { column-count: 1; } 
    .reviews-title { font-size: 32px; }
}


@media (max-width: 576px) {
    .sangho-footer:before {
        height: 20px;
        top: -20px;
        left: 0px;
    }

    .footer-title {
        text-align: start;
    }

    .footer-links ul {
        text-align: start;
    }

    .features-grid {
        gap: 20px;
    }

    .custom-tool-card .card-info {
        width: 100%;
    }

    .hero-last-content {
        max-width: 100%;
        width: 100%;
    }

    .hero-text-content {
        margin-top: 20px;
    }

    .info-title {
        font-size: 30px;
    }

    .play-button {
        width: 40px;
        height: 40px;
    }

    .play-button i {
        font-size: 18px;
    }

    .info-subtitle {
        font-size: 16px;
    }

    .card-header-content {
        align-items: center;
    }

    .main-title {
        font-size: 30px;
    }

    .main-subtitle {
        font-size: 20px;
    }

    .main-desc {
        font-size: 16px;
        width: 100%;
    }

    .bahujan-support-section .main .content-box-left {
        width: 100%;
        float: unset;
        margin-bottom: 0;
    }

    .bahujan-support-section .main .phone-left {
        float: unset;
        width: 100%;
    }

    .bahujan-support-section .main .content-box-right {
        width: 100%;
        float: unset;
        margin-top: 30px;
    }

    .bahujan-support-section .main .phone-right {
        float: unset;
        width: 100%;
        margin-bottom: 0;
    }

    .explore-title {
        font-size: 30px;
    }

    .main-title {
        font-size: 30px;
    }

    .bahujan-support-section .main {
        padding: 60px 0;
    }

    .content-box {
        margin-bottom: 0;
    }

    .explore-subtitle {
        width: 100%;
        font-size: 16px;
    }

    .explore-features-section {
        padding: 60px 0;
    }

    .one-app-section {
        padding: 60px 0;
    }

    .app-description {
        font-size: 16px;
    }

    .explore-features-section .item {
        margin-top: 25px;
    }

    .features-grid {
        gap: 10px;
        width: 100%;
    }

    .feature-item {
        padding: 8px;
    }

    .footer-links {
        margin-top: 0;
    }

    .sangho-footer {
        padding: 40px 15px 20px !important;
    }
}


@media (max-width: 480px) {
    .hero-text-content {
        font-size: 22px;
    }

    .lang-dropdown {
        right: -10px;
        min-width: 160px;
    }

    .info-section {
        padding: 60px 0 40px;
    }


    .feature-icon {
        margin: 0 0 15px 0;
    }
    .screen-item h2{
        font-size:18px;
    }
    .screen-item{
        width:180px;
    }
    .phone{
        width:170px;
        height:360px;
        border-radius:24px;
    }
        .head-title{
        font-size:26px;
    }

    .head-sub-title{
        font-size:22px;
    }
    .reviews-grid {
        column-count: 1;
    }

    .reviews-section {
        padding: 50px 0;
    }

    .review-card {
        padding: 14px;
        border-radius: 16px;
    }

    .avatar {
        width: 38px;
        height: 38px;
    }

    .review-text {
        font-size: 13px;
    }

    .reviews-btn {
        width: 90%;
        max-width: 280px;
        justify-content: center;
    }
        .faq-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

}

/* Video Modal Styles */
.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.video-modal.show {
    opacity: 1;
}

.video-modal-content {
    position: relative;
    margin: auto;
    top: 50%;
    transform: translateY(-50%) scale(0.8);
    width: 90%;
    max-width: 900px;
    background: #000;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 0 70px rgba(94, 181, 247, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.video-modal.show .video-modal-content {
    transform: translateY(-50%) scale(1);
}

.close-modal {
    position: absolute;
    right: 25px;
    top: 15px;
    color: #fff;
    font-size: 35px;
    font-weight: 300;
    cursor: pointer;
    z-index: 10001;
    transition: all 0.3s ease;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    line-height: 1;
}

.close-modal:hover {
    color: #5eb5f7;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(90deg);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Mobbin Style Showcase Section */
.mobbin-scroll-container {
    height: 250vh;
    /* Provides space for sticky scroll */
    position: relative;
    background: #ffffff;
}

.mobbin-showcase-section {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: transparent;
    padding: 60px 0px;
}

.sticky-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
}

.mobbin-showcase-section .mobbin-content {
    position: relative;
    z-index: 10;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.animate-text {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.mobbin-showcase-section .mobbin-sub {
    font-size: 1.5rem;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 1rem;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}

.mobbin-stats {
    margin: 1.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobbin-showcase-section .mobbin-main {
    font-size: 5rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.1;
    margin-bottom: 0.5rem;
    letter-spacing: -0.03em;
}

.mobbin-showcase-section .mobbin-desc {
    font-size: 1.25rem;
    color: #475569;
    max-width: 750px;
    margin: 2rem auto 0;
    line-height: 1.5;
    font-weight: 500;
}

.mobbin-icons-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.floating-icon {
    position: absolute;
    width: 110px;
    height: 110px;
    background: #ffffff;
    border-radius: 24%;
    /* Squircle approximation */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    z-index: 1;
    transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease;
    overflow: hidden;
    animation: floatingIcon 4s ease-in-out infinite;
    animation-play-state: running;
}

.floating-icon.initial-center {
    top: 50% !important;
    left: 50% !important;
    right: auto !important;
    transform: translate(-50%, -50%) scale(0) !important;
    opacity: 0 !important;
}

.icon-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes floatingIcon {

    0%,
    100% {
        transform: translate(0, 0) rotate(0);
    }

    25% {
        transform: translate(8px, -12px) rotate(2deg);
    }

    50% {
        transform: translate(-10px, 12px) rotate(-2deg);
    }

    75% {
        transform: translate(6px, -6px) rotate(1deg);
    }
}

/* Variance for more natural look */
.icon-1,
.icon-5,
.icon-9,
.icon-13 {
    animation-delay: 0s;
    animation-duration: 4s;
}

.icon-2,
.icon-6,
.icon-10,
.icon-14 {
    animation-delay: -1s;
    animation-duration: 4.5s;
}

.icon-3,
.icon-7,
.icon-11,
.icon-15 {
    animation-delay: -2s;
    animation-duration: 5s;
}

.icon-4,
.icon-8,
.icon-12,
.icon-16 {
    animation-delay: -3s;
    animation-duration: 3.5s;
}

.floating-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Specific icon positions for desktop */
.icon-1 {
    top: 10%;
    left: 5%;
    background: linear-gradient(135deg, #FF9A9E 0%, #FECFEF 100%);
}

.icon-2 {
    top: 5%;
    left: 30%;
    width: 85px;
    height: 85px;
    background: linear-gradient(135deg, #A1C4FD 0%, #C2E9FB 100%);
}

.icon-3 {
    top: 12%;
    left: 68%;
    background: linear-gradient(135deg, #D4FC79 0%, #96E6A1 100%);
}

.icon-4 {
    top: 8%;
    left: 89%;
    width: 95px;
    height: 95px;
    background: linear-gradient(135deg, #84FAB0 0%, #8FD3F4 100%);
}

.icon-5 {
    top: 40%;
    left: 3%;
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #FCCB90 0%, #D5D85D 100%);
}

.icon-6 {
    top: 45%;
    left: 93%;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #E0C3FC 0%, #8EC5FC 100%);
}

.icon-7 {
    top: 80%;
    left: 6%;
    background: linear-gradient(135deg, #F093FB 0%, #F5576C 100%);
}

.icon-8 {
    top: 72%;
    left: 22%;
    width: 85px;
    height: 85px;
    background: linear-gradient(135deg, #4FACFE 0%, #00F2FE 100%);
}

.icon-9 {
    top: 77%;
    left: 61%;
    background: linear-gradient(135deg, #43E97B 0%, #38F9D7 100%);
}

.icon-10 {
    top: 83%;
    left: 87%;
    width: 95px;
    height: 95px;
    background: linear-gradient(135deg, #FA709A 0%, #FEE140 100%);
}

.icon-11 {
    top: 25%;
    left: 18%;
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #d0e2e2 0%, #a386c5 100%);
}

.icon-12 {
    top: 30%;
    left: 82%;
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #A8EDEA 0%, #FED6E3 100%);
}

.icon-13 {
    top: 55%;
    left: 13%;
    width: 75px;
    height: 75px;
    background: linear-gradient(135deg, #5EEFF9 0%, #5816ED 100%);
}

.icon-14 {
    top: 60%;
    left: 76%;
    width: 95px;
    height: 95px;
    background: linear-gradient(135deg, #F6D365 0%, #FDA085 100%);
}

.icon-15 {
    top: 86%;
    left: 40%;
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #96FBC4 0%, #F9F586 100%);
}

.icon-16 {
    top: 5%;
    left: 50%;
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #5ffeff 0%, #5a2b646e 100%);
}
@media (max-width: 1024px) {

    .mobbin-showcase-section .mobbin-main {
        font-size: 2.5rem;
        line-height: 1.2;
    }

    .mobbin-showcase-section .mobbin-desc {
        font-size: 1rem;
        max-width: 85%;
    }

    .floating-icon {
        width: 70px !important;
        height: 70px !important;
        padding: 10px;
    }
}
@media (max-width: 768px) {

    .mobbin-showcase-section {
        height: 100vh;
        padding: 15px;
    }

    .sticky-container {
        position: relative;
        overflow: hidden;
    }

    /* TEXT SIZE SMALL */
    .mobbin-showcase-section .mobbin-main {
        font-size: 1.6rem;
        line-height: 1.2;
        margin-bottom: 6px;
    }

    .mobbin-showcase-section .mobbin-sub {
        font-size: 1rem;
    }

    .mobbin-showcase-section .mobbin-desc {
        font-size: 0.9rem;
        max-width: 90%;
        margin-top: 1rem;
    }

    .floating-icon {
        width: 48px !important;
        height: 48px !important;
        padding: 7px;
    }
    .icon-1  { top: 3%;  left: 15%; }
    .icon-2  { top: 3%;  left: 40%; }
    .icon-3  { top: 3%;  left: 65%; }
    .icon-4  { top: 5%; left: 83%; }

    .icon-5  { top: 30%; left: 5%; }
    .icon-6  { top: 30%; left: 85%; }

    .icon-7  { top: 55%; left: 4%; }
    .icon-8  { top: 70%; left: 15%; }

    .icon-9  { top: 72%; left: 65%; }
    .icon-10 { top: 55%; left: 85%; }

    .icon-11 { top: 17%; left: 22%;  } 
    .icon-12 { top: 18%; left: 78%; }

    .icon-13 { top: 45%; left: 18%; }
    .icon-14 { top: 45%; left: 72%; }

    .icon-15 { top: 85%; left: 38%; }
    .icon-16 { top: 85%; left: 58%; }
}
@media (max-width: 480px) {

    .mobbin-showcase-section .mobbin-main {
        font-size: 1.3rem;
        line-height: 1.15;
    }

    .mobbin-showcase-section .mobbin-desc {
        font-size: 0.8rem;
    }

    .floating-icon {
        width: 40px !important;
        height: 40px !important;
        padding: 6px;
    }
}
.ltr .custom-page-content ul, .ltr .custom-page-content ol {
    padding-left: 50px;
}
.all-blog-posts-title, 
.blog-post-title a, 
.blog-post-title,
.blog-categories .section-title,
.recent-blog-posts .section-title,
.blog-post-social-share h6,
.blog-post-tags h6 {
    color: #2980b9 !important;
}

.blog-post-meta li i,
.blog-post-read-more i {
    color: #56b4e9 !important;
}

.blog-post-read-more,
.blog-categories-item a:hover {
    color: #163b5c !important;
}

.recent-blog-post .blog-post-info .blog-post-title a:hover,
.blog-post-card .blog-post-title a:hover {
    color: #56b4e9 !important;
}

.blog-post-search button {
    background-color: #2980b9 !important;
    border-radius: 0 5px 5px 0;
}

.blog-post-search button svg path {
    stroke: #ffffff !important;
}

.blog-post-search input:focus {
    border-color: #2980b9 !important;
}

.blog-post-tags ul li a:hover {
    background-color: #2980b9 !important;
    color: #ffffff !important;
}

.blog-post-tags ul li a svg path {
    stroke: #2980b9;
}

.blog-post-tags ul li a:hover svg path {
    stroke: #ffffff;
}


.all-blog-posts .blog-post-featured-image {
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    overflow: hidden !important;
    position: relative !important;
    border-radius: 12px 12px 0 0 !important;
}

.all-blog-posts .blog-post-featured-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.blog-post-featured-image {
    position: relative !important;
    margin-bottom: 30px !important;
    padding-bottom: 50% !important; 
    height: 0 !important;
    width: 100% !important;
    overflow: hidden !important;
}

.blog-post-featured-image img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; 
}

.blog-post-featured-image .image-placeholder {
    width: 100%;
    height: 100%;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-post-featured-image img,
.blog-post-featured-image .image-placeholder img {
    width: 100% !important;
    height: auto !important;
    object-fit: initial !important;
    display: block !important;
    border-radius: 12px !important;
}

/* Sidebar Recent Posts Thumbnails */
.recent-blog-post {
    gap: 15px;
    margin-bottom: 20px;
    align-items: center;
}

.recent-blog-post .blog-post-thumb {
    width: 85px !important;
    height: 60px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    flex-shrink: 0 !important;
}

.blog-post-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.blog-post-info .blog-post-title {
    font-size: 15px !important;
    line-height: 1.4 !important;
    margin-bottom: 5px !important;
}

.recent-blog-posts .section-title {
    margin-bottom: 20px !important;
}
