/* ===== GLOBAL ===== */
html, body {
    font-family: "Open Sans", sans-serif;
    margin: 0;
    padding: 0;
	width: 100%;
    overflow-x: hidden;   /* Left-right scroll fully removed */
	}
	

/* NAVBAR */
.navbar {
    background-color: #ffffff !important;
}

.navbar-nav .nav-link {
    color: #677294 !important;
}

.nav-link:hover {
    color: #f47f00 !important;
}

/* Navbar Dropdown */
.dropdown-menu {
    background-color: #ffffff !important;
    border: #dbeefd;
}

.dropdown-menu .dropdown-item {
    background: transparent !important;
    color: #677294 !important;
    border-bottom: 1px solid #dbeefd;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #ffffff !important;
    color: #ec262c !important;
}

/* @Media Service Dropdown Shift Right */
@media (max-width: 768px) {
    .navbar-nav .dropdown-menu {
        margin-left: 20px !important;
        width: auto !important;
    }
}

/* Book appointment button  */
nav .navbar-nav .nav-item .nav-link.book-btn {
    color: #ffffff !important;
    background: #0a435f !important;
    border-radius: 10px;
    padding: 8px 18px;
    font-weight: 400;
}

nav .navbar-nav .nav-item .nav-link.book-btn:hover {
    color: #ffffff !important;
    background: #B52609 !important;
}

/* NAVBAR TOGGLER */
.navbar-toggler {
    background-color: #B52609 !important;
    padding: 4px 8px;                       /* Smaller button */
    border-radius: 5px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

/* Remove focus/active border */
.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* HAMBURGER ICON (SMALLER) */
.navbar-toggler .navbar-toggler-icon {
    width: 30px; 
    height: 30px;
    background-size: 30px 30px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' d='M5 9h20M5 15h20M5 21h20'/%3e%3c/svg%3e") !important;
}

/* CROSS ICON WHEN OPEN */
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    width: 20px;
    height: 25px;
    background-size: 20px 25px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-width='2' stroke-linecap='round' d='M7 7 L23 23 M23 7 L7 23'/%3e%3c/svg%3e") !important;
}

/* FIX NAVBAR - BANNER GAP */
body {
    padding-top: 70px; /* navbar height */
}

/* Banner Section Start */
#banner,
#bannerCarousel {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}

/* Desktop height */
@media (min-width: 992px) {
    #banner .carousel-item {
        height: 75vh;
    }
}

/* Tablet height */
@media (min-width: 768px) and (max-width: 991px) {
    #banner .carousel-item {
        height: 55vh;
    }
}

/* Mobile height */
@media (max-width: 767px) {
    #banner .carousel-item {
        height: 40vh;
    }
}

/* Make images fill nicely */
#banner .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Indicators */
.carousel-indicators {
    bottom: 15px;
}
.carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7) !important;
    border: none;
}
.carousel-indicators .active {
    background-color: #f8b600 !important;
}

/* Index-About us Section Start */
.our-story-heading {
    color: #b30000;
    font-weight: 900;
    text-shadow: 0px 0px 8px rgba(179, 0, 0, 0.6); /* red blur glow */
}

.sub-text {
    color: #0066ff !important;
    font-weight: 500;
}

.about-heading {
    margin-bottom: 5px !important; /* Very small gap between "Our Story" and sub title */
}

/* Index-About us bullets/Points */
.about-points {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
}

