* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bs-primary-rgb: 137, 137, 137;
    --bs-secondary-rgb: 251, 189, 35;
    --bs-success-rgb: 108, 108, 108;
    --bs-dark-rgb: 30, 130, 76;
}

/* ==================== Start Islamic Way App ==================== */
.about_section {
    background: #fff;
    padding: 40px 0;
    overflow: hidden;
    position: relative;
}

.about_title {
    font-size: 108px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 2px #1E824C;
}

.islamic_about_text {
    font-size: 16px;
    color: #1E824C;
    line-height: 1.8;
    max-width: 520px;
}

.about_mobiles {
    position: relative;
}

.lamp {
    position: absolute;
    top: -10px;
}

.lamp_left {
    left: 15px;
}

.lamp_right {
    right: 20px;
}

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

@keyframes textAnim {
    from {
        transform: translateY(40px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes mobileAnim {
    0% {
        transform: scale(0.95);
        opacity: 0;
    }
    50% {
        transform: scale(1.05);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.islamic_title {
    font-size: 78px;
    font-weight: 800;
    text-align: center;
    background: linear-gradient(360deg, #FFFFFF 0%, rgba(30, 130, 76, 0.5) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 3px #7fbf9f;
    /*animation: jelly 2.5s ease-in-out infinite;*/
    /*transform-origin: center;*/
}

.title:hover {
    animation: jelly 1s ease;
}

@keyframes jelly {
    0% {
        transform: scale(1, 1);
    }
    20% {
        transform: scale(1.1, 0.9);
    }
    40% {
        transform: scale(0.9, 1.1);
    }
    60% {
        transform: scale(1.05, 0.95);
    }
    80% {
        transform: scale(0.98, 1.02);
    }
    100% {
        transform: scale(1, 1);
    }
}

.title_main {
    font-family: 'Poppins', sans-serif;
    font-size: 80px;
    font-weight: 800;
    color: #9FCDB4;
    letter-spacing: 1px;
    text-align: center;
}

.intro_paced {
    color: #1E824C;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 25px;
}

.text_area h2 {
    color: #1f7a5c;
    font-size: 24px;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    width: 68%;
}

.text_area ul {
    padding-left: 18px;
    color: #1E824C;
}

.text_area li {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.image_area img {
    max-width: 81%;
    height: auto;
    text-align: center;
    overflow: hidden;
}

.boy_img {
    width: 350px;
    transform: translateX(300px);
    opacity: 0;
    animation: boyEntry 1.5s ease forwards,
    boyZoom 4s ease-in-out infinite 1.5s;
}

.image_area {
    text-align: center;
    overflow: hidden;
}

@keyframes boyEntry {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes boyZoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.07);
    }
    100% {
        transform: scale(1);
    }
}

.title_solution {
    font-size: 77px;
    font-weight: 800;
    background: linear-gradient(360deg, #FFFFFF 0%, rgba(30, 130, 76, 0.5) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 3px #7fbf9f;
    animation: jelly 2.5s ease-in-out infinite;
    transform-origin: center;
}

.title:hover {
    animation: jelly 1s ease;
}

@keyframes jelly {
    0% {
        transform: scale(1, 1);
    }
    20% {
        transform: scale(1.1, 0.9);
    }
    40% {
        transform: scale(0.9, 1.1);
    }
    60% {
        transform: scale(1.05, 0.95);
    }
    80% {
        transform: scale(0.98, 1.02);
    }
    100% {
        transform: scale(1, 1);
    }
}

.image_design {
    position: relative;
    display: inline-block;
    animation: designZoom 4s ease-in-out infinite;
}

.main_img {
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    transform: translateX(-120%); /* start left bahar */
    opacity: 0;
    animation: imgEntry 1.2s ease forwards;
}

@keyframes imgEntry {
    from {
        opacity: 0;
        transform: scale(0.85);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes designZoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.06);
    }
    100% {
        transform: scale(1);
    }
}

.shape {
    position: absolute;
    border-radius: 50%;
    z-index: 1;
}

.shape1 {
    width: 90px;
    height: 90px;
    background: #c9b27d;
    top: -20px;
    right: 30px;
}

.shape2 {
    width: 70px;
    height: 70px;
    background: #c9b27d;
    bottom: 10px;
    left: -20px;
}

.shape3 {
    width: 40px;
    height: 40px;
    background: #0f5c4b;
    bottom: -15px;
    right: -15px;
}

.shape1 {
    animation: float1 5s ease-in-out infinite;
}

.shape2 {
    animation: float2 6s ease-in-out infinite;
}

.shape3 {
    animation: float3 4s ease-in-out infinite;
}

@keyframes float1 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes float2 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(6px);
    }
}

@keyframes float3 {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.top_text {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #1E824C;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.text_content h2 {
    color: #1f7a5c;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}

.text_content ul {
    padding-left: 18px;
    color: #1E824C;
}

.text_content li {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #1E824C;
    margin-bottom: 10px;
    font-size: 16px;
}

.title-row {
    display: flex;
    justify-content: space-between;
    padding: 60px 100px;
}

.text-wrap {
    position: relative;
    display: inline-block;
}

.text_wrap_typo {
    position: relative;
    display: inline-block;
}

.main {
    font-size: 64px;
    font-weight: 700;
    color: #1E8A4C;
    z-index: 2;
}

.outline_typography {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 64px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 2px #1E8A4C;
    opacity: 0.8;
    z-index: 1;
}

.main_typography {
    position: relative;
    font-size: 64px;
    font-weight: 700;
    color: #1E8A4C;
    z-index: 2;
}

.outline {
    position: absolute;
    top: 8px;
    left: 8px;
    font-size: 64px;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 2px #1E8A4C;
    opacity: 0.8;
    z-index: 1;
}

@keyframes floatMain {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(-7px, -7px);
    }
}

@keyframes floatOutline {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(7px, 7px);
    }
}

.right {
    text-align: right;
}

.palette {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 45px 20px;
    justify-content: center;
}

.blob {
    width: 120px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    border-radius: 94% 24% 67% 48% / 65% 41% 63% 64%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    animation: floatBlob 4s ease-in-out infinite alternate;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blob::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 120%;
    height: 100%;
    background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, 0.5), transparent 70%);
    transform: skewX(-20deg);
    animation: shineBlob 5s infinite;
}

.blob:hover {
    transform: scale(1.12) rotate(-2deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

@keyframes floatBlob {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px);
    }
}

@keyframes shineBlob {
    0% {
        left: -120%;
    }
    100% {
        left: 120%;
    }
}

.green {
    background: #1E8A4C;
}

.dark {
    background: #444;
}

.black {
    background: #000;
}

.bluegray {
    background: #4C5267;
}

.gray {
    background: #6B7280;
}

.green2 {
    background: #0E8A5B;
}

.white {
    background: #fff;
    color: #000;
    border: 2px solid #ccc;
}

.big-text h1 {
    font-size: 300px;
    font-weight: 700;
    color: #1E8A4C;
    z-index: 1;
    margin-left: 100px;
}

.glass-card {
    position: absolute;
    left: -1%;
    top: 32%;
    width: 240px;
    padding: 25px;
    text-align: center;
    background: #1E824C40;
    color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.glass-card h2 {
    margin: 0 0 10px;
}

.glass-card p {
    margin: 5px 0;
    opacity: 0.9;
}

.glass-card .bold {
    font-weight: 700;
    opacity: 1;
}

.title-row {
    padding: 60px 100px;
}

.islamic_app_powered {
    background: #1f7a3f;
    padding: 50px 20px;
    border: 8px solid #ffffff;
    box-shadow: 0 0 0 6px #1f7a3f;
}

.powered_container {
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    text-align: center;
}

.tech_item p {
    color: #fff;
    margin-top: 10px;
    font-weight: 500;
}

.tech_card {
    background: #fff;
    width: 120px;
    height: 120px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

/*.tech_card img {*/
/*    max-width: 60px;*/
/*    height: auto;*/
/*}*/
.tech_card:hover {
    transform: translateY(-6px);
}

.smart_tech_title {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    line-height: 1.1;
    overflow: hidden;
}

.title_back {
    font-size: 37px;
    font-weight: 800;
    color: #b7d8c6;
    margin: 0;
    text-align: left;
    opacity: 0;
    transform: scale(0.8);
    animation: zoomBack 0.8s ease-out forwards;
}

.title_front {
    font-size: 37px;
    font-weight: 800;
    margin: -10px 0 0 0;
    color: transparent;
    -webkit-text-stroke: 1px #2e8b57;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.05);
    text-align: left;
    opacity: 0;
    transform: scale(1.4);
    animation: zoomFront 1s ease-out 0.3s forwards;
}

@keyframes zoomBack {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes zoomFront {
    from {
        transform: scale(1.4);
        opacity: 0;
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.daily_dua {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
}

.dua_help_section {
    background: #1E824C;
    padding: 60px 0;
    overflow: hidden;
}

.dua_helpful {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    animation: fadeUp 1.2s ease forwards;
    opacity: 0;
}

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

.dua_logo_card {
    background: #ffffff;
    padding: 30px;
    border-radius: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    flex: 0 0 280px;
    text-align: center;
    animation: floatLogo 4s ease-in-out infinite;
}

@keyframes floatLogo {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0);
    }
}

.dua_logo_card img {
    width: 100%;
    max-width: 200px;
}

.dua_content {
    color: #ffffff;
    max-width: 650px;
}

.dua-content h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 38px;
    margin-bottom: 18px;
    font-weight: 700;
    color: #FFFFFF;
}

.user_pray {
    margin-bottom: 10px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 20px;
    opacity: 0;
    transform: translateX(30px);
    animation: textSlide 0.8s ease forwards;
}

.user_pray:nth-child(2) {
    animation-delay: 0.2s;
}

.user_pray:nth-child(3) {
    animation-delay: 0.4s;
}

.user_pray:nth-child(4) {
    animation-delay: 0.6s;
}

.user_pray:nth-child(5) {
    animation-delay: 0.8s;
}

.user_pray:nth-child(6) {
    animation-delay: 1s;
}

.user_pray:nth-child(7) {
    animation-delay: 1.2s;
}

.user_pray:nth-child(8) {
    animation-delay: 1.4s;
}

@keyframes textSlide {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.dua-content ul {
    padding-left: 18px;
}

.app_download_box {
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

.download_container {
    border: 8px solid #1E824C;
    padding: 40px 20px 50px;
    text-align: center;
    max-width: 900px;
    width: 100%;
    animation: boxZoom 1s ease forwards;
    position: relative;
}

@keyframes boxZoom {
    from {
        opacity: 0;
        transform: scale(0.92);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.download_container::before {
    content: "";
    position: absolute;
    inset: -8px;
    border: 3px solid rgba(30, 130, 76, 0.5);
    animation: borderPulse 3s ease-in-out infinite;
}

@keyframes borderPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

.download_container p {
    color: #1E824C;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 30px;
    animation: textDrop 1s ease forwards;
}

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

.play_btn img {
    height: 55px;
    transition: 0.3s;
    animation: btnFloat 2.5s ease-in-out infinite;
}

@keyframes btnFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
    100% {
        transform: translateY(0);
    }
}

.play_btn:hover img {
    transform: scale(1.05);
    filter: drop-shadow(0 6px 12px rgba(30, 130, 76, 0.4));
}

.thankyou_section {
    padding: 1px 0;
    text-align: left;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.thankyou_sub {
    text-align: center;
    color: #1f7a3f;
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
    animation: thankyou 3s forwards;
}

@keyframes thankyou_sub {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(10px);
    }
}

.title_you {
    font-size: 139px;
    font-weight: 800;
    text-align: center;
    background: linear-gradient(360deg, #FFFFFF 0%, rgba(30, 130, 76, 0.5) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 3px #7fbf9f;
    animation: title_you 3s forwards;
}

@keyframes title_you {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(10px);
    }
}

/* ==================== End Islamic Way App ==================== */
