body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
  overflow-x: hidden;
}

.layout_padding {
  padding: 90px 0;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  padding-top: 75px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
}

.heading_container h2 span {
  color: #f3c93e;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .about_section {
  background-color: #313958;
}

.header_section {
  background-color:  #313958;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .header_top {
  padding: 15px 0;
  background-color: #434f78;
}

.header_section .header_bottom {
  padding: 10px 0;
}

.top_nav_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_nav a {
  color: #ffffff;
  margin-right: 10px;
}

.contact_nav a i {
  color: #f3c93e;
}

.contact_nav a:hover {
  color: #f3c93e;
}

.search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 15px;
}

.search_form .form-control {
  border-radius: 5px 0 0 5px;
  height: 40px;
  width: auto;
  min-width: unset;
}

.search_form button {
  width: 45px;
  min-width: 45px;
  height: 40px;
  padding: 0;
  border: none;
  outline: none;
  color: #ffffff;
  background-color: #f3c93e;
  border-radius: 0 5px 5px 0;
}

.user_option_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user_option_box a {
  color: #ffffff;
  margin-left: 25px;
  text-transform: uppercase;
}

.user_option_box a i {
  color: #f3c93e;
}

.user_option_box a span {
  margin-left: 5px;
}

.user_option_box a:hover {
  color: #f3c93e;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  color: #000000;
  font-weight: bold;
  font-size: 28px;
  font-weight: bold;
}

.navbar-brand span {
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 10px 25px;
  color: #ffffff;
  text-align: center;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #f3c93e;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 0;
  background-color: #f7f7f7;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color:  #313958;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  margin-bottom: 25px;
}

.slider_section .detail-box h1 span {
  color: #f3c93e;
}

.slider_section .detail-box p {
  color: #6d6d6d;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #f3c93e;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #f3c93e;
  -webkit-transition: all .3s;
  transition: all .3s;
  margin-top: 15px;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #f3c93e;
}

.slider_section .img-box img {
  width: 100%;
}

.slider_section .carousel_btn_box {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 110px;
  height: 50px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 3;
}

.slider_section .carousel_btn_box .carousel-control-prev,
.slider_section .carousel_btn_box .carousel-control-next {
  position: unset;
  width: 50px;
  height: 50px;
  background-color:  #313958;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: 18px;
}

.slider_section .carousel_btn_box .carousel-control-prev img,
.slider_section .carousel_btn_box .carousel-control-next img {
  width: 10px;
}

.slider_section .carousel_btn_box .carousel-control-prev:hover,
.slider_section .carousel_btn_box .carousel-control-next:hover {
  background-color: #f3c93e;
}
/* product section */

.product_section .heading_container {
  margin-bottom: 25px;
}

.product_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  margin-top: 15px;
  position: relative;
  overflow: hidden;
}

/* .product_section .box .img-box {
  background-color: #f8f8f8;
  width: 100%;
  height: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 15px;
} */

.product_section .box .img-box {
  background-color: #f8f8f8;
  width: 100%;
  height: 275px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0;   
  overflow: hidden;
}

.product_section .box .img-box img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;   /* box ko pura bharega, empty space nahi rahega */
  display: block;  /* aspect ratio maintain rahega, crop nahi hoga */
}

.product_section .box .img-box .add_cart_btn {
  display: inline-block;
  width: 175px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  background-color:  #313958;
  color: #ffffff;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
  z-index: 3;
}

.product_section .box .img-box .add_cart_btn:hover {
  background-color: #f3c93e;
  color: #ffffff;
}

