
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
      font-family: "Poppins", sans-serif;

}

:root{
    --orange:rgba(255, 72, 2, 1);
}
.ct_fw_300{
    font-weight: 300;
}
.ct_fw_400{
    font-weight: 400;
}
.ct_fw_500{
    font-weight: 500;
}
.ct_fw_600{
    font-weight: 600;
}
.ct_fw_700{
    font-weight: 700;
}
.ct_fw_800{
    font-weight: 800;
}
.ct_fw_900{
    font-weight: 900;
}
.ct_top_bar{
    background-image: url("/assets/img/login_top_shape.png");
    background-repeat: repeat-x;
    background-position: center center;
    background-size: auto 100%;
    height: 36px;
    padding: 0;
    font-size: 12px;
    color: #fff;
}

.ct_top_bar_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ct_top_bar_left{
    font-weight: 400;
}

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

.ct_order_tracker{
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    transition: 0.3s ease;
}

.ct_order_tracker:hover{
    color: #f5f5f5;
}

.ct_social_icons{
    display: flex;
    align-items: center;
    gap: 8px;
}

.ct_social_icons a{
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255,255,255,0.8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    font-size: 10px;
    transition: 0.3s ease;
}

.ct_social_icons a:hover{
    background-color: #fff;
    color: #2aa9ad;
}



.site-header{
    background:#fff;
    padding:18px 0;
}

.header-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.logo img {
    max-height: 55px;
    width: 100%;
    max-width: 150px;
}

.main-nav ul{
    display:flex;
    align-items:center;
    gap:30px;
    margin:0;
    padding:0;
    list-style:none;
}

.main-nav a{
    text-decoration:none;
    color:rgba(30, 30, 30, 1);
    font-size:14px;
    text-transform:uppercase;
    font-weight:400;
}

.header-actions{
    display:flex;
    align-items:center;
    gap:18px;
}

.header-actions a{
    color:rgba(30, 30, 30, 1);
    text-decoration:none;
    position:relative;
}

.account-link{
    font-size:12px;
}

.cart-icon span{
    position:absolute;
    top:-8px;
    right:-8px;
    width:16px;
    height:16px;
    background:rgba(255, 72, 2, 1);
    color:#fff;
    border-radius:50%;
    font-size:9px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.menu-toggle{
    display:none;
    align-items:center;
    gap:8px;
    border:1px solid #ddd;
    border-radius:6px;
    padding:6px 14px;
    background:none;
    font-size:18px;
}

.menu-toggle-label{
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.5px;
    color:#333;
}

/* Mobile Menu */
.mobile-menu{
    position:fixed;
    top:0;
    right:-320px;
    width:320px;
    height:100%;
    background:#fff;
    z-index:9999;
    transition:.4s;
    padding:30px;
    overflow-y:auto;
}

.mobile-menu.active{
    right:0;
}

.mobile-menu ul{
    list-style:none;
    padding:0;
    margin-top:40px;
}

.mobile-menu li{
    border-bottom:1px solid #eee;
}

.mobile-menu a{
    display:block;
    padding:14px 0;
    text-decoration:none;
    color:#333;
}

.close-menu{
    border:none;
    background:none;
    font-size:24px;
    float:right;
}

.mobile-menu-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.5);
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:9998;
}

.mobile-menu-overlay.active{
    opacity:1;
    visibility:visible;
}


/* home banner css S */
.ct_hero_slider {
    position: relative;
}

.ct_banner_item {
    position: relative;
    height: 650px;
    overflow: hidden;
    background-image: url(../img/home-banner.png);
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
}

.ct_banner_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ct_banner_overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}



.ct_banner_content h1 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ct_banner_content h1 span {
    color: var(--orange);
}

.ct_banner_desc {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #fff;
    max-width: 628px;
}

.ct_banner_text {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(255,255,255,0.85);
    margin-bottom: 30px;
    max-width: 728px;
}

.ct_banner_btn_group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.ct_btn_orange {
    background: var(--orange);
    color: #fff;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 5px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .4s ease;
}

.ct_btn_orange:hover {
    background: #e84f00;
    color: #fff;
}

.ct_btn_outline {
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 700;
    transition: .4s ease;
}

.ct_btn_outline:hover {
    background: #fff;
    color: #000;
}

/* Owl Dots */

.ct_banner_slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    z-index: 999;
}

.ct_banner_slider .owl-dots .owl-dot  {
    width: 10px;
    height: 10px;
    margin: 5px;
    display: inline-flex;
    background: #fff;
    border-radius: 100px;
}

.ct_banner_slider .owl-dots .owl-dot.active {
    background: #ff5a00;
}

/* Responsive */




/* home banner css E */

/* Second section css S */
.ct_creative_experience {
    padding-block: 60px;
    background: #eefaf5;
}

.ct_section_title {
    font-size: 32px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 10px;
    text-transform: uppercase;
}

.ct_section_subtitle {
    color: rgba(30, 30, 30, 1);
    font-size: 16px;
    margin-bottom: 0;
}

.ct_experience_card {
    text-align: center;
    height: 100%;
    display: grid;
}

.ct_experience_img {
    overflow: hidden;
    margin-bottom: 18px;
}

.ct_experience_img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 6px;
    transition: 0.4s ease;
}

.ct_experience_card:hover .ct_experience_img img {
    transform: scale(1.06);
}

.ct_experience_card h4 {
    font-size: 18px;
    font-weight: 500;
    color: #111;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.ct_experience_card p {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(85, 85, 85, 1);
    margin: 0 auto 18px;
}

.ct_learn_more {
    display: inline-block;
    background: var(--orange);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 28px;
    border-radius: 6px;
    transition: 0.3s ease;
}

.ct_learn_more:hover {
    background: #c94f1a;
    color: #fff;
}


/* Second section css E */

/* third section S */
.ct_creative_space_section{
    position: relative;
    overflow: hidden;
   
    
    z-index: 1;
}

/* Optional light block at bottom right */
.ct_creative_space_section:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #e8632a;
    z-index: -1;
}

.ct_creative_space_wrapper{
    position: relative;
    z-index: 2;
    background-image: url(../img/studio_img.png);
    background-position: center;
    background-size: cover;
    height: 550px;
}

