

/*-----Host start-----*/

        :root {
            --gold: #d4af6f;
            --warm-gold: #e8b923;
            --deep-brown: #2c2118;
            --rich-cream: #f5e8d3;
        }

        .hero-section {
            padding: 140px 0 100px;
            position: relative;
        }
        
        .hero-section::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(circle at 30% 20%, rgba(212, 175, 111, 0.18) 0%, transparent 60%);
            z-index: -1;
            pointer-events: none;
        }
        
        .content-wrapper {
            position: relative;
            z-index: 2;
        }
        
        .section-title {
            /* font-family: 'Playfair Display', serif; */
            font-size: 48px;
            line-height: 1.05;
            font-weight: 700;
            color: #f5e8d3;
            text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
            margin-bottom: 2rem;
        }
        
        .section-title span {
            color: var(--warm-gold);
            font-style: italic;
        }
        
        .bio-card {
            background: rgba(44, 33, 24, 0.92);
            border: 1px solid #d4af6f;
            border-radius: 28px;
            padding: 55px 48px;
            box-shadow: 0 30px 80px rgba(0, 0, 0, 0.6),
                        inset 0 0 80px rgba(212, 175, 111, 0.08);
            backdrop-filter: blur(12px);
            height: 100%;
        }
        
        .bio-item {
            display: flex;
            gap: 26px;
            margin-bottom: 2.4rem;
            align-items: flex-start;
        }
        
        .bio-item:last-child {
            margin-bottom: 0;
        }
        

    .bio-item p {
      color: #fff;
      font-size: 1rem;
        }
        


        .icon-circle2 {
            width: 72px;
            height: 72px;
            background: linear-gradient(135deg, #d4af6f, #b38b4d);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            box-shadow: 0 10px 30px rgba(212, 175, 111, 0.4),
                        inset 0 4px 12px rgba(255,255,255,0.3);
        }
        
        .icon-circle2 i {
            color: #2c2118;
            font-size: 2.1rem;
        }
        
        .host-image-container {
            position: relative;
        }
        
        .host-image {
            border-radius: 50%;
    /* box-shadow: 0 35px 80px rgba(0, 0, 0, 0.7), 0 0 0 12px rgba(212, 175, 111, 0.25); */
    width:500px;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.4s ease;
    border: 5px solid #d4af37;
    margin: 0 auto;
    display: block;
        }
        
        .host-image:hover {
            transform: scale(1.03);
        }
        
        .name-badge {
            position: absolute;
            bottom: -38px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(135deg, #2c2118, #1f1712);
            color: #f5e8d3;
            padding: 20px 40px 16px;
            border-radius: 70px;
            text-align: center;
            box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
            border: 4px solid var(--warm-gold);
            min-width: 300px;
            backdrop-filter: blur(8px);
        }
        
        .name-badge h2 {
            font-size: 1.95rem;
            margin: 0 0 6px 0;
            font-weight: 700;
            letter-spacing: -1px;
            color: var(--warm-gold);
        }
        
        .name-badge p {
            margin: 0;
            font-size: 0.97rem;
            letter-spacing: 4px;
            opacity: 0.95;
            font-weight: 500;
            color:#fff;
        }
        
        .highlight {
            color: var(--warm-gold);
            font-weight: 600;
        }
        
        .gold-line {
            height: 4px;
            background: linear-gradient(to right, transparent, var(--warm-gold), transparent);
            margin: 35px 0;
            border-radius: 2px;
        }
        
        @media (max-width: 992px) {
            /* .section-title {
                font-size: 3.4rem;
            } */
            .bio-card {
                padding: 25px 35px;
            }
        }
        
        @media (max-width: 576px) {

            .chef-title {
    font-size: 32px!important;
}

            .hero-section {
                padding: 90px 0 70px;
            }
            .bio-item {
                gap: 20px;
            }
            .name-badge {
                bottom: -28px;
                padding: 16px 40px 12px;
            }

            .section-title {
                font-size: 32px;
            }

            .main-title {
    font-size: 32px!important;

}

.director-name-badge h2 {
    font-size: 24px!important;
}

.name-badge h2 {
    font-size: 24px!important;
}





        }



        /*----host end----*/







/*-----Director page start-----*/

 :root {
            --spice-red: #9C2A1F;
            --gold: #D4AF37;
            --wood: #3C2F2F;
            --cream: #F5EDE1;
            --sage: #5A6B4E;
        }
        

        .main-container {
            background: url('../../assets/images/bg/director-bg.jpg') no-repeat center center;
            background-size: cover;
            position: relative;
            /* min-height: 100vh; */
            display: flex;
            align-items: center;
            background-attachment: fixed;
        }
        
        .main-container::before {
            content: '';
            position: absolute;
            inset: 0;
            /* background: radial-gradient(circle at center, rgba(60, 47, 47, 0.75), rgba(30, 22, 18, 0.92)); */
            background: radial-gradient(circle at center, rgb(255 255 255 / 75%), rgb(255 255 255 / 92%));
        }
        
        .content-wrapper {
            position: relative;
            z-index: 2;
        }
        
        .chef-title {
            font-size: 48px;
            font-weight: 700;
            color: #79212b;
            /* text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.6);
            letter-spacing: -2px; */
        }
        
        .subtitle {
            font-size: 1.35rem;
            letter-spacing: 4px;
            color: #C8A46D;
            font-weight: 500;
        }
        
        .director-card {
           background: rgba(245, 237, 225, 0.96);
    color: #2C2118;
    border-radius: 30px;
    padding: 1.5rem 2.5rem;
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.5);
    border: 8px solid #79212b;
        }
        
        .circular-portrait {
            width:500px;
            /* height: 500px; */
            border-radius: 50%;
            border: 18px solid #79212b;
    box-shadow: 0 0 0 25px rgb(135 5 5 / 15%), 0 25px 50px -12px rgba(0, 0, 0, 0.6);
    object-fit: cover;
        }
        
        .bio-point {
            position: relative;
            padding-left: 75px;
            margin-bottom: 2.2rem;
        }
        
        .bio-point::before {
            content: '';
            position: absolute;
            left: 0;
            top: 8px;
            width: 65px;
            height: 65px;
            background: var(--spice-red);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 1.6rem;
            box-shadow: 0 8px 15px rgba(156, 42, 31, 0.4);
        }

         .bio-point i
        {
position: absolute;
    left: 17px;
    top: 27px;
    font-size: 1.7rem;
    color: #f4ede1;
        }
        
        .plate-divider {
            height: 3px;
            background: repeating-linear-gradient(
                90deg,
                #79212b,
                #79212b 12px,
                transparent 12px,
                transparent 25px
            );
            margin: 1.5rem 0;
            width: 100%;
        }
        
        .name-plaque {
            background: linear-gradient(135deg, #2C2118, #1E1612);
            border: 4px solid var(--gold);
            color: var(--gold);
            padding: 1.4rem 2.5rem;
            border-radius: 20px;
            text-align: center;
            box-shadow: 0 15px 35px rgba(212, 175, 55, 0.25);
        }
        
        .decorative-fork {
            position: absolute;
            font-size: 7rem;
            opacity: 0.08;
            color: var(--gold);
            z-index: 1;
            transform: rotate(-25deg);
        }



        .director-name-badge {
            position: absolute;
            bottom: -38px;
            left: 50%;
            transform: translateX(-50%);
            background: linear-gradient(135deg, #2c2118, #1f1712);
            color: #f5e8d3;
            padding: 20px 52px 16px;
            border-radius: 70px;
            text-align: center;
            box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
            border: 4px solid var(--warm-gold);
            min-width: 325px;
            backdrop-filter: blur(8px);
        }
        
        .director-name-badge h2 {
            font-size: 1.95rem;
            margin: 0 0 6px 0;
            font-weight: 700;
            letter-spacing: -1px;
            color: var(--warm-gold);
        }
        
        .director-name-badge p {
            margin: 0;
            font-size: 0.97rem;
            letter-spacing: 2px;
            opacity: 0.95;
            font-weight: 500;
            color:#fff;
        }


@media (max-width: 767px) {
         .director-card {
margin-top: 70px;
        }

                .form-body {
            padding: 1rem 0.9rem!important;
        }
        



    }


        /*-----Director page end-----*/



        /*----Enquiry form start----*/

        
        :root {
            --form-maroon: #8C1D2F;
            --form-gold: #D4AF37;
            --form-cream: #F8F1E9;
            --form-dark: #2C1810;
        }
        

        
        .form-container {
            max-width: 100%;
            margin: 0px auto;
            background: rgba(248, 241, 233, 0.95);
            color: #2C1810;
            border-radius: 30px;
            overflow: hidden;
            box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
            position: relative;
        }
        
        .form-header {
            background: linear-gradient(135deg, var(--form-maroon), #A52A2A);
            color: white;
            padding: 1rem 1.5rem;
            text-align: center;
            position: relative;
        }
        
        /* .form-header::after {
            content: '';
            position: absolute;
            bottom: -20px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 80px;
            background: url('https://picsum.photos/id/1080/80/80') center/cover;
            border: 6px solid var(--form-gold);
            border-radius: 50%;
        } */
        
        .form-title {
            font-size: 48px;
            font-weight: 700;
            color: var(--form-gold);
            text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
        }
        
        .form-body {
            padding: 1rem 1.5rem;
        }
        
        .form-label {
            font-weight: 600;
            color: var(--form-maroon);
            margin-bottom: 8px;
        }
        
        .form-control {
            border: 2px solid #D4AF37;
            border-radius: 12px;
            padding: 12px 16px;
            font-size: 1.1rem;
            background: #fff;
        }
        
        .form-control:focus {
            border-color: var(--form-maroon);
            box-shadow: 0 0 0 0.3rem rgba(140, 29, 47, 0.15);
        }
        
        .btn-submit {
            background: linear-gradient(90deg, var(--form-maroon), #A52A2A);
            color: white;
            padding: 14px 50px;
            font-size: 1.25rem;
            font-weight: 700;
            border: none;
            border-radius: 50px;
            transition: all 0.4s ease;
            box-shadow: 0 10px 25px rgba(140, 29, 47, 0.3);
        }
        
        .btn-submit:hover {
            transform: translateY(-4px);
            box-shadow: 0 15px 30px rgba(140, 29, 47, 0.4);
            background: linear-gradient(90deg, #A52A2A, var(--form-maroon));
            color: #e9b867;
        }
        
        .input-icon {
            position: absolute;
            right: 18px;
            top: 50%;
            transform: translateY(-50%);
            color: var(--form-maroon);
        }
        
        .form-floating > label {
            color: var(--form-maroon);
        }
   


    /*----Enquiry form end----*/


    /*----Floating buttons start----*/

    .floating-container {
            position: fixed;
            left: 12px;
            bottom: 12px;
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
            z-index: 1000;
            max-width: calc(100% - 24px);
        }

        .custom-float-btn {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 12px 16px;
            border-radius: 50px;
            font-weight: 600;
            font-size: 14.5px;
            text-decoration: none;
            color: #1f2937;
            background: white;
            box-shadow: 0 8px 15px -3px rgba(0, 0, 0, 0.1),
                0 4px 6px -4px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            white-space: nowrap;
            border: 1px solid #e5e7eb;
        }

        .custom-float-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.12);
        }

        .btn-book {
        color: #ffffff;
    border-color: #00c0a0;
    background: #00c0a0;
        }

      .btn-book:hover {
        color: #00c0a0;
    border-color: #00c0a0;
 background: #ffffff;
        }

        .btn-whatsapp {
            background: #25D366;
            color: white;
            border-color: #25D366;
        }

              .btn-explore {
            color: #fff;
            border-color: #2563eb;
            background: #2563eb;
        }

        .btn-explore:hover {
            color: #2563eb;
            border-color: #2563eb;
            background: #ffffff;
        }

        .svg-icon {
            width: 22px;
            height: 22px;
            flex-shrink: 0;
        }

        /* Mobile Optimization */
        @media (max-width: 480px) {
            .floating-container {
                left: 10px;
                bottom: 10px;
                gap: 8px;
            }

            .custom-float-btn {
                padding: 11px 14px;
                font-size: 13.5px;
                gap: 7px;
            }

            .svg-icon {
                width: 20px;
                height: 20px;
            }
        }

        /* Very small screens - stack vertically */
        @media (max-width: 360px) {
            .floating-container {
                flex-direction: column;
                align-items: flex-start;
            }
        }








        
        .floating-btn {
            position: fixed;
            bottom: 50px;
            right: 15px;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.6rem;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
            z-index: 1050;
            transition: all 0.3s ease;
            text-decoration: none;
        }
        
        .whatsapp-float { background: #08af46; color: white; bottom: 170px; }
        .call-float { background:#c58e01; color: white; }

         .enquiry-float { background: #79212b; color: white; bottom: 110px; }


           .whatsapp-float:hover { 
            background: #222; 
            color: white; 
        }

                   .enquiry-float:hover { 
            background: #c58e01; 
            color: white; 
        }

        .call-float:hover { 
            background:#79212b; 
            color: white; 
        }


   

        /*----Floating buttons end-----*/



        /*-----Production page start-----*/

 :root {
            --pro-gold: #d4af37;
            --pro-maroon: #4a1f1f;
            --pro-cream: #f8f1e9;
        }
        
        
        .production-section {
            /* min-height: 100vh; */
            display: flex;
            align-items: center;
            position: relative;
            padding: 60px 0;
        }
        
        .accent-bg {
            background: linear-gradient(135deg, #4a1f1f 0%, #6b2c2c 100%);
            color: white;
            position: relative;
            overflow: hidden;
        }
        
        .accent-bg::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -30%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(212,175,55,0.15) 0%, transparent 70%);
            border-radius: 50%;
            z-index: 1;
        }
        
        .content-wrapper {
            position: relative;
            z-index: 2;
        }
        
        .main-title {
            /* font-family: 'Playfair Display', serif; */
            font-size:48px;
            font-weight: 700;
            line-height: 1.1;
            color: #fff;
        }
        
        .produced-by {
            font-size: 1.1rem;
            letter-spacing: 4px;
            color: var(--pro-gold);
            font-weight: 500;
        }
        
        .logo-circle {
            width: 350px;
            height: 350px;
            border: 18px solid #d4af37;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background: white;
            position: relative;
            box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        }
        
        .logo-circle:hover {
            transform: scale(1.05) rotate(8deg);
        }
        
        .logo-inner {
            width: 230px;
            height: 230px;
            background: white;
            border-radius: 50%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            position: relative;
        }
        
        .logo-symbol {
            width: 140px;
            height: 140px;
            margin-bottom: 12px;
        }
        
        .logo-text {
            font-size: 1.65rem;
            font-weight: 700;
            color: #1f2937;
            line-height: 1;
        }
        
        .logo-subtext {
            font-size: 0.95rem;
            color: #4b5563;
            font-weight: 500;
            letter-spacing: 1px;
        }
        
        .description {
            max-width:100%;  
        }

                .description p {
            font-size: 18px;
            line-height: 1.75;
            color: #fff;
             margin-top: 1.5rem;    
        }

        
        .gold-divider {
            width: 80px;
            height: 3px;
            background: linear-gradient(to right, #d4af37, #f5d57a);
            margin: 2rem 0;
        }
        
        .dot-pattern {
            position: absolute;
            top: 5%;
            left: 5%;
            width: 120px;
            height: 120px;
            background-image: 
                radial-gradient(circle, #d4af37 1px, transparent 1px);
            background-size: 12px 12px;
            opacity: 0.15;
            z-index: 0;
        }
        
        .curved-shape {
            position: absolute;
            bottom: -80px;
            right: -120px;
            width: 420px;
            height: 420px;
            border: 60px solid rgba(212, 175, 55, 0.12);
            border-radius: 50%;
            z-index: 0;
        }
        
        @media (max-width: 992px) {
            .logo-circle {
                width: 260px;
                height: 260px;
            }
            .logo-inner {
                width: 160px;
                height: 160px;
            }
            .logo-symbol {
                width: 110px;
                height: 110px;
            }
        }



        /*-----Production page end-----*/



        /*----hero slider starts----*/


 .hero-slider-wrapper {
            position: relative;
            width: 100%;
            /* height: 100vh; */
			 height: 100%;
            /* min-height: 520px; */
            overflow: hidden;
        }

        .custom-swiper {
            width: 100%;
            height: 100%;
        }

        .custom-slide {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .slide-bg-image {
            width: 100%;
             height: 100%;
           object-fit:cover;
        }

        .slide-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /* background: linear-gradient(to right, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.25) 100%);
			 */
            z-index: 1;
		background: linear-gradient(
  to top,
  rgba(0, 0, 0, 0) 0%,
  rgba(0, 0, 0, 0.2) 50%,
  rgba(0, 0, 0, 0.7) 100%
);

        }

        .slide-content {
            position: absolute;
            bottom: 25%;
            left: 10%;
            z-index: 3;
            max-width: 650px;
            color: #fff;
        }

        .hero-tagline {
            font-size: clamp(2.2rem, 5.5vw, 2.7rem);
            font-weight: 500;
            line-height: 1.05;
            margin-bottom: 18px;
            opacity: 1;
			color: #fff;
            /* transform: translateY(40px); */
            transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            text-shadow: 0 4px 20px rgba(0, 0, 0, 0.8);
        }

        /* .hero-tagline.visible {
            opacity: 1;
            transform: translateY(0);
        } */

        .hero-subtagline {
            font-size: 1.28rem;
            margin-bottom: 35px;
            opacity: 1;
            /* transform: translateY(30px); */
            transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s;
        }

        /* .hero-subtagline.visible {
            opacity: 0.96;
            transform: translateY(0);
        } */

        .enquire-now-btn {
            background: #ff3b3b;
            color: white;
            padding: 16px 44px;
            font-size: 1.12rem;
            font-weight: 600;
            border: none;
            border-radius: 50px;
            text-transform: capitalize;
            letter-spacing: 1px;
            opacity: 1;
            /* transform: translateY(30px); */
            transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s;
        }

        /* .enquire-now-btn.visible {
            opacity: 1;
            transform: translateY(0);
        } */

        .enquire-now-btn:hover {
            background: #e02e2e;
            transform: translateY(-5px);
            box-shadow: 0 12px 30px rgba(255, 59, 59, 0.5);
        }

        /* Navigation */
        .custom-swiper-button {
            position: absolute;
            top: 50%;
            z-index: 10;
            width: 54px;
            height: 54px;
            background: rgba(0, 0, 0, 0.55);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.5rem;
            transition: all 0.3s ease;
        }

        .custom-swiper-button:hover {
            background: #ff3b3b;
            transform: scale(1.08);
        }

        .custom-swiper-button-prev {
            left: 25px;
        }

        .custom-swiper-button-next {
            right: 25px;
        }

        /* .custom-pagination {
            position: absolute;
            bottom: 35px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 10;
        } */


		 @media (max-width: 1024px) {

			.hero-slider-wrapper {
    height: 100%;
	min-height: auto;

}

        }




        @media (max-width: 768px) {
            .slide-content {
                bottom: 12%;
                left: 6%;
            }

            .hero-tagline {
                font-size: 2.1rem;
            }




			.hero-slider-wrapper {
    height: 100%;
	min-height: auto;

}


        }

        @media (max-width: 576px) {
            .hero-tagline {
                font-size: 1.55rem;
            }

            .hero-subtagline {
                font-size: 1.1rem;
            }

			.hero-slider-wrapper {
    height: 100%;
	min-height: auto;
/* padding-top: 78px; */
}


.custom-swiper-button {
    top: 83%;

}




        }



		/*----hero slider ends----*/



        