@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Montserrat:wght@400;700&display=swap");

html {
    scroll-behavior: smooth;
}

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

body {
    font-size: 16px;
    line-height: 24px;
    color: var(--text-color);
    font-weight: 400;
    background: #0d0d0d;
    font-family: "Inter", sans-serif;
}

/******************/
/****** NAVBAR SECTION  ******/
.index-page-navbar .login-btn {
    padding: 10px 28px;
    background: transparent;
    border: 2px solid #fff;
}

.navbar-main-sec .dropdown-item i {
    padding-right: 2px;
}

.navbar-main-sec .dropdown-item {
    font-size: 14px;
    margin-bottom: 0;
    position: relative;
    padding: 8px 26px 8px 15px;
    color: #fff;
    transition: all 0.3s ease-in-out;
    text-transform: capitalize;
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.navbar-main-sec .navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0;
    top: 35px;
    left: 9px;
    border: none;
    box-shadow: none;
    position: absolute;
    border-radius: 10px;
    background: var(--button-color);
}

.navbar-main-sec .dropdown-item:first-child {
    border-radius: 10px 10px 0 0;
}

.navbar-main-sec .dropdown-item:last-child {
    border-bottom: 0;
    border-radius: 0 0 10px 10px;
}

.navbar-main-sec .dropdown-item:hover {
    color: #fff;
    background: var(--accent);
}

.navbar-main-sec {
    right: 0;
    top: 35px;
    z-index: 9;
    position: absolute;
}

.index3-banner-sec .social-box li a:hover {
    background: transparent;
    box-shadow: inset 0 0 0 2px #fff;
}

.index3-banner-sec .social-box li a:hover img {
    filter: brightness(0) invert(1);
}

.navbar-main-sec .navbar-light .navbar-nav .nav-link:hover {
    color: var(--accent) !important;
}

.navbar-main-sec .navbar-light .navbar-nav .nav-link {
    margin-right: 33px;
    color: #fff;
}

.navbar-main-sec .navbar-light .navbar-nav .active > .nav-link {
    color: var(--accent);
}

.navbar-main-sec .navbar-brand {
    /* margin-right: 119px; */
}

.navbar-right-box li:first-child {
    margin-right: 22px;
}

.navbar-right-box li a {
    color: var(--primary-color);
}

.navbar-right-box li a i {
    font-size: 22px;
    line-height: 30px;
}

/****** NAVBAR SECTION  ******/
/******************/
/******HOME PAGE BANNER SECTION******/
.banner-sec {
    height: 1035px;
    padding: 304px 0 0;
}

.banner-sec::after {
    top: 0;
    right: 0;
    content: "";
    width: 1298px;
    height: 1034px;
    position: absolute;
    background: url(../images/header-new-5.jpg) no-repeat;
    background-size: cover;
}

.banner-sec h1 span {
    color: var(--button-color);
}

.banner-left-sec {
    z-index: 1;
    width: 640px;
    position: relative;
}

.banner-left-sec p {
    font-size: 24px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 44px;
}

.banner-left-sec h1 {
    margin-bottom: 22px;
}

/******HOME PAGE BANNER SECTION******/
/**********/
/*****HOME PAGE SOCIAL SECTION*****/
.social-box {
    top: 32%;
    left: 43px;
    z-index: 1;
    position: absolute;
}

.social-box li a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    justify-content: center;
    color: var(--primary-color);
    background: var(--button-color);
    transition: all 0.5s ease-in-out;
}

.social-box li a:hover {
    background: transparent;
    box-shadow: inset 0 0 0 2px var(--accent);
}

.social-box li a:hover i {
    color: var(--accent);
}

/*****HOME PAGE SOCIAL SECTION*****/
/*****HOME PAGE SERVICE SECTION*****/
.service-slider-sec .generic-title {
    width: 58%;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    margin-bottom: 86px;
}

.generic-title span {
    margin-bottom: 15px;
    color: var(--accent);
    display: inline-block;
}

.service-slider-sec .owl-carousel .owl-dots {
    margin-top: 55px;
}

.service-slider-sec .owl-theme .owl-nav {
    display: none;
}

.service-slider-sec .owl-theme .owl-dots .owl-dot {
    outline: none;
}

/*****HOME PAGE SERVICE SECTION*****/
/*****HOME PAGE COLLECTION SECTION*****/
.collection-box {
    text-align: center;
    border-radius: 10px;
    padding: 42px 32px 32px;
    transition: all 0.5s ease-in-out;
}

.collection-section .generic-title {
    margin-bottom: 60px;
}

.collection-box figure {
    margin-bottom: 34px;
}

.collection-box h4 {
    margin-bottom: 13px;
    letter-spacing: -1px;
}

.collection-box p {
    margin-bottom: 24px;
}

.collection-box a i {
    font-size: 20px;
    color: var(--primary-color);
}

.collection-box a {
    display: inline-block;
    transition: 0.4s ease-in-out;
}

.collection-box figure img {
    transition: all 0.5s ease-in-out;
}

.collection-box a:hover {
    transform: translateX(8px);
}

.collection-box:hover {
    background: var(--button-color);
}

.collection-box:hover h4,
.collection-box:hover p {
    color: var(--primary-color);
}

.collection-box:hover figure img {
    transform: translateY(5px);
    filter: brightness(0) saturate(100%) invert(100%) sepia(6%) saturate(0%)
        hue-rotate(70deg) brightness(108%) contrast(108%);
}

/*****HOME PAGE COLLECTION SECTION*****/
/* HOME PAGE ABOUT SECTION */
.about-details-box .generic-title span {
    margin-bottom: 25px;
}

.about-details-box .generic-title {
    margin-bottom: 23px;
}

.about-details-box p {
    margin-bottom: 45px;
}

.about-details-box .generic-btn a {
    min-width: 170px;
    height: 60px;
}

.about-details-box {
    padding-right: 50px;
}

/* HOME PAGE ABOUT SECTION */
/* HOME PAGE TABS SECTION */
.tabset > input[type="radio"] {
    left: -200vw;
    position: absolute;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6),
.tabset > input:nth-child(4):checked ~ .tab-panels > .tab-panel:nth-child(4) {
    display: grid;
}

.tabset > label {
    cursor: pointer;
    font-weight: 600;
    border-bottom: 0;
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
}

.tabset > label::after {
    left: 0;
    padding: 0;
    content: "";
    width: 100%;
    height: 1px;
    bottom: -5px;
    display: none;
    position: absolute;
    background: #8d8d8d;
}

input:focus-visible + label {
    outline: none;
}

.tabset > label {
    padding: 0;
    margin: 0 15px;
}

.gallery-section {
    position: relative;
}

.gallery-gradient::before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1360px;
    position: absolute;
    /* background: url("../images/about-before-img.png") no-repeat center; */
    background-size: cover;
}

.gallery-section .generic-title {
    margin-bottom: 46px;
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label {
    color: var(--accent);
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
    display: block;
    background: var(--accent);
}

.tabset > input:checked + label {
    padding: 0;
    border: none;
}

.tab-panel {
    padding: 55px 0;
}

.tabset {
    width: 100%;
    text-align: center;
    margin-bottom: 28px;
}

.not-found-page {
    padding-top: 150px;
}

/* HOME PAGE TABS SECTION */
/* HOME PAGE GALLERY STYLE */
.gallery-images-box,
.gallery-second-tab,
.gallery-third-tab,
.gallery-fourth-tab {
    display: grid;
    grid-gap: 10px;
    overflow: hidden;
    grid-auto-flow: dense;
    grid-auto-rows: 30px 300px;
}

.gallery-second-tab,
.gallery-third-tab,
.gallery-fourth-tab {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-images-box {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-item {
    position: relative;
}

.gallery-item .images img {
    width: 100%;
    height: 100%;
    cursor: pointer;
    object-fit: contain;
    object-position: 50% 50%;
    transition: 0.5s ease-in-out;
}

.gallery-item:hover .images img {
    overflow: hidden;
}

.w-3 {
    grid-column: span 3;
}

.w-2 {
    grid-column: span 2;
}

.w-1 {
    grid-column: span 1;
}

.w-4 {
    grid-column: span 4;
}

.w-5 {
    grid-column: span 5;
}

.w-6 {
    grid-column: span 6;
}

.h-3 {
    grid-row: span 3;
}

.h-1 {
    grid-row: span 1;
}

.h-2 {
    grid-row: span 2;
}

.h-4 {
    grid-row: span 4;
}

.h-5 {
    grid-row: span 5;
}

.h-6 {
    grid-row: span 6;
}

/* LIGHTBOX STYLE */
#lightbox {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
}

#lightbox.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

#lightbox img {
    padding: 2px;
    max-width: 90%;
    max-height: 80%;
    background-color: gray;
    border: 3px solid black;
}

/* gallery responsive to phone screen size */
@media screen and (max-width: 550px) {
    .gallery-images-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .w-3,
    .w-4,
    .w-5,
    .w-6 {
        grid-column: span 1;
    }

    .gallery-images-box {
        justify-content: center;
    }
}

/* gallery style */
/* HOME PAGE PLAN SECTION STYLE */
.plans-section .generic-title {
    margin-bottom: 65px;
}

.plans-section .generic-title span {
    margin-bottom: 25px;
}

.plan-box {
    border-radius: 10px;
    padding: 65px 30px 77px;
    transition: 0.3s ease-in-out;
}

.plan-box .price {
    font-size: 54px;
    line-height: 60px;
    margin-bottom: 22px;
    color: var(--accent);
    display: inline-block;
}

.plan-box .price span {
    font-size: 24px;
    margin-left: 5px;
    line-height: 20px;
}

.plan-box .price span:first-child {
    margin: 0;
    top: 11px;
    left: -24px;
    position: absolute;
}

.plan-box ul {
    margin-bottom: 38px;
    display: inline-block;
}

.plan-box ul li {
    margin-bottom: 5px;
}

.plan-box ul li i {
    font-size: 14px;
    margin-right: 10px;
    color: var(--primary-color);
}

.plan-box h3 {
    margin-bottom: 3px;
}

.plan-box p {
    margin-bottom: 7px;
}

.plan-box .plan-txt {
    margin-bottom: 28px;
}

.plan-box:hover {
    color: var(--primary-color);
    background: var(--button-color);
}

.plan-box:hover .generic-btn a {
    color: var(--button-color);
    background: var(--primary-color);
}

.plan-box:hover .price {
    color: var(--primary-color);
}

/* HOME PAGE PLAN SECTION STYLE */
/* HOME PAGE VIDEO SECTION STYLE */
.box-video {
    width: 100%;
    cursor: pointer;
    position: relative;
}

.video-sec2 .box-video {
    margin: -52px 0 0;
}

/* Set Cover aka Background-Image */
.box-video .bg-video {
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 600px;
    position: relative;
    background: url(../images/video-bg-img.jpg) no-repeat center;
    background-size: cover;
}

.bg-video::after {
    top: 0;
    left: 0;
    content: "";
    z-index: 3;
    width: 100%;
    height: 600px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
}

.box-video .bt-play {
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 132px;
    height: 132px;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    transition: all 0.3s ease-out;
    transform: translate(-50%, -50%);
    background: url(../images/video-icon.png);
    -webkit-transition: all 0.3s ease-out;
}

.box-video.open .bg-video {
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s 0.8s;
    -webkit-transition: all 0.6s 0.8s;
}

.box-video.open .video-container {
    opacity: 1;
    transition: all 0.6s 0.8s;
    -webkit-transition: all 0.6s 0.8s;
}

.video-container {
    top: 0;
    height: 0;
    margin: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    padding-bottom: 31.27198%;
}

.video-container iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    position: absolute;
}