.ct_creative_space_content{
    background: rgba(255,255,255,0.80);
    padding: 40px 30px;
    max-width: 420px;
    position: relative;
    z-index: 2;
    margin-right: -70px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.ct_sub_title{
    display: block;
    color: var(--orange);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.ct_creative_space_content h2{
    font-size: 20px;
    font-weight: 800;
    line-height: 1.2;
    color: #111;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.ct_space_list{
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.ct_space_list li{
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    line-height: 1.6;
}

.ct_space_list li::before{
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 0;
    color: #111;
        font-family: "Font Awesome 7 Free";

    font-weight: 900;
    font-size: 12px;
}

.ct_orange_btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--orange);
    color: #fff;
    text-decoration: none;
    padding: 14px 28px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s ease;
    border-radius: 6px;
    outline: none;
    border: 1px solid var(--orange);
}
.form-check-input:checked {
    background-color: var(--orange);
    border-color: var(--orange);
    box-shadow: unset;
}
.ct_orange_btn:hover{
    background: #e74e16;
    color: #fff;
}

.ct_creative_space_img{
    height: 520px;
    overflow: hidden;
}

.ct_creative_space_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



/* third section E */

/* Fourth Section S */


.ct_program_card{
    background: rgba(244, 244, 244, 1);
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    transition: 0.4s ease;
    display: grid;
    padding-bottom: 40px;
}

.ct_program_card:hover{
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.ct_program_img{
    overflow: hidden;
}

.ct_program_img img{
    width: 100%;
    height: 230px;
    object-fit: cover;
    transition: 0.4s ease;
    border-radius: 6px;
}

.ct_program_card:hover .ct_program_img img{
    transform: scale(1.05);
}

.ct_program_content{
    padding: 40px 0px;
}

.ct_program_content h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
}

.ct_program_content h6{
    font-size: 14px;
    color: rgba(30, 30, 30, 1);
    margin-bottom: 15px;
    font-weight: 500;
}

.ct_program_content p{
    font-size: 14px;
    color: rgba(30, 30, 30, 1);
    line-height: 1.7;
    margin-bottom: 20px;
}

.ct_program_list{
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.ct_program_list li{
    position: relative;
    padding-left: 22px;
    margin-bottom: 12px;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    line-height: 1.6;
}

.ct_program_list li::before{
    content: "\f00c";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    color: var(--orange);
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 11px;
}



/* Fourth Section E */

/* Five Section S */
.ct_celebrate_section {
    position: relative;
    background: url("../img/celebrate_us.png")
        center center/cover no-repeat;
    min-height: 500px;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.ct_celebrate_section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(2px);
}

.ct_celebrate_content {
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
}

.ct_celebrate_content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.ct_party_list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.ct_party_list li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 18px;
}

.ct_party_list li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.ct_party_list h6 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.ct_party_list p {
    font-size: 12px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 0;
}

/* Five Section E */

/* Six Section s */
.ct_classes_workshop {
    background: #f5f5f5;
}

.ct_classes_img {
    overflow: hidden;
}

.ct_classes_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ct_classes_content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.ct_classes_content h6 {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin-bottom: 15px;
}

.ct_classes_content p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 12px;
}

.ct_classes_content h5 {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin: 20px 0 15px;
}

.ct_classes_list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.ct_classes_list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
}

.ct_classes_list li:before {
    content: "\f00c";
    font-family: "Font Awesome 7 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 1px;
    color: #ff5a1f;
    font-size: 14px;
}

.ct_classes_btn_group {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.ct_orange_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 50px;
    background: #ff5a1f;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s ease;
}

.ct_orange_btn:hover {
    background: #e84e16;
    color: #fff;
}

.ct_outline_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    height: 50px;
    border: 1px solid #ff5a1f;
    color: #ff5a1f;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s ease;
}

.ct_outline_btn:hover {
    background: #ff5a1f;
    color: #fff;
}

.ct_classes_workshop{
    padding-block: 60px;
}

/* Six Section E */

/* Testimonial section S */
.ct_testimonial_section {
    position: relative;
    padding: 100px 0;
    background: #eefaf5;
    overflow: hidden;
}


.ct_testimonial_card {
    text-align: center;
    max-width: 750px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.ct_testimonial_card h2 {
    font-size: 32px;
    font-weight: 700;
    color: #222;
    margin-bottom: 35px;
}

.ct_quote_icon {
    color: var(--orange);
    font-size: 30px;
    margin-bottom: 20px;
}

.ct_testimonial_card p {
    font-size: 15px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 20px;
}

.ct_testimonial_card h6 {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin-bottom: 0;
}

/* Owl Nav */
.ct_testimonial_slider .owl-nav button {
    width: 32px !important;
    height: 32px !important;
    border: 1px solid #000 !important;
    background: transparent !important;
    color: #000 !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
    transition: 0.3s ease;
}

.ct_testimonial_slider .owl-nav button:hover {
    background: var(--orange) !important;
    border-color: var(--orange) !important;
    color: #fff !important;
}

.ct_testimonial_slider .owl-nav .owl-prev {
    left: 0;
}

.ct_testimonial_slider .owl-nav .owl-next {
    right: 0;
}

/* Owl Dots */
.ct_testimonial_slider .owl-dots {
    margin-top: 30px;
}

.ct_testimonial_slider .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 5px !important;
    background: #d8d8d8 !important;
}

.ct_testimonial_slider .owl-dot.active span {
    background: var(--orange) !important;
}

@media(max-width:767px){

    

    .ct_testimonial_slider .owl-nav {
        display: none;
    }
}
/* Testimonial section E */

.ct_instagram_feed{
    background: #f8efe2;
}

.ct_section_heading{
    padding: 20px 0;
}

.ct_section_heading h2{
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
}

.ct_insta_grid{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.ct_insta_item{
    position: relative;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.ct_insta_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
    border-radius: 6px;
}

.ct_insta_item:hover img{
    transform: scale(1.1);
}

.ct_newsletter_section {
    background: #e8632a;
    padding: 35px 0;
}

.ct_newsletter_content h2 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
    text-transform: uppercase;
    line-height: 1.1;
}

.ct_newsletter_content p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
    line-height: 1.5;
}

.ct_newsletter_form {
    display: flex;
    align-items: center;
}

.ct_newsletter_form input {
    flex: 1;
    height: 60px;
    border: 1px solid #e5e5e5;
    padding: 0 20px;
    font-size: 14px;
    outline: none;
    background: #fff;
}

.ct_newsletter_form input::placeholder {
    color: #999;
}

.ct_newsletter_form button {
    min-width: 180px;
    height: 60px;
    border: none;
    background: #2ca7a1;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s ease;
}

.ct_newsletter_form button:hover {
    background: #23877f;
}

.ct_footer_main {
    background: #2ca7a1;
    padding-top: 30px;
    overflow-x: hidden;
}

