 :root {
      --primary: #F27A1A;
      --primary-dark: #D96A0F;
      --primary-light: #FFF3E8;
      --dark: #1A1A2E;
      --dark-secondary: #2D2D44;
      --gray: #6B7280;
      --gray-light: #F3F4F6;
      --white: #FFFFFF;
      --shadow: 0 4px 30px rgba(242, 122, 26, 0.10);
      --shadow-hover: 0 8px 40px rgba(242, 122, 26, 0.18);
      --radius: 12px;
    }

    * { margin: 0; padding: 0; box-sizing: border-box; }
    html { scroll-behavior: smooth;       overflow-x: hidden;
      max-width: 100%;}

    body {
      font-family: 'DM Sans', sans-serif;
      color: var(--dark);
      background: var(--white);
      overflow-x: hidden;
      max-width: 100%;
    }

    h1, h2, h3, h4, h5, h6 { font-family: 'Marcellus', serif; color: var(--dark); }
    p, li, a, span, input, textarea, button, label, select { font-family: 'DM Sans', sans-serif; }
    a { text-decoration: none; transition: all 0.3s ease; }
    a:hover { text-decoration: none; }

    .section-padding { padding: 100px 0; }
    .section-heading { font-size: 2.6rem; font-weight: 400; margin-bottom: 15px; }
    .section-subheading { font-size: 1.1rem; color: var(--gray); max-width: 600px; line-height: 1.8; }
    .section-label { display: inline-block; font-size: 0.8rem; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--primary); margin-bottom: 12px; }

    .btn-primary-custom { background: var(--primary); color: var(--white); border: none; padding: 14px 36px; border-radius: 50px; font-weight: 600; font-size: 0.95rem; letter-spacing: 0.5px; transition: all 0.4s ease; display: inline-block; cursor: pointer; }
    .btn-primary-custom:hover { background: var(--primary-dark); color: var(--white); transform: translateY(-2px); box-shadow: var(--shadow-hover); }
    .btn-outline-custom { background: transparent; color: var(--primary); border: 2px solid var(--primary); padding: 12px 34px; border-radius: 50px; font-weight: 600; font-size: 0.95rem; letter-spacing: 0.5px; transition: all 0.4s ease; display: inline-block; }
    /* .btn-outline-custom:hover { background: var(--primary); color: var(--white); transform: translateY(-2px); } */
    .bann-btn{background-color: #6a2f00 !important;}

    /* NAVBAR */
    .navbar { padding: 15px 15px; transition: all 0.4s ease; background: white; z-index: 1000; }
    .navbar.scrolled { background: rgba(255,255,255,0.97); box-shadow: 0 2px 30px rgba(0,0,0,0.08);
          padding: 24px 15px; }
    .navbar-brand img { height: 48px; transition: height 0.3s ease; }
    .navbar.scrolled .navbar-brand img { height: 40px; }
    .navbar-nav .nav-link { color: #3e3e3e !important; font-weight: 500; font-size: 0.92rem; padding: 8px 18px !important; letter-spacing: 0.3px; transition: all 0.3s ease; }
    .navbar.scrolled .navbar-nav .nav-link { color: var(--dark) !important; }
    .navbar-nav .nav-link:hover, .navbar-nav .nav-link.active { color: var(--primary) !important; }
    .navbar-nav .nav-cta .nav-link { background: var(--primary); color: var(--white) !important; border-radius: 50px; padding: 8px 24px !important; margin-left: 10px; }
    .navbar-nav .nav-cta .nav-link:hover { background: var(--primary-dark); color: var(--white) !important; }
    .navbar-toggler { border: none; padding: 0; }
    .navbar-toggler:focus { outline: none; box-shadow: none; }
    .navbar-toggler-icon-custom { display: flex; flex-direction: column; gap: 5px; }
    .navbar-toggler-icon-custom span { display: block; width: 26px; height: 2.5px; background: var(--primary); border-radius: 2px; transition: all 0.3s ease; }
    .navbar.scrolled .navbar-toggler-icon-custom span { background: var(--dark); }

    /* HERO */
    .hero-section {padding-top: 200px;padding-bottom: 100px;
      background: linear-gradient(135deg, var(--dark) 0%, var(--dark-secondary) 100%); position: relative; 
      display: flex; align-items: center; overflow: hidden; 
      background: url('./img/Coworks-in-anna-nagar-Banner.jpg') no-repeat; background-size: cover;
      background-position: center; }
    .hero-section::before { content: ''; position: absolute; width: 600px; height: 600px; border-radius: 50%; background: radial-gradient(circle, rgba(242,122,26,0.15) 0%, transparent 70%); top: -100px; right: -100px; z-index: 0; }
    .hero-section::after { content: ''; position: absolute; width: 400px; height: 400px; border-radius: 50%; background: radial-gradient(circle, rgba(242,122,26,0.10) 0%, transparent 70%); bottom: -50px; left: -100px; z-index: 0; }
    .hero-content { position: relative; z-index: 2; }
    .hero-content .hero-label { display: inline-block; background: rgb(255, 255, 255); color: var(--primary); font-size: 0.82rem; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 8px 20px; border-radius: 50px; margin-bottom: 24px; }
    .hero-content h1 { font-size: 3.5rem; color: rgb(47, 47, 47); line-height: 1.15; margin-bottom: 24px; }
    .hero-content h1 span { color: var(--primary); }
    .hero-content p { font-size: 1.15rem; color: rgba(57, 57, 57, 1); line-height: 1.8; max-width: 540px; margin-bottom: 36px; }
    .hero-stats { display: flex; gap: 40px; margin-top: 50px; }
    .hero-stat-item h3 { font-size: 2.2rem; color: var(--primary); margin-bottom: 4px; }
    .hero-stat-item p { font-size: 0.88rem; color: rgb(66, 66, 66); margin-bottom: 0; }
    .hero-image-wrapper { position: relative; z-index: 2; }
    .hero-image-card { backdrop-filter: blur(20px);   padding: 0px; text-align: center; }
    .hero-image-card img { max-width: 90%; border-radius: 12px; }
    .hero-floating-badge { position: absolute; background: var(--white); padding: 16px 22px; border-radius: 14px; box-shadow: 0 10px 40px rgba(0,0,0,0.15); display: flex; align-items: center; gap: 12px; z-index: 3; }
    .hero-floating-badge.badge-1 { bottom: 30px; left: -20px; }
    .hero-floating-badge.badge-2 { top: 20px; right: -10px; }
    .hero-floating-badge i { width: 42px; height: 42px; background: var(--primary-light); color: var(--primary); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; }
    .hero-floating-badge .badge-text strong { display: block; font-size: 0.95rem; color: var(--dark); }
    .hero-floating-badge .badge-text span { font-size: 0.78rem; color: var(--gray); }

    /* ABOUT */
    .about-section { background: var(--white); }
    .about-image-wrap { position: relative; }
    .about-image-wrap .about-main-img { border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); }
    .about-image-wrap .about-main-img img { width: 100%; height: 400px; object-fit: cover; }
    .about-accent-box { position: absolute; bottom: -30px; right: -20px; background:#6a2f00; color: var(--white); padding: 28px 32px; border-radius: 16px; text-align: center; box-shadow: 0 10px 40px rgba(242,122,26,0.3); }
    .about-accent-box h3 { font-size: 2.4rem; color: var(--white); margin-bottom: 4px; font-family: 'DM Sans', sans-serif;}
    .about-accent-box p { font-size: 0.85rem; margin: 0; opacity: 0.9; }
    .about-features { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 30px; }
    .about-feature-item { display: flex; gap: 14px; align-items: flex-start; }
    .about-feature-item i { width: 40px; height: 40px; min-width: 40px; background: var(--primary-light); color: var(--primary); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; }
    .about-feature-item strong { display: block; font-size: 0.95rem; margin-bottom: 2px; }
    .about-feature-item span { font-size: 0.85rem; color: var(--gray); }

    /* WORKSPACE */
    .workspace-section { background: var(--gray-light); }
    .workspace-card { background: var(--white); border-radius: var(--radius); padding: 40px 30px; text-align: center; transition: all 0.4s ease; border: 1px solid transparent; height: 100%; }
    .workspace-card:hover {  transform: translateY(-8px); box-shadow: var(--shadow-hover); }
    .workspace-card .ws-icon { width: 72px; height: 72px; background: var(--primary-light); color: var(--primary); border-radius: 16px; display: inline-flex; align-items: center; justify-content: center; font-size: 1.6rem; margin-bottom: 24px; transition: all 0.4s ease; }
    .workspace-card:hover .ws-icon { background: var(--primary); color: var(--white); }
    .workspace-card h4 { font-size: 1.3rem; margin-bottom: 12px; }
    .workspace-card p { font-size: 0.92rem; color: var(--gray); line-height: 1.7; }
    .workspace-card .ws-capacity { display: inline-block; margin-top: 16px; background: var(--primary-light); color: var(--primary); padding: 6px 18px; border-radius: 50px; font-size: 0.82rem; font-weight: 600; }
    .workspace-section{background-image: url("img/flexible-workspace-solutions-bg.jpg");
              background-size: cover;background-position: center;background-repeat: no-repeat;}
    /* AMENITIES */
    .amenities-section { background: var(--white); }
    .amenity-item { text-align: center;     padding: 12px 15px; border-radius: var(--radius); transition: all 0.4s ease; }
    .amenity-item:hover { background: var(--gray-light); transform: translateY(-5px); }
    .amenity-item .amenity-icon { width: 68px; height: 68px; background: var(--primary-light); color: var(--primary); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 1.5rem; margin-bottom: 18px; transition: all 0.4s ease; }
    .amenity-item:hover .amenity-icon { background: var(--primary); color: var(--white); transform: scale(1.08); }
    .amenity-item h5 { font-size: 1.05rem; margin-bottom: 6px; font-family: 'DM Sans', sans-serif;}

    /* WHY CHOOSE */
    .why-section { background-image: url("img/why-choose-bg.jpg"); 
      position: relative; overflow: hidden; background-position: center;background-size: cover;background-repeat: no-repeat;}
    .why-section::before { content: ''; position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(242,122,26,0.08) 0%, transparent 70%); top: -100px; left: -100px; }
    .why-section .section-heading { color: rgb(37, 37, 37); }
    .why-section .section-subheading { color: rgb(37, 37, 37);  }
    .why-card { background:#e9e9e9; backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius); padding: 32px 26px; transition: all 0.4s ease; height: 100%; }
    .why-card:hover {  transform: translateY(-5px);  }
    .why-card .why-num { font-family: 'DM Sans', sans-serif; font-size: 2.5rem; color: var(--primary); opacity: 1; margin-bottom: 14px; line-height: 1; }
    .why-card h4 { color: rgb(37, 37, 37);  font-size: 1.15rem; margin-bottom: 10px; }
    .why-card p { color:rgb(35, 35, 35);  font-size: 0.9rem; line-height: 1.7; margin: 0; }

    /* PARKING */
    .parking-section { background: var(--primary-light); }
    .parking-card { background: var(--white); border-radius: var(--radius); padding: 40px; text-align: center; box-shadow: var(--shadow); transition: all 0.4s ease; }
    .parking-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-hover); }
    .parking-card i { font-size: 2.5rem; color: var(--primary); margin-bottom: 16px; }
    .parking-card h3 { font-size: 2.8rem; color: var(--primary); margin-bottom: 4px;font-family: 'DM Sans', sans-serif; }
    .parking-card p { color: var(--gray); font-size: 0.95rem; }

    /* FAQ */
    .faq-section { background: var(--gray-light); }
    .faq-accordion .card { border: none; border-radius: var(--radius) !important; margin-bottom: 14px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.04); }
    .faq-accordion .card-header { background: var(--white); border: none; padding: 0; }
    .faq-accordion .card-header button { font-family: 'Marcellus', serif; font-size: 1.05rem; color: var(--dark); padding: 20px 28px; width: 100%; text-align: left; border: none; background: none; display: flex; justify-content: space-between; align-items: center; cursor: pointer; text-decoration: none; }
    .faq-accordion .card-header button:hover { color: var(--primary); }
    .faq-accordion .card-header button::after { content: '\f107'; font-family: 'Font Awesome 5 Free'; font-weight: 900; color: var(--primary); transition: transform 0.3s ease; flex-shrink: 0; margin-left: 12px; }
    .faq-accordion .card-header button[aria-expanded="true"]::after { transform: rotate(180deg); }
    .faq-accordion .card-body { padding: 0 28px 20px; font-size: 0.95rem; color: var(--gray); line-height: 1.8; }

    /* CONTACT */
    .contact-section { background: var(--white); }
    .contact-info-card { background: #e9e9e9; border-radius: 20px; padding: 50px 40px; height: 100%; position: relative; overflow: hidden; }
    .contact-info-card::before { content: ''; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: radial-gradient(circle, rgba(242,122,26,0.12) 0%, transparent 70%); bottom: -80px; right: -80px; }
    .contact-info-card h3 { color: var(--primary); font-size: 1.8rem; margin-bottom: 10px; }
    .contact-info-card > p { color: rgba(48, 48, 48, 1); font-size: 0.95rem; margin-bottom: 36px; }
    .contact-info-item { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 28px; position: relative; z-index: 1; }
    .contact-info-item i { width: 46px; height: 46px; min-width: 46px; background: white; color: var(--primary); border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 1rem; }
    .contact-info-item strong { display: block; color: rgb(38, 38, 38); font-size: 0.92rem; margin-bottom: 2px; }
    .contact-info-item span, .contact-info-item a { color:rgb(38, 38, 38); font-size: 0.88rem; }
    .contact-info-item a:hover { color: var(--primary); }
    .contact-social { margin-top: 36px; display: flex; gap: 12px; position: relative; z-index: 1; }
    .contact-social a { width: 42px; height: 42px; background: var(--primary); color: var(--white); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 0.95rem; transition: all 0.3s ease; }
    .contact-social a:hover { background: var(--primary); transform: translateY(-3px); }
    .contact-form-card { background: var(--white); border-radius: 20px; padding: 50px 40px; box-shadow: 0 10px 60px rgba(0,0,0,0.08); border: 1px solid var(--gray-light); }
    .contact-form-card h3 { font-size: 1.5rem; margin-bottom: 6px; }
    .contact-form-card > p { color: var(--gray); font-size: 0.92rem; margin-bottom: 30px; }
    .form-group label { font-size: 0.85rem; font-weight: 600; color: var(--dark); margin-bottom: 6px; }
    .form-control-custom { background: var(--gray-light); border: 2px solid transparent; border-radius: 10px; padding: 14px 18px; font-size: 0.92rem; color: var(--dark); transition: all 0.3s ease; width: 100%; }
    .form-control-custom:focus { background: var(--white); border-color: var(--primary); outline: none; box-shadow: 0 0 0 4px rgba(242,122,26,0.1); }
    .form-control-custom::placeholder { color: #aaa; }
    textarea.form-control-custom { min-height: 120px; resize: vertical; }
    .form-submit-btn { background: var(--primary); color: var(--white); border: none; padding: 16px 40px; border-radius: 50px; font-weight: 600; font-size: 0.95rem; cursor: pointer; transition: all 0.4s ease; width: 100%; }
    .form-submit-btn:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: var(--shadow-hover); }
    .form-submit-btn:disabled { opacity: 0.7; cursor: not-allowed; transform: none; }
    #formMessage { display: none; margin-top: 16px; padding: 14px 20px; border-radius: 10px; font-size: 0.9rem; font-weight: 500; }
    #formMessage.success { display: block; background: #E8F5E9; color: #2E7D32; }
    #formMessage.error { display: block; background: #FBE9E7; color: #C62828; }

    /* CTA */
    .cta-section { background: var(--primary); padding: 80px 0; text-align: center; position: relative; overflow: hidden; }
    .cta-section::before, .cta-section::after { content: ''; position: absolute; width: 300px; height: 300px; border-radius: 50%; background: rgba(255,255,255,0.06); }
    .cta-section::before { top: -100px; left: -100px; }
    .cta-section::after { bottom: -100px; right: -100px; }
    .cta-section h2 { color: var(--white); font-size: 2.4rem; margin-bottom: 16px; position: relative; z-index: 1; }
    .cta-section p { color: rgba(255,255,255,0.85); font-size: 1.1rem; margin-bottom: 30px; position: relative; z-index: 1; }
    .btn-cta-white { background: var(--white); color: var(--primary); border: none; padding: 16px 42px; border-radius: 50px; font-weight: 700; font-size: 1rem; transition: all 0.4s ease; display: inline-block; position: relative; z-index: 1; }
    .btn-cta-white:hover { background: var(--dark); color: var(--white); transform: translateY(-2px); box-shadow: 0 10px 30px rgba(0,0,0,0.2); }

    /* FOOTER */
    .footer { background: white; padding: 70px 0 30px; }
    .footer-logo img { height: 50px; margin-bottom: 16px; }
    .footer-desc { color: rgba(45, 45, 45, 1); font-size: 0.9rem; line-height: 1.8; max-width: 300px; }
    .footer h5 { color: var(--primary); font-size: 1.1rem; margin-bottom: 20px; }
    .footer-links { list-style: none; padding: 0; margin: 0; }
    .footer-links li { margin-bottom: 10px; }
    .footer-links li a { color: rgba(45, 45, 45, 1); font-size: 0.9rem; transition: all 0.3s ease; }
    /* .footer-links li a:hover { color: var(--primary); padding-left: 4px; } */
    .footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); margin-top: 50px; padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
    .footer-bottom p { color:rgba(45, 45, 45, 1); font-size: 0.85rem; margin: 0; }
    .footer-bottom-social { display: flex; gap: 10px; }
    .footer-bottom-social a { width: 36px; height: 36px; background: var(--primary); color:rgb(255, 255, 255); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 0.85rem; transition: all 0.3s ease; }
    .footer-bottom-social a:hover { background: var(--primary); color: var(--white); }

    /* BACK TO TOP */
    .back-to-top { position: fixed; bottom: 30px; right: 30px; width: 48px; height: 48px; background: var(--primary); color: var(--white); border: none; border-radius: 12px; display: none; align-items: center; justify-content: center; font-size: 1.1rem; cursor: pointer; z-index: 999; box-shadow: 0 4px 20px rgba(242,122,26,0.3); transition: all 0.3s ease; }
    .back-to-top:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(242,122,26,0.4); }
    .back-to-top.show { display: flex; }

    /* ========== FLOATING ENQUIRE NOW (Desktop Right Side) ========== */
    .floating-enquire { position: fixed; right: 0; top: 50%; transform: rotate(-180deg);; z-index: 998;
     writing-mode: vertical-rl; text-orientation: mixed; }
    .floating-enquire a { display: flex; align-items: center; gap: 8px; background: #6a2f00;
     color: var(--white); padding: 18px 14px; font-weight: 700; font-size: 0.88rem; letter-spacing: 1.5px;
      text-transform: uppercase; border-radius: 0 12px 12px 0;; box-shadow: -4px 4px 20px rgba(242,122,26,0.35); transition: all 0.4s ease; text-decoration: none; }
    .floating-enquire a i { writing-mode: horizontal-tb; font-size: 1rem; }
    .floating-enquire a:hover { background: var(--primary-dark); color: var(--white); padding-right: 20px; box-shadow: -6px 6px 30px rgba(242,122,26,0.5); }

    /* ========== MOBILE FIXED BOTTOM BAR ========== */
    .mobile-bottom-bar { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1001; background: var(--white); box-shadow: 0 -4px 20px rgba(0,0,0,0.1); }
    .mobile-bottom-bar .mobile-btn { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 16px 10px; font-weight: 700; font-size: 0.9rem; letter-spacing: 0.5px; text-transform: uppercase; text-decoration: none; transition: all 0.3s ease; border: none; width: 100%; }
    .mobile-bottom-bar .mobile-btn i { font-size: 1.05rem; }
    .mobile-bottom-bar .btn-call { background: var(--dark); color: var(--white); }
    .mobile-bottom-bar .btn-call:hover { background: var(--dark-secondary); color: var(--white); }
    .mobile-bottom-bar .btn-enquire { background: var(--primary); color: var(--white); }
    .mobile-bottom-bar .btn-enquire:hover { background: var(--primary-dark); color: var(--white); }

    /* PRELOADER */
    .preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: var(--dark); display: flex; align-items: center; justify-content: center; z-index: 9999; transition: opacity 0.6s ease, visibility 0.6s ease; }
    .preloader.hidden { opacity: 0; visibility: hidden; }
    .preloader-spinner { width: 48px; height: 48px; border: 4px solid rgba(242,122,26,0.2); border-top-color: var(--primary); border-radius: 50%; animation: spin 0.8s linear infinite; }
    @keyframes spin { to { transform: rotate(360deg); } }


    .btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 130px;
	right: 20px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
}
.mtjw-btn{background-color: var(--primary) !important;}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}

    /* RESPONSIVE */
    @media (max-width: 991px) {
      .bann-btn{margin-bottom: 10px;}
      .hero-content h1 { font-size: 2.6rem; }
      .section-heading { font-size: 2rem; }
      .hero-stats { gap: 24px; }
      .hero-image-wrapper { margin-top: 50px; }
      .navbar-collapse { background: var(--white); border-radius: 12px; padding: 20px; margin-top: 10px; box-shadow: 0 10px 40px rgba(0,0,0,0.1); }
      .navbar-collapse .nav-link { color: var(--dark) !important; }
      .contact-info-card { margin-bottom: 30px; }
      .about-features { grid-template-columns: 1fr; }
      .mobile-bottom-bar { display: block; }
      .floating-enquire { display: none; }
      .back-to-top { bottom: 80px; right: 16px; }
      .footer { padding-bottom: 90px; }
      .hero-section{padding-top: 120px;}
      .fixed-top{width: 100%;}
      .workspace-card {padding: 10px 8px;}
      .footer-desc{width: 100%;max-width: 900px;}
      .footer-bottom {margin-top: 0px;}
      .btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 148px;
    right: 16px;
    font-size: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 26px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}
    }

    @media (max-width: 576px) {
      .about-accent-box {right: -10px;}
      .hero-content h1 { font-size: 2rem; }
      .section-heading { font-size: 1.6rem; }
      .section-padding { padding: 25px 0; }
      .hero-stats { flex-wrap: wrap; gap: 20px; }
      .contact-form-card, .contact-info-card { padding: 30px 24px; }
      .cta-section h2 { font-size: 1.7rem; }
    }

    @media (min-width: 992px) {
      .mobile-bottom-bar { display: none !important; }
      .floating-enquire { display: block; }
    }


    .blog_slider{ position: relative; display: contents;}