/* HOME PAGE VIDEO SECTION STYLE */
/* HOME PAGE REVIEW SECTION STYLE */
.reviews-section .profile-box figure img {
    width: auto;
}

.reviews-section .profile-box {
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    padding: 70px 48px 83px;
}

.reviews-section .profile-box::after {
    top: 0px;
    width: 47px;
    content: "";
    height: 40px;
    position: absolute;
    transform: translate(0, -50%);
    background: url(../images/quotes-img.png) no-repeat center;
}

.reviews-section .profile-box p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

.reviews-section .owl-carousel .owl-dots.disabled,
.reviews-section .owl-carousel .owl-nav.disabled {
    display: block;
}

.reviews-section .owl-carousel .owl-nav button.owl-prev,
.reviews-section .owl-carousel .owl-nav button.owl-next {
    top: 41%;
    width: 42px;
    height: 22px;
    position: absolute;
}

.reviews-section .owl-carousel .owl-nav button.owl-prev:focus,
.reviews-section .owl-carousel .owl-nav button.owl-next:focus {
    outline: none;
}

.reviews-section .owl-carousel .owl-nav button.owl-next {
    right: -76px;
    filter: brightness(0) invert(1);
    background: url(../images/arrow-right.png) no-repeat !important;
}

#logo-slider .owl-item img {
    width: auto;
}

.reviews-section .owl-carousel .owl-nav button.owl-next:hover,
.reviews-section .owl-carousel .owl-nav button.owl-prev:hover {
    filter: none;
}

.reviews-section .owl-carousel .owl-nav button.owl-prev {
    left: -76px;
    filter: brightness(0) invert(1);
    background: url(../images/arrow-left.png) no-repeat !important;
}

.reviews-section .owl-carousel .owl-nav button.owl-prev span,
.reviews-section .owl-carousel .owl-nav button.owl-next span {
    display: none;
}

.reviews-section .owl-carousel .owl-dots {
    margin-top: 40px;
}

.reviews-section .profile-box figure {
    margin-bottom: 15px;
}

.reviews-section .profile-box h4 {
    font-weight: 400;
    margin-bottom: 4px;
}

.reviews-section .owl-carousel .owl-stage-outer {
    overflow: inherit;
    overflow-x: clip !important;
}

/* HOME PAGE REVIEW SECTION STYLE */
/* HOME PAGE SPONSER SECTION STYLE */
.sponsers-sec ul li {
    margin: 0 35px;
}

.sponsers-sec {
    padding-left: 100px;
    padding-right: 100px;
}

.sponsers-sec ul {
    display: flex;
    overflow: hidden;
    align-items: center;
}

.sponsers-sec ul li figure img {
    animation: scroll 60s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translatex(-1000%);
    }
}

.sponsers-sec {
    padding-top: 200px;
}

/* HOME PAGE SPONSER SECTION STYLE */
/* HOME PAGE BLOG SECTION STYLE */
.blogpage-section .blog-box.hide-blog {
    display: none;
}

.blog-inner-box {
    overflow: hidden;
    border-radius: 10px;
}

.blog-inner-box > figure img {
    transition: all 0.5s ease-in-out;
}

.blog-inner-box:hover > figure img {
    transform: scale(1.1);
}

.blogs-section .generic-title {
    margin-bottom: 68px;
}

.blogs-section .generic-title span {
    margin-bottom: 25px;
}

.blog-text-con {
    padding: 27px 40px 33px;
}

.blog-text-con a {
    text-decoration: none;
}

.blog-text-con a:hover h4 {
    color: var(--accent);
}

.blog-text-con > ul li span {
    font-size: 14px;
    line-height: 24px;
    margin-left: 11px;
    color: var(--accent);
    display: inline-block;
}

.blog-text-con > ul {
    margin-bottom: 20px;
}

.blog-text-con h4 {
    margin-bottom: 17px;
}

.posted-details ul li {
    font-size: 12px;
    margin-right: 53px;
}

.posted-details ul li i {
    margin-right: 8px;
    color: var(--primary-color);
}

/* HOME PAGE BLOG SECTION STYLE */
/* FOOTER SECTION STYLE */
.footer-logo ul li {
    margin-right: 18px;
}

.footer-inner-section {
    display: grid;
    grid-template-columns: 80% 20%;
}

.footer-logo figure {
    margin-bottom: 50px;
}

.footer-logo p {
    font-size: 14px;
    margin-bottom: 33px;
}

.footer-logo ul span {
    margin-bottom: 20px;
}

.footer-logo ul li i {
    font-size: 20px;
    color: var(--primary-color);
    transition: 0.3s ease-in-out;
}

.index2-banner-sec .social-box li a:hover {
    box-shadow: inset 0 0 0 2px #fff;
}

.index-page-navbar .login-btn:hover {
    box-shadow: none;
    background: var(--button-color);
    border-color: var(--button-color);
}

.footer-logo ul li a {
    text-decoration: none;
}

.footer-logo ul li:hover a i {
    color: var(--accent);
    transform: translateY(-8px);
}

/* .footer-box {
    display: flex;
    justify-content: center;
    align-items: end;
} */

.footer-box h4 {
    margin-bottom: 46px;
}

.footer-box ul li a {
    text-decoration: none;
    color: var(--text-color);
}

.footer-box ul li a:hover {
    color: var(--accent);
}

.footer-box.address-box ul li i {
    left: 0;
    top: 7px;
    position: absolute;
    color: var(--primary-color);
}

.footer-box.address-box ul li {
    line-height: 30px;
    padding-left: 30px;
    margin-bottom: 12px;
}

.footer-box ul li {
    margin-bottom: 18px;
    position: relative;
}

.footer-box li input::placeholder {
    font-size: 16px;
    line-height: 24px;
    font-family: "Inter", sans-serif;
}

.footer-box li button {
    top: 8px;
    right: 10px;
    height: 60px;
    width: 100px;
    border: none;
    position: absolute;
    border-radius: 10px;
    color: var(--primary-color);
    background: var(--button-color);
    transition: 0.3s ease-in-out;
}

.footer-box li button:hover {
    cursor: pointer;
    background: transparent;
    box-shadow: inset 0 0 0px 2px #3500fc;
}

.owl-theme .owl-dots .owl-dot:focus {
    outline: none;
}

.footer-box li input {
    width: 100%;
    border: none;
    margin-bottom: 18px;
    border-radius: 10px;
    color: var(--primary-color);
    padding: 25px 115px 25px 25px;
    border: 1px solid transparent;
}

.footer-box li input:focus {
    outline: none;
    border: 1px solid var(--button-color);
}

.footer-box form label {
    font-size: 12px;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
}

.team-section .blog-text-con h4 a {
    color: var(--primary-color);
}

.team-section .blog-text-con h4 a:hover {
    color: var(--accent);
}

.footer-box form input {
    display: none;
}

.footer-box form label a {
    color: var(--text-color);
    text-decoration: underline;
}

.footer-box form label a:hover {
    color: var(--accent);
}

.footer-box.address-box h4 {
    margin-bottom: 44px;
}

.footer-form-box h4 {
    margin-bottom: 51px;
}

.footer-form-box ul {
    margin-bottom: 15px;
}

.home-footer {
    padding-top: 195px;
    background: url(../images/footer-bg-img.avif) no-repeat;
    background-size: cover;
}

.home-footer .footer-box li input {
    background: rgb(255 255 255 / 10%);
}

.home-footer .footer-box li input::placeholder {
    color: #a8acb7;
}

.check-box:before {
    content: "";
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 11px 10px 10px;
    -webkit-appearance: none;
    background: rgb(255 255 255 / 10%);
}

.footer-box input:checked + .check-box:after {
    top: 4px;
    left: 8px;
    width: 6px;
    content: "";
    height: 14px;
    display: block;
    position: absolute;
    border: solid var(--accent);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* FOOTER SECTION STYLE */
/* ABOUT PAGE STYLE */
/* ABOUT PAGE BANNER SECTION STYLE */
.about-banner .banner-left-sec p,
.about-banner .banner-left-sec span {
    font-size: 16px;
    line-height: 24px;
}

.about-banner .banner-left-sec span {
    color: var(--accent);
    margin-bottom: 27px;
}

.banner-sec.about-banner {
    height: auto;
    padding: 140px 0 200px;
}

.banner-sec.about-banner::after {
    display: none;
}

.banner-sec.about-banner::before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1360px;
    position: absolute;
    background: url(../images/about-before-img.png) no-repeat center;
    background-size: cover;
}

.banner-review-box {
    left: -5px;
    bottom: 50px;
    width: 170px;
    padding: 15px;
    display: flex;
    min-height: 170px;
    position: absolute;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    color: var(--primary-color);
    background: linear-gradient(
        32deg,
        rgba(0, 252, 219, 1) 20%,
        rgba(53, 0, 252, 1) 100%
    );
}

.banner-review-box span {
    font-size: 24px;
    line-height: 30px;
}

.banner-review-box .counting-box {
    font-size: 54px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 8px;
    letter-spacing: -1px;
}

.banner-review-box p {
    font-size: 18px;
    margin-bottom: 0;
    letter-spacing: -1px;
}

.about-banner .social-box {
    top: 29%;
}

.about-banner .banner-left-sec {
    margin-top: -14px;
    padding: 0 60px 0 5px;
}