.ct_footer_logo img {
    max-width: 233px;
}

.ct_app_btns {
    display: flex;
    gap: 10px;
    margin-top: 28px;
}

.ct_app_btns img {
    height: 38px;
    width: auto;
}

.ct_footer_widget h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.ct_footer_widget ul {
    padding-left: 20px;
    margin: 0;
}

.ct_footer_widget ul li {
    color: #fff;
    font-size: 13px;
    margin-bottom: 8px;
}

.ct_footer_widget p {
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 600;
    margin-bottom: 12px;
}

.ct_direction_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 6px 20px;
    font-weight: 700;
    transition: 0.3s ease;
    border-radius: 4px;
}
.ct_fs_18{
    font-size: 18px;
}
.ct_direction_btn:hover {
    background: #fff;
    border-color: #fff;
    color: #2ca7a1;
}

.ct_footer_link {
    display: block;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 8px;
    font-weight: 600;
    transition: 0.3s ease;
}

.ct_footer_link:hover {
    color: rgba(255,255,255,0.75);
}

.ct_footer_bottom {
    margin-top: 24px;
    background: #1e7a75;
    padding: 12px 0;
}

.ct_footer_bottom p {
    margin: 0;
    color: #fff;
    font-size: 12px;
}

.ct_social_icon {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ct_social_icon a {
    width: 24px;
    height: 24px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    transition: 0.3s ease;
}

.ct_social_icon a:hover {
    background: #fff;
    color: #fff;
}


.ct_inner_banner {
    position: relative;
    background: url("../img/inner_bg.png") center center/cover no-repeat;
    min-height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.ct_inner_banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.ct_banner_content {
    position: relative;
    z-index: 2;
}

.ct_banner_content h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1;
}

.ct_breadcrumb_list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.ct_breadcrumb_list li {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    position: relative;
}



.ct_breadcrumb_list li a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
}

.ct_breadcrumb_list li a:hover {
    color: var(--orange);
}


.ct_training_section {
    padding: 80px 0;
    background: #eefaf5;
}

.ct_training_img {
    overflow: hidden;
}

.ct_training_img img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
    display: block;
}

.ct_training_content {
    padding-left: 20px;
}

.ct_training_content h2 {
    font-size: 28px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.1;
}

.ct_training_content h5 {
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 10px;
    line-height: 1.5;
}

.ct_training_content p {
    font-size: 16px;
    line-height: 28px;
    color: rgba(85, 85, 85, 1);
    margin-bottom: 18px;
}

.ct_section_title {
    font-size: 32px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
}

.ct_course_card {
    transition: 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ct_course_img {
    overflow: hidden;
    margin-bottom: 10px;
    width: 100%;
}

.ct_course_img img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    transition: 0.5s ease;
}

.ct_course_card:hover .ct_course_img img {
    transform: scale(1.08);
}

.ct_course_card h4 {
    font-size: 14px;
    font-weight: 500;
    color: #111;
    margin-bottom: 0;
    line-height: 1.4;
}

.ct_course_card .ct_orange_btn {
    margin-top: auto;
}


.ct_class_types_section {
    background: #f8efe2;
    padding: 80px 0;
}

.ct_class_box {
    background: #eefaf5;
    padding: 40px;
    height: 100%;
    min-height: 420px;
}

.ct_class_box h3 {
    font-size: 30px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 12px;
    text-transform: uppercase;
}

.ct_class_box h6 {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 10px;
    font-weight: 500;
}

.ct_class_box p {
    font-size: 14px;
    color: rgba(85, 85, 85, 1);
    line-height: 1.8;
    margin-bottom: 15px;
}

.ct_class_box h5 {
    font-size: 18px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 15px;
}

.ct_class_box ul {
    margin: 0;
    padding-left: 18px;
}

.ct_class_box ul li {
    color: rgba(85, 85, 85, 1);
    font-size: 14px;
    line-height: 1.9;
    margin-bottom: 8px;
}



.ct_sample_classes {
    background: #fff;
}

.ct_section_title {
    font-size: 32px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
}

.ct_video_card p {
    margin-top: 15px;
    margin-bottom: 0;
    color: #333;
    font-size: 15px;
    line-height: 1.6;
}

.ct_video_thumbnail {
    position: relative;
    overflow: hidden;
}

.ct_video_thumbnail img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.ct_play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 46px;
    height: 46px;
    background: #ff5a00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: 0.3s ease;
}

.ct_play_btn i {
    font-size: 14px;
    margin-left: 2px;
}

.ct_play_btn:hover {
    background: #e14f00;
    color: #fff;
    transform: translate(-50%, -50%) scale(1.08);
}

.ct_cta_section {
    padding: 80px 0;
    background: #eefaf5;
}

.ct_cta_content {
    max-width: 850px;
    margin: 0 auto;
}

.ct_cta_content h2 {
    font-size: 28px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.ct_cta_content p {
    max-width: 650px;
    margin: 0 auto 25px;
    color: #444;
    font-size: 15px;
    line-height: 1.7;
}

.ct_cta_btn_group {
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 100%;
}
.ct_cta_btn_group a{
    max-width: 602px;
    width: 100%;
    min-width: auto !important;
    border-radius: 0px;
    font-weight: 600;
    font-size: 16px;
}


.ct_events_section {
}

.ct_section_title {
    font-size: 34px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
}

.ct_event_tabs .nav-link {
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 10px;
    color: rgba(30, 30, 30, 1);
    font-size: 16px;
    font-weight: 600;
    padding: 12px 22px;
    margin: 0 15px;
    width: 204px;
    background: #eefaf5;
}

.ct_event_tabs .nav-link.active {
    background: var(--orange);
    border-color: var(--orange);
    color: #fff;
}

.ct_event_card {
    background: #eefaf5;
    border: 1px solid #e4e4e4;
    padding: 20px;
    margin-bottom: 15px;
}

.ct_event_card img {
    width: 100%;
    height: 110px;
    object-fit: cover;
}

.ct_event_card h5 {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

.ct_event_card span {
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 8px;
}

.ct_more_btn {
    display: inline-block;
    background: var(--orange);
    color: #fff;
    font-size: 10px;
    border-radius: 4px;
    padding: 4px 10px;
    text-decoration: none;
}

.ct_more_btn:hover {
    color: #fff;
}

.ct_event_date {
    width: 55px;
    height: 70px;
    background: #2ca8a0;
    border-radius: 4px;
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ct_event_date small {
    font-size: 11px;
    text-transform: uppercase;
}

.ct_event_date h4 {
    margin: 0;
    font-size: 26px;
    font-weight: 400;
}
.ct_event_detail_section {
    background: #fff;
    padding: 80px 0;
}

.ct_section_title {
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1);
}

.ct_share_btn {
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    position: absolute;
    right: 0px;
    top: 15px;
}

.ct_share_btn:hover {
    color: var(--orange);
}

.ct_event_detail_img {
    margin-bottom: 25px;
}

.ct_event_detail_img img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

.ct_event_detail_content h3 {
    font-size: 24px;
    font-weight: 600;
    color: rgba(30, 30, 30, 1);
    margin-bottom: 10px;
}

.ct_event_detail_content h6 {
    font-size: 18px;
    font-weight: 500;
    color: rgba(30, 30, 30, 1);
    margin-bottom: 10px;
}

.ct_event_detail_content span {
    display: block;
    font-size: 18px;
    color: rgba(30, 30, 30, 1);
    margin-bottom: 20px;
}

.ct_event_detail_content p {
    font-size: 14px;
    line-height: 1.9;
    color: rgba(85, 85, 85, 1);
    margin-bottom: 30px;
}

.ct_kids_program_section {
    padding: 80px 0;
    background: #eefaf5;
}

.ct_kids_program_img {
    overflow: hidden;
}

.ct_kids_program_img img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    display: block;
}

.ct_kids_program_content {
    padding-left: 15px;
}

.ct_kids_program_content h2 {
    font-size: 32px;
    font-weight: 600;
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1.2;
}

.ct_program_feature {
    margin-bottom: 22px;
}

.ct_program_feature h5 {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin-bottom: 8px;
    line-height: 1.4;
}

.ct_program_feature p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 0;
    max-width: 520px;
}