.about-points li {
    font-size: 15px;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.about-points li span {
    font-size: 18px;
    color: #118D4380;
    margin-right: 8px;
    text-shadow: 0px 0px 4px rgba(195, 0, 0, 0.4);
}

/* Button style */
.custom-btn {
    background-color: #E8FFFC;   /* custom color */
    border-color: #d63a00;
}

.custom-btn:hover {
    background-color: #d63a00;   /* darker hover */
    border-color: #d63a00;
}

/* Video style */
.about-video {
    width: 100%;
    max-width: 450px;
    height: 280px;
    border-radius: 6px;
    object-fit: cover;
    background: #000;
}

/* MOBILE ADJUSTMENTS */
@media (max-width: 767px) {
    /* Video smaller on mobile */
    .about-video {
        max-width: 100%;
        height: auto;
    }

    /* Reduce vertical gap */
    .about-heading {
        margin-bottom: 3px !important;
    }

    .sub-text {
        margin-bottom: 10px;
    }

    /* Content padding on mobile */
    .col-md-6 {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* Button float fix: keep it right on mobile */
    .custom-btn {
        float: right !important;
        display: inline-block;
        margin-top: 10px;
    }
}
/* Index-About us Section End */

	
/* Full width background like Achievements */
.service-bg {
    width: 100%;
    background: linear-gradient(
        to bottom,
        #E8F1FA 0%,
        #ffffff 30%
    );
    height: 190px;     /* 1st row card ke aadhe tak background */
    margin-top: 0px;  /* background thoda neeche se start hoga */
    position: absolute;
    left: 0;
    z-index: 1;
}

/* Inner section (centered like Achievements) */
.service-section {
    text-align: center;
}

/* Heading styling */
.service-main-title {
    font-size: 26px;
    font-weight: 700;
    color: black;
    position: relative;
    display: inline-block;
    padding: 0 25px;
    margin-bottom: 35px;
}

/* Left + right lines */
.service-main-title:before,
.service-main-title:after {
    content: "";
    width: 60px;
    height: 3px;
    background: darkblue;
    position: absolute;
    top: 50%;
    border-radius: 10px;
}

.service-main-title:before {
    left: -70px;
}

.service-main-title:after {
    right: -70px;
}


/* --------------------------
   SERVICE CARDS
--------------------------- */

.service-card {
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  border: 3px solid transparent; /* COLOR SET BELOW */
  transition: 0.35s ease;
  height: 350px;
}

/* IMAGE TOP */
.service-card .img-wrapper img {
  width: 100%;
  height: 200px;            /* 10% smaller */
  object-fit: cover;
  display: block;
}

/* CONTENT AREA SMALLER BY 10% */
.service-card .service-content {
  padding: 16px;           /* reduced */
  min-height: 185px;       /* reduced */
  color: #000000;
}

/* TITLES */
.service-card h5 {
  font-weight: 700;
  margin-bottom: 8px;
}

/* READ MORE BUTTON */
.read-more-inline {
  float: right;
  background: #fff;
  color: #000;
  font-weight: 600;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s;
}

.read-more-inline:hover {
  transform: translateY(-2px);
}

/* --------------------------
   MATCHING BORDER COLORS
--------------------------- */

.service-card.pink      { border-color: #67D8A9; }
.service-card.green     { border-color: #DDEEBB; }
.service-card.mehroon   { border-color: #FFAD53; }
.service-card.darkblue  { border-color: #E0B9AD; }
.service-card.orange    { border-color: #67D8A9; }
.service-card.purple    { border-color: #DDEEBB; }

.service-card.pink .service-content      { background: #67D8A9; }
.service-card.green .service-content     { background: #DDEEBB; }
.service-card.mehroon .service-content   { background: #FFAD53; }
.service-card.darkblue .service-content  { background: #E0B9AD; }
.service-card.orange .service-content    { background: #67D8A9; color: #000; }
.service-card.purple .service-content    { background: #DDEEBB; }

/* --------------------------
   CARD HOVER EFFECT
--------------------------- */

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.18);
}


	
/* Our Achievement Section Start */
.achievement-section {
    background: linear-gradient(
        to bottom,
        #0d97d4 0%,
        #0d97d4 50%,
        #ffffff 50%,
        #ffffff 100%
    );
    padding: 40px 0 60px 0;
    text-align: center;
    position: relative;
    z-index: 1;  /* very low */
}

/* Title Heading */
.section-title {
    color: #fff;
    font-size: 22px;          /* smaller title */
    font-weight: 600;
    margin-bottom: 35px;      
    position: relative;
    display: inline-block;
    padding: 0 20px;          /* space for lines */
}

/* Lines on both sides */
.section-title:before,
.section-title:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
}

.section-title:before {
    left: -55px;
}

.section-title:after {
    right: -55px;
}

/* Our Achievement Card */
.achievement-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    text-align: center;
    height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


/* Smaller icon */
.achievement-icon {
    width: 40px;
    margin: 8px 0;
}

/* Number size adjusted for proportion */
.achievement-number {
    font-size: 34px;
    font-weight: 700;
    color: #f7beb9;
    margin: 0;
}

/* Label */
.achievement-label {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    margin-top: 5px;
}
/* Our Achievement Section end */
	
.contact-form {
    border: 1px solid #ddd;
    border-radius: 5px;
    background: white;
}

.vertical-line {
    width: 2px;
    background: #d8d8d8;
    height: 100%;
}

.bi {
    display: inline-block;
}

.contact-section h4 {
    font-size: 20px;
    font-weight: 600;
}

.contact-section p {
    margin: 0;
    font-size: 14px;
}

.highlight-darkblue {
    color: #003366;   /* Dark Blue */
    font-weight: 600;
}
.icon-round {
    width: 45px;
    height: 45px;
    background: #EAF3FF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.map-box {
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
	}
	
@media (max-width: 992px) {
    .vertical-line {
        display: none;
    }
}

/* Service Location-Start */

.location-service h5 {
    width: 19%;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #fff;
    padding: 15px 0;
    background: #004f73
}

.location-service {
    overflow: hidden;
    margin: 20px 0 0;
    border-bottom: 1px solid #095b7f52;
    padding: 5px 0
}

.location-service ul {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 80%;
    float: right
}

#business article .figure-text p,.large-section .order-list li:first-child figcaption p,.section1_columns2 figcaption {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.location-service ul li {
    font-weight: 400;
    display: inline-block;
    font-size: 14px;
    color: #000;
    margin: 0
}

.location-service ul li a {
    text-decoration: none; /* underline remove kar dega */
    color: #000; /* optional: color fix karne ke liye */
}

.location-service ul li a:hover {
    color: #eea676; /* hover me color change */
}

/* Service Location-End */

/*  Footer  */
.custom-footer {
  background-color: #0a435f;
}

/* 1. LOWER FOOTER SMALL FONT */
.footer-bottom {
  font-size: 12px;
  opacity: 0.9;
}


/* 3. CONTACT SVG */
.custom-footer svg {
    width: 28px;   /* ya jitna chahiye */
    height: 28px;
    margin-right: 10px;
    flex-shrink: 0;
}

/* Fix for social icons underline / unwanted line */
.social-btn {
    display: inline-block;      /* proper inline layout */
    text-decoration: none;      /* remove underline / line */
    border: none;               /* remove border if any */
    background: transparent;    /* transparent bg */
    margin-right: 5px;          /* spacing between icons */
    vertical-align: middle;     /* align icons properly */
}

.social-btn img {
    width: 26px;
    height: 26px;
    filter: brightness(0) invert(1);
    transition: 0.3s;
    display: block;             /* remove inline spacing issues */
}

.social-btn img:hover {
    transform: scale(1.1);
    filter: none;
    background: white;
    border-radius: 6px;
    padding: 4px;
}

/* ===== Lower footer gap reduce ===== */
.my-5 {
  margin-bottom: 0 !important;
}

/* ===== Footer-End ===== */

/* ===== Scroll icon ===== */
.scroll-top {
    position: fixed;
    right: 15px;
    bottom: calc(20px + env(safe-area-inset-bottom));
    z-index: 99999;
    background-color: #208bf4;
    width: 30px;
    height: 30px;
    border-radius: 4px;

    /* IMPORTANT FIX */
    display: none;
    pointer-events: none;

    transition: opacity 0.4s, transform 0.4s;
}

.scroll-top.active {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    pointer-events: auto;
}

.scroll-top i {
    font-size: 22px;
    color: #fff;
    line-height: 1;
}


/* ===== FLOATING ICONS ===== */
.whatsapp {
    position: fixed;
    left: 0px;
    bottom: 120px;
    z-index: 9999;
    width: 30%;
}

.call-us {
    position: fixed;
    left: 0px;
    bottom: 180px;
    z-index: 9999;
    width: 30%;
}

/*  Full Width Heading*/
.full-width-heading {
  text-align: center;
  background-color: #b7eeeb;
  padding: 15px 0;
  font-weight: bold;
  font-size: 22px;
  color: #000;
  border-top: 2px solid #6a1313;
  border-bottom: 2px solid #6a1313;
  margin: 30px 0;
}


/* ===== Service Page ===== */
.call-now-btn {
  display: inline-block;
  background-color: yellow;
  color: #000;
  font-weight: bold;
  padding: 10px 20px;         /* Reduced padding */
  font-size: 14px;            /* Slightly smaller text */
  border-radius: 25px;        /* Proportional border radius */
  text-decoration: none;
  animation: blink-bg 1s infinite;
  transition: transform 0.2s;
  box-shadow: 0 4px 10px rgba(255, 223, 0, 0.6);
}

.call-now-btn:hover {
  transform: scale(1.05);
}

/*  Gallery Styling */
.moulding-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
.moulding-gallery img {
  width: 100%;
  max-width: 250px;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
  transition: transform 0.4s ease;
  cursor: pointer;
}
.moulding-gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
/*  Mobile View Optimization */
@media (max-width: 576px) {
  .moulding-gallery {
    gap: 10px;
  }
  .moulding-gallery img {
    max-width: 100%;   /* Image takes full width on small screens */
    width: 100%;
  }
}

/* ===== Contact us Page ===== */
.block-btn {
    background: #bfe0e0b8;
    padding: 20px 0 20px 20px;
    margin: 3px 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.block-btn>img {
    width: 30px;
    height: 24px
}

.block-btn p {
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    margin: 10px;
    font-family: Exo;
    color: #243841;
    font-weight: 600;
    font-style: normal
}

.block-btn a {                /*  Remove underline from email-Contact Page  */
    text-decoration: none !important;
    color: #243841;
}

/*  CONTACT PAGE — Enquiry Form Fix  */

.new-form {
    background: #bfe0e0b8;
    padding: 12px;
    border-radius: 10px;
    margin: 10px 0;
}

/* Inputs spacing (reduced gap) */
.new-form .form-control,
.new-form textarea {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 8px;   /* Reduced gap */
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 15px;
}

/*  Reduce message box height */
.new-form textarea {
    height: 80px;    /*  Smaller height */
    resize: vertical;
}

/* Submit button */
.new-form button {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    background: #003366;
    font-weight: 600;
    border: none;
    margin-top: 5px;
}

/* Only form ke columns me spacing */
.new-form .row > div {
    margin-bottom: 8px;  /*  Tight layout */
}

/* Map area */
.location-map-wrapper {
    width: 100%;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 20px;
}

.map-frame {
    width: 100%;
    height: 100%;
    border: 0;
}

/*  CONTACT PAGE — Enquiry Form End  */

/* CONTACT PAGE HERO Header-Contact */
.contact-hero {
    width: 100%;
    height: 110px; /* compact height */
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
                url('images/contact-header.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
	justify-content: center;
	text-align: center;
    margin-top: 5px;
    margin-bottom: 40px;
    color: white;
}

/* Text Content */
.contact-hero-content h1 {
    font-size: 40px;
    font-weight: 500;
    margin: 0;
}

/* ===== MOBILE RESPONSIVE FIX ===== */
@media (max-width: 768px) {

    body {
        padding-top: 78px !important;
    }

    .navbar-collapse {
        margin-top: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    #banner,
    #bannerCarousel {
        margin-top: -5px !important;
    }

    .new-nav li a {
        background: #ffffff;
        padding-left: 10px;
        border-bottom: 1px solid #dbeefd;
        color: #000 !important;
    }

    .new-nav li a:hover {
        background: #ffffff;
        color: #ec262c !important;
    }
	
	.book-btn {
        text-align: center !important;   /* @Media Book Appointment Button */
        padding-left: 0 !important;
        display: block;
    }
	
	.achievement-section {
        background: #0d97d4 !important;   /* @Media- Our Achievement background -full blue */
        padding: 50px 0 70px 0;
    }
	
	.location-service h5,.main-banner {
        width: 100%                          /* @Media- Location Services */
    }

    .location-service ul {
        display: block;
        position: relative;
        margin: 0;
        padding: 0;
        width: 100%;
        text-align: justify;
        float: none
    }
  
  .new-form {                    /* @media contact-us page enquiry form */
        padding: 15px;
    }
    .location-map-wrapper {
        height: 300px;
    }
	
	.contact-hero {
        height: 80px;             /* Contact-us page-Hero Header @Media */
        padding-left: 5%;
        margin-top: 5px;
    }
    .contact-hero-content h1 {
        font-size: 32px;
    }
	
	
	.contact-form {
    border: 1px solid #ddd;            /* index page-contact us section @Media */
    border-radius: 5px;
    background: white;
	}


    .map-box {
    border: 1px solid #ddd;
    border-radius: 12px;
    overflow: hidden;
	}
	
}