.about-banner .banner-left-sec h2 {
    margin-bottom: 20px;
}

.about-banner .banner-right-sec {
    padding-left: 30px;
}

.about-banner .banner-left-sec .generic-btn {
    margin-left: 5px;
}

/* ABOUT PAGE BANNER SECTION STYLE */
/* ABOUT PAGE COLLECTION SECTION STYLE */
.about-collection-sec .generic-title {
    margin-bottom: 68px;
}

.about-collection-sec .collection-box {
    padding: 42px 28px 32px;
}

/* ABOUT PAGE COLLECTION SECTION STYLE */
/* ABOUT PAGE VISUAL GRAPHICS SECTION STYLE */
.visual-graphics-box .about-details-box ul li {
    font-size: 24px;
    font-weight: 600;
    line-height: 48px;
    padding-left: 40px;
    margin-bottom: 0px;
    letter-spacing: -1px;
    color: var(--primary-color);
}

.visual-graphics-box .about-details-box ul li figure {
    left: 0;
    top: -2px;
    position: absolute;
}

.visual-graphics-box .about-details-box ul {
    margin-bottom: 45px;
}

.visual-small-img {
    right: 43px;
    bottom: -100px;
    position: absolute;
}

.visual-graphics-box .about-details-box {
    padding-left: 25px;
    padding-right: 75px;
}

.visual-graphics-box .generic-title span {
    margin-bottom: 15px;
}

.visual-graphics-box .about-details-box p {
    margin-bottom: 25px;
}

.visual-graphics-box {
    padding-bottom: 200px;
}

/* ABOUT PAGE VISUAL GRAPHICS SECTION STYLE */
/* ABOUT PAGE TEAMS SECTION STYLE*/
.team-section .posted-details ul li {
    font-size: 16px;
    margin-right: 0px;
}

.team-section .posted-details ul li i {
    margin: 0;
    color: var(--primary-color);
}

.team-section .blog-text-con span {
    font-size: 14px;
    margin-bottom: 23px;
    /* color: var(--accent); */
    color: var(--primary-color);
}

.team-section .generic-title {
    margin-bottom: 70px;
}

.team-section .generic-title span {
    margin-bottom: 25px;
}

.team-section .blog-text-con {
    /* padding: 33px 40px 33px; */
    padding: 15px !important;
}

.team-section .blog-text-con h4 {
    margin-bottom: 9px;
}

.posted-details ul li a {
    height: 36px;
    width: 36px;
    padding: 5px;
    display: flex;
    background: #000;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    border: 1px solid #000;
}

.posted-details ul li a:hover {
    border-color: var(--accent);
}

.posted-details ul li a:hover i {
    color: var(--accent);
}

/* ABOUT PAGE TEAMS SECTION STYLE*/
/* PRICING PAGE */
/* PRICING PAGE BANNER SECTION STYLE*/
.pricing-banner .plan-box ul {
    margin-bottom: 38px;
}

.banner-sec.about-banner.pricing-banner {
    height: auto;
    padding: 239px 0 200px;
}

.pricing-banner .plan-box .price span {
    left: -20px;
}

.about-banner.pricing-banner .social-box {
    top: 27%;
}

.features-box ul li figure {
    left: 0;
    top: -3px;
    position: absolute;
}

.features-box ul li {
    font-size: 20px;
    padding-left: 42px;
    margin-bottom: 17px;
    letter-spacing: -1px;
    color: var(--primary-color);
}

.feature-section .generic-title span {
    margin-bottom: 25px;
}

.feature-section .generic-title {
    margin-bottom: 85px;
}

.feature-section {
    height: auto;
    padding: 200px 0px;
    background-position: top;
    background: url(../images/features-bg-img.jpg) no-repeat;
}

/* TEAM PAGE */
/* TEAM PAGE BANNER SECTION STYLE*/
.banner-sec.about-banner.pricing-banner.team-banner {
    height: auto;
    padding: 233px 0 140px;
}

.banner-sec.about-banner.team-banner::before {
    height: 1580px;
}

.team-banner .generic-title span {
    margin-bottom: 25px;
}

.team-banner .generic-title {
    margin-bottom: 90px;
}

.team-banner .row {
    gap: 53px 0;
}

.team-banner .member-box figure {
    margin-bottom: 26px;
}

.about-banner.pricing-banner.team-banner .social-box {
    top: 28%;
}

/* TEAM PAGE BANNER SECTION STYLE*/
.sub-banner-inner-con {
    display: grid;
    align-items: center;
    grid-template-columns: 31% 38.2% 31%;
}

.sub-banner {
    position: relative;
    padding-top: 147px;
}

.sub-banner-title span {
    margin-bottom: 24px;
    color: var(--primary-color);
    text-transform: uppercase;
}

.sub-banner-title h1 {
    font-size: 54px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 23px;
    color: var(--primary-color);
}

.sub-banner-title p {
    padding: 0 55px;
}

.sub-banner .wrapper2,
.sponsers-sec ul,
.collection-section .wrapper2,
.Solution-con .wrapper2 {
    z-index: 1;
    position: relative;
}

/* SLOUTION BOX */
.Solution-box {
    gap: 30px;
    /* display: grid;
    grid-template-columns: 48.66% 48.66%; */
    display: flex;
    justify-content: center;
}

.Solution-box-item img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.blog-post-content-box img {
    transition: all 0.5s ease-in-out;
}

.Solution-box-item:hover img,
.blog-post-content-box:hover > figure img {
    transform: scale(1.1);
}

.blog-post-content-box {
    overflow: hidden;
}

.Solution-box-content a {
    text-decoration: none;
}

.Solution-box-content h3:hover {
    color: var(--accent);
}

.Solution-box-content h3 {
    padding: 0 61px;
    font-size: 30px;
    line-height: 36px;
}

.Solution-box-item {
    overflow: hidden;
    position: relative;
    width: 430px;
    height: 347px;
}

.Solution-box-content {
    bottom: 2px;
    position: absolute;
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
    padding-bottom: 20px;
}

.Solution-con .generic-title h2 {
    margin-bottom: 190px;
}

.Solution-con {
    padding-bottom: 100px;
}

/* SLOUTION BOX */
/* FAQ SECTION */
.faq-page-con .faq-box {
    width: 60%;
    margin: 0 auto;
    grid-template-columns: 100%;
}

.faq-banner::before {
    display: none;
}

.faq-con {
    padding-top: 200px;
    padding-bottom: 200px;
}

.faq-con .generic-title h2 {
    margin-bottom: 90px;
}

.faq-box {
    gap: 132px;
    display: grid;
    align-items: center;
    grid-template-columns: 49% 40.8%;
}

.faq-content .card-header {
    padding: 0;
    background: transparent;
    border-radius: 0 !important;
}

.service-collection {
    padding-bottom: 200px;
}

.faq-content .card {
    margin-bottom: 28px;
    background: transparent;
    border-bottom: 1px solid #262626;
}

.faq-content .card-header h5 button {
    color: var(--primary-color);
    width: 100%;
    font-size: 24px;
    text-align: left;
    font-weight: 600;
    position: relative;
    padding: 0 36px 28px;
    letter-spacing: -1px;
    text-decoration: none;
}

#accordion .card-body {
    padding: 0 36px 40px;
}

.card-body .span {
    font-size: 8px;
}

.faq-content .card-header h5 button:after {
    left: 0;
    top: 0;
    content: "\f067";
    font-weight: 900;
    position: absolute;
    font-family: "Font Awesome 5 Free";
}

.faq-content .card-header h5 button:not(.collapsed) {
    color: var(--accent);
}

.faq-content .card-header h5 button:not(.collapsed):after {
    content: "\f068";
}

.faq-img .banner-review-box {
    left: auto;
    right: -15px;
}

/* FAQ SECTION */
/* CONTACT PAGE STYLING */
.contact-banner.banner-sec.about-banner::before {
    content: "";
    background: url(../images/about-before-img.png) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 1095px;
    position: absolute;
    left: 0;
    top: 0;
}

.contact-section .generic-title {
    margin-bottom: 188px;
}

.contact-details ul li {
    font-size: 24px;
    line-height: 36px;
    padding-left: 80px;
    margin-bottom: 64px;
    letter-spacing: -1px;
    color: var(--primary-color);
}

.contact-details ul li a {
    text-decoration: none;
    color: var(--primary-color);
}

.contact-details ul li a:hover {
    color: var(--accent);
}

.contact-details ul li i {
    left: 0;
    top: -6px;
    font-size: 50px;
    position: absolute;
    color: var(--accent);
}

.contact-form-box form {
    padding: 53px 78px;
    border-radius: 10px;
}

.contact-form-box form ul li i {
    left: 2px;
    top: 12px;
    font-size: 20px;
    position: absolute;
    color: var(--accent);
}

.contact-form-box form ul.how-to-list li i {
    top: 3px;
}

.contact-form-box form ul li input,
.contact-form-box form ul li textarea {
    border: none;
    color: var(--primary-color);
    background: transparent;
    padding: 10px 10px 14px 38px;
    border-bottom: 1px solid #262626;
}

.contact-form-box form ul li input:focus,
.contact-form-box form ul li textarea:focus {
    border-bottom-color: var(--accent);
}

.contact-form-box form ul li input:focus,
.contact-form-box form ul li textarea:focus {
    outline: none;
}

.contact-form-box form ul li {
    margin-bottom: 15px;
}

.contact-form-box form h3 {
    margin-bottom: 28px;
}

/* CONTACT PAGE STYLING */
/* ********* index2 style start********** */
.index2-banner-sec {
    padding-top: 335px;
    background: url(../images/landingpage/landing-image-3.avif) no-repeat center;
    background-size: cover;
}
/* .index2-banner-sec {
    padding-top: 335px;
    position: relative;
    overflow: hidden;
} */

.song-cover {
    /* padding-top: 400px; */
    /* background: url(../images/landingpage/background-image1.jpg) no-repeat
        center;
    background-size: cover; */
}