.ct_child_program_section {
    padding: 80px 0;
    background: #f8efe2;
}

.ct_child_program_card {
    background: #eefaf5;
    height: 100%;
    transition: 0.4s ease;
}

.ct_child_program_card:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.ct_child_program_img {
    overflow: hidden;
}

.ct_child_program_img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: 0.5s ease;
}

.ct_child_program_card:hover .ct_child_program_img img {
    transform: scale(1.05);
}

.ct_child_program_content {
    padding: 25px;
}

.ct_child_program_content h3 {
    font-size: 28px;
    font-weight: 600;
    color: #111;
    margin-bottom: 15px;
}

.ct_child_program_content p {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(85, 85, 85, 1);
    margin-bottom: 20px;
}

.ct_child_program_content h5 {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    margin-bottom: 15px;
}

.ct_child_program_list {
    padding-left: 18px;
    margin-bottom: 25px;
}

.ct_child_program_list li {
    font-size: 14px;
    color: rgba(85, 85, 85, 1);
    line-height: 1.9;
    margin-bottom: 4px;
}

.ct_child_program_content h6 {
    font-size: 14px;
    font-weight: 400;
    color: #111;
    margin-bottom: 20px;
}
.ct_reservation_form {
    max-width: 850px;
    margin: auto;
    padding: 80px 0;
}

.ct_form_desc {
    max-width: 650px;
    margin: 0 auto;
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}

.ct_form_section {
    margin-bottom: 35px;
}

.ct_form_section h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #111;
}

.ct_reservation_form .form-label {
    font-size: 14px;
    font-weight: 500;
    color: #222;
}

.ct_reservation_form .form-control,
.ct_reservation_form .form-select {
    height: 48px;
    border-radius: 0;
    border: 1px solid #dcdcdc;
    font-size: 14px;
}

.ct_reservation_form textarea.form-control {
    height: auto;
    resize: none;
}

.ct_simple_list {
    padding-left: 18px;
    margin-bottom: 0;
}

.ct_simple_list li {
    margin-bottom: 6px;
    font-size: 14px;
    color: #666;
}

.ct_reservation_form .form-check-label {
    font-size: 14px;
    color: #000;
}

.ct_reservation_form .form-check {
    margin-bottom: 8px;
}


.ct_about_intro_section {
    padding: 80px 0;
    background: #f8efe2;
}

.ct_about_intro_content h2 {
    font-size: 32px;
    font-weight: 600;
    color: #111;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.ct_about_intro_content h5 {
    font-size: 18px;
    font-weight: 500;
    color: #222;
    margin-bottom: 20px;
    line-height: 1.5;
}

.ct_about_intro_content p {
    font-size: 14px;
    line-height: 1.9;
    color: rgba(85, 85, 85, 1);
    margin-bottom: 20px;
}

.ct_about_intro_gallery {
    position: relative;
    height: 430px;
}

.ct_about_intro_img {
    overflow: hidden;
}

.ct_about_intro_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Top Image */
.ct_about_intro_img_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 350px;
    z-index: 2;
}

/* Bottom Image */
.ct_about_intro_img_2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    height: 350px;
    z-index: 5;
}


.ct_our_story_content {
    max-width: 1100px;
    margin-top: 40px;
}

.ct_our_story_content h3 {
    font-size: 18px;
    font-weight: 600;
    color: #111;
    margin-bottom: 15px;
}

.ct_our_story_content p {
    font-size: 14px;
    line-height: 1.9;
    color: rgba(85, 85, 85, 1);
    margin-bottom: 10px;
}

.ct_our_story_content p:last-child {
    margin-bottom: 0;
}

.ct_mission_vision_section {
    padding: 80px 0;
    background: #eefaf5;
}

.ct_mission_vision_img {
    overflow: hidden;
}

.ct_mission_vision_img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.ct_mission_vision_content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.ct_mission_vision_content p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 0;
    max-width: 450px;
}

.ct_store_info_section {
    padding: 50px 0 24px;
    background: #fff;
}

.ct_store_info_content {
    max-width: 1200px;
}

.ct_store_info_content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #111;
    margin-bottom: 10px;
    line-height: 1.3;
}

.ct_store_info_content p {
    font-size: 14px;
    line-height: 1.9;
    color: rgba(85, 85, 85, 1);
    margin-bottom: 0;
}

.ct_contact_section {
    padding: 80px 0;
    background: #f8efe2;
}

.ct_contact_top_text {
    max-width: 850px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.8;
    color: #222;
}

.ct_contact_title {
    font-size: 32px;
    font-weight: 600;
    color: #222;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.ct_contact_form_wrap .form-label {
    font-size: 13px;
    font-weight: 500;
    color: #444;
    margin-bottom: 6px;
}

.ct_contact_form_wrap .form-control,
.ct_contact_form_wrap .form-select {
    height: 50px;
    border-radius: 0;
    border: 1px solid #d9d9d9;
    font-size: 14px;
}

