@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

/* --------------------------
Default Code 
-----------------------------*/
* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    scroll-behavior: smooth;
}

body {
    background-color: #fff;
}

.cart {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.cart h2 {
    font-size: 22px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
    text-align: center;
}

.cart h2 span {
    color: #832c71;
}

.cart img {
    width: 100px;
}

/*.cart a {
    font-family: "Mulish", sans-serif;
    text-align: center;
    width: 200px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #df2031;
    margin-bottom: 10px;
    margin-top: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    
}

.cart a:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  
}*/

.cart a {
    position: relative;
    /* Needed for ::before */
    display: inline-block;
    width: fit-content;
    padding: 9px 42px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Mulish", sans-serif;
    color: white;
    background-image: linear-gradient(135deg, #7a2167 0%, #d088c0 100%);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-out;
    overflow: hidden;
    /* ensures ::before shine stays inside */
    text-decoration: none;
    /* remove underline */
}

.cart a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: all 0.5s ease-in-out;
}

.cart a:hover {
    background-image: linear-gradient(135deg, #d088c0 0%, #7a2167 100%);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Add shine effect animation on hover */
.cart a:hover::before {
    left: 100%;
}


.col_sm1 {
    width: 100%;
}

.col_sm2 {
    width: 48%;
    float: left;
    margin: 1%;
}

.col_sm3 {
    width: 31%;
    float: left;
    margin: 1%;
}

.col_sm3-ftr {
    width: 23%;
    float: left;
    margin: 1%;
}

.col_sm4 {
    width: 23%;
    margin: 1%;
    float: left;
}

.col_sm44 {
    width: 28%;
    margin: 1%;
    float: left;
}

.col_sm8 {
    width: 79%;
    float: left;
    margin: 0%;
}

.col_sm88 {
    width: 19%;
    float: left;
    margin: 1%;
}

.col_sm9 {
    width: 76%;
    float: left;
    margin: 1%;
}

.col_sm99 {
    width: 19%;
    float: left;
    margin: 1%;
}

.col_sm39 {
    width: 38%;
    float: left;
    margin: 1%;
}

.col_sm399 {
    width: 58%;
    float: left;
    margin: 1%;
}

.clear {
    clear: both;
}

.top {
    width: 98%;
    margin: 0 auto;
    max-width: 1600px;
}

.top2 {
    width: 80%;
    margin: 0 auto;
    max-width: 1600px;
}

.top3 {
    width: 80%;
    margin: 0 auto;
}

.logo {
    display: block;
    width: 350px;
    float: left;
    margin: 0.5% 0;
}

.logo_right {
    display: flex;
    justify-content: end;
}

.navbarrr {
    width: fit-content;
    float: right;
    margin: 2% 1%;
}

.btn-z-in {
    z-index: -1;
}

/*
.fix_nav {
    position: static;
    z-index: 9999;
    background-color: rgb(255 255 255 / 93%) !important;
    border-bottom: 3px solid #7b2267;
    box-shadow: 2px 1px 10px 2px #ccc;
}*/

.img {
    width: 100%;
    display: block;
}

.logo_img {
    width: 100%;
}

.bg_clr222 {
    background: white;
}

.footer-icon {
    text-align: center;
    margin-top: -23%;
}

.header_btn {
    display: flex;
    align-items: center;
    gap: 17px;
}

.header_btn a {
    position: relative;
    /* Needed for ::before */
    display: inline-block;
    width: fit-content;
    padding: 9px 42px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Mulish", sans-serif;
    color: white;
    background-image: linear-gradient(135deg, #7a2167 0%, #d088c0 100%);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-out;
    overflow: hidden;
    /* ensures ::before shine stays inside */
    text-decoration: none;
    /* remove underline */
}

.header_btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: all 0.5s ease-in-out;
}

.header_btn a:hover {
    background-image: linear-gradient(135deg, #d088c0 0%, #7a2167 100%);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Add shine effect animation on hover */
.header_btn a:hover::before {
    left: 100%;
}

.btn {
    padding: 9px 42px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-image: linear-gradient(135deg, #7a2167 0%, #d088c0 100%);
    /* Nice gradient */
    border: none;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-out;
    position: relative;
    overflow: hidden;
}


.btn:hover {
    background-image: linear-gradient(135deg, #d088c0 0%, #7a2167 100%);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Active (Pressed) Effect */
.btn:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}


.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, 0.3),
            transparent);
    transition: all 0.5s ease-in-out;
}

.btn:hover::before {
    left: 100%;
}


.btn a {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Mulish", sans-serif;
}


.btn2 {
    width: fit-content;
    padding: 9px 42px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-image: linear-gradient(135deg, #7a2167 0%, #d088c0 100%);
    /* Nice gradient */
    border: none;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-out;
    position: relative;
    overflow: hidden;
}


.btn2:hover {
    background-image: linear-gradient(135deg, #d088c0 0%, #7a2167 100%);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Active (Pressed) Effect */

.btn2:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.btn2::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
}

.btn2:hover::before {
    left: 100%;
}

.btn2 a {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Mulish", sans-serif;
}

.btn3 {
    width: fit-content;
    padding: 9px 42px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-image: linear-gradient(135deg, #7a2167 0%, #d088c0 100%);
    /* Nice gradient */
    border: none;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-out;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.btn3:hover {
    background-image: linear-gradient(135deg, #d088c0 0%, #7a2167 100%);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}


.btn3 a {
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    font-family: "Mulish", sans-serif;
}

/*-----------------------------
Whatsapp up
-----------------------------*/

.whatsapp_float {
    text-decoration: none;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 85px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.whatsapp-icon {
    margin-top: 16px;
}


.cont_head h2 {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 140%;
    font-family: "Mulish", sans-serif;
    margin: 0%;
}

.min-height {
    min-height: 100px;
}

/*login page */
.login-bg {
    margin-bottom: 30px;
    padding: 45px 20px;
    background-color: #fff;
    box-shadow: 2px 5px 20px rgb(0 0 0 / 14%);
}

.login_txt p {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
    text-align: center;
}

.login-box {
    width: 400px;
    text-align: justify;
}

.login-box2 {
    width: 98%;
}


label {
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    display: block;
    color: #000;
    margin-bottom: 10px;
}

input[type="text"],
input[type="text"],
input[type="password"] {
    width: 100%;
    height: 20px;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.checkbox {
    display: flex;
    align-items: center;
    margin: 10px 0;
    font-size: 14px;
}

.boxx {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.btn {
    padding: 10px;
    width: 48%;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}*/


.btn-login {
    background: #ff6600;
    color: #fff;
}

.btn-register {
    background: #eee;
    color: #333;
}

.forgot {
    font-family: "Mulish", sans-serif;
    display: block;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 500;
    color: #ed2329;
    text-decoration: none;
    text-align: center;
}

.login-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Style placeholder text */
input::placeholder {
    font-family: "Mulish", sans-serif;
    color: #888;
    /* placeholder text color */
    font-size: 14px;
    /* font size */
    font-style: italic;
    /* make it italic if you like */
    opacity: 1;
    /* ensure full visibility */
}

/* Optional: different style on focus */
input:focus::placeholder {
    font-family: "Mulish", sans-serif;
    color: #bbb;
    /* lighter when input is focused */
    font-style: normal;
    /* remove italic on focus */
}


.sub-btn-cls {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 15px;
}

.sub-btn-cls2 {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 15px;
}

.sub-btn-cls-res {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    align-items: center;
}

/*song-page*/
.song-info-bg {
    background-color: #fff;
    box-shadow: 0 12px 48px rgb(0 0 0 / 15%);
}

.song-info-pdg {
    padding: 20px 20px;
}

/*song info page*/
.song-info h2 {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
    border-bottom: 3px solid #7e2368;
    width: fit-content;
}


.song-info h4 {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
    border-bottom: 3px solid #7e2368;
    width: fit-content;
}

.song-info h1 {
    font-size: 22px;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
    margin-top: 2%;
}

.info-flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.song-info p {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
    text-align: justify;
    margin-bottom: 2%;
}

.song-lyr h3 {
    font-family: "Mulish", sans-serif;
    text-align: center;
    line-height: 140%;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-top: 2%;
}

.song-lyr strong{
    color: #7e2368;
    font-weight: 500;
}

.song-lyr h3 span {
    color: #7e2368;
}

.pag-song-lyr-bg {
    background: #efefef;
    padding: 30px;
}

.song-lyr h4 {
    font-family: "Mulish", sans-serif;
    text-align: center;
    line-height: 140%;
    font-size: 22px;
    color: #7e2368;
    font-weight: 700;
}

.song-lyr p {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
    text-align: center;
    margin-top: 2%;
}

.icon-flx {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #c3c3c3;
    color: #fff;
    /* Icon color */
    font-size: 24px;
    /* Increase icon size */
    width: 50px;
    /* Circle width */
    height: 50px;
    /* Circle height */
    border-radius: 50%;
    /* Make circle */
    text-decoration: none;
    margin-right: 10px;
    /* Space between icons */
    transition: transform 0.3s;
}

.social-icons a:hover {
    transform: scale(1.1);
    /* Slight zoom on hover */
}

/*innder page general*/

.general-txt h1 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
    text-align: justify;
}

.general-txt h2 {
    color: #873175;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
}

.general-txt h3 {
    color: #000;
    font-size: 20px;
    text-align: justify;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
    margin: 1%;
}

.general-txt p {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
}

.general-txt h4 {
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
}


.inp-width {
    max-width: 150%;
}


.profile-icon {
    width: 120px;
    margin: 0 auto;
}

.brd-pro {
    border-radius: 50%;
}

.gen-flex a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 25px;
    background: #b789ad;
    border-bottom: 1px solid #fff;
    padding: 5px;
}

.gen-flex a:hover {
    color: #fff;
    background: #c4c4c4;
}

.gen-flex a.active {
    color: #fff;
    background: #7a2767;
    /* Active color */
    font-weight: bold;
}


.bg-gen {
    padding: 40px 20px;
    background-color: #fff;
    box-shadow: 2px 5px 20px rgb(0 0 0 / 14%);
}

/*form btn*/
.form-btn {
    font-family: "Mulish", sans-serif;
    text-align: center;
    width: 200px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    /* no border radius */
    cursor: pointer;
    font-size: 16px;
    background: #f2f2f2;
    color: #333;
    transition: all 0.3s ease;
    /* smooth effect */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* soft shadow */
}

.form-btn:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    /* stronger hover shadow */
}

/* Active states */
.form-login {
    position: relative;
    display: inline-block;
    width: fit-content;
    padding: 9px 42px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Mulish", sans-serif;
    color: white;
    background: linear-gradient(135deg, #7a2167 0%, #d088c0 100%);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-out;
    overflow: hidden;
    text-decoration: none;
}

/* Hover effect */
.form-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Active (clicked/selected state) */
.form-login.active {
    background: linear-gradient(135deg, #7a2167 0%, #d088c0 100%);

}

.form-register.active {
    background-color: #6c757d;
    /* Gray for Register active */
    color: #fff;
}

/*purchase history */

.pur-his-bg {
    background-color: #fff;
    padding: 20px 20px;
    box-shadow: 0 12px 48px rgb(0 0 0 / 15%);
}

.pur-history h1 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    line-height: 140%;
    font-family: "Mulish", sans-serif;
}

.pur-history p {
    text-decoration: none;
    text-align: justify;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

/* Settings dropdown container */
.settings-dropdown {
    position: relative;
    display: inline-block;
    float: right;
}

/* Settings gear icon button */
.settings-dropbtn {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 24px;
}

/* Dropdown content */
.settings-dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    z-index: 1;
}

/* Links inside the dropdown */
.settings-dropdown-content a {
    font-family: "Mulish", sans-serif;
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.settings-dropdown-content a:hover {
    background-color: #f0f0f0;
}

/* Show the dropdown on hover */
.settings-dropdown:hover .settings-dropdown-content {
    display: block;
}


/*--------------------------------------------------------------
Table
--------------------------------------------------------------*/
.table-container {
    width: 100%;
    overflow-x: auto;
    /* enables horizontal scroll */
    -webkit-overflow-scrolling: touch;
    /* smooth scroll on iOS */
}

table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    width: 100%;
    min-width: 600px;
    /* force scroll on small screens */
    background: #fff;
}

table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

table th,
table td {
    padding: 10px 15px;
    /* more breathing space */
    text-align: left;
    font-family: "Mulish", sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    border: 1px solid #ddd;
    white-space: nowrap;
    /* keep text in one line */
}

.body_text111 {
    padding: 10px 15px;
    text-align: left;
    font-family: "Mulish", sans-serif;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 140%;
    border: 1px solid #ddd;
    white-space: nowrap;
}

.body_text1129 {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    font-family: "Mulish", sans-serif;
    text-align: justify;
    padding: 10px 15px;
    line-height: 140%;
    white-space: nowrap;
    background: #f1f1f1;
}

.t_hed {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    font-family: "Mulish", sans-serif;
    text-align: left;
    text-transform: uppercase;
}

.btn-req-song {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 15px;
    margin-left: 10px;
}

/*--------------------------------------------------------------
top_arrow
--------------------------------------------------------------*/
.top_arrow {
    width: 45px;
    height: 45px;
    position: fixed;
    display: flex;
    right: 1%;
    bottom: 2.5%;
    transition-duration: 1s;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    z-index: 9999;
    background-color: #ef3a3f;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.top_arrow:hover {
    background-color: #3f3f3f;
}



/*------------------------------------------
footer
------------------------------------------*/

.footer_flex {
    display: flex;
    justify-content: center;
}

.footer {
    background: #2e2e35;
    display: flex;
}

.footer p {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Mulish", sans-serif;
}

.footer a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-family: "Mulish", sans-serif;
}

.contact-details {
    display: flex;
    gap: 3%;
    justify-content: center;
}

.ftr_right {
    float: right;
}






/*------------------------------------------
Main Code 
------------------------------------------*/
.welcome-card .welcome-card-sub {
    margin-bottom: 30px;
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 2px 5px 20px rgb(0 0 0 / 14%);
}

.welcome-card-sub p {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
}

.welcome-card-sub a {
    color: #ed2329 !important;
    font-weight: 700 !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
}




.welcome-card-sub h2 {
    font-size: 19px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 140%;
    font-family: "Mulish", sans-serif;
    margin-top: 0;
    margin-bottom: .5em;
}

.welcome-card-sub ol {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 140%;
    font-family: "Mulish", sans-serif;
    margin-top: 0;
    margin-bottom: .5em;
}

.welcome-card-sub ul {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
}



.welcome-card .about-sub {
    margin-bottom: 30px;
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 2px 5px 20px rgb(0 0 0 / 14%);
}


.welcome-card .blog-card-sub {
    margin-bottom: 30px;
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 2px 5px 20px rgb(0 0 0 / 14%);
}

.blog-card-sub p {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
    margin-bottom: 2%;
}

.blog-card-sub a {
    color: #ed2329 !important;
    font-weight: 700 !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
}




.blog-card-sub h2 {
    font-size: 19px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 140%;
    font-family: "Mulish", sans-serif;
    margin-top: 0;
    margin-bottom: .5em;
}

.blog-card-sub ol {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 140%;
    font-family: "Mulish", sans-serif;
    margin-top: 0;
    margin-bottom: .5em;
}

.blog-card-sub ul {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
    padding-bottom: 3%;
}



.welcome-card .about-sub {
    margin-bottom: 30px;
    padding: 15px 20px;
    background-color: #fff;
    box-shadow: 2px 5px 20px rgb(0 0 0 / 14%);
}

.about-sub p {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
    margin-bottom: 3%;
}

.about-sub a {
    color: #ed2329 !important;
    font-weight: 700 !important;
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    font-size: 16px !important;
}




.about-sub h2 {
    font-size: 19px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 140%;
    font-family: "Mulish", sans-serif;
    margin-top: 0;
    margin-bottom: .5em;
}

.about-sub ol {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    line-height: 140%;
    font-family: "Mulish", sans-serif;
    margin-top: 0;
    margin-bottom: .5em;
}

.about-sub ul {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
}

.event-card {
    position: relative;
    background: white;
    border-radius: 16px 16px 0 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    transition: transform 0.3s ease;
    margin-bottom: 5%;
}

.event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.15);
}

.event-card::after {
    content: "";
    position: absolute;
    bottom: -38px;
    right: 0;
    width: 100%;
    height: 40px;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 105% 104%);
    z-index: 0;
    border-bottom-right-radius: 20px;
}

.image-container {
    position: relative;
    width: 100%;
    height: 190px;
    overflow: hidden;
}

.event-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    border-radius: 16px 16px 0 0;
}

.event-card:hover .event-image {
    /* transform: scale(1.05); */
}

.card-content {
    padding: 24px;
    padding-bottom: 32px;
    position: relative;
    z-index: 1;
}

.card-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 140%;
    font-family: "Mulish", sans-serif;
}

.card-content h3:hover {
    color: #81296e;
}

.card-content h4 {
    color: #873175;
    font-size: 18px;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
    margin-bottom: 10px;
    padding: 0;
}

.card-content p {
    margin-bottom: 20px;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
}


.card h5 {
    position: relative;
    /* Needed for ::before */
    display: inline-block;
    width: fit-content;
    padding: 9px 42px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Mulish", sans-serif;
    color: white;
    background-image: linear-gradient(135deg, #7a2167 0%, #d088c0 100%);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-out;
    overflow: hidden;
    /* ensures ::before shine stays inside */
    text-decoration: none;
    /* remove underline */
}

.card h5::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: all 0.5s ease-in-out;
}

.card h5:hover {
    background-image: linear-gradient(135deg, #d088c0 0%, #7a2167 100%);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Add shine effect animation on hover */
.card h5:hover::before {
    left: 100%;
}


.more-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 50%;
    transition: all 0.3s ease;
    position: absolute;
    bottom: 0px;
    right: 20px;
}

.more-button:hover {
    background: #8c397a;
    border-color: #8c397a;
    cursor: pointer;
    transform: translateX(4px);
}

.more-button svg {
    width: 18px;
    height: 18px;
    color: #666;
    transition: color 0.3s ease;
}

.more-button:hover svg {
    color: white;
}

.date h2 a {
    font-size: 16px;
    text-decoration: none;
    color: #3d3d3d;
    font-weight: 500;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
}


.date h2:hover a {
    color: #8c397a;
}

.side-box {
    background: #fff;
    box-shadow: 0 12px 48px rgb(0 0 0 / 15%);
    padding: 5%;
    /*margin-left: -5%;*/
}

.side-box h2 {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 140%;
    font-family: "Mulish", sans-serif;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2%;
}

.side-box p {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
}

.side-box a {
    color: #ed2329;
    font-weight: 700;
}

.center_btn {
    display: flex;
    justify-content: center;
}

.date {
    margin: 2% 0;
}

.display_flex {
    display: flex;
}

/*input[type="text"] {
    height: 41px;
    width: 200px;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-family: "Mulish", sans-serif;
    padding-left: 3%;
    border: 1px solid #ccc;
}

input[type="text"]:focus {
    background: #e9e9e9;
    border: 1px solid #ccc;
    outline: none;
}

*/
.apply_now .ct_btn {
    height: 45px;
    width: 85px;
    background: #832c71;
    outline: none;
    border: none;
    color: #fff;
    font-family: "Mulish", sans-serif;
    cursor: pointer;

}

.apply_now .ct_btn:hover {
    background-color: #4e073f;
}


.event-card {
    display: none;
    /* Hide all initially */
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 20px;
}

.pagination a {
    padding: 6px 12px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #000;
    cursor: pointer;
    font-family: "Mulish", sans-serif;
}

.pagination a.active {
    background: #863074;
    color: #fff;
}

.event-card {
    display: none;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: 20px;
}

.pagination a {
    padding: 6px 12px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.pagination a:hover {
    background: #863074;
    color: #fff;
}

/*payment page*/
.pay-flex-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.icon-wd {
    width: 165px;
}

.paymet h2 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
    text-align: justify;
}

.paymet h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    font-family: "Mulish", sans-serif;
    line-height: 140%;
    text-align: justify;
}


.contact-sub{
    display: flex;

}

/*------------------------------------------
bullet
------------------------------------------*/

.bullet {
    width: 100%;
    margin-top: 0%;
}

.bullet ul {
    list-style-image: url(../images/bullet.png);
    margin-left: 15px;
}

.bullet ul li {
    margin: 2% 0% 1.1% 10%;
    text-decoration: none;
    text-align: justify;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    width: 48%;
}

.bullet a {
    text-decoration: none;
    text-align: justify;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.bullet a:hover {
    color: #7a2167;
}


.bullet2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bullet2 ul li {
    width: fit-content;
    list-style: none;
    text-align: center;
    margin: 4%;
    line-height: 140%;
}

.bullet2 a {
    color: #000;
    padding: 10px;
    background: #f7f7f7;
    font-weight: 700;
    border-radius: 9px;
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    transition: all 0.5s ease-in-out;
}

.bullet2 a:hover {
    background-color: #7a2167;
    color: #fff;
}


.footer-top {
    background-color: #e1e1e1;
}

.footer-top p {
    margin: 1%;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-family: "Mulish", sans-serif;
}

.footer-top a {
    color: #000;
}


/*bullet3*/
.bullet3 ul {
    /*display: flex;*/
    flex-wrap: wrap;
    justify-content: flex-start;
}

.bullet3 ul li {
    font-family: "Mulish", sans-serif;
    width: fit-content;
    list-style: none;
    text-align: justify;
    line-height: 140%;
    list-style: disc;
    margin-left: 22px;
}

.bullet3 a {
    color: #000;
    padding: 10px;
    background: #f7f7f7;
    font-weight: 700;
    border-radius: 9px;
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    transition: all 0.5s ease-in-out;
}

.bullet3 a:hover {
    background-color: #7a2167;
    color: #fff;
}


/*search box*/
/* Search Form */
.search-form {
    display: flex;
    height: 45px;
    /* Added height */
    margin: 0 auto;
    border: 1px solid #ccc;
    overflow: hidden;
    background-color: #fff;
}

/* Search Input */
.search-form input {
    flex: 1;
    padding: 0 14px;
    /* Adjusted for height */
    font-size: 16px;
    border: none;
    outline: none;
    height: 100%;
    /* Match parent height */
}

/* Button */
.search-form .ct-btn {
    padding: 0 18px;
    /* Adjusted for height */
    background-color: #832c71;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    white-space: nowrap;
    height: 100%;
    /* Match parent height */
}

.search-form .ct-btn:hover {
    background-color: #4e073f;
}

/* Responsive: Full width on small screens */
@media (max-width: 600px) {
    .search-form {
        flex-direction: column;

        border-radius: 6px;
    }

    .search-form input {
        border-bottom: 1px solid #ccc;
        height: 45px;
        /* Same height on mobile */
    }

    .search-form .ct-btn {
        width: 30%;
        border-radius: 0 0 6px 6px;
        height: 45px;
        /* Same height on mobile */
    }
}

.search-box2{
    position: relative;
    background: white;
    border-radius: 16px 16px 0 16px;
    box-shadow: 0 8px 32px rgb(0 0 0 / 10%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    transition: transform 0.3s ease;
    margin-bottom: 2%;
}

.product_txt{
    padding: 3%;
}

.product2 h2{
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 140%;
    font-family: "Mulish", sans-serif;
}


.product_txt h2{
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 140%;
    font-family: "Mulish", sans-serif;
    margin-top: 2%;
}

.get-quote2 a{
    position: relative;
    display: inline-block;
    width: fit-content;
    padding: 9px 42px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Mulish", sans-serif;
    color: white;
    background-image: linear-gradient(135deg, #7a2167 0%, #d088c0 100%);
    border: none;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    box-shadow: 0 4px 15px rgb(0 0 0 / 20%);
    transition: all 0.3s ease-out;
    overflow: hidden;
    text-decoration: none;
    margin-top: 5%;
}

.get-quote2 a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: all 0.5s ease-in-out;
}


.get-quote2 a:hover {
    background-image: linear-gradient(135deg, #d088c0 0%, #7a2167 100%);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgb(0 0 0 / 30%);
}

.get-quote2 a::before {
    left: 100%;
}


/*------------------------------------------
Responsive Code 
------------------------------------------*/
@media only screen and (max-width :1600px) {}

@media only screen and (max-width :1500px) {}

@media only screen and (max-width :1400px) {
    .search-form .ct-btn {
        padding: 0 10px;
    }
}

@media only screen and (max-width :1300px) {

    .col_sm9 {
        width: 67%;
    }

    .col_sm99 {
        width: 29%;
    }


    .col_sm8 {
        width: 67%;
        margin: 1%;
    }

    .col_sm88 {
        width: 29%;
    }

    .col_sm3 {
        width: 48%;
    }

}



@media only screen and (max-width :1200px) {}

@media only screen and (max-width :1000px) {

    .navbarrr {
        margin: 1% 1%;
    }

    .logo {
        width: 227px;
    }


    .top3 {
        width: 90%;
    }

}


@media only screen and (max-width:960px) {



    .col_sm9 {
        width: 98%;
    }

    .col_sm99 {
        width: 98%;
    }

    .footer_flex {
        flex-direction: column;
    }

    .col_sm3-ftr {
        width: 98%;
    }

    .contact-details {
        justify-content: flex-start;
    }

    .ftr_right {
        float: left;
    }

    .col_sm8 {
        width: 98%;
    }

    .col_sm3 {
        width: 98%;
    }

    .image-container {
        height: 64vh;
    }

    .side-box {
        padding: 1%;
        margin-left: -1%;
    }

    .col_sm88 {
        width: 98%;
    }

    .bullet ul li {
        margin: 2% 0% 1.1% 4%;
    }

    .search-form {
        width: 100%;
    }


}

@media only screen and (max-width:800px) {}


@media only screen and (max-width : 700px) {

    .table-container {
        padding: 10px;
        /* padding around table */
    }

    table {
        font-size: 14px;
        min-width: 500px;
        border-radius: 6px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        /* subtle shadow */
    }

    table th,
    table td {
        padding: 12px;
        /* bigger touch targets */
    }

    .col_sm39 {
        width: 98%;
    }

    .col_sm399 {
        width: 98%;
    }

    .bullet ul li {
        margin: 2% 0% 1.1% 5%;
    }
}

@media only screen and (max-width:600px) {
    .table-container {
        width: 95%;
    }


    input[type="text"],
    input[type="text"],
    input[type="password"] {
        width: 95%;
    }

    .search-form {
        flex-direction: row;
    }

    .event-card {
        margin-bottom: 15%;
    }
}

@media only screen and (max-width:500px) {

    .top3 {
        width: 90%;
    }

    .bullet ul li {
        margin: 2% 0% 1.1% 10%;
    }

    .footer_flex {
        padding: 10px;
    }

    .side-box {
        padding: 2%;
        margin-left: -2%;
    }

    .image-container {
        height: 28vh;
    }

    .logo img {
        max-height: 47px !important;
    }
}


@media only screen and (max-width:460px) {

    .table-container {
        padding: 12px;
    }

    table {
        font-size: 13px;
        min-width: 400px;
    }

    table th,
    table td {
        padding: 14px;
        /* even more padding */
    }

    .sub-btn-cls {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

    .top3 {
        width: 84%;
    }

    .login-box {
        width: 320px;
    }

}

@media only screen and (max-width:400px) {}

@media only screen and (max-width:360px) {
    .top2 {
        width: 95%;
    }

    .logo {
        width: 200px;
    }
}