.product_section .box .img-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.product_section .box .detail-box {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.product_section .box .product_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product_section .box .star_container {
  color: #f2b01e;
}

.product_section .box:hover .img-box .add_cart_btn {
  opacity: 1;
  visibility: visible;
}

.product_section .box:hover .img-box::before {
  opacity: .55;
}

.product_section .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.product_section .btn_box .view_more-link {
  display: inline-block;
  padding: 10px 45px;
  background-color: #f3c93e;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #f3c93e;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product_section .btn_box .view_more-link:hover {
  background-color: transparent;
  color: #f3c93e;
}
/* product section end  */
/* about section start */
.about_section {
  background-color:  #313958;
  color: #ffffff;
  padding: 45px 0;   /* section ko top-bottom space diya taaki image bhi upar-neeche se equal gap le */
}

.about_section .row {
  align-items: stretch;
}

.about_section .img-box {
  height: 100%;
  padding: 30px;      /* image ke chaaro taraf equal space */
  box-sizing: border-box;
  display: flex;
}

.about_section .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;   /* optional - achha lagega padding ke saath */
}

.about_section .detail-box {
  margin: 45px 0;
}

.about_section .detail-box p {
  color: #fefefe;
  margin-top: 15px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #f3c93e;
  color: #ffffff;
  border-radius: 5px;
  border: 1px solid #f3c93e;
  transition: all .3s;
  margin-top: 15px;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #f3c93e;
}

.about_section .about_features {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}

.about_section .about_features li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #fefefe;
  font-size: 15px;
}

.about_section .about_features li::before {
  content: "\f00c";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  top: 1px;
  color: #f3c93e;
  font-weight: bold;
}
/* about section end */
.why_us_section {
  position: relative;
}

.why_us_section .heading_container {
  margin-bottom: 20px;
}

.why_us_section .box {
  margin-top: 25px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  padding: 25px 15px;
}

.why_us_section .box .img-box {
  height: 45px;
}

.why_us_section .box .img-box img {
  height: 100%;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.why_us_section .box .detail-box {
  margin-top: 15px;
}

.why_us_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.why_us_section .box .detail-box a {
  color:  #313958;
  font-weight: 600;
}

.why_us_section .box .detail-box a:hover {
  color: #f3c93e;
}

.why_us_section .box:hover .img-box img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}


/* testimonial start */
.client_section {
  background-color: #f8f8fb;
}

.client_section .client_container {
  margin: 30px auto 0 auto;
}

.client_section .client_container .box {
  margin: 20px auto;
  max-width: 700px;
}

.client_section .client_container .box .detail-box {
  padding: 35px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.08);
}

.client_section .client_container .box .detail-box p:first-child {
  color: #f3c93e;
  font-size: 28px;
  margin-bottom: 10px;
}

.client_section .client_container .box .detail-box p {
  margin: 0;
  color: #555;
  line-height: 1.7;
  font-size: 15px;
}

.client_section .client_container .box .client-id {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

/* --- YEH FIX HAI IMAGE SIZE KA --- */
.client_section .client_container .box .client-id .img-box {
  width: 65px;
  height: 65px;
  min-width: 65px;
  flex-shrink: 0;
  margin-right: 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #f3c93e;
  padding: 0;
  clip-path: none;
  background-color: transparent;
}

.client_section .client_container .box .client-id .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* --- FIX END --- */

.client_section .client_container .box .client-id .name {
  margin-bottom: 0;
}

.client_section .client_container .box .client-id .name h5 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 2px;
}

.client_section .client_container .box .client-id .name h6 {
  color: #f3c93e;
  font-weight: normal;
  font-size: 13px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 45px;
  height: 45px;
  top: 45%;
  z-index: 9;
  opacity: 1;
  border-radius: 50%;
  background-color:  #313958;
  font-size: 20px;
  transition: all .2s;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #f3c93e;
}

.client_section .carousel-control-prev {
  left: 20px;
}

.client_section .carousel-control-next {
  right: 20px;
}
/* testimonial css end */
.info_section {
  background-color:  #313958;
  color: #ffffff;
  padding: 90px 0 45px 0;
}

.info_section h5 {
  margin-bottom: 15px;
  font-size: 24px;
}

.info_section .info_links ul {
  padding: 0;
}

.info_section .info_links ul li {
  list-style-type: none;
}

.info_section .info_links ul li a {
  display: inline-block;
  color: #ffffff;
  margin-bottom: 5px;
}

.info_section .info_form form input {
  outline: none;
  width: 100%;
  padding: 7px 10px;
}