.ct_contact_form_wrap textarea.form-control {
    height: auto;
    resize: none;
}

.ct_contact_map {
    overflow: hidden;
}

.ct_contact_info {
    display: flex;
    align-items: start;
    gap: 10px;
}

.ct_contact_info i {
    font-size: 14px;
    color: #111;
    margin-bottom: 10px;
}

.ct_contact_info h5 {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    margin-bottom: 8px;
}

.ct_contact_info p,
.ct_contact_info a {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    line-height: 1.8;
    margin-bottom: 0;
    display: block;
    word-break: break-word;
    overflow-wrap: break-word;
}

.ct_contact_info a:hover {
    color: var(--orange);
}


.ct_category_slider_wrap{
    position: relative;
    padding: 50px 45px;
    background-color: rgba(244, 244, 244, 1);
}

.ct_category_item{
    text-align:center;
}

.ct_category_item img{
    width:100px !important;
    height:100px;
    border-radius:50%;
    object-fit:cover;
    margin:0 auto;
    border:1px solid #d8d8d8;
}

.ct_category_item h6{
    font-size:11px;
    font-weight:400;
    margin-top:10px;
    margin-bottom:0;
    color:#444;
    line-height:1.4;
}

/* Owl Navigation */

.ct_category_slider .owl-nav{
    margin-top:0;
}

.ct_category_slider .owl-nav button{
    width:40px;
    height:40px;
    border:1px solid rgba(30, 30, 30, 1) !important;
    background:transparent !important;
    border-radius:0 !important;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    margin:0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ct_category_slider .owl-prev{
    left:-35px;
}

.ct_category_slider .owl-next{
    right:-35px;
}

.ct_category_slider .owl-nav span{
    font-size:14px;
    line-height:18px;
    color:#666;
    display: none;
}

.ct_category_slider .owl-prev:before{
    content: "<";
}

.ct_category_slider .owl-next:before{
    content: ">";
}

.ct_category_slider .owl-nav button:hover{
    background:#fff !important;
}

.ct_category_slider .owl-dots{
    display:none;
}



.ct_sidebar{
    padding-right:30px;
}

.ct_filter_box{
    padding-bottom:30px;
    margin-bottom:30px;
    border-bottom:1px solid #e5e5e5;
}

.ct_filter_title{
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;
}

.ct_filter_select{
    border-radius:0;
    margin-bottom:20px;
}

.ct_filter_list{
    list-style:none;
    padding:0;
    margin:0;
}

.ct_filter_list li{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:12px;
    font-size:14px;
}

.ct_filter_list label{
    display:flex;
    gap:10px;
    cursor:pointer;
    align-items: center;
}

.ct_filter_list input{
    width:13px;
    height:13px;
    accent-color: var(--orange );
}

/* Range Slider */

#ct_price_slider{
    height:3px;
    background:#ddd;
    border:none;
}

#ct_price_slider .ui-slider-range{
    background:#f37021;
}

#ct_price_slider .ui-slider-handle{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#f37021;
    border:none;
    top:-5px;
}

/* Top Bar */

.ct_product_topbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.ct_sort_select{
    width:180px;
    border-radius:0;
}

.ct_product_topbar p{
    margin:0;
    font-size:13px;
}

/* Product Card */

.ct_product_card {
    position: relative;
}

.ct_product_img {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ct_product_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.4s ease;
}

.ct_wishlist {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #333;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
}

.ct_add_cart_btn {
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
    background: #ff5a00;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 600;
    padding: 10px 18px;
    white-space: nowrap;
    transition: all 0.35s ease;
    opacity: 0;
}

.ct_product_card:hover .ct_add_cart_btn {
    bottom: 20px;
    opacity: 1;
}

.ct_product_card:hover .ct_product_img img {
    transform: scale(1.05);
}

.ct_product_content {
    padding-top: 12px;
}

.ct_product_content h4 {
    font-size: 13px;
    margin-bottom: 8px;
    color: #222;
    font-weight: 500;
}
.ct_product_content a{
    text-decoration: none;
}
.ct_product_meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ct_price {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

.ct_rating {
    font-size: 13px;
    color: #777;
}

.ct_rating i {
    color: #f7b500;
}


.ct_product_img_box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ct_product_img_box img {
    object-fit: cover;
}

.ct_color_variants {
    position: absolute;
    right: 15px;
    top: 15px;
}

.ct_color {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: block;
    margin-bottom: 12px;
    cursor: pointer;
}

.ct_pink {
    background: #d5a7a6;
}

.ct_beige {
    background: #cbb88f;
}

.ct_green {
    background: #87a88e;
}

.ct_color.active {
    border: 2px solid #333;
}

/* Product Title */

.ct_product_title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
}

.ct_wishlist {
    color: #222;
    text-decoration: none;
    margin-right: 15px;
}

.ct_stock_badge {
    background: #31a596;
    color: #fff;
    font-size: 11px;
    padding: 4px 12px;
    display: inline-block;
}

.ct_review_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ct_star {
    color: #f7b500;
    font-size: 14px;
}

.ct_review_text {
    color: #666;
    font-size: 14px;
}

/* Price */

.ct_price_wrap {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ct_price_wrap h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}

.ct_price_wrap del {
    color: rgba(128, 131, 134, 1);
    font-size: 18px;
}

.ct_discount {
    background: var(--orange);
    color: #fff;
    font-size: 12px;
    padding: 5px 12px;
}

/* Description */

.ct_product_desc {
    color: #666;
    line-height: 1.9;
    font-size: 15px;
}

/* Quantity */

.ct_qty_box {
    display: flex;
    border: 1px solid #ddd;
}

.ct_qty_box button {
    width: 45px;
    height: 45px;
    border: none;
    background: #fff;
}

.ct_qty_box input {
    width: 60px;
    border: none;
    text-align: center;
}

/* Add To Cart */

.ct_add_cart_btn_2 {
    background: #ff5b14;
    color: #fff;
    text-decoration: none;
    padding: 13px 30px;
    font-weight: 600;
    transition: 0.3s ease;
}

.ct_add_cart_btn_2:hover {
    background: #e74e0f;
    color: #fff;
}

.ct_product_description{
    background-color: #fff;
}

