
        /* CSS Variables for Colors - Refined to match image more closely */
        :root {
            --primary-brown: #eb8030; /* Main coffee brown from image */
            --dark-brown: #e06f1b;    /* Darker brown for hover states */
            --light-bg: #FDFBF8;      /* Very light, almost off-white background */
            --white: #fff;
            --black: #212121;         /* Slightly softer black for footer */
            --dark-text: #333333;     /* Darker text for headings */
            --medium-text: #555555;   /* Medium text for body paragraphs */
            --light-text: #AAAAAA;    /* Lighter text for footer links */
            --navbar-bg: #FFFFFF;     /* Pure white for navbar */
            --shadow-color: rgba(0, 0, 0, 0.08); /* Softer shadow */
            --darker-shadow-color: rgba(0, 0, 0, 0.12); /* Slightly darker hover shadow */
        }

        /* Custom CSS */
        body {
            font-family: 'Inter', sans-serif;
            background-color: var(--light-bg);
            color: var(--dark-text);
            line-height: 1.6; /* Improved readability */
        }

        .navbar {
            background-color: var(--navbar-bg);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06); /* Slightly more pronounced shadow */
            border-radius: 0 0 12px 12px; /* Slightly larger rounded bottom corners */
            padding: 15px 0; /* More padding for navbar height */
        }

        .navbar-brand img {
            height: 95px; /* Adjust logo size */
            border-radius: 6px; /* Slightly larger border-radius for logo */
        }

        .nav-link {
            color: var(--medium-text) !important;
            font-weight: 500;
            margin: 0 15px; /* Increased margin between links */
            transition: color 0.3s ease, transform 0.2s ease;
            position: relative;
        }

        .nav-link:hover {
            color: var(--primary-brown) !important;
            transform: translateY(-2px); /* Subtle lift on hover */
        }

        .nav-link.active {
            font-weight: 600;
            color: var(--primary-brown) !important;
        }
        
        
         /* Hero Carousel specific styles */
        .carousel-item {
            position: relative;
            height: 650px;
            background-size: cover;
            background-position: center;
        }
        /*.carousel-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.45); 
        }*/
        .carousel-caption {
            top: 50%;
            transform: translateY(-50%);
            bottom: unset;
            text-align: center;
            color: var(--bs-white);
        }
        .carousel-caption h1, .carousel-caption h2 {
            font-family: 'Playfair Display', serif;
            color: var(--bs-white);
            text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
        }
        .carousel-caption h1 {
            font-size: 4.2em;
        }
        .carousel-caption p {
            font-size: 1.6em;
            font-weight: 300;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.2);
        }
        .carousel-control-prev, .carousel-control-next {
            width: 5%;
        }
        .carousel-control-prev-icon, .carousel-control-next-icon {
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 50%;
            padding: 1rem;
        }

        
        

        .hero-section {
            /* Using a more descriptive placeholder for the background image */
            background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../img/best-cafe-in-hyderabad.webp');
			background-repeat: no-repeat;
			background-position: center center;

            background-size: cover;
            color: var(--white);
            padding: 200px 0; /* More padding for a grander feel */
            text-align: center;
            border-radius: 0 0 25px 25px; /* Larger rounded bottom corners */
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25); /* More prominent shadow */
        }
		
		#hero-section-saidabad{
			 /* Using a more descriptive placeholder for the background image */
            background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../img/roobaroo-cafe-saidabad.webp');
			background-repeat: no-repeat;
			background-position: center center;

            background-size: cover;
            color: var(--white);
            padding: 200px 0; /* More padding for a grander feel */
            text-align: center;
            border-radius: 0 0 25px 25px; /* Larger rounded bottom corners */
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25); /* More prominent shadow */
		}
		
		
			#hero-section-dsnr{
			 /* Using a more descriptive placeholder for the background image */
            background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../img/roobaroo-cafe-dsnr.webp');
			background-repeat: no-repeat;
			background-position: center center;

            background-size: cover;
            color: var(--white);
            padding: 200px 0; /* More padding for a grander feel */
            text-align: center;
            border-radius: 0 0 25px 25px; /* Larger rounded bottom corners */
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25); /* More prominent shadow */
		}
		
		.saidabad{
			 background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../img/roobaroo-cafe-saidabad.webp');
			background-repeat: no-repeat;
			background-position: center center;

            background-size: cover;
            color: var(--white);
            padding: 300px 0; /* More padding for a grander feel */
            text-align: center;
            border-radius: 0 0 25px 25px; /* Larger rounded bottom corners */
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25); /* More prominent shadow */
		}
		
		.dsnr{
			 background-image: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url('../img/roobaroo-cafe-dsnr.webp');
			background-repeat: no-repeat;
			background-position: center center;

            background-size: cover;
            color: var(--white);
            padding: 300px 0; /* More padding for a grander feel */
            text-align: center;
            border-radius: 0 0 25px 25px; /* Larger rounded bottom corners */
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25); /* More prominent shadow */
		}

        .hero-section h1 {
            font-size: 4rem; /* Larger font size */
            font-weight: 800; /* Extra bold */
            margin-bottom: 25px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }

        .hero-section p {
            font-size: 1.35rem; /* Slightly larger lead text */
            font-weight: 400;
            margin-bottom: 50px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        .hero-section .btn {
            padding: 14px 35px; /* Larger buttons */
            font-size: 1.15rem;
            font-weight: 600;
            border-radius: 35px; /* More rounded buttons */
            margin: 0 12px;
            transition: all 0.3s ease;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        }

        .hero-section .btn-primary {
            background-color: var(--primary-brown);
            border-color: var(--primary-brown);
        }

        .hero-section .btn-primary:hover {
            background-color: var(--dark-brown);
            border-color: var(--dark-brown);
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
        }

        .hero-section .btn-outline-light {
            color: var(--white);
            border-color: var(--white);
        }

        .hero-section .btn-outline-light:hover {
            background-color: var(--white);
            color: var(--primary-brown);
            transform: translateY(-3px);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
        }

        .section-padding {
            padding: 90px 0; /* Increased section padding */
        }

        .section-title {
            text-align: center;
            margin-bottom: 70px; /* More space below title */
            font-size: 2.8rem; /* Larger section titles */
            font-weight: 700; /* Bolder section titles */
            color: var(--dark-text);
            position: relative;
            padding-bottom: 15px;
        }

        .section-title::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background-color: var(--primary-brown);
            border-radius: 2px;
        }

        .feature-box {
            background-color: var(--white);
            padding: 35px; /* More padding inside boxes */
            border-radius: 18px; /* Slightly more rounded */
            box-shadow: 0 6px 20px var(--shadow-color); /* Softer, wider shadow */
            text-align: center;
            transition: all 0.4s ease;
            height: 100%;
        }

        .feature-box:hover {
            transform: translateY(-8px); /* More pronounced lift */
            box-shadow: 0 12px 25px var(--darker-shadow-color); /* Darker, more spread shadow */
        }

        .feature-box .icon {
            font-size: 3.5rem; /* Larger icons */
            color: var(--primary-brown);
            margin-bottom: 25px;
        }

        .feature-box h4 {
            font-size: 1.6rem; /* Larger heading */
            font-weight: 600;
            margin-bottom: 18px;
            color: var(--dark-text);
        }

        .feature-box p {
            font-size: 1.05rem; /* Slightly larger text */
            color: var(--medium-text);
        }

        .special-card {
            background-color: var(--white);
            border-radius: 18px; /* Slightly more rounded */
            box-shadow: 0 6px 20px var(--shadow-color);
            overflow: hidden;
            transition: all 0.4s ease;
            height: 100%;
        }

        .special-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 25px var(--darker-shadow-color);
        }

        .special-card img {
            width: 100%;
            height: 400px; /* Slightly taller images */
            object-fit: cover;
            border-radius: 18px 18px 0 0;
			border:5px solid #fff;
        }

        .special-card .card-body {
            padding: 30px; /* More padding */
        }
        
        .special-card .btn{
            background-color: var(--primary-brown);
            border-color: var(--primary-brown);
            color: var(--white);
            padding: 12px 30px;
            border-radius: 30px;
            font-weight: 500;
            transition: all 0.3s ease;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
        }

        .special-card .card-title {
            font-size: 1.5rem; /* Larger title */
            font-weight: 600;
            color: var(--dark-text);
            margin-bottom: 12px;
        }

        .special-card .card-text {
            font-size: 1rem; /* Consistent text size */
            color: var(--medium-text);
            margin-bottom: 20px;
        }

        .special-card .price {
            font-size: 1.3rem; /* Larger price */
            font-weight: 700;
            color: var(--primary-brown);
        }

        .location-card {
            background-color: var(--white);
            padding: 35px;
            border-radius: 18px;
            box-shadow: 0 6px 20px var(--shadow-color);
            transition: all 0.4s ease;
            height: 100%;
        }

        .location-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 12px 25px var(--darker-shadow-color);
        }

        .location-card h3 {
            font-size: 2rem; /* Larger heading */
            font-weight: 600;
            color: var(--white);
            margin-bottom: 30px;
        }

        .location-card p {
            font-size: 1.05rem;
            color: var(--white);
            margin-bottom: 15px;
        }
		
		#ad h3 {
            font-size: 2rem; /* Larger heading */
            font-weight: 600;
            color: var(--dark-brown) !important;
            margin-bottom: 30px;
        }
		
		#ad p{
			font-size: 1.05rem;
           color: var(--dark-text);
            margin-bottom: 30px;
		}

        .location-card .btn {
            background-color: var(--primary-brown);
            border-color: var(--primary-brown);
            color: var(--white);
            padding: 12px 30px;
            border-radius: 30px;
            font-weight: 500;
            transition: all 0.3s ease;
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
        }

        .location-card .btn:hover {
            background-color: var(--dark-brown);
            border-color: var(--dark-brown);
            transform: translateY(-2px);
            box-shadow: 0 5px 12px rgba(0, 0, 0, 0.25);
        }

        .location-card .btn-outline-secondary { /* Specific styling for Call Now button */
            background-color: transparent; /* Transparent background */
            color: var(--primary-brown); /* Brown text */
            border-color: var(--primary-brown); /* Brown border */
            box-shadow: none; /* No initial shadow */
        }

        .location-card .btn-outline-secondary:hover {
            background-color: var(--primary-brown);
            color: var(--white);
            border-color: var(--primary-brown);
            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2); /* Shadow on hover */
        }

        .gallery-item {
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 6px 20px var(--shadow-color);
            transition: all 0.4s ease;
            height: 100%;
        }

        .gallery-item:hover {
            transform: scale(1.04); /* Slightly larger scale */
            box-shadow: 0 12px 25px var(--darker-shadow-color);
        }

        .gallery-item img {
            width: 100%;
            height: 280px; /* Taller gallery images */
            object-fit: cover;
            display: block;
        }

        .map-container {
            border-radius: 18px;
            overflow: hidden;
            box-shadow: 0 6px 20px var(--shadow-color);
            height: 450px; /* Taller map container */
        }

        .map-container iframe {
            width: 100%;
            height: 100%;
            border: 0;
        }

        .footer {
            background-color: var(--black);
            color: var(--light-text);
            padding: 70px 0 30px; /* More padding */
            font-size: 0.95rem;
            border-radius: 25px 25px 0 0; /* Larger rounded top corners */
            box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.25);
        }
		.footer img{
			    height: 100px;
    border-radius: 6px;
    background: #fff;
    padding: 10px;
		}

        .footer h5 {
            color: var(--white);
            font-weight: 600;
            margin-bottom: 30px; /* More space below heading */
            position: relative;
        }

        .footer h5::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -10px; /* Lower accent line */
            width: 60px; /* Longer accent line */
            height: 3px;
            background-color: var(--primary-brown);
            border-radius: 2px;
        }

        .footer ul {
            list-style: none;
            padding: 0;
        }

        .footer ul li {
            margin-bottom: 12px; /* More spacing for list items */
        }

        .footer ul li a {
            color: var(--light-text);
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer ul li a:hover {
            color: var(--primary-brown);
        }

        .footer .social-icons a {
            color: var(--light-text);
            font-size: 1.3rem; /* Larger social icons */
            margin-right: 18px; /* More space between icons */
            transition: color 0.3s ease, transform 0.2s ease;
        }

        .footer .social-icons a:hover {
            color: var(--primary-brown);
            transform: translateY(-3px);
        }

        .footer-bottom {
            border-top: 1px solid #3a3a3a; /* Slightly lighter border */
            padding-top: 25px;
            margin-top: 50px;
            text-align: center;
            color: #888; /* Softer copyright text */
        }

        /* Tab specific styling */
        .nav-tabs {
            border-bottom: 1px solid #dee2e6;
            margin-bottom: 30px;
            justify-content: center; /* Center the tabs */
        }

        .nav-tabs .nav-link {
            border: 1px solid transparent;
            border-top-left-radius: 0.5rem;
            border-top-right-radius: 0.5rem;
            padding: 12px 25px; /* Adjust padding for tabs */
            color: var(--medium-text);
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6;
            color: var(--primary-brown);
            transform: none; /* Remove lift on tabs */
        }

        .nav-tabs .nav-link.active {
            color: var(--primary-brown);
            background-color: var(--white);
            border-color: #dee2e6 #dee2e6 var(--white);
            font-weight: 600;
        }

        .tab-content {
            padding-top: 20px;
        }
		
		
		 /* Team Section Styling - Professional Look */
        .team-member-card {
            background-color: var(--white);
            border-radius: 18px;
            box-shadow: 0 8px 25px var(--shadow-color); /* More prominent initial shadow */
            padding: 35px; /* Increased padding */
            text-align: center;
            transition: all 0.4s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between; /* Distribute space */
            overflow: hidden; /* Ensure nothing spills out */
        }

        .team-member-card:hover {
            transform: translateY(-10px); /* More pronounced lift on hover */
            box-shadow: 0 15px 35px var(--darker-shadow-color); /* Stronger shadow on hover */
        }

        .team-member-card img {
            width: 160px; /* Slightly larger image */
            height: 160px;
            border-radius: 50%; /* Circular image */
            object-fit: cover;
            margin-bottom: 25px;
            border: 5px solid var(--primary-brown); /* Thicker brown border around image */
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15); /* More refined image shadow */
            transition: all 0.4s ease;
        }

        .team-member-card:hover img {
            border-color: var(--dark-brown); /* Darker border on hover */
            transform: scale(1.05); /* Slight zoom on image */
        }

        .team-member-card h4 {
            font-size: 2rem; /* Larger, more impactful name */
            font-weight: 700; /* Bolder name */
            color: var(--dark-text);
            margin-bottom: 8px; /* Closer to designation */
        }

        .team-member-card p {
            font-size: 1.1rem; /* Clearer designation */
            color: var(--medium-text);
            margin-bottom: 20px; /* Space before social icons */
        }

        .team-member-card .social-icons {
            margin-top: auto; /* Push social icons to bottom */
            display: flex;
            gap: 15px; /* Space between icons */
            justify-content: center;
        }

        .team-member-card .social-icons a {
            color: var(--medium-text);
            font-size: 1.4rem; /* Larger social icons */
            transition: color 0.3s ease, transform 0.2s ease;
        }

        .team-member-card .social-icons a:hover {
            color: var(--primary-brown);
            transform: translateY(-3px) scale(1.1); /* Lift and slight zoom on icon hover */
        }
		
		/* About Us Section Styling */
        .about-us-content {
            padding-right: 30px; /* Space between text and image on desktop */
        }
        .about-us-content h2 {
            text-align: left; /* Align title to left */
            margin-bottom: 30px;
        }
        .about-us-content h2::after {
            left: 0; /* Align underline to left */
            transform: translateX(0);
        }
        .about-us-content p {
            font-size: 1.1rem;
            color: var(--medium-text);
            margin-bottom: 1.5rem;
        }
        .about-us-image {
            border-radius: 18px;
            box-shadow: 0 8px 25px var(--shadow-color);
            overflow: hidden;
        }
        .about-us-image img {
            width: 100%;
            height: 450px; /* Fixed height for consistency */
            object-fit: cover;
            display: block;
            border-radius: 18px; /* Apply border-radius to image itself */
        }
        
        
      

        /* Responsive adjustments */
        @media (max-width: 991.98px) {
            .hero-section h1 {
                font-size: 3.2rem;
            }
            .hero-section p {
                font-size: 1.2rem;
            }
            .section-title {
                font-size: 2.4rem;
                margin-bottom: 50px;
            }
            .navbar-collapse {
                text-align: center;
            }
            .nav-link {
                margin: 8px 0;
            }
            .section-padding {
                padding: 70px 0;
            }
            .nav-tabs .nav-link {
                padding: 10px 15px;
            }
			   .team-member-card {
                margin-bottom: 30px; /* Add margin for stacking on smaller screens */
            }
			
			    .about-us-content {
                padding-right: 0; /* Remove padding on smaller screens */
                margin-bottom: 40px; /* Add space below content on smaller screens */
            }
            .about-us-content h2 {
                text-align: center; /* Center title on smaller screens */
            }
            .about-us-content h2::after {
                left: 50%; /* Center underline on smaller screens */
                transform: translateX(-50%);
            }
            .about-us-image {
                margin-bottom: 30px; /* Add margin below image on smaller screens */
            }
            
       
        }

        @media (max-width: 767.98px) {
            .hero-section {
                padding: 100px 0;
            }
            .hero-section h1 {
                font-size: 2.6rem;
            }
            .hero-section p {
                font-size: 1.1rem;
            }
            .hero-section .btn {
                padding: 10px 25px;
                font-size: 1rem;
                margin: 8px;
            }
            .section-padding {
                padding: 50px 0;
            }
            .section-title {
                font-size: 2rem;
                margin-bottom: 40px;
            }
            .feature-box, .special-card, .location-card, .gallery-item {
                margin-bottom: 30px;
            }
            .map-container {
                margin-bottom: 30px;
                height: 350px;
            }
            .footer {
                padding: 50px 0 20px;
            }
            .footer h5 {
                margin-bottom: 20px;
            }
            .nav-tabs {
                flex-wrap: wrap; /* Allow tabs to wrap on smaller screens */
            }
            .nav-tabs .nav-item {
                flex-grow: 1; /* Make tabs take equal width */
                text-align: center;
            }
        }

        @media (max-width: 575.98px) {
            .hero-section h1 {
                font-size: 2rem;
            }
            .hero-section p {
                font-size: 0.95rem;
            }
            .hero-section .btn {
                display: block;
                width: 80%;
                margin: 10px auto;
            }
            .section-title {
                font-size: 1.8rem;
            }
        }
    
	
	
	