    html,
    body {
        font-family: "Inter", sans-serif !important;
        overflow-x: hidden;
    }

    h1,
    h2,
    h3,
    h4,
    h5 {
        font-family: "Cinzel Decorative", serif;
    }

    .navbar-nav {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .navbar-nav .nav-item {
        padding: 0 15px;
    }

    .navbar {
        padding: 25px 20px;
        position: fixed !important;
        width: 100%;
        z-index: 999999999;
    }

    .list-unstyled {
        margin: 25px 0;
    }

    li.nav-item {
        margin-bottom: 0;
        display: flex !important;
        width: auto;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 14px;
        letter-spacing: 2.1px;
    }

    ul.navbar-nav {
        gap: 40px !important;
        margin-left: 300px !important;
    }

    .navbar {
        background: linear-gradient(112.28deg, #003f2b 0%, rgb(4 148 114 / 87%) 100%);
    }

    li.nav-item a {
        color: #ffffff !important;
        font-weight: 600;
    }

    .banner {
        background-image: url('../img/img7.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        height: 748px;
        background-position: 100% 35%;
    }

    .first-sec img {
        width: 100%;
        height: auto;
    }

    .future-sec img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    .future-sec {
        background-image: url('../img/kaaba-img1.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        height: 780px;
        background-position: center center;
        padding: 90px !important;
        position: relative;
        overflow: hidden;
    }

    .submission-sec h2 {
        font-size: 54px !important;
        line-height: 74px;
        color: #014631 !important;
        margin: 75px 0 0 75px;
        font-weight: 600;
    }

    .submission-sec {
        padding: 80px;
    }

    footer {
        background: linear-gradient(112.28deg, #003f2b 0%, rgb(4 148 114 / 87%) 100%);
    }

    footer a {
        text-decoration: none;
    }

    footer a:hover {
        color: #17a2b8;
    }

    footer i {
        font-size: 20px;
    }

    footer .list-unstyled li {
        margin-bottom: 10px;
    }

    footer .social-icons a {
        font-size: 25px;
    }

    .banner-h2 h2 {
        font-size: 82px;
        font-weight: 600;
        line-height: 100px;
        color: #ffffff;
        margin-top: 100px;
    }

    .banner {
        padding: 95px 55px;
    }

    .banner-btn {
        border: 1px solid #5dff5d !important;
        border-radius: unset !important;
        margin-top: 65px;
    }

    .banner-btn button {
        background-color: transparent;
        color: #5dff5d;
        border: none;
    }

    .banner-btn::after {
        content: "\f061";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 8px;
        color: #5dff5d;
    }

    .banner-btn button {
        padding: 10px 21px !important;
        font-weight: 600 !important;
        display: inline-flex;
        width: fit-content;
        align-items: center;
        gap: 9px;
        border-width: 1px;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: normal;
        letter-spacing: .04em;
        transition-duration: .2s;
    }

    .future-sec h5 {
        font-size: 14px !important;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
    }

    .future-sec h2 {
        color: rgb(100 255 212) !important;
        font-size: 50px !important;
        line-height: 75px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .future-sec p {
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        color: #fff;
        font-weight: 500;
    }

    .request-btn button {
        color: #5dff5d;
        background-color: transparent;
        border: none;
        text-align: left;
        display: block;
    }

    .request-btn button::after {
        content: "\f061";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin-right: 8px;
        color: #5dff5d;
        margin-left: 20px;
    }

    button.request-btn1,
    button.request-btn2 {
        border-bottom: 1px solid;
    }

    button.request-btn1 {
        font-weight: 500;
    }

    button.request-btn2 {
        margin-top: 20px;
        font-weight: 500;
    }

    .future-sec::before {
        content: '';
        width: 100%;
        background: linear-gradient(112.28deg, #003f2b 0%, rgb(4 148 114 / 87%) 100%);
        height: 100%;
        position: absolute !important;
        left: 0;
        top: 0;
        opacity: 1;
    }

    .future-img,
    h5,
    .h4,
    .h2,
    .para,
    .request-btn {
        z-index: 99;
        position: relative;
    }

    .wow.animate__slideInLeft {
        animation-duration: 2s !important;
    }

    .banner-btn:hover {
        border: 1px solid #ffffff !important;
        border-radius: unset !important;
        background-color: #fff !important;
    }

    .banner-btn:hover button {
        color: #000;
    }

    .banner-btn:hover:after {
        color: #000000 !important;
    }

    li.nav-item {
        position: relative;
        padding-bottom: 5px;
    }

    li.nav-item::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -24px !important;
        width: 100%;
        height: 4px;
        background-color: rgb(255, 255, 255);
        transform: scaleX(0);
        transition: transform 0.3s ease-in-out, bottom 0.3s ease-in-out;
    }

    li.nav-item:hover::after {
        transform: scaleX(1);
        bottom: -42px;
    }

    .submission-sec {
        position: relative;
        background-color: white;
        padding: 50px 0;
        z-index: 2;
        width: 100%;
        transition: transform 0.2s linear;
        margin-top: -50px;
        z-index: 9999999;
    }

    .request-btn button:hover:after {
        margin-left: 24px;
        transition: cubic-bezier(0.42, 0, 0.92, 0.74) 0.5s;
    }

    input::placeholder {
        color: gray;
        font-style: italic;
    }

    .pillar-item .icon-circle img {
        width: 120px;
        padding-bottom: 30px;
    }

    .pillar-item {
        /* background: #078064; */
        padding: 10px;
        border-radius: 10px;
    }

    .pillars-section {
        padding-bottom: 100px;
    }

    .pillars-section h4 {
        font-size: 30px !important;
        font-weight: 600;
        color: #fff;
    }

    .pillars-section p {
        color: #5dff5d !important;
        font-weight: 600;
    }

    .pillars-section h5 {
        color: #64ffd4 !important;
        font-size: 60px !important;
        font-weight: 600;
    }

    .pillars-section .small-h4 {
        font-size: 20px !important;
        color: #5dff5d !important;
    }

    .pillars-section.text-center {
        background: url('../img/kaaba-img1.jpg');
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
        margin-top: 100px;
        padding-top: 100px;
    }

    .pillars-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(0 0 0 / 83%);
        z-index: 1;
    }

    .pillars-section * {
        position: relative;
        z-index: 2;
    }

    .pillars-section {
        position: relative;
        z-index: 2 !important;
    }

    .pillar-item {
        perspective: 1000px;
    }

    .pillar-inner {
        width: 100%;
        height: 290px;
        position: relative;
        transform-style: preserve-3d;
        transition: transform 0.6s;
    }

    .pillar-item:hover .pillar-inner {
        transform: rotateY(180deg);
    }

    .pillar-front,
    .pillar-back {
        position: absolute;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        padding: 0 !important;
    }

    .pillar-front {
        background: #078064;
        color: white;
        background-image: url(../img/art.jpg);
        background-blend-mode: multiply;
    }

    .pillar-back {
        background: #078064;
        color: #000000 !important;
        transform: rotateY(180deg);
        text-align: center;
    }

    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 30px;
        background: rgb(100 255 212) !important;
        margin-left: -30px !important;
        border: 1px solid #054c36;
    }

    .nav-item.dropdown:hover .dropdown-item {
        color: #000 !important;
    }

    .article {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 300px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .article2 {
        background-position: 100% 45%;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 300px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .after-banner {
        padding-top: 40px;
        padding-bottom: 100px;
    }

    .theme-h2 {
        font-size: 45px;
        font-weight: 600;
    }

    .theme-h2 span {
        color: #188066;
        font-weight: bolder;
    }

    .after-banner p {
        font-size: 18px;
        line-height: 28px;
    }

    .name-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        background: white;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        border-radius: 8px;
        width: 243px;
        border: 2px solid #000;
        margin-bottom: 20px;
    }

    .arabic {
        font-size: 24px;
        font-weight: bold;
        color: #000;
        direction: rtl;
    }

    .english {
        font-size: 18px;
        font-weight: bold;
        margin-top: 5px;
    }

    .meaning {
        font-size: 14px;
        color: gray;
    }

    .names-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 20px;
    }

    .gradient-span {
        background: linear-gradient(90deg, rgba(1, 70, 49, 1) 12%, rgba(0, 231, 161, 1) 63%, rgba(93, 255, 93, 1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        -text-fill-color: transparent;
        background-size: 200% 200%;
        animation: movinggradient 4s ease-in-out infinite;
    }

    @keyframes movinggradient {
        0% {
            background-position: 0% 0%;
        }

        50% {
            background-position: 100% 0%;
        }

        100% {
            background-position: 0% 0%;
        }
    }

    /*feature css starts*/
    .timeline__cover {
        background: #014631;
        padding: 100px 0;
        color: #ffffff;
    }

    .timeline__cover .timeline__title {
        max-width: 840px;
        margin: 0 auto;
        text-align: center;
        padding: 0 16px;
    }

    .timeline__cover .timeline__title h2 {
        font-size: 48px;
        font-weight: 600;
        line-height: 56px;
        letter-spacing: -0.5px;
        text-transform: capitalize;
        margin-bottom: 16px;
    }

    .timeline__cover .timeline__title p {
        font-size: 18px;
        font-weight: 400;
        line-height: 28.8px;
        color: #959595;
    }

    .timeline__cover .timeline {
        padding-top: 64px;
    }

    .timeline__cover .timeline ul {
        padding-top: 100px;
        padding-bottom: 150px;
    }

    .timeline__cover .timeline ul li {
        background: #9a9a9a;
        position: relative;
        margin: 0 auto;
        width: 2px;
        margin-bottom: 48px;
        list-style-type: none;
    }

    .timeline__cover .timeline ul li:last-child {
        padding-bottom: 7px;
        width: 0;
        height: 0;
    }

    .timeline__cover .timeline ul li:before {
        content: '';
        background: #5dff5d;
        position: absolute;
        left: 50%;
        top: -32px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 16px;
        height: 16px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .timeline__cover .timeline ul li .hidden {
        opacity: 0;
    }

    .timeline__cover .timeline ul li .content {
        position: relative;
        top: -100px;
        width: 302px;
    }

    .timeline__cover .timeline ul li .content .badge {
        font-size: 12px;
        line-height: 16px;
        text-transform: uppercase;
        color: #000000;
        display: inline-block;
        padding: 6px 12px;
        background: #5dff5d;
        border-radius: 1000px;
    }

    .timeline__cover .timeline ul li .content h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px;
        color: #ffffff;
        margin: 16px 0 8px;
    }

    .timeline__cover .timeline ul li .content p {
        color: #f5f5f5;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
    }

    .timeline__cover .timeline ul li:nth-child(odd) .content {
        left: 70px;
    }

    .timeline__cover .timeline ul li:nth-child(odd) .content:before {
        left: -38px;
    }

    .timeline__cover .timeline ul li:nth-child(even) .content {
        left: calc(-289px - 70px);
    }

    .timeline__cover .timeline ul li:nth-child(even) .content:before {
        right: -38px;
    }

    /* Media Queries */
    @media screen and (max-width: 1020px) {
        .timeline__cover .timeline ul li .content {
            width: 41vw;
        }

        .timeline__cover .timeline ul li:nth-child(even) .content {
            left: calc(-41vw - 45px);
        }
    }

    @media screen and (max-width: 700px) {
        .timeline__cover {
            padding: 32px 0;
            background: #27272C;
        }

        .timeline__cover .timeline__title {
            text-align: left;
        }

        .timeline__cover .timeline {
            padding-top: 32px;
        }

        .timeline__cover .timeline ul li {
            margin-left: 48px !important;
        }

        .timeline__cover .timeline__title h2 {
            font-size: 32px;
            line-height: 44px;
            letter-spacing: 0.08px;
        }

        .timeline__cover .timeline ul li {
            margin-left: 20px;
        }

        .timeline__cover .timeline ul li .content {
            width: calc(100vw - 100px);
            transition: .2s;
        }

        .timeline__cover .timeline ul li .content p {
            min-height: 110px;
        }

        .timeline__cover .timeline ul li:nth-child(even) .content {
            left: 38px;
        }

        .timeline__cover .timeline ul li:nth-child(even) .content:before {
            left: -33px;
        }

        .timeline__cover .timeline ul li:nth-child(odd) .content {
            left: 38px;
        }
    }

    /* timeline__cover ends */
    .bismillah {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 60px;
    }

    .bismillah p {
        font-size: 16px;
        font-weight: 500;
        line-height: 26px;
    }

    .bismillah .urdu {
        font-size: 25px;
    }

    .timeline__title h2 span {
        color: rgb(100 255 212) !important;
    }

    .nav-item.dropdown:hover .dropdown-menu li {
        padding: 10px;
    }

    .nav-item.dropdown:hover .dropdown-menu li a {
        color: #014631 !important;
    }

    .nav-item.dropdown:hover .dropdown-menu li a::before {
        content: '\f0da';
        font-family: 'FontAwesome';
        font-weight: 600;
        padding-right: 10px;
        color: #014631;
    }

    .nav-item.dropdown:hover .dropdown-menu li a:hover {
        background-color: unset;
        font-weight: 700 !important;
        transition: linear 0.5s;
    }

    .deen {
        background-image: url('../img/deen.jpg');
        background-position: 100% 26%;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 300px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }

    .deen-ul li {
        list-style: none;
        padding: 0;
        line-height: 32px;
    }

    .deen-ul li::before {
        content: '\f0da';
        font-family: 'Font Awesome 5 Free';
        font-weight: 700;
        padding-right: 10px;
        color: #219b7e;
    }

    .deen-ul {
        padding: 0;
    }

    .deen-content {
        margin-top: 90px;
    }

    .prayer-times {
        list-style: none;
        padding: 0;
    }

    .prayer-times li {
        display: flex;
        justify-content: space-between;
        padding: 15px 0;
        font-size: 22px;
        border-bottom: 1px solid #ddd;
        color: #fff;
    }

    .timing h2,
    .timing p {
        font-weight: 600;
        text-align: center;
        color: #fff;
    }

    .prayer-times li span:first-child {
        color: rgb(100 255 212) !important;
    }

    section.timing {
        padding-top: 170px;
        padding-bottom: 170px;
    }

    .names-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        padding: 20px;
    }

    .name-container {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        background: #f8f9fa;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        font-family: Arial, sans-serif;
        font-size: 14px;
        padding: 10px;
        transition: transform 0.3s ease-in-out;
    }

    .name-container:hover {
        transform: scale(1.1);
        background: #e0e0e0;
    }

    .arabic {
        font-size: 18px;
        font-weight: bold;
        color: #2c3e50;
    }

    .english {
        font-size: 16px;
        font-weight: bold;
        color: #27ae60;
        margin-top: 5px;
    }

    .meaning {
        font-size: 12px;
        color: #7f8c8d;
        margin-top: 5px;
    }


    .map-container {
        margin: 0;
        padding: 0;
    }

    iframe {
        width: 100%;
        height: 400px;
        border: none;
    }

    .names .theme-h2 {
        text-align: center;
    }

    .videos-sec {
        position: relative;
        width: 100%;
        height: 65vh;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: white;
        overflow: hidden;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .bg-video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    .videos-sec .container {
        position: relative;
        z-index: 2;
    }

    .videos-sec h2 {
        font-size: 35px;
        font-weight: 800;
        color: #044b36;
    }

    .video-container {
        position: relative;
        width: 100%;
        max-width: 600px;
        margin: auto;
        text-align: center;
    }

    .video-container video {
        width: 100%;
        display: block;
        transition: filter 0.3s ease;
    }

    .video-container .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 40px;
        background: rgba(0, 0, 0, 0.5);
        color: white;
        padding: 10px 20px;
        border-radius: 50%;
        display: none;
        cursor: pointer;
    }

    .video-container:hover .play-button {
        display: block;
    }

    .video-title {
        font-size: 20px;
        font-weight: bold;
        margin-top: 10px;
    }

    .video-description {
        font-size: 16px;
        color: #555;
    }

    .video-container {
        position: relative;
        display: inline-block;
    }

    video {
        width: 100%;
        height: auto;
        border-radius: 8px;
        display: block;
    }

    .video-title,
    .video-description {
        margin-top: 10px;
        text-align: center;
        color: #333;
    }

    .video-title {
        font-size: 1.5em;
        font-weight: bold;
    }

    .video-description {
        font-size: 1em;
        color: #666;
    }

    .video-inner {
        padding-top: 30px;
        padding-bottom: 100px;
    }

    .video-inner .video-container {
        padding-bottom: 60px;
    }

    .video-container iframe {
        width: 100%;
        height: 260px;
        border-radius: 10px;
    }

    .video-title {
        font-size: 18px;
        font-weight: 700;
    }

    .videos-sec p {
        font-size: 16px;
        color: #ffff;
        font-weight: 500;
    }

    .theme-overlay {
        background: #000;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.3;
        z-index: -1;
    }

    .ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
        filter: invert(1) !important;
    }

    .muslim-img, .explore-sec {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 319px;
    }
    .muslim-h2 {
        font-size: 60px;
        font-weight: 800;
        color: #fff;
        text-align: center;
        z-index: 1;
        position: relative;
    }
 
    .form-container h2 {
        text-align: center;
        margin-bottom: 20px;
    }
    .form-group {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-bottom: 15px;
    }
    .form-sec label {
        font-weight: bold;
        display: block;
    }
    .form-sec input, .form-sec button {
        width: 100%;
        padding: 10px;
        margin-top: 5px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    .form-sec button {
        background: linear-gradient(112.28deg, #003f2b 0%, rgb(4 148 114 / 87%) 100%);
        color: white;
        border: none;
        border-radius: 10px;
        cursor: pointer;
        font-size: 16px;
        width: 100%;
        padding: 12px;
    }
    .form-sec button:hover {
        background-color: #218838;
    }
    .form-sec {
        display: flex;
        justify-content: center;
        padding-top: 60px;
    }
    .muslim-con {
        margin-top: 30px;
        margin-bottom: 100px;
    }
    .muslim-video iframe {
        width: 100%;
        height: 335px;
        border-radius: 10px;
    }
    .muslim-con .theme-h2 {
        font-size: 35px;
    }
    .muslim-con p {
        line-height: 32px;
    }
    .form-sec{
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 100% 14%;
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .form-sec h2 {
        font-size: 35px;
        color: #fff;
        font-weight: 600;
    }
    .form-sec p {
        font-size: 18px;
        line-height: 35px;
        color: #fff;
    }
    .form-group input, .form-sec input {
        padding: 15px !important;
        border-radius: 10px !important;
    }
    .form-sec button{
        padding: 15px !important;
        border-radius: 10px;
    }
    .form-sec label{
        color: #fff;
    }
    .grup-two {
        padding-top: 12px;
    }
    .form-container {
        background-color: #ffffff05;
        padding: 30px;
        border-radius: 20px;
        backdrop-filter: blur(15px);
    }