.ct_desc_title{
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.ct_desc_border{
    height: 1px;
    background: #e5e5e5;
    width: 100%;
}

.ct_desc_text{
    font-size: 14px;
    line-height: 1.9;
    color: #666;
    margin: 20px 0;
}

.ct_desc_list{
    padding-left: 18px;
    margin: 0;
}

.ct_desc_list li{
    font-size: 14px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 4px;
}

.ct_reviews_wrapper{
    padding: 30px 0;
}

.ct_review_title{
    font-size: 24px;
    font-weight: 700;
    color: #222;
    margin-bottom: 25px;
}

.ct_rating_box p{
    font-size: 15px;
    color: #555;
    margin-bottom: 0;
}

.ct_avg_rating{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}

.ct_avg_rating i{
    color: #f9a826;
    font-size: 18px;
}

.ct_avg_rating span{
    font-size: 18px;
    font-weight: 500;
    color: #555;
}

.ct_review_divider{
    width: 1px;
    height: 140px;
    background-color: #ddd;
    margin: 0 auto;
}

.ct_rating_progress_wrap{
    max-width: 500px;
}

.ct_rating_progress_item{
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 16px;
}

.ct_progress{
    width: 100%;
    height: 10px;
    background-color: #ececec;
    overflow: hidden;
}

.ct_progress_bar{
    height: 100%;
    background-color: #ffbf2f;
}

.ct_rating_progress_item span{
    min-width: 45px;
    font-size: 14px;
    color: #666;
}


.ct_review_list{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 0;
}

.ct_review_item{
    padding: 22px 0;
    border-bottom: 1px solid #e9e9e9;
}

.ct_review_item:last-of-type{
    border-bottom: 0;
}

.ct_review_top{
    display: flex;
    gap: 18px;
}

.ct_review_img{
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 50%;
    overflow: hidden;
}

.ct_review_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ct_review_content{
    flex: 1;
}

.ct_review_stars{
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}

.ct_review_stars i{
    color: #ff9f2f;
    font-size: 15px;
}

.ct_star_inactive{
    color: #d9d9d9 !important;
}

.ct_review_name{
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

.ct_review_name span{
    font-weight: 400;
    color: #555;
    margin-left: 4px;
}

.ct_review_content p{
    font-size: 13px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 0;
}

.ct_review_btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 42px;
    border: 1px solid #ff6b35;
    color: #ff6b35;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 20px;
    transition: 0.3s ease;
}

.ct_review_btn:hover{
    background: #ff6b35;
    color: #fff;
}


.ct_rel_products{
    padding: 60px 0;
}

.ct_rel_title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #222;
}

.ct_rel_card {
    position: relative;
    background: #fff;

}
.ct_rel_slider .item {
    width: calc(100% - 20px);
    margin-inline: auto;
}
.ct_rel_img{
    display: flex;
    align-items: center;
    justify-content: center;
}

.ct_rel_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ct_rel_fav{
    position: absolute;
    top: 12px;
    right: 12px;
    color: #222;
    text-decoration: none;
    z-index: 2;
}

.ct_rel_content{
    padding-top: 12px;
}

.ct_rel_content h6{
    font-size: 13px;
    color: #222;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ct_rel_bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ct_rel_bottom span{
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.ct_rel_rating{
    display: flex;
    align-items: center;
    gap: 4px;
}

.ct_rel_rating i{
    color: #f6b300;
    font-size: 12px;
}

.ct_rel_rating small{
    font-size: 12px;
    color: #666;
}

/* Slider Arrows */

.ct_rel_slider .owl-nav .owl-prev,
.ct_rel_slider .owl-nav .owl-next{
    width: 36px;
    height: 36px;
    border: 1px solid #d8d8d8 !important;
    background: #fff !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 !important;
}

.ct_rel_slider .owl-nav .owl-prev{
    left: -35px;
}

.ct_rel_slider .owl-nav .owl-next{
    right: -35px;
}

.ct_rel_slider .owl-nav i{
    color: #222;
    font-size: 14px;
}


.et_cart_modal {
    border-radius: 0;
    border: 0;
    padding: 16px;
}

.et_close_btn {
    border: 0;
    background: transparent;
    color: #111;
    font-size: 14px;
    margin-bottom: 15px;
}

.et_cart_title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    color: #111;
}

.et_clear_cart {
    font-size: 13px;
    color: #111;
    text-decoration: none;
}

.et_cart_card {
    border: 1px solid #bdbdbd;
    padding: 20px;
    position: relative;
    margin-bottom: 18px;
}

.et_remove_item {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #111;
    text-decoration: none;
    font-size: 12px;
}

.et_cart_img {
    text-align: center;
}

.et_cart_img img {
    max-width: 90px;
    width: 100%;
}

.et_cart_info h6 {
    font-size: 12px;
    color: #333;
    margin-bottom: 10px;
}

.et_cart_info h5 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}

.et_cart_info label {
    display: block;
    font-size: 11px;
    margin-bottom: 8px;
    color: #666;
}

.et_qty_wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}

.et_qty_wrap button {
    width: 22px;
    height: 22px;
    border: 0;
    background: #ff5a00;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.et_qty_wrap input {
    width: 55px;
    height: 22px;
    border: 1px solid #d9d9d9;
    text-align: center;
    font-size: 12px;
}

.et_cart_summary {
    margin-top: 15px;
}

.et_cart_summary h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}

.et_cart_summary p {
    font-size: 12px;
    color: #333;
    margin-bottom: 8px;
}

.et_add_items_btn {
    width: 100%;
    height: 52px;
    border: 1px solid #ff5a00;
    color: #ff5a00;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 600;
    margin-top: 25px;
    transition: 0.3s ease;
}

.et_add_items_btn:hover {
    background: #ff5a00;
    color: #fff;
}

.et_checkout_btn {
    width: 100%;
    height: 52px;
    background: #ff5a00;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    font-size: 15px;
    font-weight: 600;
}

.et_checkout_btn:hover {
    color: #fff;
}

#etCartModal .modal-dialog {
    max-width: 500px;
}

.et_auth_wrap{
    background: #fdf8ee;
    min-height: 100vh;
    position: relative;
    padding: 180px 0 60px;
}
.et_auth_wrap:before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: url(../img/login_top_shape.png);
    height: 100px;
    background-position: center;
    background-size: contain;
}

