/* ==========================================
   TURF KING PREMIUM WHY CHOOSE SECTION
========================================== */

.tk-premium-why-section {
    padding: 70px 0;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.tk-premium-heading {
    max-width: 800px;
    margin: 0 auto 60px;
}

.tk-premium-tag {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    background: rgba(16, 185, 129, 0.12);
    color: #10b981;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.tk-premium-heading h2 {
    font-size: 36px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 18px;
    line-height: 1.2;
}

.tk-premium-heading h2 span {
    color: #10b981;
}

.tk-premium-heading p {
    font-size: 17px;
    color: #6b7280;
    line-height: 1.8;
}

.tk-premium-card {
    background: #ffffff;
    padding: 15px 30px;
    border-radius: 24px;
    height: 100%;
    position: relative;
    border: 1px solid #e5e7eb;
    transition: all .35s ease;
    overflow: hidden;
}

.tk-premium-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #10b981, #06b6d4);
    transform: scaleX(0);
    transition: .4s;
}

.tk-premium-card:hover::before {
    transform: scaleX(1);
}

.tk-premium-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

.tk-premium-icon {
    width: 75px;
    height: 75px;
    border-radius: 20px;
    background: linear-gradient(135deg, #10b981, #06b6d4);
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.tk-premium-card h3 {
    font-size: 24px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 10px;
}

.tk-premium-card p {
    font-size: 15px;
    line-height: 1.8;
    color: #6b7280;
    margin: 0;
}

@media (max-width: 991px) {
    .tk-premium-heading h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .tk-premium-why-section {
        padding: 70px 0;
    }

    .tk-premium-heading h2 {
        font-size: 30px;
    }

    .tk-premium-card {
        padding: 30px 25px;
    }

}







/* ===================================
   TURF KING PREMIUM STORY SECTION
=================================== */

.tk-story-section {
    padding: 60px 0;
    background: #fff;
}

.tk-story-image-wrap {
    position: relative;
}

.tk-story-image {
    border-radius: 24px;
    width: 100%;
    height: 600px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, .12);
}

.tk-story-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
}

.tk-story-badge span {
    background: #10b981;
    color: #fff;
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}

.tk-story-floating-card {
    position: absolute;
    bottom: 25px;
    right: -20px;
    background: #fff;
    padding: 22px;
    border-radius: 18px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .12);
    min-width: 220px;
}

.tk-story-floating-card h4 {
    margin: 0;
    font-size: 34px;
    font-weight: 800;
    color: #10b981;
}

.tk-story-floating-card p {
    margin: 5px 0 0;
    color: #6b7280;
    font-size: 14px;
}

.tk-story-subtitle {
    display: inline-block;
    color: #10b981;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.tk-story-content h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
}

.tk-story-content h2 span {
    color: #10b981;
}

.tk-story-content p {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 18px;
}

.tk-story-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    transition: .3s;
    height: 100%;
}

.tk-story-feature:hover {
    border-color: #10b981;
    background: #f0fdf4;
    transform: translateY(-3px);
}

.tk-story-feature i {
    color: #10b981;
    font-size: 20px;
}

.tk-story-feature span {
    font-weight: 600;
    color: #111827;
}

.tk-story-btn-wrap {
    margin-top: 35px;
}

@media(max-width:991px) {

    .tk-story-content h2 {
        font-size: 38px;
    }

    .tk-story-floating-card {
        right: 10px;
    }
}

@media(max-width:767px) {

    .tk-story-section {
        padding: 70px 0;
    }

    .tk-story-content h2 {
        font-size: 30px;
    }

    .tk-story-floating-card {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 20px;
    }
}



/* ==========================================
   TURF KING PREMIUM CTA SECTION
========================================== */

.tk-experience-cta-section {
    padding: 60px 0;
    background: #f8fafc;
}

.tk-experience-cta-box {
    position: relative;
    overflow: hidden;
    padding: 40px 50px;
    border-radius: 30px;
    /* background: linear-gradient(135deg, #10b981, #06b6d4); */
    background: linear-gradient(135deg, #0f3d2e, #1a7f5a, #d4af37);
    box-shadow: 0 25px 60px rgba(16, 185, 129, 0.20);
}

.tk-experience-cta-box::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -120px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.tk-experience-cta-box::after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
}