.info_section .info_form form button {
  padding: 8px 35px;
  outline: none;
  border: none;
  color: #ffffff;
  background: #f3c93e;
  margin-top: 15px;
  text-transform: uppercase;
}

.info_section .info_form .social_box {
  margin-top: 35px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_form .social_box a {
  margin-right: 25px;
  color: #ffffff;
  font-size: 24px;
}

/* footer section*/
.footer_section {
  position: relative;
  background-color:  #313958;
  text-align: center;
}

.footer_section p {
  border-top: 1px solid #ffffff;
  color: #ffffff;
  padding: 20px 0;
  margin: 0;
}

.footer_section p a {
  color: inherit;
}

/* ===== info section alignment fix ===== */

/* row ko top se align karo, columns barabar height ke na hone par bhi */
.info_section .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.info_section .col-md-3 {
  display: flex;
  flex-direction: column;
}

/* sab headings same top line pe aaye */
.info_section h5 {
  margin-top: 0;
}

/* pehla column - logo + address block */
.info_contact {
  display: flex;
  flex-direction: column;
}

.info_contact .navbar-brand {
  margin-bottom: 18px;
}

.info_contact p {
  display: flex;
  align-items: center;
  margin: 0 0 12px 0;
}

.info_contact p i {
  width: 18px;
  margin-right: 8px;
  text-align: center;
  flex-shrink: 0;
}

/* useful links - equal spacing */
.info_links ul li {
  margin-bottom: 8px;
}

.info_links ul li:last-child {
  margin-bottom: 0;
}

/* newsletter form - input aur button full width, proper gap */
.info_form form {
  display: flex;
  flex-direction: column;
}

.info_form form input {
  margin-bottom: 0;
  box-sizing: border-box;
}

.info_form form button {
  width: 100%;
  box-sizing: border-box;
}

/* social icons - evenly spaced aur center aligned */
.info_form .social_box {
  align-items: center;
  gap: 15px;
}

.info_form .social_box a {
  margin-right: 0; /* purana margin-right hata ke gap use kar rahe hain */
}

/* social icons ab logo/address column mein, email ke niche */
.info_contact .social_box {
  margin-top: 20px;
  display: flex;
  gap: 15px;
}

.info_contact .social_box a {
  color: #ffffff;
  font-size: 22px;
  margin-right: 0;
}

.info_contact .social_box a:hover {
  color: #f3c93e;
}

/* Columns ko thoda pass laana - container ke bajaye gap kam karo */
.info_section .info_row {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .info_section .col-md-3,
  .info_section .col-md-5 {
    padding-left: 10px;
  }
}

/* map box styling */
.footer_map {
  margin-top: 18px;
  border-radius: 6px;
  overflow: hidden;
  filter: grayscale(15%);
}

.footer_map iframe {
  display: block;
}

/* social icons - clean, real, aligned */
.info_contact .social_box {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.info_contact .social_box a {
  color: #ffffff;
  font-size: 20px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  transition: all .3s;
}

.info_contact .social_box a:hover {
  background-color: #f3c93e;
  border-color: #f3c93e;
  color: #ffffff;
}

.info_contact .social_box a i {
  line-height: 1;
}
/*# sourceMappingURL=style.css.map */


/* gallery section start */
.gallery_section .box {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 6px;
  background-color: #f8f8f8;
  height: 260px;
}

.gallery_section .box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s;
}

.gallery_section .box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(58, 68, 104, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .3s;
}

.gallery_section .box .overlay i {
  color: #f3c93e;
  font-size: 28px;
}

.gallery_section .box:hover img {
  transform: scale(1.08);
}

.gallery_section .box:hover .overlay {
  opacity: 1;
}

/* lightbox modal */
.gallery_modal .modal-content {
  background: transparent;
  border: none;
}

.gallery_modal .modal-dialog {
  max-width: 800px;
}

.gallery_modal img {
  width: 100%;
  border-radius: 6px;
}

.gallery_modal .close {
  position: absolute;
  top: -35px;
  right: 0;
  color: #ffffff;
  opacity: 1;
  font-size: 30px;
  text-shadow: none;
}

/* page heading (agar aapke style.css mein already nahi hai) */
.page_heading_section {
  padding: 60px 0;
  text-align: center;
  background-color: #313958;
}

.page_heading_section h1 {
  color: #ffffff;
  font-weight: bold;
  margin: 0;
}
/* gallery section end */

/* contact section start */
.contact_section .heading_container p {
  max-width: 600px;
  margin: 15px auto 0 auto;
  color: #777;
}

.contact_info_box {
  background-color: #313958;
  padding: 40px 30px;
  border-radius: 8px;
  height: 100%;
}

.contact_info_box .info_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.contact_info_box .info_item i {
  color: #f3c93e;
  font-size: 20px;
  margin-right: 15px;
  margin-top: 4px;
  min-width: 20px;
}

.contact_info_box .info_item .info_text h5 {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 15px;
}

.contact_info_box .info_item .info_text p {
  color: #dddddd;
  margin: 0;
  font-size: 14px;
}

.contact_info_box .social_box {
  margin-top: 30px;
  display: flex;
}

.contact_info_box .social_box a {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f3c93e;
  color: #ffffff;
  border-radius: 50%;
  margin-right: 10px;
  transition: all .3s;
}

.contact_info_box .social_box a:hover {
  background-color: #ffffff;
  color:  #313958;
}

.contact_form_box {
  background-color: #f8f8f8;
  padding: 40px 30px;
  border-radius: 8px;
  height: 100%;
}

.contact_form_box .form-control {
  height: 50px;
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 10px 15px;
}

.contact_form_box textarea.form-control {
  height: auto;
}

.contact_form_box .btn_1 {
  display: inline-block;
  padding: 12px 45px;
  background-color: #f3c93e;
  color: #ffffff;
  border: 1px solid #f3c93e;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: all .3s;
}

.contact_form_box .btn_1:hover {
  background-color: transparent;
  color: #f3c93e;
}

.map_section iframe {
  display: block;
  filter: grayscale(20%);
}
/* contact section end */

/* responsive css  */

/* GLOBAL FIX - mobile horizontal scroll rokne ke liye */
html, body {
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

* {
  max-width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

/* Header row ko mobile par overflow se bachana */
@media (max-width: 767px) {

  .top_nav_container {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .contact_nav {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
  }

  .search_form {
    margin: 10px 0;
    width: 100%;
    justify-content: center;
  }

  .search_form .form-control {
    width: 70%;
  }

  .user_option_box {
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }

  .user_option_box a {
    margin: 0 12px;
  }

  .header_section .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .contact_form_box .row {
    margin-left: 0;
    margin-right: 0;
  }

  .contact_form_box .col-md-6,
  .contact_form_box .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }

  @media (max-width: 767px) {

  /* Navbar row: wrap allow karna zaroori hai taaki menu niche khule, squeeze na ho */
  .custom_nav-container {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  /* Toggler ko LEFT side, logo se PEHLE laana */
  .custom_nav-container .navbar-toggler {
    order: -1;
    flex-shrink: 0;
    margin-right: 10px;
    margin-left: 0;
  }

  .navbar-brand {
    order: 0;
    display: flex;
    align-items: center;
    max-width: calc(100% - 55px);
    overflow: hidden;
  }

  .navbar-brand img {
    height: 32px !important;
    width: auto !important;
    margin-right: 8px !important;
    flex-shrink: 0;
  }

  .navbar-brand span {
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  /* Collapse menu ek NAYI line mein khulega (wrap ki wajah se), aur center hoga */
  .custom_nav-container .navbar-collapse {
    order: 1;
    flex-basis: 100%;
    width: 100%;
    text-align: center;
  }

  .custom_nav-container .navbar-nav {
    width: 100%;
    text-align: center;
  }

  .custom_nav-container .navbar-nav .nav-item {
    width: 100%;
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 12px 0;
  }

  .header_bottom {
    padding: 8px 0;
  }
}
}