.et_auth_top_shape{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.et_auth_top_shape img{
    width: 100%;
}

.et_auth_inner{
    margin: auto;
}

.et_auth_tabs .nav-link{
    border: none !important;
    background: transparent !important;
    font-size: 28px;
    font-weight: 700;
    color: #d8d8d8;
    padding: 0 25px;
}

.et_auth_tabs .nav-link.active{
    color: #111;
}

.et_form-control{
    height: 48px;
    border-radius: 0;
    border: 1px solid #d9d9d9;
    font-size: 13px;
    box-shadow: none !important;
}

.et_form-control:focus{
    border-color: var(--orange);
}

.et_password_btn{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #666;
    font-size: 13px;
}

.et_forgot_link{
    color: #666;
    text-decoration: none;
    font-size: 11px;
}

.et_bottom_text{
    text-align: center;
    margin-top: 18px;
    font-size: 12px;
    color: #555;
}

.et_bottom_text a{
    color: var(--orange);
    text-decoration: none;
}

.et_terms_check{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.et_terms_check .form-check-input{
    width: 16px;
    height: 16px;
    border-radius: 0;
    margin-top: 2px;
    cursor: pointer;
}

.et_terms_check .form-check-label{
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    cursor: pointer;
}

.et_terms_check .form-check-label a{
    color: #ff5a00;
    text-decoration: underline;
    transition: 0.3s ease;
}

.et_terms_check .form-check-label a:hover{
    color: #e14f00;
}

.et_otp_section{
    padding: 80px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.et_otp_box{
    max-width: 520px;
    margin: auto;
    text-align: center;
}

.et_otp_title{
    font-size: 32px;
    font-weight: 700;
    color: #222;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.et_otp_sent_text{
    font-size: 13px;
    color: #333;
    margin-bottom: 12px;
}

.et_otp_desc{
    font-size: 14px;
    color: #555;
    margin-bottom: 35px;
}

.et_otp_inputs{
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 25px;
}

.et_otp_inputs .form-control{
    width: 48px;
    height: 48px;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 600;
    padding: 0;
}

.et_otp_inputs .form-control:focus{
    border-color: var(--orange);
    box-shadow: none;
}

.et_resend_otp{
    display: inline-block;
    color: var(--orange);
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 10px;
}

.et_timer_text{
    font-size: 12px;
    color: #555;
    margin-bottom: 0;
}

.et_otp_box .ct_orange_btn{
    max-width: 300px;
    margin-inline: auto;
}


.etc_section_title{
    font-size: 26px;
    font-weight: 600;
    color: #111;
}

.etc_order_item{
    padding: 30px 0;
}
.etc_order_item td{
    vertical-align: middle;
    white-space: nowrap;
    padding-block: 15px;
}
.etc_product_info{
    display: flex;
    align-items: center;
    gap: 15px;
}

.etc_product_info img{
    width: 80px;
}

.etc_remove_btn{
    color: #111;
    text-decoration: none;
    font-size: 20px;
}

.etc_price{
    font-weight: 600;
}

.etc_qty_box{
    display: flex;
    align-items: center;
    gap: 10px;
}

.etc_qty_box button{
    width: 26px;
    height: 26px;
    border: 0;
    background: #ff5a00;
    color: #fff;
}

.etc_qty_box input{
    width: 60px;
    height: 26px;
    text-align: center;
    border: 1px solid #ddd;
}

.etc_coupon_btn,
.etc_payment_btn{
    background: var(--orange);
    color: #fff;
    border: 0;
    padding: 12px 30px;
    font-weight: 600;
    white-space: nowrap;
    border-radius: 10px;
}

.etc_payment_btn{
    width: 100%;
}

.etc_cart_total h4,
.etc_gift_pack h4{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}
.etc_gift_pack {
    border-top: 1px solid #000;
    padding-top: 24px;
}


.etc_form_title{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #111;
}

.etc_billing_form .form-label{
    font-size: 12px;
    color: #222;
    margin-bottom: 8px;
    font-weight: 400;
}

.etc_billing_form .form-control{
    height: 42px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
}

.etc_billing_form .form-control:focus{
    border-color: var(--orange);
}

.etc_checkbox_title{
    font-size: 13px;
    font-weight: 500;
    color: #111;
    display: block;
}

.etc_billing_form .form-check-label{
    font-size: 12px;
    color: #444;
}

.etc_billing_form .form-check-input{
    border-radius: 0;
    margin-top: 3px;
}

.etc_payment_title{
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
}

.etc_payment_subtitle{
    font-size: 14px;
    color: #444;
    margin-bottom: 20px;
}

.etc_payment_wrap .form-label{
    font-size: 12px;
    color: #222;
    margin-bottom: 8px;
}

.etc_payment_wrap .form-control{
    height: 46px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    box-shadow: none;
    font-size: 13px;
}

.etc_payment_wrap .form-control:focus{
    border-color: var(--orange);
}

.etc_card_input{
    letter-spacing: 4px;
    text-align: center;
}

.etc_card_icon{
    font-size: 18px;
    color: #333;
}

.etc_payment_note{
    font-size: 12px;
    line-height: 1.8;
    color: #666;
    margin: 20px 0;
}

.etc_payment_note a{
    color: #111;
    text-decoration: none;
    font-weight: 500;
}

.etc_terms_check{
    margin-bottom: 25px;
}

.etc_terms_check .form-check-label{
    font-size: 12px;
    color: #444;
}

.etc_terms_check a{
    color: var(--orange);
}

.etc_payment_btn{
    width: 100%;
    height: 54px;
    border: none;
    background: var(--orange);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s ease;
}

.etc_payment_btn:hover{
    background: #e44d00;
}

.etc_bottom_note{
    font-size: 12px;
    color: #666;
    margin-top: 18px;
    line-height: 1.6;
}


.etc_order_success_section{
    padding: 80px 0;
}



.etc_order_success_title{
    font-size: 32px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.etc_order_success_desc{
    font-size: 14px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 40px;
}

.etc_order_info{
    max-width: 500px;
}

.etc_order_info_row{
    display: grid;
    grid-template-columns: 140px 20px 1fr;
    gap: 10px;
    margin-bottom: 22px;
    align-items: center;
}

.etc_order_info_row span,
.etc_order_info_row strong{
    font-size: 14px;
    color: #444;
}



.gt_account_sidebar{
    background: #fff1eb;
    padding: 30px 20px;
    height: 100%;
    min-height: 700px;
}

.gt_account_tabs .nav-link{
    border: none;
    background: transparent;
    text-align: left;
    color: #333;
    font-size: 14px;
    padding: 12px 0;
    border-radius: 0;
}

.gt_account_tabs .nav-link.active{
    background: transparent;
    color: var(--orange);
    font-weight: 600;
}

.gt_page_title{
    font-size: 26px;
    font-weight: 700;
    color: #111;
    margin-bottom: 30px;
}

.gt_sub_title{
    font-size: 26px;
    font-weight: 700;
    color: #111;
    margin: 40px 0 25px;
}

.gt_account_section .form-label{
    font-size: 12px;
    color: #666;
    margin-bottom: 6px;
}

.gt_account_section .form-control{
    height: 48px;
    border-radius: 0;
    border: 1px solid #d9d9d9;
    box-shadow: none;
}
.gt_account_section .form-label{
    font-size: 14px;
    font-weight: 500;
}
.gt_account_section .form-control:focus{
    border-color: var(--orange);
}

.gt_form_hint{
    display: block;
    margin-top: 8px;
    font-size: 12px;
    color: #666;
}

.gt_password_field{
    max-width: 420px;
    margin-bottom: 20px;
}

.gt_eye_btn{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: #555;
}

.gt_save_btn{
    min-width: 240px;
    height: 54px;
    border: none;
    background: var(--orange);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
}

.gt_save_btn:hover{
    background: #e44d00;
}

.gt_order_card{
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0;
}

.gt_order_logo{
    width: 100px;
    height: 100px;
    object-fit: contain;
    background-color: #000;
    padding: 10px;
    border-radius: 10px;
}

.gt_order_details{
    display: grid;
    grid-template-columns: 90px 10px 1fr;
    gap: 10px 15px;
}

.gt_order_details span{
    font-size: 14px;
    color: #000;
}

.gt_order_details p{
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.gt_order_price{
    font-size: 24px;
    font-weight: 700;
    text-align: right;
    margin-bottom: 15px;
}

.gt_order_action{
    display: flex;
    gap: 8px;
    justify-content: flex-end;
}

.gt_order_btn{
    /* min-width: 82px; */
    height: 40px;
    background: var(--orange);
    color: #fff;
    border: none;
    font-size: 14px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 20px;
    white-space: nowrap;
}

.gt_order_btn_outline{
    background: transparent;
    border: 1px solid var(--orange);
    color: var(--orange);
}

.gt_order_btn_outline:hover{
    background: var(--orange);
    color: #fff;
}

.gt_feedback_modal{
    border-radius: 0;
    border: none;
    padding: 30px;
    position: relative;
}

.gt_close_btn{
    position: absolute;
    right: 20px;
    top: 20px;
    border: none;
    background: transparent;
    font-size: 24px;
    color: #222;
    z-index: 2;
}

.gt_feedback_title{
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #222;
    margin-bottom: 30px;
    margin-top: 20px;
}

.gt_rating_wrap{
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-bottom: 40px;
}

.gt_rating_wrap i{
    font-size: 26px;
    color: #ffb400;
    cursor: pointer;
}

.gt_feedback_label{
    font-size: 18px;
    color: #222;
    margin-bottom: 12px;
}

.gt_feedback_textarea{
    min-height: 150px !important;
    resize: none;
    border-radius: 0;
    box-shadow: none !important;
    border: 1px solid #cfcfcf;
    padding: 15px;
}

.gt_submit_btn{
    width: 100%;
    height: 50px;
    border: none;
    background: var(--orange);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    transition: 0.3s;
}

.gt_submit_btn:hover{
    background: var(--orange);
}

#gtFeedbackModal .modal-dialog{
    max-width: 500px;
}

.pt_order_details_wrap{
    max-width: 700px;
}

.pt_section_title{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #111;
}

.pt_order_header{
    display: flex;
    gap: 20px;
    align-items: flex-start;
}



.pt_order_info_grid{
    display: grid;
    grid-template-columns: 140px 10px 1fr;
    gap: 8px 20px;
}

.pt_order_info_grid span{
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}

.pt_order_info_grid p{
    margin: 0;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}

.pt_product_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.pt_product_left{
    display: flex;
    align-items: center;
    gap: 15px;
}

.pt_product_left img{
    width: 55px;
}

.pt_product_left h5{
    font-size: 16px;
    margin-bottom: 6px;
}

.pt_product_left p{
    font-size: 14px;
    margin-bottom: 0;
}

.pt_product_item h4{
    font-size: 16px;
    font-weight: 700;
}

.pt_address_box h6{
    font-size: 14px;
    margin-bottom: 10px;
    color: rgba(85, 85, 85, 1);
}

.pt_address_box p{
    font-size: 14px;
    margin-bottom: 5px;
    color: rgba(85, 85, 85, 1);
}

.pt_payment_row{
    display: grid;
    grid-template-columns: 150px 30px 1fr;
    margin-bottom: 10px;
}

.pt_payment_row span{
    font-size: 14px;
    color: rgba(85, 85, 85, 1);
}

.pt_track_steps{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 30px;
}

.pt_track_steps:before{
    content: "";
    position: absolute;
    left: 30px;
    right: 30px;
    top: 7px;
    height: 2px;
    background: #777;
}

.pt_track_step{
    width: 25%;
    text-align: center;
    position: relative;
    z-index: 2;
}

.pt_track_dot{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #666;
    display: block;
    margin: auto;
}

.pt_active .pt_track_dot{
    background: #ff5a00;
}
.pt_track_step  h5{
    font-size: 14px;
    margin-top: 10px;
    font-weight: 600;
}
.pt_track_step p{
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.4;
    color: rgba(85, 85, 85, 1);
}
.pt_bloom{
    box-shadow: 0px 0px 0px 4px rgba(255, 72, 2, 0.5);
}

.ct_picture_grid{
    grid-template-columns: repeat(4,1fr);
}

#gt_calendar_view{
    background:#eefaf5;
    padding:20px;
}

.fc .fc-toolbar{
    display:none;
}

/* Header */

.fc-col-header-cell{
    background:#f7f7f7;
}

.fc-col-header-cell-cushion{
    color:#666;
    text-decoration:none;
    font-size:13px;
    padding:10px 0;
}

/* Day Number */

.fc-daygrid-day-number{
    color:#666;
    text-decoration:none;
    font-size:12px;
}

/* Event */

.fc-event{
    border:none !important;
    background:transparent !important;
    padding:0 !important;
}

/* Event Card */

.gt_calendar_event{
    background:#fff;
    border-radius:6px;
    overflow:hidden;
    box-shadow:0 4px 15px rgba(0,0,0,.15);
}

.gt_calendar_event img{
    width:100%;
    height:90px;
    object-fit:cover;
}

.gt_event_content{
    padding:10px;
}

.gt_event_title{
    font-size:12px;
    font-weight:600;
    color:#222;
    margin-bottom:5px;
}

.gt_event_time{
    font-size:11px;
    color:#666;
    margin-bottom:8px;
}

.gt_event_btn{
    background:#ff5a00;
    color:#fff;
    text-decoration:none;
    padding:5px 12px;
    font-size:11px;
    display:inline-block;
}