.tk-experience-badge {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.tk-experience-cta-box h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.tk-experience-cta-box h2 span {
    color: #ffffff;
}

.tk-experience-cta-box p {
    max-width: 800px;
    margin: 0 auto 35px;
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    line-height: 1.9;
}




.tk-experience-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
    margin-top: 25px;
}

.tk-stat-item h4 {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 5px;
}

.tk-stat-item span {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
}

@media (max-width: 767px) {

    .tk-experience-cta-section {
        padding: 60px 0;
    }

    .tk-experience-cta-box {
        padding: 55px 25px;
    }

    .tk-experience-cta-box h2 {
        font-size: 30px;
    }

    .tk-experience-stats {
        gap: 25px;
    }

    .tk-stat-item h4 {
        font-size: 28px;
    }
}





.tk-experience-btns {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.tk-experience-primary-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: #fff;
    color: #111827;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tk-experience-primary-btn:hover {
    background: #f8fafc;
    color: #111827;
    transform: translateY(-2px);
}

.tk-experience-outline-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tk-experience-outline-btn:hover {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    transform: translateY(-2px);
}






/* value & objective page*/

.vt-valuesSection {
    padding: 0px 20px;
    padding-top: 80px;
    padding-bottom: 40;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

/* subtle glow background effect */
.vt-valuesSection::before {
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(245, 158, 11, 0.15), transparent 70%);
    z-index: 0;
}

.vt-sectionHeader {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.vt-sectionTitle {
    font-size: 40px;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: 0.5px;
}

.vt-sectionSubtitle {
    font-size: 17px;
    color: #64748b;
    margin-top: 10px;
}

.vt-valuesGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    position: relative;
    z-index: 1;
}

/* PREMIUM CARD */
.vt-valueCard {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    padding: 18px 28px;
    border-radius: 18px;
    text-align: center;
    border: 1px solid rgba(226, 232, 240, 0.8);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

/* top glow line */
.vt-valueCard::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #f59e0b, #f97316);
    transform: scaleX(0);
    transition: transform 0.4s ease;
    transform-origin: left;
}

.vt-valueCard:hover::before {
    transform: scaleX(1);
}

.vt-valueCard:hover {
    transform: translateY(-10px);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
}

/* ICON STYLE */
.vt-valueIcon {
    font-size: 34px;
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    box-shadow: 0 6px 15px rgba(245, 158, 11, 0.25);
}

/* TITLE INSIDE CARD */
.vt-valueCard h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

/* TEXT */
.vt-valueCard p {
    font-size: 14.5px;
    color: #64748b;
    line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .vt-valuesGrid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .vt-valuesGrid {
        grid-template-columns: 1fr;
    }

    .vt-sectionTitle {
        font-size: 30px;
    }
}



.vt-objectivesSection {
    padding: 60px 20px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.vt-objectivesGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

/* IMAGE */
.vt-objectivesImage img {
    width: 100%;
    height: 500px;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    transition: 0.4s ease;
}

@media (max-width:768px) {
    .vt-objectivesImage img {
        height: 350px;
    }
}

.vt-objectivesImage img:hover {
    transform: scale(1.03);
}

/* CONTENT */
.vt-objectivesContent {
    padding: 10px;
}

.vt-alignLeft {
    text-align: left;
    margin-bottom: 25px;
}

/* LIST */
.vt-objectivesList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.vt-objectivesList li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 15.5px;
    color: #475569;
    padding: 12px 0;
    border-bottom: 1px dashed #e2e8f0;
    transition: 0.3s ease;
}

.vt-objectivesList li span {
    font-size: 18px;
    margin-top: 2px;
}

.vt-objectivesList li:hover {
    color: #111827;
    transform: translateX(5px);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .vt-objectivesGrid {
        grid-template-columns: 1fr;
    }

    .vt-alignLeft {
        text-align: center;
    }
}