.index2-banner-sec .banner-left-sec {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.landing-page-img {
    /* width: 400px;
    max-width: 400px; */
}

.index2-banner-sec .banner-left-sec span {
    color: var(--psl-green);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
        "Segoe UI Emoji", "Segoe UI Symbol";
}

.index2-banner-sec .banner-left-sec h1 {
    /* margin-bottom: 38px; */
}

.index2-banner-sec .social-box {
    top: 41%;
}

.index2-navbar-sec {
    right: 0;
    top: 20px;
    z-index: 2;
    padding: 0 0 20px;
    position: absolute;
    /* border-bottom: 1px solid #1a3a53; */
}

/* ********* index2 style end********** */
.index2-slider .owl-stage-outer {
    overflow: inherit;
    overflow-x: clip !important;
}

.index2-slider .owl-stage .owl-item:nth-child(even) .item {
    margin-top: -205px;
}

.login-btn img {
    top: -2px;
    margin-right: 5px;
    position: relative;
}

.login-btn {
    border: none;
    cursor: pointer;
    padding: 15px 30px;
    border-radius: 10px;
    color: var(--primary-color);
    background: var(--button-color);
    transition: all 0.5s ease-in-out;
}

.login-btn:hover {
    background: transparent;
    box-shadow: inset 0 0 0 2px #fff;
}

.login-btn:focus {
    outline: none;
}

.glow-img::before {
    /* left: 0;
    top: -575px;
    content: "";
    width: 616px;
    height: 1567px;
    position: absolute;
    background: url(../images/glow-img.png) no-repeat center; */
    content: "";
    position: absolute;
    left: 0;
    top: 60%;
    transform: translate(-50%, -50%);
    width: 616px;
    height: 700px;
    background-color: #004958;
    border-radius: 50%;
    z-index: 0;
    filter: blur(70px);
    opacity: 0.6;
    box-shadow: 0 0 150px 75px rgba(0, 73, 88, 0.5),
        0 0 300px 150px rgba(0, 73, 88, 0.3);
}

.design-box {
    gap: 30px;
    display: grid;
    align-items: center;
    grid-template-columns: 37% 60.7%;
}

.design-service {
    gap: 30px;
    display: grid;
    place-content: end;
    grid-template-columns: 38.2% 38.2%;
}

.design-box-content span {
    margin-bottom: 14px;
    color: var(--accent);
}

.design-box-content h2 {
    margin-bottom: 24px;
}

.design-box-content p {
    padding-right: 92px;
    margin-bottom: 34px;
}

.generic-list ul li {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    padding-left: 41px;
    margin-bottom: 24px;
    letter-spacing: -1px;
    color: var(--primary-color);
    background: url(../images/check-icon.png) no-repeat top left;
}

.generic-list ul {
    margin-bottom: 55px;
}

.design-box-content .generic-btn a {
    padding: 17px 46px 13px 45px;
}

.design-service .collection-box {
    background: rgb(0 0 0 / 20%);
}

.design-service .collection-box:hover {
    background: var(--button-color);
}

.design-con {
    background: #000;
    padding-bottom: 175px;
}

.design-con:after {
    left: 0;
    top: -334px;
    content: "";
    width: 100%;
    height: 1178px;
    position: absolute;
    background: url(../images/design-bg-img.jpg) no-repeat;
    background-size: cover;
}

.design-con .wrapper2 {
    z-index: 1;
    position: relative;
}

.home-price-con {
    padding-top: 20px;
    padding-bottom: 200px;
}

#fade1 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 1001;
    display: none;
    position: fixed;
    filter: alpha(opacity=80);
}

#fade2 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 1001;
    display: none;
    position: fixed;
    filter: alpha(opacity=80);
    background-color: black;
}

#light iframe {
    width: 100%;
    border: none;
    height: 500px;
}

#light2,
#light {
    top: 79%;
    left: 50%;
    display: none;
    z-index: 1002;
    position: absolute;
    margin-top: -180px;
    transform: translate(-50%, -50%);
}

#light {
    width: 100%;
}

#light2 {
    width: 58%;
}

#light2 iframe {
    width: 100%;
    height: 500px;
}

.index3-poster {
    left: 10%;
    position: absolute;
}

.index3-video-wrap {
    top: 42%;
    left: 50%;
    width: 53px;
    height: 56px;
}

#boxclose {
    top: -12px;
    width: 30px;
    right: -9px;
    float: right;
    height: 30px;
    display: flex;
    z-index: 1002;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    line-height: 26px;
    position: absolute;
    border-radius: 50%;
    justify-content: center;
    color: var(--white-color);
    background: var(--accent);
}

.boxclose:before {
    content: "×";
}

#fade1:hover ~ #boxclose {
    display: none;
}

.test:hover ~ .test2 {
    display: none;
}

.video-wrap {
    top: 50%;
    left: 50%;
    z-index: 1;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);
}

/* PRICE PAGE STYLING */
.home-price-item {
    position: relative;
}

.home-price-con .generic-title span {
    margin-bottom: 25px;
}

.home-price-con .generic-title h2 {
    margin-bottom: 90px;
}

.home-price-box {
    gap: 74px;
    display: grid;
    grid-template-columns: 48.65% 45.6%;
}

.home-price-box-item.plan-box {
    gap: 40px;
    display: grid;
    margin-bottom: 45px;
    padding: 44px 55px 26px;
    background-color: #0d0d0d;
    grid-template-columns: 50% 42%;
    border: 1px solid rgb(255 255 255 / 10%);
}

.home-price-box-item.plan-box ul {
    padding: 0;
}

.home-price-lft-con > span {
    margin-bottom: 22px;
}

.home-price-box-item .price {
    display: inline-block;
}

.home-price-box-item .price span:first-child {
    left: -16px;
}

.home-price-box-item.plan-box:hover {
    background: var(--button-color);
}

.price-value > span {
    margin-bottom: 5px;
}

.home-price-rt-con .generic-btn a {
    padding: 15px 41px 15px 40px;
}

.home-price-rt-con {
    padding-top: 10px;
}

/* PRICE PAGE STYLING*/
.index-gallery .gallery-images-box {
    grid-gap: 0;
    grid-auto-rows: inherit;
}

/* TESTIONIAL SECTION */
.testimonial-slider .generic-title h2 {
    margin-bottom: 90px;
}

.testimonial-slider {
    padding-top: 95px;
    padding-bottom: 100px;
    background: url(../images/testimonial-bg-img.jpg) no-repeat center;
    background-size: cover;
}

.testimonial-slider .carousel-control-prev-icon img,
.testimonial-slider .carousel-control-next img {
    filter: brightness(0) invert(1);
}

.testimonial-slider .carousel-control-prev-icon img:hover,
.testimonial-slider .carousel-control-next img:hover {
    filter: none;
}

.testimonial-content figure {
    margin-bottom: 53px;
}

.testimonial-content p {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 40px;
    letter-spacing: -1px;
    color: var(--primary-color);
}

.auther-con figure {
    margin-bottom: 17px;
}

.auther-con figure img {
    width: 65px;
    border-radius: 50%;
    object-fit: cover;
    height: 65px;
}

.auther-con h5 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 8px;
    letter-spacing: -1px;
    color: var(--primary-color);
}

.auther-con span {
    font-size: 16px;
    color: var(--accent);
}

.testimonial-slider .carousel-control-next,
.testimonial-slider .carousel-control-prev {
    top: 40%;
    opacity: 1;
    width: auto;
    height: 20px;
    transform: translateY(-50%);
}

.testimonial-slider .carousel-control-prev-icon,
.testimonial-slider .carousel-control-next-icon {
    background-image: none;
}

.testimonial-slider .carousel-control-next-icon,
.testimonial-slider .carousel-control-prev-icon {
    width: auto;
    height: auto;
}

.cilent-logo {
    padding-top: 100px;
}

.service-logo-slider figure img {
    opacity: 0.4;
}

/* TESTIONIAL SECTION */
/* BLOG SECTION */
.blog-post2-box {
    gap: 30px;
    display: grid;
    grid-template-columns: 48.7% 48.7%;
}

.blog-post-content-box {
    position: relative;
}

.blog-post2-content {
    left: 40px;
    bottom: 30px;
    position: absolute;
}

.blog-post2 .generic-title span {
    margin-bottom: 25px;
}

.blog-post2 .generic-title h2 {
    margin-bottom: 88px;
}

.blog-admin figure {
    top: -2px;
    margin-right: 17px;
    position: relative;
}

.blog-admin {
    font-size: 14px;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.blog-post2-content h4 a {
    width: 70%;
    display: inline-block;
    color: var(--primary-color);
}

.blog-post2-content h4 a:hover {
    color: var(--accent);
}

.blog-post2-box .blog-post2-item:last-child .blog-post-content-box:first-child {
    margin-bottom: 30px;
}

/* BLOG SECTION */
/* INDEX PAGE 3 STYLING */
.index3-banner-sec {
    padding-top: 193px;
    position: relative;
    padding-bottom: 202px;
    background: url(../images/banner-img3.jpg) no-repeat center;
    background-size: cover;
}

.header-con3 {
    top: 0;
    padding: 20px 0;
    border-bottom: 0;
    position: relative;
}

.blue-bg:after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgb(53 0 252 / 85%);
}

.blue-bg {
    position: relative;
}

.blue-bg > .wrapper2 {
    z-index: 1;
    position: relative;
}

.index3-banner-sec .social-box {
    top: 50%;
    z-index: 1;
    transform: translatey(-50%);
}

.index3-banner-sec .social-box li a {
    background: var(--primary-color);
}

.index3-banner-sec .banner-left-sec span {
    color: var(--accent);
}