.blog_slider .blog-card{ padding: 15px;}
.blog_slider .blog-cards{ padding: 30px; border-radius: 20px; border: 1px solid #ddd;}
.blog_slider .blog-card h3{ color: #030303; font-size: 24px; font-weight: 700; margin: 20px 0;}
.blog_slider .blog-card h3 a{ color: #030303; font-size: 24px; font-weight: 700; text-decoration:  none; background:  none; padding: 0; text-transform:  capitalize;}
.blog_slider .blog-card p{ color: #030303; font-size: 18px; font-weight: 400; line-height: 30px; height: 85px;}
.blog_slider .blog-card a{ background: #ffba00; color: #000000; font-size: 14px; text-transform:  uppercase; border-radius: 20px; text-decoration:  none;}
.blog_slider .datepub{ text-transform:  uppercase; color: #030303; font-size: 14px;}
.blog_slider .datepub span{ float:  right;}
.homeblgt h2{ text-align: center;}
.endeeblog{ padding-top: 155px;}
.endeeblog .card{ border-radius: 1rem; margin-bottom: 30px;}
.endeeblog .card-body{ padding: 2rem;}
.endeeblog .card-body img{ border-radius: 30px;}
.endeeblog .card-body h1{ color: #2b2b2b; font-size: 30px; font-weight: 700; margin: 20px 0 0 0;}
.endeeblog .card-body h2{ font-weight: 600; font-size: 25px; margin-top: 20px;}
.endeeblog .card-body p{ color: #2b2b2b; font-size: 18px; font-weight: 400; line-height: 32px; margin: 12px 0;}
.endeeblog .card-body a{ background: #ff7c24; color: #fff; text-decoration:  none; font-size: 18px; font-weight: 400; border-radius: 20px; padding:2px 10px; display:  inline-block;}
.endeeblog .date_info{ margin-top: 20px; margin-right: 15px;}
.endeeblog .date_info span{ font-size: 18px; text-transform: uppercase; font-weight: 700;}
.endeeblog .date_info span .fa-solid{ margin-right: 3px;}

.endeeblog .card-body h3{ font-size: 20px; margin-top: 30px; margin-bottom: 0;}
.endeeblog .card-body ul{ padding: 0; margin: 0;}
.endeeblog .card-body ul li{ list-style:  inside; font-size: 18px; font-weight: 400; line-height: 30px;}


.blog_slider .blog-cards{ padding: 15px;}
.homeblg{ padding: 20px 0;}
.endeeblog .card-body{ padding: 15px;}
.endeeblogs{ padding: 0;}
.endeeblog .card-body h1{ font-size: 24px;}
.endeeblog .card-body p{ font-size: 16px;}
.sidebar-box h5{ font-size: 20px;}
.endeeblog .card-body ul li{ font-size: 16px;}

.banner-img { width: 100%; height: 100vh; object-fit: cover;}
.swiper-slide-active .banner-img { animation: zoomEffect 6s ease-in-out;}
.innerbnr .banner-img{ height:  auto;}

.innerbnr{ position: relative; margin-top: 124px;}
.innerbnr .banner-content{ position: absolute; z-index: 2; color: #fff; bottom: inherit; top: 35%; left: 0; width: 100%; text-align: center;}
.innerbnr .textpatrn { position: absolute; bottom: 0; font-size: 40px; opacity: 1; z-index: 2; left: 0; padding-left: 20%;}
.innerbnr .banner-content .h2_title{ font-size: 50px;}
.innerbnr .banner-content .h2_title span{ display:  initial;}
.innerbnr .banner-content .breadcrumb{ background:  none; text-align: center; display:  inherit;}
.innerbnr .banner-content .breadcrumb li{ display: inline-block;}
.innerbnr .banner-content .breadcrumb li a{ color: #fff; font-size: 20px; font-weight: 300; text-decoration:  none;}
.innerbnr .banner-content .breadcrumb li a.active{ color: #f5b400;}
.innerbnr .banner-img{ height:  auto;}

.banner-content { position: absolute; z-index: 2; color: #fff; bottom: inherit; top: 35%;}
.banner-content .h2_title { font-size: 80px; font-weight: 700; color: #f1b72b; font-family: "Poppins", sans-serif; line-height: 92px;}
.banner-content .h2_title span { color: #fff; display:  block;}
.banner-content .p_para { margin: 20px 0; font-size: 20px; font-weight: 500; max-width: 470px; line-height: 33px;}

.homeblg{ padding: 70px 0;}
.homeblgt h2{ text-align: center;}

.sitetitle h1{ color: #464646; font-size: 45px; font-weight: 700; text-transform:  uppercase; font-family: "Poppins", sans-serif; text-align: center; margin-bottom: 30px;}
.sitetitle h1 span{ display:  block; color: #f1b72b;}

.btn-holder { flex-wrap: wrap; text-align: center; margin-top: 30px;}
.btn-holder.whychoose{ display:  inline-block; margin-top: 30px;}
.btn.hover-slide-down::before { top: 0; left: 0; right: 0; height: 0%; width: 100%;}
.btn.hover-slide-down:hover::before { height: 100%;}

.btn::before,.btn::after { position: absolute; content: "";}
.btn-holder { flex-wrap: wrap; text-align: center; margin-top: 30px;}
.btn { position: relative; display: inline-block; width: auto; height: auto; background-color: transparent; border: none; cursor: pointer; min-width: 150px; outline:  none;}
.btn:focus{ box-shadow:  none;}
.btn span {position: relative; display: inline-block; font-size: 18px; font-weight: 500; letter-spacing: 2px; text-transform: uppercase; top: 0; left: 0; width: 100%; padding: 5px 15px;transition: 0.3s; }
.btn.hover-filled-slide-down::before { bottom: 0; left: 0; right: 0; height: 100%; width: 100%;}
.btn.hover-filled-slide-down:hover::before { height: 0%;}
.btn.hover-filled-opacity::before {top:0; bottom: 0; right: 0; height: 100%; width: 100%; opacity: 1;}
.btn.hover-filled-opacity:hover::before { opacity: 0;}
.btn-2::before { background-color: rgb(28, 31, 30); transition: 0.3s ease-out; border-radius: 30px;}
.btn-2 span { color: rgb(28, 31, 30); transition: 0.2s;}  
.btn-2 span:hover { color: rgb(255,255,255); transition: 0.2s 0.1s;}
.btn.hover-slide-down::before { top: 0; left: 0; right: 0; height: 0%; width: 100%;}
.btn.hover-slide-down:hover::before { height: 100%;}
.btn.hover-opacity::before {top:0; bottom: 0; right: 0; height: 100%; width: 100%; opacity: 0;}
.btn.hover-opacity:hover::before { opacity: 1;}

.sidebar-box h5{ color: #2b2b2b; font-size: 25px; text-transform:  uppercase; font-weight: 700; margin-bottom: 20px;}
.sidebar-box ul li{ border-bottom: 1px solid #ddd; padding: 10px 0; position: relative; padding-left: 30px;}
.sidebar-box ul li a{ color: #2b2b2b; font-size: 18px; font-weight: 400; text-decoration:  none;}
.sidebar-box ul li a.active{ color: #f27a1a;}
.sidebar-box ul li:last-child{ border:  none;}
.sidebar-box ul li .fa-angles-right{ position: absolute; left: 0; top: 18px; color: #f5b400;}
.sidebar-box .custom-input { background: #fff; border-radius: 40px; padding: 7px 25px; border: none; width: 100%; margin-bottom: 15px; outline: none; color: #353535; font-size: 16px; font-weight: 500;
  text-transform:  uppercase; border: 1px solid #ddd;}
.sidebar-box .submit-btn { background: #f27a1a; border: none; padding: 15px 65px; border-radius: 40px; font-weight: 500; display: block; margin:0 auto 0 auto; font-size: 16px; color: #353535;}
.sidebar-boxs{ padding: 0;}




@media (max-width: 768px) {

.banner-img{ height:  inherit;}
.blog_slider{ display:  initial;}
.innerbnr .banner-content h2{ font-size: 20px;}
.innerbnr .textpatrn{ padding-left: 2%;}
.innerbnr .banner-content{ top: 18%;}
.innerbnr .banner-content .h2_title{ font-size: 20px;}
.banner-content{ bottom: 125px; width: 100%; padding: 0 15px; top: 25%; text-align: center;}
.banner-content .p_para{ font-size: 16px; line-height: 26px;}
.homeblg{ padding: 20px 0;}
.sitetitle h1{ font-size: 22px;}
.mobsolution{ display:  inline-block; text-align: center; width: 100%;}
.btn-holder.mobser{ display:  inline-block; width: 100%; text-align: center;}
.btn-holder{ margin-top: 5px;}
.sidebar-box h5{ font-size: 20px;}

}