.vt-objectiveTitle {
    font-size: 26px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 10px;
}

.vt-objectiveText {
    font-size: 15.5px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* HIGHLIGHT BOX (NEW PREMIUM ELEMENT) */
.vt-objectiveHighlight {
    margin-top: 25px;
    padding: 18px 20px;
    background: linear-gradient(135deg, #fef3c7, #fde68a);
    border-left: 5px solid #f59e0b;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(245, 158, 11, 0.15);
}

.vt-objectiveHighlight h4 {
    font-size: 16px;
    font-weight: 700;
    color: #92400e;
    margin-bottom: 6px;
}

.vt-objectiveHighlight p {
    font-size: 14px;
    color: #78350f;
    margin: 0;
}








.vt-visionSection {
    padding: 70px 20px;
    background: #ffffff;
}

.vt-visionGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

/* IMAGE */
.vt-visionImage img {
    width: 100%;
    height: 500px;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    transition: 0.4s ease;
}

.vt-visionImage img:hover {
    transform: scale(1.03);
}

/* TEXT */
.vt-visionText {
    font-size: 15.5px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* HIGHLIGHT BOX */
.vt-visionHighlight {
    margin-top: 25px;
    padding: 20px;
    background: linear-gradient(135deg, #dbeafe, #bfdbfe);
    border-left: 5px solid #3b82f6;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(59,130,246,0.15);
}

.vt-visionHighlight h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 6px;
}

.vt-visionHighlight p {
    font-size: 14px;
    color: #1e40af;
    margin: 0;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .vt-visionGrid {
        grid-template-columns: 1fr;
    }

    .vt-visionImage img {
        height: auto;
    }
}






.vt-missionSection {
    padding: 60px 20px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.vt-missionGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

/* IMAGE */
.vt-missionImage img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
    transition: 0.4s ease;
}

.vt-missionImage img:hover {
    transform: scale(1.03);
}

/* TEXT */
.vt-missionText {
    font-size: 15.5px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 12px;
}

/* MISSION GRID CARDS */
.vt-missionPoints {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 20px;
}

.vt-missionCard {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.vt-missionCard span {
    font-size: 18px;
    margin-top: 2px;
}

.vt-missionCard p {
    font-size: 14px;
    color: #475569;
    margin: 0;
    line-height: 1.5;
}

.vt-missionCard:hover {
    transform: translateY(-6px);
    border-color: #f59e0b;
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .vt-missionGrid {
        grid-template-columns: 1fr;
    }

    .vt-missionPoints {
        grid-template-columns: 1fr;
    }

    .vt-missionImage img {
        height: auto;
    }
}











.listing-img {
    height: 240px;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.listing-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.listing-item:hover .listing-img img {
    transform: scale(1.05);
}







.journey-img {
    height: 500px;
    overflow: hidden;
    border-radius: 15px;
}

.journey-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Tablet */
@media (max-width: 991px) {
    .journey-img {
        height: 400px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .journey-img {
        height: 300px;
    }
}




.banner {
    height: 350px;
    overflow: hidden;
    border-radius: 10px;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .banner {
        height: 250px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .banner {
        height: 220px;
        margin-bottom: 20px;
    }

    .coachessss img{
        height: 400px;
    }
}







.ev-card{
    background:#fff;
    padding:20px 25px;
    border-radius:20px;
    height:100%;
    transition:.4s;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    border:1px solid rgba(0,0,0,.05);
}

.ev-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.ev-icon{
    width:80px;
    height:80px;
    margin:0 auto 20px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    background:linear-gradient(135deg,#00c853,#00e676);
    color:#fff;
}

.ev-card h4{
    font-size:22px;
    font-weight:700;
    margin-bottom:12px;
}

.ev-card p{
    margin:0;
    color:#666;
    line-height:1.7;
}


.custom-book-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 14px 20px;
    background: #192335;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    gap: 8px;
}

.custom-book-btn:hover{
    background: #097E52;
    color: #fff;
    transform: translateY(-2px);
}

.custom-book-btn i{
    font-size: 18px;
}
.ggggggg{
    color: white !important;
}