.index3-banner-sec .banner-left-sec {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.index3-banner-sec .generic-btn a {
    color: var(--secondary-color);
    background: var(--primary-color);
}

.index3-banner-sec .banner-left-sec h1 {
    margin-bottom: 32px;
}

.index3-banner-sec .banner-left-sec p {
    color: var(--primary-color);
}

.service-slider-sec3 {
    padding-top: 30px;
    background: #050112;
}

.about-index-box {
    gap: 24px;
    display: grid;
    align-items: center;
    grid-template-columns: 31.66% 33% 31.66%;
}

.about-index-img img {
    width: 100%;
}

.about-index-content {
    z-index: 2;
    top: 100px;
    text-align: center;
    position: relative;
}

.index3-banner-sec .generic-btn a:hover {
    color: #fff;
    background: var(--accent);
}

.about-index-box .about-details-box p {
    padding: 0 10px;
}

.about-index-img2 {
    top: 200px;
    position: relative;
}

.about-index-con {
    background: #050112;
    padding-bottom: 398px;
}

.title-con {
    padding: 144px 0 247px;
    background: url(../images/title-bg-img.jpg) no-repeat center;
    background-size: cover;
}

.title-con .generic-title h2 {
    padding: 0 100px;
}

.video-sec2 {
    margin-top: -110px;
    background: #050112;
}

.collection-section2 .design-service .collection-box {
    background: #120e1e;
}

.collection-section2 .design-service {
    gap: 30px;
    display: grid;
    place-content: end;
    grid-template-columns: 47.8% 47.8%;
}

.collection-section2-box {
    gap: 1.17%;
    display: grid;
    grid-template-columns: 32.33% 33% 32.33%;
}

.collection-section2-img::after {
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
}

.collection-section2-img1::after {
    left: 0;
    background: url(../images/collection-box2-img1.jpg) no-repeat center;
    background-size: cover;
}

.collection-section2-img2::after {
    right: 0;
    background: url(../images/collection-box2-img2.jpg) no-repeat center;
    background-size: cover;
}

.collection-section2 .design-service .collection-box:hover {
    background: var(--button-color);
}

.collection-section2 {
    background: #050112;
}

.footer-box ul {
    margin-bottom: 0;
}

.about-index-img:after {
    top: 0;
    left: 0;
    content: "";
    width: 945px;
    height: 1218px;
    position: absolute;
    background: url(../images/about-glow-img.png) no-repeat center;
}

.owl-dots .owl-dot span {
    background: #2a2735;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--accent);
}

.about-index-img:after {
    top: -714px;
    left: -307px;
    content: "";
    width: 945px;
    height: 1218px;
    position: absolute;
    background: url(../images/about-glow-img.png) no-repeat center;
}

.about-index-img figure {
    z-index: 1;
    position: relative;
}

.about-index-img2:after {
    top: auto;
    left: auto;
    right: -122px;
    bottom: -512px;
    transform: rotate(178deg);
}

.home-price-inner-box .home-price-box-item.plan-box:last-child {
    margin-bottom: 0;
}

.home-price-box-item.plan-box .price {
    margin-bottom: 0;
}

.home-price-con .wrapper2 {
    position: relative;
}

/* INDEX PAGE 3 STYLING */
/* NOT FOUND PAGE STYLING */
.not-found-title h2 {
    font-size: 200px;
    line-height: 200px;
    margin-bottom: 20px;
}

.not-found-title span {
    font-size: 30px;
    margin-bottom: 25px;
    letter-spacing: 10px;
}

.not-found-title p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
}

/* NOT FOUND PAGE STYLING */

/* BACK TO TOP BUTTON STYLING */
#button {
    opacity: 0;
    z-index: 99;
    width: 82px;
    height: 82px;
    bottom: 57px;
    right: 113px;
    position: fixed;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: spineer 2s infinite;
    background-color: var(--accent);
    -webkit-animation: spineer 2s infinite;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
}

#button::after {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    content: "\f062";
    line-height: 50px;
    font-family: "Font Awesome 5 free";
}

#button.show {
    opacity: 1;
    visibility: visible;
}

@keyframes spineer {
    from {
        box-shadow: 0 0 0 0 rgba(0, 73, 88, 0.99);
    }

    to {
        box-shadow: 0 0 0 45px rgba(0, 73, 88, 0.01);
    }
}

/* BACK TO TOP BUTTON STYLING */
/* Loader Styles */
.loader-mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    position: fixed;
    background-color: #fff;
}

.loader {
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    position: absolute;
    color: var(--accent);
    text-indent: -9999em;
    display: inline-block;
    margin: -25px 0 0 -25px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.lead {
    font-size: 13px;
}

.loader div {
    top: 0;
    left: 0;
    opacity: 0.5;
    float: none;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    background-color: var(--accent);
    animation: ballPulseDouble 2s ease-in-out infinite;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.swiper .swiper-wrapper {
    transition-timing-function: linear;
}

.logo-slider {
    padding-left: 85px;
    padding-right: 85px;
}

.swiper-wrapper figure img {
    width: 174px;
}

/* Loader Styles */
.video-card {
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.video-card:hover {
    /* transform: translateY(-5px); */
    /* box-shadow: 0 10px 20px rgba(0, 73, 88, 0.3); */
}

.video-container-gallery {
    aspect-ratio: 16/9;
    background: #000;
}

.video-container-gallery video {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    cursor: pointer;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 30%);
    opacity: 1;
    transition: opacity 0.3s ease;
}

.video-card:hover .video-overlay {
    opacity: 0.8;
}

/* Video Controls */
.video-control-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: var(--accent);
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.video-control-btn:hover {
    /* background: rgba(0, 73, 88, 1); */
    transform: translate(-50%, -50%) scale(1.1);
    outline: none;
}

.video-control-btn:focus {
    outline: none;
}

.pause-icon {
    display: none;
}

.video-playing .play-icon {
    display: none;
}

.video-playing .pause-icon {
    display: block;
}

/* Video Meta Info */
.video-meta {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    gap: 8px;
}

.views-badge,
.duration-badge {
    background: rgba(0, 0, 0, 0.7);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    color: var(--primary-color);
}

.views-badge i {
    margin-right: 4px;
}

/* Video Info Section */
.video-info {
    padding: 15px;
}

.video-title {
    color: var(--primary-color);
    font-size: 16px;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.creator-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.creator-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.creator-name {
    color: var(--primary-color);
    font-size: 14px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .video-control-btn {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .video-title {
        font-size: 14px;
    }
}

/* .creator {
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-top: 5px;
}

.creator img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
} */
.art-section .generic-title {
    margin-bottom: 46px;
}

.mb-46 {
    margin-bottom: 46px;
}

/* Custom table styling with your primary color */
.table-custom {
    background-color: #1a1a1a;
    color: var(--primary-color);
    border-collapse: separate;
    border-spacing: 0;
}

.table-custom thead {
    background-color: #121212;
}

.table-custom thead th {
    border-bottom: 2px solid #eec434;
    padding: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.table-custom tbody tr {
    transition: all 0.3s ease;
    border-bottom: 1px solid #2a2a2a;
}

.table-custom tbody tr:hover {
    background-color: #252525;
}

.table-custom tbody tr:last-child {
    border-bottom: none;
}

.table-custom td,
.table-custom th {
    vertical-align: middle;
    padding: 15px;
}

/* Highlight top rank */
.table-custom tbody tr:nth-child(1) {
    /* background-color: rgba(0, 252, 219, 0.05); */
}

/* Add heart icon color */
.table-custom .fa-heart {
    opacity: 0.8;
}

.art-section {
    position: relative;
    /* This is already in your HTML */
    overflow: hidden;
    /* This will contain the absolute positioned element */
}

.art-section::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 600px;
    background: radial-gradient(
        circle at center,
        #004958 0%,
        #003642 50%,
        transparent 70%
    );
    border-radius: 50%;
    z-index: 0;
    filter: blur(80px);
    opacity: 0.7;
    box-shadow: 0 0 150px 75px rgba(0, 73, 88, 0.5),
        0 0 300px 150px rgba(0, 73, 88, 0.3);
}

.leaderboard-search {
    margin-bottom: 40px;
}

.leaderboard-search-input {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--primary-color);
    height: 45px;
    border-radius: 4px 0 0 4px;
    border-right: none;
    padding: 0 15px;
    transition: all 0.3s ease;
}

.leaderboard-search-input:focus {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(0, 73, 88, 0.5);
    box-shadow: 0 0 0 2px rgba(0, 73, 88, 0.2);
    outline: none;
}

.leaderboard-search-btn {
    background: var(--accent);
    color: white;
    border: none;
    height: 45px;
    width: 45px;
    border-radius: 0 4px 4px 0;
    transition: all 0.3s ease;
}

.leaderboard-search-btn:hover {
    background: #006680;
}

/* Leaderboard Table */
.leaderboard-table-container {
    /* width: 100%; */
    overflow-x: auto;
    margin-inline: 40px;
}

.leaderboard-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid var(--accent);
}

.leaderboard-table thead {
    /* background: rgba(0, 73, 88, 0.3); */
    /* background-color: var(--psl-green); */
    background-color: var(--accent);
}

.leaderboard-table th {
    padding: 16px 20px;
    text-align: left;
    color: var(--text-color-white);
    /* color: rgba(255, 255, 255, 0.9); */
    font-weight: 800;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}

.leaderboard-table td {
    padding: 14px 20px;
    color: var(--primary-color);
    border-bottom: 1px solid rgba(73, 167, 150, 0.2);
    vertical-align: middle;
}

.leaderboard-table tbody tr:last-child td {
    border-bottom: none;
}

.leaderboard-table tbody tr:hover {
    background: rgba(0, 73, 88, 0.1);
}

/* Rank Column */
.rank-col {
    width: 80px;
    text-align: center;
}

.rank-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-weight: 600;
}

.rank-badge.gold {
    background: linear-gradient(135deg, #ffd700, #ffa500);
    color: #000;
}

.rank-badge.silver {
    background: linear-gradient(135deg, #c0c0c0, #a0a0a0);
    color: #000;
}

.rank-badge.bronze {
    background: linear-gradient(135deg, #cd7f32, #a05a2c);
    color: #000;
}

/* Participant Column */
.participant-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.participant-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 73, 88, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.participant-details {
    display: flex;
    flex-direction: column;
}

.participant-name {
    font-weight: 500;
    /* color: #fff; */
}

.participant-handle {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
}

/* Creation Type Column */
.creation-type-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 4px;
    /* background: rgba(0,73,88,0.3); */
    color: var(--primary-color);
    font-size: 0.85rem;
    border: 1px solid var(--highlight-color);
    border-radius: 20px;
}

/* Stats Column */
.engagement-stats {
    display: flex;
    gap: 20px;
}

.stat-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
}

.stat-item i {
    color: var(--accent);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .leaderboard-table th,
    .leaderboard-table td {
        padding: 12px 9px;
    }

    .engagement-stats {
        flex-direction: column;
        gap: 8px;
    }

    .leaderboard-search {
        margin-bottom: 30px;
    }
}

.art-gallery-header {
    width: 100%;
    padding: 20px 0;
}

.art-gallery-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.art-gallery-description {
    font-size: 1.1rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Search Wrapper Styles */
.art-search-wrapper {
    max-width: 650px;
    margin: 25px auto 0;
    width: 90%;
    padding: 0 15px;
}

.art-search-form {
    width: 100%;
    position: relative;
}

.art-search-group {
    display: flex;
    width: 100%;
    align-items: center;
}

.art-search-input {
    flex: 1;
    padding: 14px 25px;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(0, 0, 0, 0.3);
    color: var(--primary-color);
    border-radius: 50px;
    transition: all 0.3s ease;
    outline: none;
    backdrop-filter: blur(5px);
}

.art-search-input:focus {
    border-color: rgba(0, 168, 204, 0.6);
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 3px rgba(0, 168, 204, 0.2);
}

.art-search-btn {
    position: absolute;
    right: 5px;
    background: var(--accent);
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.art-search-btn:hover {
    background: var(--accent);
    transform: scale(1.05);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .art-search-wrapper {
        /* max-width: 100%; */
        padding: 0 10px;
    }

    .art-search-input {
        padding: 10px 15px;
        font-size: 14px;
    }

    .art-search-btn {
        padding: 0 15px;
    }

    .art-gallery-title {
        font-size: 2rem;
    }

    .art-gallery-description {
        font-size: 1rem;
    }
}

.songs-gallery-header {
    width: 100%;
    padding: 30px 0 20px;
    position: relative;
}

.songs-gallery-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.songs-gallery-description {
    font-size: 1.1rem;
    color: var(--primary-color);
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Music Search Styles */
.music-search-container {
    max-width: 650px;
    margin: 25px auto 0;
    width: 90%;
    padding: 0 15px;
}

.music-search-form {
    width: 100%;
    position: relative;
}

.music-search-group {
    display: flex;
    width: 100%;
    align-items: center;
}

.music-search-input {
    flex: 1;
    padding: 14px 25px;
    font-size: 16px;
    border: 2px solid var(--accent);
    background: white;
    color: var(--text-color-white);
    border-radius: 50px;
    transition: all 0.3s ease;
    outline: none;
    backdrop-filter: blur(5px);
}

.music-search-input:focus {
    border-color: rgba(0, 168, 204, 0.6);
    background: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 0 3px rgba(0, 168, 204, 0.2);
}

.music-search-button {
    position: absolute;
    right: 5px;
    background: var(--accent);
    color: white;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.music-search-button:hover {
    background: var(--accent);
    transform: scale(1.05);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .songs-gallery-title {
        font-size: 2rem;
    }

    .songs-gallery-description {
        font-size: 1rem;
        width: 90%;
    }

    .music-search-container {
        width: 95%;
        margin: 10px auto 0;
    }

    .music-search-input {
        padding: 12px 20px;
        font-size: 15px;
    }

    .music-search-button {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 480px) {
    .music-search-input {
        padding: 10px 15px;
        font-size: 12px;
    }
}

.solution-con {
    position: relative;
    /* z-index: 20; */
    /* overflow: hidden; */
}

.solution-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

/* Solution Card */
.solution-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.solution-card-inner {
    position: relative;
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s ease;
}

.solution-card:hover {
    transform: translateY(-10px);
}

.solution-card:hover .solution-card-inner {
    border-color: rgba(0, 168, 204, 0.4);
    box-shadow: 0 10px 30px rgba(0, 73, 88, 0.3);
}

/* Image Container */
.solution-img-container {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.solution-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.solution-card:hover .solution-img {
    transform: scale(1.05);
}

.solution-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.7) 100%
    ); */
    background-color: transparent;
    /* opacity: 0.6; */
    transition: opacity 0.4s ease;
    color: var(--primary-color);
}

.solution-card:hover .solution-overlay {
    opacity: 0.8;
}

.solution-card h3 {
    position: absolute;
    bottom: -7px;
    left: 20px;
    font-size: 29px;
}

/* Icon */
.solution-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: var(--highlight-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    transition: all 0.4s ease;
}

.solution-card:hover .solution-icon {
    /* background: rgba(0, 168, 204, 0.9); */
    transform: translate(-50%, -50%) scale(1.1);
}

/* Content */
.solution-content {
    padding: 25px;
    position: relative;
    z-index: 2;
}

.solution-link {
    color: white;
    text-decoration: none;
}

.solution-link h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.solution-description {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.solution-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent);
    font-weight: 500;
    transition: all 0.3s ease;
}

.solution-card:hover .solution-cta {
    color: white;
    transform: translateX(5px);
}

/* Glow Effect */
.solution-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(
        circle at center,
        rgba(0, 168, 204, 0.15) 0%,
        transparent 70%
    );
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
    border-radius: 12px;
}

.solution-card:hover .solution-glow {
    opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
    /* .solution-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    } */

    .solution-img-container {
        height: 200px;
    }

    .solution-content {
        padding: 20px;
    }
}

.theme-icon {
    font-size: 2.5rem;
    color: var(--bs-primary);
    /* or use your theme's main highlight color */
    transition: color 0.3s ease;
}

.pill-selectable.active .theme-icon {
    color: var(--white-color);
}

.pill-selectable:hover .theme-icon {
    color: var(--accent);
}

.pill-selectable {
    padding: 1rem;
    min-height: 160px;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.2s ease;
    color: inherit;
}

.pill-selectable:hover,
.pill-selectable.active {
    border-color: var(--bs-primary);
    background-color: #1c1c1c;
}

.lyrics-scroll {
    max-height: 200px;
    overflow-y: auto;
    /* padding-right: 5px; */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

.lyrics-scroll::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

/* .pills a {
  padding: 5px 14px;
  border-radius: 50px;
  margin: 0 2px 5px 0;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  border: 1px solid var(--accent);
  font-size: 1.2rem;
}

.pills a.active,
.pills a:active,
.pills a:focus,
.pills a:hover,
.form-gray-fields .btn,
.widget-newsletter .btn {
  color: #000;
  border-color: var(--accent);
  background-color: var(--accent);
  text-decoration: none;
} */

.step-section {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.step-section.active {
    display: block;
    opacity: 1;
    height: 100%;
    /* overflow: auto;
    overflow-x: hidden; */
}
.step-section.active::-webkit-scrollbar {
    width: 8px;
    display: none; /* Completely hides scrollbar */
}

/* Scrollbar thumb styling */
.step-section.active::-webkit-scrollbar-thumb {
    background-color: #eec434;
    border-radius: 4px;
    display: none;
}

/* Scrollbar track transparent */
.step-section.active::-webkit-scrollbar-track {
    background-color: transparent;
}

/* Only show scrollbar on hover */
.step-section.active:hover::-webkit-scrollbar {
    display: block;
}
.step-section.active:hover::-webkit-scrollbar-thumb {
    display: block;
}
/* styling for progress bar */

.step-tracker-wrapper {
    max-width: 100%;
    overflow-x: hidden;
    padding: 0 16px;
}

.step-tracker {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    list-style: none;
    margin: 0 auto;
    max-width: 100%;
    flex-wrap: nowrap;
    /* margin-top: 50px; */
    padding-bottom: 0px;
}

.step-item {
    position: relative;
    font-size: 0.9rem;
    text-align: center;
    color: var(--primary-color);
    font-weight: 500;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step-item::before {
    content: attr(data-step);
    display: inline-block;
    margin-bottom: 5px;
    width: 28px;
    height: 28px;
    background-color: #2e2e2e;
    color: var(--text-color-white);
    font-weight: bold;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    z-index: 1;
}

.step-item::after {
    content: "";
    position: absolute;
    top: 13px;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #2e2e2e;
    z-index: 0;
}

.step-item:first-child::after {
    left: 50%;
    width: 100%;
}

.step-item:last-child::after {
    /* display: none; */
    right: 50%;
    width: 0%;
}

.step-item.completed::after {
    background-color: var(--accent);
}

.step-tracker li + li::after {
    left: 50%;
    width: 100%;
}

.step-item.completed::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background-color: var(--accent);
}

.step-item.active::before {
    background-color: var(--accent);
}

.step-item.completed {
    color: var(--accent);
}

@media (max-width: 576px) {
    .step-item {
        font-size: 0.75rem;
    }

    .step-item::before {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-size: 0.75rem;
    }

    .step-item::after {
        top: 10px;
    }
}

.form-navigation-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    /* margin-top: 30px; */
    padding-top: 20px;
    /* border-top: 1px solid rgba(238, 196, 52, 0.2); */
    width: 100%;
}

.nav-btn {
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.prev-btn {
    background: rgba(238, 196, 52, 0.1);
    color: #eec434;
    border: 1px solid rgba(238, 196, 52, 0.3);
}

.prev-btn:hover {
    background: rgba(238, 196, 52, 0.2);
    transform: translateX(-3px);
    box-shadow: 0 4px 8px var(--accent);
}

.next-btn {
    background: var(--accent);
    color: var(--text-color-white);
    /* border: 1px solid rgba(238, 196, 52, 0.8); */
}

.next-btn:hover {
    background: var(--accent);
    transform: translateX(3px);
    box-shadow: 0 4px 12px var(--accent);
}

.next-btn:disabled {
    background: var(--accent);
    color: rgba(17, 17, 17, 0.5);
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.create-btn {
    background: linear-gradient(135deg, #49a796, #49a796);
    color: #111;
    border: 1px solid var(--accent);
    position: relative;
    overflow: hidden;
}

.create-btn:hover {
    background: linear-gradient(135deg, #49a796, #49a796);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(238, 196, 52, 0.4);
}

.create-btn::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    /* background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0.3) 0%,
        rgba(255, 255, 255, 0) 60%
    ); */
    transform: rotate(30deg);
    transition: all 0.3s ease;
}

.create-btn:hover::after {
    left: 100%;
}

.create-btn:disabled {
    background: rgba(238, 196, 52, 0.7);
    color: rgba(17, 17, 17, 0.5);
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Responsive */
@media (max-width: 768px) {
    .solution-card h3 {
        font-size: 18px;
        line-height: 26px;
        bottom: 2px;
        left: 15px;
    }

    .form-navigation-buttons {
        flex-wrap: wrap;
    }

    .nav-btn {
        padding: 10px 14px;
        font-size: 0.9rem;
        flex: 1;
        min-width: 120px;
        justify-content: center;
    }

    .create-fantune-btn {
        padding: 10px 40px !important;
    }
}

.download-song-button {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    font-size: 1rem !important;
}

.download-song-button:hover {
    color: white !important;
    background: var(--accent) !important;
}

.lyrics-row {
    margin-top: 30px;
}

/* Individual Lyrics Card */
.lyrics-card {
    background: var(--accent);
    border-radius: 12px;
    padding: 25px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.4s ease;
    cursor: pointer;
}

.lyrics-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    border-color: rgba(238, 196, 52, 0.3);
}

/* Selected State */
.lyrics-card.active {
    border: 2px solid var(--accent);
    background: rgba(30, 30, 30, 0.9);
    box-shadow: 0 0 0 3px rgba(238, 196, 52, 0.2);
}

/* Card Icon */
.lyrics-icon {
    width: 60px;
    height: 60px;
    background: rgba(238, 196, 52, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #eec434;
    font-size: 24px;
    transition: all 0.3s ease;
}

.lyrics-card:hover .lyrics-icon {
    background: rgba(238, 196, 52, 0.2);
    transform: scale(1.1);
}

.lyrics-card.active .lyrics-icon {
    background: rgba(238, 196, 52, 0.3);
    box-shadow: 0 0 0 2px rgba(238, 196, 52, 0.5);
}

/* Card Content */
.lyrics-card h4 {
    color: var(--text-color-white);
    margin-bottom: 15px;
    font-weight: 600;
}

.lyrics-content {
    color: var(--text-color-white);
    /* font-style: italic; */
    line-height: 1.6;
    max-height: 150px;
    overflow-y: auto;
    padding-right: 10px;
}

.lyrics-content::-webkit-scrollbar {
    width: 4px;
}

.lyrics-content::-webkit-scrollbar-thumb {
    background: var(--accent);
    border-radius: 2px;
}

/* Selection Indicator */
.selection-indicator {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 25px;
    height: 25px;
    background: var(--accent);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease;
}

.lyrics-card .selection-indicator {
    opacity: 1;
    background: white;
}

.lyrics-card.active .selection-indicator {
    opacity: 1;
    transform: scale(1);
    background: var(--accent);
}
.song-player-container .selection-indicator {
    opacity: 1;
    background: white;
}

.song-player-container.active .selection-indicator {
    opacity: 1;
    transform: scale(1);
    background: var(--accent);
}

.selection-indicator i.transparent {
    color: transparent !important;
}

/* Responsive */
@media (max-width: 992px) {
    .lyrics-card {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    /* .lyrics-row {
        gap: 20px;
    } */

    .lyrics-card {
        padding: 15px;
    }

    .lyrics-icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}

.genre-pills-container {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    /* margin-top: 25px; */
    justify-content: center;
    margin-left: 15px;
}

/* Individual Genre Pill */
.genre-pill {
    background: rgba(30, 30, 30, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.genre-pill:hover {
    background: rgba(238, 196, 52, 0.1);
    border-color: rgba(238, 196, 52, 0.3);
    transform: translateY(-3px);
}

/* Selected State */
.genre-pill.active {
    background: rgba(238, 196, 52, 0.2);
    border-color: #eec434;
    box-shadow: 0 0 0 2px rgba(238, 196, 52, 0.3);
}

/* Genre Icon */
.genre-icon {
    width: 30px;
    height: 30px;
    background: rgba(238, 196, 52, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eec434;
    transition: all 0.3s ease;
}

.genre-pill.active .genre-icon {
    background: rgba(238, 196, 52, 0.3);
    color: var(--primary-color);
}

/* Genre Name */
.genre-name {
    color: var(--primary-color);
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.genre-name:hover {
    color: rgba(255, 255, 255, 0.9) !important;
}

.genre-pill.active .genre-name {
    color: var(--primary-color);
    font-weight: 600;
}

/* Selection Checkmark */
.selection-check {
    width: 20px;
    height: 20px;
    background: #eec434;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 10px;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.3s ease;
}

.genre-pill.active .selection-check {
    opacity: 1;
    transform: scale(1);
}

/* Responsive */
@media (max-width: 768px) {
    .genre-pills-container {
        gap: 8px;
    }

    .genre-pill {
        padding: 10px 15px;
        font-size: 0.9rem;
    }

    .genre-icon {
        width: 25px;
        height: 25px;
        font-size: 0.9rem;
    }
}

/* song */

/* Song Ready Container */
.song-ready-container {
    /* max-width: 600px; */
    margin: 30px auto 0;
    padding: 20px;
}

/* Processing State */
.song-processing-state {
    text-align: center;
    /* display: none; */
}

.golden-spinner {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    position: relative;
}

.spinner-circle {
    width: 100%;
    height: 100%;
    /* border: 4px solid rgba(238, 196, 52, 0.2); */
    border: 4px solid rgba(73, 167, 150, 0.2);
    border-top-color: var(--accent);
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
}

.spinner-glow {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    /* background: radial-gradient(
        circle at center,
        rgba(238, 196, 52, 0.3) 0%,
        transparent 70%
    ); */
    background: radial-gradient(
        circle at center,
        rgba(73, 167, 150, 0.3) 0%,
        /* #49a796 with 30% opacity */ transparent 70%
    );

    border-radius: 50%;
}

.spinner-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: var(--accent);
}

.processing-text {
    color: var(--accent);
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.progress-container {
    height: 6px;
    background: rgba(238, 196, 52, 0.1);
    border-radius: 3px;
    overflow: hidden;
    margin: 0 auto;
    max-width: 300px;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #49a796, #66c4b1);
    width: 0%;
    transition: width 0.3s ease;
}

/* Audio Player */
.song-player-container {
    /* display: none; */
    background: var(--accent);
    /* background: rgba(30, 30, 30, 0.7); */
    border-radius: 12px;
    padding: 25px;
    /* height: 100%; */
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    /* margin-top: 50px; */
}

.song-player-container.active {
    border: 2px solid var(--accent);
    background: rgba(30, 30, 30, 0.9);
    box-shadow: var(--accent);
}

.song-player-container.active .selection-indicator {
    opacity: 1;
    transform: scale(1);
}

.golden-audio-player {
    /* background: rgba(30, 30, 30, 0.7);
  border: 1px solid rgba(238, 196, 52, 0.3); */
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 25px;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); */
}

.player-controls {
    display: flex;
    align-items: center;
    gap: 20px;
}

.golden-play-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--accent);
    color: #111;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.golden-play-btn:hover {
    background: var(--accent);
    transform: scale(1.05);
}

.player-info {
    flex-grow: 1;
}

.song-title {
    color: var(--text-color-white);
    margin-bottom: 5px;
}

.song-description {
    color: var(--primary-color);
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.player-timeline {
    height: 4px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    position: relative;
    margin-bottom: 5px;
    cursor: pointer;
}

.timeline-progress {
    height: 100%;
    background: #eec434;
    border-radius: 2px;
    width: 0%;
}

.time-display {
    display: flex;
    justify-content: space-between;
    color: var(--primary-color);
    font-size: 0.8rem;
}

/* Download Actions */
.download-actions {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.golden-download-btn,
.golden-share-btn {
    padding: 12px 25px;
    border-radius: 10px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.golden-share-btn:hover span {
    color: inherit !important;
    text-decoration: none !important;
}

.golden-download-btn {
    background: #eec434;
    color: #111 !important;
}

.golden-download-btn:hover {
    background: #f5d654;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(238, 196, 52, 0.3);
    color: #111 !important;
}

.golden-share-btn {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 1px solid rgba(238, 196, 52, 0.3);
}

.golden-share-btn:hover {
    background: rgba(238, 196, 52, 0.1);
    transform: translateY(-2px);
}

/* Generate Button */
.generate-action {
    text-align: center;
}

.golden-generate-btn {
    padding: 15px 30px;
    border-radius: 30px;
    background: linear-gradient(135deg, #eec434, #f8d93b);
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1.1rem;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(238, 196, 52, 0.3);
}

.golden-generate-btn:hover {
    background: linear-gradient(135deg, #f5d654, #fbe34a);
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(238, 196, 52, 0.4);
}

.generate-hint {
    color: rgba(255, 255, 255, 0.6);
    margin-top: 10px;
    font-size: 0.9rem;
}

/* Animations */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .download-actions {
        flex-direction: column;
    }

    .golden-download-btn,
    .golden-share-btn {
        width: 100%;
        justify-content: center;
        font-size: 0.8rem;
    }
}

.team-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    /* padding: 20px; */
    box-sizing: border-box;
    justify-content: space-between;
}

.team-card figure {
    /* height: 150px; */
    /* adjust as needed */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.team-updated figure {
    height: 150px !important;
}

.team-card .team-img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.blog-text-con {
    min-height: 50px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.team-selectable.active {
    border: 6px solid var(--accent);
    box-shadow: 0 0 15px rgba(40, 167, 69, 0.5);
    transition: 0.3s ease-in-out;
}

.cover-selectable {
    cursor: pointer;
    border: 3px solid transparent;
    transition: 0.2s;
    border-radius: 10px;
}

.cover-selectable.selected {
    border-color: var(--accent);
}

.custom-cover-card {
    background: rgba(30, 30, 30, 0.7);
    border: 2px dashed rgba(238, 196, 52, 0.5);
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.custom-cover-card:hover {
    background: rgba(238, 196, 52, 0.05);
    border-color: #eec434;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.custom-cover-inner {
    padding: 20px;
}

.custom-cover-icon {
    font-size: 50px;
    color: #eec434;
    margin-bottom: 15px;
    transition: transform 0.3s ease;
}

.custom-cover-card:hover .custom-cover-icon {
    transform: scale(1.1);
}

.custom-cover-card h4 {
    color: #eec434;
    margin-bottom: 10px;
}

.custom-cover-card p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .team-logo-container {
        height: 100px;
    }

    .custom-cover-icon {
        font-size: 40px;
    }
}

.selection-header h2 {
    color: #eec434;
    margin-bottom: 10px;
}

.selection-header p {
    color: var(--primary-color);
}

.custom-video-card {
    padding: 10px;
    cursor: pointer;
    background: rgba(30, 30, 30, 0.7);
}

.custom-video-card.active {
    border: 2px solid #eec434;
    background: rgba(30, 30, 30, 0.9);
    box-shadow: 0 0 0 3px rgba(238, 196, 52, 0.2);
}

#songs-containers {
    display: flex;
    justify-content: center;
    flex-direction: row;
    /* grid-template-columns: repeat(1, 1fr);
    /* Default: 2 columns */
    gap: 20px;
    align-items: center;
}

/* For tablets and smaller screens */
@media (max-width: 768px) {
    #songs-containers {
        grid-template-columns: repeat(1, 1fr);
        /* 1 column on tablets */
    }
}

/* For larger screens (e.g., desktops) */
@media (min-width: 1024px) {
    #songs-containers {
        grid-template-columns: repeat(1, 1fr);
        /* 3 columns on wider screens */
    }
}

/* For extra-large screens */
@media (min-width: 1440px) {
    #songs-containers {
        grid-template-columns: repeat(2, 1fr);
        /* 4 columns on very large screens */
    }
}
.custom-navbar {
    display: flex;
    justify-content: space-between;
}
#searchResults {
    padding: 10px;
}
.navbar-brand {
    margin-right: 0% !important;
}
.select-wrapper select {
    border: none;
    width: 100%;
    padding: 12px 16px;
    background-color: white;
    color: var(--primary-color);
    font-size: 16px;
    appearance: none; /* Removes default arrow for cleaner style */
    cursor: pointer;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    border-bottom: 1px solid #262626;
    /* color: var(--text-color); */
}

/* Custom arrow (optional) */
.select-wrapper {
    position: relative;
}
.select-wrapper::after {
    content: "▼";
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    color: var(--accent);
    pointer-events: none;
    font-size: 14px;
    background-color: white;
}

/* Hover and focus styles */
.select-wrapper select:hover,
.select-wrapper select:focus {
    border-color: var(--accent);
    /* box-shadow: 0 0 8px #eec43480; */
    outline: none;
}

.styled-select {
    width: 120px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    font-size: 14px;
    appearance: none; /* For Chrome */
    -webkit-appearance: none; /* Safari */
    -moz-appearance: none; /* Firefox */
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='10' viewBox='0 0 24 24' width='10' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    cursor: pointer;
}

.form-icon {
    position: absolute;
    top: 10px;
}

.flashing-text {
    /* text-wrap: "wrap"; */
    /* font-size: 0.8rem; */
    color: white;
    animation: flash 1.8s infinite;
    font-size: 1.6rem;
    width: fit-content;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    /* margin-block: 8px !important; */
    /* margin-bottom: 13px !important; */
    display: inline-block;
    padding-block: 4px;
    padding-inline: 13px;
}

@keyframes flash {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.flashing-text.manage-urdu-heading {
    margin-top: 1.5rem;
}
.sec-heading {
    font-size: 32px;
}
.sec-heading.urdu-rtl {
    font-size: 24px;
}
.urdu-create-fantune,
.urdu-create-fanart {
    font-family: "Noto Nastaliq Urdu", "Jameel Noori Nastaleeq", serif;
    font-size: 24px !important;
    line-height: 30px !important;
    letter-spacing: 0.08px;
    padding: 16px 35px 19px !important;
}

.custom-price {
    color: #ff0000 !important;
    font-weight: 700;
    background-color: #feff39;
    border-radius: 40px;
    /* margin-inline: 4px; */
    padding-inline: 8px;
    padding: 9px;
}

.tab-labels-scroll {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    overflow: hidden;
    white-space: nowrap;
    gap: 12px;
    padding: 8px 0; /* Remove side padding */
    margin: 0; /* Ensure no margin shifts */
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory; /* Optional: Snap scrolling */
}

.tab-labels-scroll label {
    display: inline-block;
    white-space: nowrap;
    flex-shrink: 0;
    padding: 8px 16px;
    /* background: #eee; */
    border-radius: 4px;
    scroll-snap-align: start; /* Optional: Align on scroll */
}

.psl-facts-wrapper {
    border-radius: 8px;
    /* border: 2px solid var(--psl-green); */
    border: 2px solid var(--accent);
    background: var(--accent);
    /* background: rgba(30, 30, 30, 0.9); */
    box-shadow: 0 0 0 3px rgba(73, 167, 150, 0.2);
    min-height: 200px;
}

.psl-facts-wrapper h3 {
    font-size: 25px;
    color: var(--text-color-white);
}

.psl-fact {
    color: var(--text-color-white);
    font-size: 1rem;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    min-height: 60px;
    padding: 5px;
}
.psl-fact.fade-in {
    opacity: 1;
}

/* Style the select box itself */
select#art_style {
    background-color: black;
    color: var(--primary-color);
    border: 1px solid #ccc;
    padding: 8px;
    appearance: none; /* removes default arrow styling */
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* Selected option in dropdown */
select option {
    background-color: white;
    color: var(--primary-color);
}

select option:hover {
    background-color: var(--accent);
    color: var(--primary-color);
}

a:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.desktop-header {
    display: block;
}
.mobile-header {
    display: none;
}
.lang-btn {
    background: var(--accent);
    border-radius: 12px;
    padding: 20px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all 0.4s ease;
    cursor: pointer;
    margin-bottom: 10px;
}
.lang-btn h4 {
    color: var(--text-color-white);
    font-weight: 600;
}

.lang-btn.active {
    border: 2px solid white;
    background: rgba(30, 30, 30, 0.9);
    box-shadow: 0 0 0 3px rgba(73, 167, 150, 0.2);
}
.lang-btn:hover {
    border: 2px solid white;
    background: rgba(30, 30, 30, 0.9);
    box-shadow: 0 0 0 3px rgba(73, 167, 150, 0.2);
}
.lang-btn:hover .selection-indicator {
    opacity: 1;
    transform: scale(1);
}
.lang-btn.active .selection-indicator {
    opacity: 1;
    transform: scale(1);
}
.modal {
    backdrop-filter: blur(4px);
}
.modal-title {
    font-size: 32px;
    margin-bottom: 0;
    line-height: 1.5;
    /* color: var(--text-color-white); */
    font-weight: 600;
}
.modal-content {
    background: white;
    border: 4px solid var(--accent);
    border-radius: 23px;
    overflow: hidden;
}

.how-to-steps {
    border: none;
    color: var(--primary-color);
    background: transparent;
    padding: 0px 0px 0px 38px;
    border-bottom: 1px solid #262626;
}
.terms-padding {
    padding-top: 3rem;
}

/* Home Page Responsive Styling */
@media (min-width: 1500px) and (max-width: 1590px) and (min-height: 650px) and (max-height: 750px) {
    .index2-banner-sec {
        padding-top: 165px !important;
    }
    .landing-page-img {
        width: 460px !important;
    }
}

@media (min-width: 1199px) {
    .index2-banner-sec {
        padding-top: 165px !important;
    }
    .landing-page-img {
        width: 460px !important;
    }

    .contact-section.padding-top {
        padding-top: 40px;
    }
}

@media (min-width: 1400px) and (max-width: 1460px) {
    .index2-banner-sec {
        padding-top: 165px;
    }
    .landing-page-img {
        width: 460px;
    }
}

.switch {
    position: relative;
    display: inline-block;
    margin: 3px 5px 0px;
}

.switch > span {
    position: absolute;
    top: 7px;
    pointer-events: none;
    font-family: "Helvetica", Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
    width: 50%;
    text-align: center;
}

input.check-toggle-round-flat:checked ~ .off {
    color: var(--accent);
}

input.check-toggle-round-flat:checked ~ .on {
    color: #fff;
}

.switch > span.on {
    left: 0;
    padding-left: 2px;
    color: var(--psl-green);
}

.switch > span.off {
    right: 0;
    padding-right: 4px;
    color: #fff;
}

.check-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}
.check-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.check-toggle-round-flat + label {
    padding: 2px;
    width: 100px;
    height: 35px;
    background-color: var(--accent);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}
input.check-toggle-round-flat + label:before,
input.check-toggle-round-flat + label:after {
    display: block;
    position: absolute;
    content: "";
}

input.check-toggle-round-flat + label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: var(--accent);
    -webkit--moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}
input.check-toggle-round-flat + label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 48px;
    background-color: #fff;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s;
}

input.check-toggle-round-flat:checked + label {
}

input.check-toggle-round-flat:checked + label:after {
    margin-left: 44px;
}
.faq-content.urdu .card-header h5 button {
    text-align: right;
}
.faq-content.urdu .card-header h5 button:after {
    left: auto;
    right: 0;
}
.faq-content.urdu .collapse,
.faq-content.urdu .collapse .card-body {
    text-align: right;
}
.urdu-rtl {
    direction: rtl;
    font-family: "Noto Nastaliq Urdu", "Jameel Noori Nastaleeq", serif;
    unicode-bidi: embed;
    line-height: normal;
}
h3.urdu-rtl {
    font-size: 24px;
}
.faq-content.urdu .card {
    direction: rtl;
    text-align: right;
}

.faq-content.urdu .card-header h5 button:after {
    top: 4px;
}

.faq-content.urdu .card-header h5 button {
    font-size: 20px;
    line-height: 1.5;
}

small.design-declare {
    font-size: 70%;
    font-weight: 400;
}

small.design-declare a {
    color: var(--text-color);
}
small.design-declare a:hover {
    text-decoration: underline !important;
}
.ur-lyrics {
    padding-right: 0;
    direction: rtl;
    padding-left: 10px;
    text-align: right;
}
h4.urdu-create-fantunes {
    font-family: "Noto Nastaliq Urdu", "Jameel Noori Nastaleeq", serif;
    font-size: 24px;
}
h3.urdu-song-ready {
    text-align: center !important;
    line-height: normal;
}

.example-link {
    display: block; /* so it sits on its own line */
    margin-left: 2.5rem; /* line up with input text, if you like */
    font-size: 0.75rem; /* slightly smaller than main text */
    color: #666; /* or any contrasting color */
    margin-bottom: 1rem; /* space after the example link */
    font-style: italic; /* optional styling */
}

.custom-hyperlink {
    color: var(--accent);
}

/*new header setting  Start*/
.custom-header-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
}
/*new header setting  Start*/

.facts-heading-urdu {
    font-size: 20px;
    font-weight: 600;
}

.participate-and-win-text {
    font-size: 9px;
}

.form-check-input {
    transform: translateY(0.1rem); /* fine-tunes alignment */
}

.form-check {
    display: inline-block;
}

select#city {
    /* padding: 10px 16px;
    margin: 0;
    font-size: 16px;
    line-height: 1.4; */
    padding-left: 0px;
}
select#gender {
    /* padding: 10px 16px;
    margin: 0;
    font-size: 16px;
    line-height: 1.4; */
    padding-left: 0px;
}

.footer-inner-section .fantune-logo {
    width: fit-content;
    display: inline-block;
}

.form-check input[type="checkbox"] {
    accent-color: var(--accent);
}

.share-btn {
    padding: 0px 7px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: var(--psl-green);
    margin-bottom: 12px;
    color: white;
}

.share-btn:hover {
    background: var(--psl-green);
    transform: translateX(3px);
    box-shadow: 0 4px 12px rgba(238, 196, 52, 0.3);
}
.share-btn:focus {
    outline: transparent;
}

.urdu-sub-section {
    line-height: 36px !important;
}
/* Target the plugin wrapper */
.iti {
    width: 100% !important;
}

/* Make sure the input inside also stretches */
.iti input {
    width: 100% !important;
    box-sizing: border-box;
}

.responsive-video {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 8px;
}

#urdu-section h4 {
    padding-top: 30px !important;
}
