@import url("https://fonts.googleapis.com/css2?family=Agbalumo&family=Poetsen+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Signika:wght@300..700&family=WDXL+Lubrifont+TC&family=Winky+Rough:ital,wght@0,300..900;1,300..900&display=swap");

.custom-list li,
.header-top-right,
.header-top-right .enquiry-btn,
.nav-links ul {
  align-items: center;
  display: flex;
}

.about-box h2,
.about-box p,
.section-des,
.swiper-slide {
  text-align: center;
}

.about-box,
.blog-head ul,
.contact-info-box,
.custom-list,
.main-cat-btns {
  align-content: center;
}

*,
.contact-form-blog,
form input {
  box-sizing: border-box;
}

.about-img,
.gallery-img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.gallery-img {
  padding: 10px;
  box-shadow: 0px 0px 15px -7px black;
  border-radius: 12px;
}

.check-icon,
.thank-you-heading {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

:root {
  --primary-color: #31313b;
  --secondary-color: #af3710;
  --tertiary-color: rgb(0, 0, 0);
  --link-color: black;
  --link-color2: rgb(0, 0, 0);
}

* {
  margin: 0;
  padding: 0;
  font-family: Poppins, serif;
  font-size: 1em;
}

body {
  background-color: white;
  overflow-x:hidden;
}

ul {
  list-style-type: none;
  margin-bottom: 0;
}

p {
  font-size: 16px;
}

.contact-form label,
a {
  font-size: 15px;

}

.contact-form label {
  color: #3e535b;
  font-weight: 600;
  margin-bottom: 10px !important;
}

.custom-list {
  display: flex;
}

.custom-list li span {
  margin-left: 10px;
}

.section-padding {
  padding: 50px 0;
}

.section-bg-shade {
  background: linear-gradient(177deg, #4c646d3d, transparent);
}

.section-bg {
  background-color: #0c356429;
}

.section-heading-sm {
  font-size: 27px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
  color: var(--primary-color);
  font-family: "Poppins";
  border-bottom: 1px solid #9a9a9a;
  padding-bottom: 8px;
}

#our-products,
.cat,
.section-heading-sm span {
  position: relative;
}

.pro-name-color {
  color: var(--primary-color);
  font-family: "Agbalumo", system-ui;
  font-size: 28px;
}

.section-des {
  padding: 0 80px;
  margin-bottom: 50px;
}

.breadcrumb {
  width: 100%;
  background-color: #000000;
}

.breadcrumb-bg {
  padding-top: 12px;
  padding-bottom: 6px;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid silver;
}

.breadcrumb-bg h3 {
  background-color: #bdbdbd38;
  color: #000;
  padding: 7px 20px;
  font-size: 20px;
}

.header-top-left {
  width: 100%;
}

.header-top-left span {}

.header-top-left a {
  font-size: 14px;
  font-weight: 500;
}

.breadcrumb span {
  color: #ffffff;
  font-weight: 600;
}

.blog-cat-box ul li a,
.blog-social-box ul li a,
.breadcrumb a,
.sitemap-catlink li a,
.sitemap-navlink li a {
  text-decoration: none;
  color: #000;
}

.breadcrumb a {
  color: #ffffff;
  font-weight: 400;
}

.sidebar {
  background-color: #f5f5f5;
}

#navbar-open,
.sidebar-close {
  background-color: transparent;
}

.sidebar-close {
  border: none;
  font-size: 23px;
  color: #000;
}

.header-top span {
  font-size: 14px;
}

.header-top,
.related-pro-head {
  background-color: #17284e;
  color: white;
}

.related-pro-head {
  font-size: 20px;
  font-weight: 500;
  padding: 8px 20px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.header-top {
  display: flex;
  padding: 12px 50px;
}

.dropdown-cat li:hover .cat-link,
.dropdown-pro .pro-link:hover a,
.sidebar-navlinks {
  color: white;
}

.header-top-left a {
  text-decoration: none;
  color: white;
  font-size: 14px;
}

.header-top-right .enquiry-btn {
  margin-left: 20px;
  border: none;
  background-color: var(--secondary-color);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 4px 20px;
  border-radius: 3px;
}

.header-top-right .enquiry-btn i {
  font-size: 15px;
  margin-right: 5px;
}

.header-top-right ul {
  display: flex;
  align-items: center;
  padding-left: 17px;
}

.header-top-right ul li {
  margin: 0px 8px;
}

.header-top-right ul li a {
  color: white;
  text-decoration: none;
}

.header-top-right ul li a i {
  font-size: 18px;
}

.header-mid .pay-btn {
  text-decoration: none;
  color: white;
  background-color: var(--primary-color);
  padding: 4px 10px;
  border-radius: 10px;
  font-size: 13px;
}

.header-bottom {
  background-color: white;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 50px;
}

.header-bottom .nav-links {}

.header-bottom .call-action {
  display: flex;
  align-items: center;
  border: 1px solid #310f14;
  padding: 3px 10px;
  border-radius: 4px;
}

.header-bottom .call-action a {
  text-decoration: none;
  color: black;
}

.header-bottom .call-action i {
  font-size: 23px;
  margin-right: 7px;
}

.header-bottom .all-cate {
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
  font-size: 15px;
  background-color: var(--secondary-color);
  padding: 5px 20px;
  border-radius: 5px;
  /*font-weight:500;*/
}

.header-bottom .all-cate i {
  font-size: 18px;
  margin-left: 3px;
}

.header-bottom .chat-with-us {
  background-color: var(--primary-color);
  display: flex;
  align-items: center;
  font-size: 12px;
  text-decoration: none;
  color: white;
  padding: 5px 14px;
  border-radius: 5px;
}

.header-bottom .chat-with-us i {
  font-size: 17px;
  margin-right: 5px;
}

.about-box,
.product-box {
  box-shadow: 0 0 12px -8px;
}

.header-bottom-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  transition: 1s;
}

.dropdown-cat li:hover,
.list-group-item {
  background-color: #17284e;
  color: white !important;
}

.header-mid {
  padding: 10px 50px;
}

.header-mid .logo a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
}

.header-mid .logo a span {
  font-weight: 700;
  font-size: 26px;
  margin-left: 15px;
  color: var(--primary-color);
}

.header-mid .search-box {
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #d7d7d7;
}

.header-mid .search-box input {
  height: 100%;
  flex: 1;
  border: none;
  padding: 5px 10px;
  font-size: 14px;
}

.header-mid .search-box input:focus-visible {
  outline: none;
}

.header-mid .search-box button {
  height: 100%;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background-color: var(--secondary-color);
  color: white;
  border: none;
}

.header-mid-right {
  display: flex;
  align-items: center;
}

.header-mid-right a {
  text-decoration: none;
  color: #323232;
  font-size: 13px;
  display: flex;
  align-items: center;
  padding: 5px;
}

/*.cart-icon{*/
/*	position: relative;*/
/*}*/
/*.cart-icon span{*/
/*	position: absolute;*/
/*	top: -2px;*/
/*	right: -4px;*/
/*	height: 20px;*/
/*	width: 20px;*/
/*	background-color: black;*/
/*	color: white;*/
/*	font-size: 13px;*/
/*	border-radius: 50%;*/
/*	display: flex;*/
/*	justify-content: center;*/
/*	align-items: center;*/
/*}*/
.header-mid-right a i {
  font-size: 30px;
  color: var(--primary-color);
  margin-right: 4px;
}

/* .header-mid-right a:nth-child(1) i{
    font-size:25px;
    color:var(--primary-color);
    border-right:1px solid var(--primary-color);
    padding-right:16px;
}
.header-mid-right a:nth-child(2) i{
    font-size:25px;
    color:var(--primary-color);
    border-right:1px solid var(--primary-color);
    padding-right:16px;
} */

.dropdown-cat .cat-link,
.dropdown-pro .pro-link a,
.nav-links ul li .nav-link-item {
  text-decoration: none;
  color: var(--link-color2);
}

.header-mid .logo a img {
  max-height: 60px;
  max-width: 330px;
  object-fit: cover;
}

.sidebar-logo img {
  max-width: 271px;
}

.sidebar-navlinks {
  display: block;
  text-decoration: none;
  padding: 10px 30px !important;
}

/* .list-group-item {
  padding: 20px 30px;
} */

.dropdown-cat,
.dropdown-pro {
  visibility: hidden;
  padding-left: 0;
  border: 1px solid rgb(215 215 215);
  display: flex;
  background-color: #fff;
  position: absolute;
  z-index: 999;
  list-style-type: none;
}

#navbar-open {
  display: none;
  border: none;
  font-size: 30px;
  margin-right: 15px;
}

.nav-links ul .nav-link-item {
  height: 38px;
  display: flex;
  align-items: center;
}

.nav-links ul li .nav-link-item {
  margin-right: 36px;
  font-size: 16px;
  font-weight: 500;
  color: #181818;
}

.dropdown-cat {
  top: 100%;
  left: 0px;
  flex-direction: column;
}

#our-products:hover .dropdown-cat,
.cat:hover .dropdown-pro {
  visibility: visible;
}

.dropdown-cat .cat-link {
  font-size: 14px;
}


.dropdown-cat li {
  min-width: 300px;
  padding: 6px 20px;
  border-bottom: 1px solid rgb(215 215 215);
}

.dropdown-pro {
  top: -1px;
  right: 100%;
  flex-direction: column;
}

.dropdown-pro .pro-link {
  width: 100%;
  min-width: max-content;
}

.swiper-slide {
  height: auto;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-box {
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  padding: 25px;
  border-radius: 12px;
  border: 1px solid #310f14;
  background-color: #f4f4f4;
  box-shadow: 0px 0px 13px -4px #310f14;
}

.about-box img {
  font-size: 30px;
  height: 45px;
  width: 45px;
}

.about-box h2 {
  margin-top: 20px;
  font-size: 19px;
  color: #310f14;
}

.about-box p {
  font-size: 15px;
}

.cat-icon-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid var(--primary-color);
  background-color: rgb(241 241 243);
}

.cat-icon-box img {
  font-size: 30px;
  height: 55px;
  width: 55px;
}

.cat-icon-box h2 {
  text-align: center;
  margin-top: 20px;
  font-size: 19px;
  font-weight: 600;
  color: var(--primary-color);
}

.cat-icon-box p {
  text-align: center;
  font-size: 15px;
}

.keyword-img {
  float: right;
  margin-bottom: 10px;
  margin-left: 30px;
}

.keyword-img img {
  width: 450px;
  border-radius: 10px;
  box-shadow: 0 0 15px -10px;
  border: 1px solid #e1e1e1;
}

.action-btns a,
.main-cat-btns a {
  border-radius: 5px;
  text-decoration: none;
}

.keyword-content h2 {
  font-size: 27px;
  margin-bottom: 15px;
}

.about-content,
.about-content p,
.keyword-content p,
.product-content p {
  text-align: justify;
}

.about-content {
  text-align: center;
}

.about-content p {
  text-align: center;
}

.main-cat-btns {
  margin-top: 4px;
  display: flex;
}

.main-cat-btns a {
  width: 50%;
  color: #f5f5f5;
  background-color: #000;
  text-align: center;
  padding: 7px 20px;
}

.main-cat-btns a:first-child {
  margin-right: 7px;
}

.product-box {
  margin-bottom: 30px;
  padding: 10px;
  background-color: white;
  border: 1px solid #c1c1c1;
  box-shadow: 0px 0px 16px -11px;
  border-radius: 8px;
}

.product-box span {
  font-size: 18px;
  font-weight: 500;
}

.accordion-item,
.product-box-img {
  margin-bottom: 10px;
  overflow: hidden;
}

.product-box-img {
  width: 100%;
}

.product-box-img img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-bottom: 1px solid #bebebe;
  border-radius: 8px;
}

.product-box:hover .product-box-img img {
  transform: scale(1.2);
  transition: all 0.9s ease;
  /*transition: 1s;*/
}

/*.product-box:hover {*/
/*	box-shadow: 0 0 12px -3px;*/
/*	transition: .5s*/
/*}*/

.product-box h3 {
  font-size: 19px;
  text-align: center;
}

.product-box h3 a {
  font-size: 17px;
  color: #000;
  text-decoration: none;
}

.product-box p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 3px;
}

.product-box .review {
  display: flex;
  align-items: center;
  color: #ffb321;
  margin-bottom: 6px;
}

.product-box .price {
  margin-top: 6px;
}

.product-box .price .rprice {
  color: var(--primary-color);
  font-weight: 600;
  margin-right: 8px;
}

.product-box .price .dprice {
  color: gray;
  text-decoration: line-through;
}

.product-box .review span {
  margin-left: 5px;
  color: #b33e37;
  font-weight: 600;
}

.product-box .review i {
  font-size: 20px;
}

.address-box p,
.footer-second-section .col {
  text-align: start;
}

.action-btns,
.mbi-footer-list {
  display: flex;
}

.action-btns a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  color: #fff;
  padding: 5px;
  font-size: 11px;
}

.about-img,
.companyinfo table,
.modal,
form button,
form input {
  width: 100%;
}

.action-btns a i {
  font-size: 17px;
  margin-right: 3px;
}

.action-btns a:first-child {
  flex: 1;
  text-decoration: none;
  background-color: rgb(18 54 104);
  margin-right: 3px;
}

.action-btns a:nth-child(2) {
  flex: 1;
  text-decoration: none;
  background-color: var(--primary-color);
  margin-right: 3px;
}

.action-btns a:last-child {
  flex: 1;
  text-decoration: none;
  background-color: #8d1818;
  margin-left: 3px;
}

.contact-section {
  padding: 30px;
}

.accordion-item {
  border: none;
  border-radius: 10px;
}

.accordion-button {
  background-color: #17284e;
  color: white;
  font-weight: 600;
  transition: 0.3s;
}

.accordion-button:not(.collapsed) {
  background-color: #3b4f57;
  color: #fff;
}

.accordion-button i {
  margin-right: 10px;
  color: white;
}

.accordion-button:not(.collapsed) i,
.footer-second-section ul li a:hover {
  color: #fff;
}

.accordion-button::after {
  height: 20px;
  width: 20px;
  color: #fff;
  background-image: url("../img/arrow-down-s-line.png");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../img/arrow-down-s-line.png");
}

.accordion-button:not(.collapsed).accordion-button::after,
.close-btn:hover,
.social-icon:hover {
  color: #000;
}

.accordion-button:focus {
  box-shadow: none;
}

.contact-form {
  background-color: #3e535b42 !important;
  padding: 20px;
  box-shadow: 0 0 15px -8px;
  border-radius: 10px;
}

.country-select {
  font-size: 13px;
  border: 1px solid #ababab;
  background-color: #f5f5f5;
}

.custom-footer,
.submit-btn {
  background-color: var(--primary-color);
}

.contact-form .input-group-text {
  background-color: #f5f5f5;
  border: none;
  border-right: 2px solid #ababab;
  margin-right: 1px;
}

.contact-form .form-control,
.contact-form .form-select {
  margin: 0;
  font-size: 15px;
  border: none;
  background-color: #f5f5f5;
  transition: 0.3s;
}

.contact-form .form-control:focus {
  box-shadow: 0 0 0 0.25rem #fff;
}

.submit-btn {
  border: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.submit-btn:hover {
  background-color: var(--secondary-color);
  transform: translateY(-3px);
}

.custom-footer {
  color: #ecf0f1;
  padding-top: 50px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #000000;
  /* Used if the image is unavailable */
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */
}

.footer-first-section {
  padding-bottom: 15px;
  padding-top: 15px;
}

.footer-first-section .address-box,
.footer-first-section .contact-box,
.footer-first-section .social-box {
  min-height: 138px;
  padding: 20px;
  border: 1px solid #000;
  border-radius: 8px;
  transition: background-color 0.3s;
  background-color: #dfdfdf;
}

.contact-box p {
  display: flex;
  justify-content: start;
  font-size: 15px;
  color: #000;
  margin-bottom: 9px;
}

.contact-box p span {
  margin-right: 5px;
}

.contact-box p a {
  text-decoration: none;
  color: #000;
  margin-left: 5px;
  word-break: break-all;
}

.address-box p {
  font-size: 15px;
  color: #000;
}

.footer-first-section h4 {
  font-size: 18px;
  color: #000;
  margin-bottom: 13px;
  text-align: start;
}

.footer-first-section h4 i {
  margin-right: 10px;
  font-size: 16px;
}

.social-links {
  gap: 15px;
  margin-top: 15px;
  display: flex;
  justify-content: start;
}

.social-icon {
  color: #000;
  font-size: 18px;
  transition: color 0.3s;
  margin: 0 10px;
}

.footer-second-section {
  margin-bottom: 30px;
}

.footer-second-section h5 {
  color: white;
  margin-bottom: 19px;
  text-align: start;
  position: relative;
}

.footer-second-section h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 1px;
  width: 90px;
  background-color: white;
}

.footer-second-section ul {
  list-style: none;
  padding: 0;
}

.footer-second-section ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: start;
  margin-bottom: 8px;
}

.footer-second-section ul li a {
  color: white;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-third-section {
  padding: 15px 0;
  border-top: 1px solid #a0a0a0;
}

.footer-third-section p {
  margin: 0;
  color: white;
  font-size: 14px;
  text-align: center;
}

.footer-third-section p a {
  text-decoration: none;
  color: #aad3ff;
  font-weight: 500;
}

@media (max-width: 768px) {
  .main-content {
    flex-direction: column;
  }

  .social-links {
    justify-content: center;
  }

  .footer-second-section .col {
    margin-bottom: 20px;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 2% auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 900px;
  width: 100%;
  text-align: center;
  position: relative;
}

.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 700;
  cursor: pointer;
}

form input {
  margin: 10px 0;
  padding: 10px;
}

form button {
  padding: 10px;
  background-color: #4caf50;
  color: #fff;
  border: none;
  cursor: pointer;
}

.about-img {
  box-shadow: 0 0 15px -12px;
  border: 1px solid #9d9d9d;
  border-radius: 10px;
}

.about-content h1 {
  font-size: 43px;
  margin-bottom: 15px;
  font-family: "Agbalumo", system-ui;
  color: var(--primary-color);
}

.about-table {
  width: 700px;
}

.companyinfo table tr td,
.companyinfo table tr th {
  padding: 10px !important;
  border: 1px solid #ccc;
}

@media only screen and (max-width: 991px) {
  .companyinfo table {
    font-size: 22px;
  }
}

@media only screen and (max-width: 576px) {
  .custom-footer {
    padding-right: 10px;
    padding-left: 10px;
  }

  .companyinfo table {
    font-size: 17px;
  }
}

.contact-info-container {
  padding: 20px;
}

.contact-info-box {
  padding-bottom: 5px;
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #bbb;
}

.contact-info-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.contact-info-box .icon {
  background-color: #17284e;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.contact-info-box .icon i {
  font-size: 25px;
  color: #fff;
}

.contact-info-box h2 {
  font-size: 17px;
}

.contact-info-box p,
.contact-info-box p a {
  font-size: 15px;
  margin-bottom: 6px;
}

.contact-info-box p a {
  word-break: break-all;
  color: #000;
  text-decoration: none;
}

.contact-info-box p a:hover {
  color: #474747;
}

.contact-form-box {
  /*border-left: 1px solid #e4e4e4;*/
}

.social-links-cont {
  display: flex;
  align-content: baseline;
  padding-left: 0;
  margin-top: 30px;
}

.social-links-cont li a {
  text-decoration: none;
  font-size: 21px;
  color: #000;
  background-color: #f5f5f5;
  margin: 0 5px;
  padding: 5px 10px;
}

.blog-cat-box ul li,
.blog-social-box ul li {
  padding: 10px 20px;
  font-weight: 500;
}

.our-products-head {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 42px;
  padding-bottom: 11px;
}

.our-products-head a {
  font-size: 31px;
  text-decoration: none;
  color: var(--primary-color);
  font-family: "Agbalumo", system-ui;
}

.product-img {
    float: left;
  width: 400px;
    margin-right: 40px;
  padding: 12px;
  box-shadow: 0px 0px 12px -7px;
  background-color: white;
  border: 1px solid #cacaca;
}

.product-img img {
  margin-bottom: 8px;
  width: 100%;
  aspect-ratio: 2/1.7;
  object-fit: cover;
  padding: 0px 3px;
}

.sitemap-catlink li,
.sitemap-navlink li {
  background-color: var(--primary-color);
  color: #fff;
  padding: 5px 20px;
  border-radius: 3px;
  margin-bottom: 15px;
  margin-right: 15px;
}

.sitemap-catlink li {
  background-color: white;
  border: 1px solid black;
}

.sitemap-navlink li {
  background-color: white;
  border: 1px solid black;
}

.product-content h1 {
  font-size: 24px;
  margin-bottom: 14px;
}

.product-content .details {
  border: 1px solid #b33e37;
  padding: 15px;
  width: 60%;
  margin-bottom: 20px;
  border-radius: 5px;
}

.product-content .details .jprice {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}

.product-content .details .mprice {
  font-size: 15px;
  display: block;
  margin-bottom: 7px;
}

.product-content .details .gst {
  font-size: 14px;
  display: block;
}

.sitemap-navhead {
  color: #fff;
  margin-bottom: 20px;
  font-size: 18px;
  padding: 8px 20px;
  background-color: var(--primary-color);
}

.blog-cat-box ul li,
.blog-head {
  margin-bottom: 10px;
  background-color: #f1f1f1;
}

.sitemap-cathead {
  font-size: 17px;
  padding: 8px 20px;
  background-color: var(--primary-color);
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 400;
}

.sitemap-cathead a {
  text-decoration: none;
  font-size: 18px;
  color: #fff;
}

.sitemap-catlink,
.sitemap-navlink {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
}

.blog-cat-box ul,
.blog-head ul,
.blog-social-box ul {
  padding-left: 0;
  display: flex;
}

.blog-box-title {
  text-decoration: none;
  color: #000;
  font-size: 20px;
}

.blog-head {
  display: flex;
  align-items: center;
  padding: 10px;
}

.blog-head img {
  width: 40px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 0;
}

.blog-head p {
  margin: 0 30px;
}

.blog-head ul {
  margin-left: 30px;
}

.blog-details h1 {
  font-size: 38px;
  margin-bottom: 15px;
}

.contact-form-blog {
  box-shadow: 0 0 12px -10px;
  padding: 20px;
}

.blog-cat-box,
.blog-social-box {
  margin-top: 30px;
  box-shadow: 0 0 12px -10px;
  padding: 20px;
}

.blog-cat-box h3,
.blog-social-box h3 {
  font-size: 23px;
  margin-bottom: 16px;
}

.blog-cat-box ul {
  flex-direction: column;
}

.blog-social-box ul {
  align-items: center;
}

.blog-social-box ul li {
  background-color: #f1f1f1;
  margin-right: 15px;
}

.mbi-footer {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  border-top: 1px solid var(--primary-color);
  width: 100%;
  display: none;
}

.mbi-footer-list .mbi-menu-list {
  width: 20%;
}

.mbi-footer-list .mbi-menu-list a {
  display: block;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
  color: var(--primary-color);
  text-decoration: none;
  padding: 15px 5px;
}

.mbi-footer-list .mbi-menu-list a i {
  font-size: 20px;
}

.mbi-footer-list .mbi-menu-list a:hover {
  background-color: #f7f7f7;
}

.mbi-footer-list .mbi-menu-list a p {
  margin-bottom: 0;
  font-size: 13px;
}

.slick-track {
  margin-left: 0;
  margin-right: 0;
}

/* cart css */
.offcanvas-title {
  width: 100%;
  text-align: center;
  font-size: 23px;
  font-weight: 500;
}

.cart-msg {
  display: none;
  position: fixed;
  top: 9px;
  right: 11px;
  background-color: rgb(81 199 21);
  color: #31313b;
  font-weight: 600;
  width: 310px;
  padding: 7px 11px;
  z-index: 99999;
  border-radius: 4px;
  border: 1px solid var(--primary-color);
  transition: all 0.5s;
  font-size: 14px;
  letter-spacing: 1px;
}

.cart-item-con {
  overflow-y: scroll;
  height: 100%;
  margin-bottom: 10px;
}

.cart-total-price-con {
  border-top: 1px solid gray;
}

.cart-checkout-btn {
  margin-top: 15px;
  background-color: var(--primary-color);
  color: white;
  padding: 8px;
  width: 100%;
  font-size: 17px;
  border-radius: 50px;
  display: block;
  text-decoration: none;
  text-align: center;
}

.cart-item {
  background-color: rgb(255, 255, 255);
  width: 100%;
  display: flex;
  align-items: center;
  padding: 6px;
  position: relative;
  border: 1px solid #d3d3d3;
  margin-bottom: 7px;
}

.cart-item .remove i {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 9px;
  color: #2b4b55;
  font-size: 18px;
}

.cart-item .img {
  margin-right: 10px;
}

.cart-item .info p {
  font-size: 15px;
  margin-bottom: 6px;
  margin-bottom: 0;
}

.cart-item .info span {
  font-weight: 600;
  font-size: 14px;
}

.cart-item .quantity-controls {
  border: 1px solid var(--primary-color);
  display: flex;
  justify-content: space-between;
  height: 30px;
  width: 90px;
  margin-top: 3px;
}

.cart-item .quantity-controls .decrease,
.cart-item .quantity-controls .increase {
  border: none;
  width: 30px;
}

.cart-item .quantity-controls .item-qty {
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cart-item .quantity-controls .decrease {
  border-right: 1px solid var(--primary-color);
}

.cart-item .quantity-controls .increase {
  border-left: 1px solid var(--primary-color);
}

.checkout-form input {
  width: 100%;
  padding: 10px;
  margin-bottom: 6px;
  margin-top: 0;
}

.checkout-form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 6px;
}

.checkout-form button {
  background-color: var(--primary-color);
}

.cart-shop-list {
  /* background-color: red; */
  max-height: 300px;
  overflow-y: scroll;
  padding: 20px 20px;
  padding-bottom: 0;
}

.cart-shop-item {
  position: relative;
  height: 80px;
  background-color: white;
  display: flex;
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  margin-bottom: 25px;
}

.cart-shop-item img {
  height: 100%;
  width: 80px;
  object-fit: cover;
  border: 1px solid #dedede;
  border-radius: 3px;
}

.cart-shop-item h4 {
  font-size: 15px;
}

.cart-shop-item p {
  font-size: 15px;
  font-weight: 500;
}

.cart-shop-item .pro-num {
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: var(--primary-color);
  color: white;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.discount {
  /* height: 80px; */
}

.discount button {
  background-color: #dddddd;
  font-size: 13px;
  color: #818181;
  border: 1px solid #c1c1c1;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 15px;
  font-weight: 600;
}

.checkout-details {
  margin-top: 40px;
  background-color: #e3e3e3;
  padding: 15px;
}

.checkout-details h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

/* thank you page  */
.thankyou-container {
  background-color: #d4edda;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  border: 1px solid #28a745;
}

.thankyou-container h1 {
  color: #28a745;
  font-size: 29px;
}

.thankyou-container p {
  color: #28a745;
  font-size: 15px;
}

.checkmark-container {
  margin-bottom: 20px;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 0;
  stroke-width: 4;
  stroke: #28a745;
  fill: #d4edda;
  animation: none;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 0;
  stroke-width: 4;
  stroke: #28a745;
  animation: none;
}

.checkmark {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #28a745;
  margin: 0 auto;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

#homeButton {
  background-color: #28a745;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 25px;
  display: block;
  width: 50%;
  margin: 0px auto;
  text-decoration: none;
}

#homeButton:hover {
  background-color: black;
}

@media only screen and (max-width: 991px) {

  .keyword-img,
  .product-img {
    width: 100%;
    margin-left: 0;
  }

  .category-links,
  .nav-links {
    display: none;
  }

  #navbar-open,
  .navbar-btn {
    display: block;
  }

  .navbar-btn {
    background-color: transparent;
    border: none;
    font-size: 25px;
  }

  .keyword-img {
    margin-bottom: 20px;
  }

  .keyword-img img {
    width: 100%;
  }

  .city-list {
    display: grid !important;
    grid-template-columns: auto auto auto !important;
    column-gap: 20px;
  }

  .modal-content {
    margin: 35% auto;
    width: 95%;
  }
}

@media only screen and (max-width: 557px) {
  .header-mid .logo a img {
    max-width: 280px;
  }

  .header-mid {
    padding: 10px 10px;
  }

  .about-box h3,
  .action-btns a {
    font-size: 12px;
  }

  .accordion-button {
    padding-right: 23px;
  }

  .custom-footer {
    padding-bottom: 88px;
  }

  .modal-content {
    margin: 23% auto;
    width: 95%;
  }

  .about-box {
    min-height: 173px !important;
    padding: 5px;
  }

  .city-list {
    grid-template-columns: auto auto !important;
    column-gap: 10px;
  }

  .header-bottom {
    padding: 8px 20px;
  }

  .section-des {
    text-align: justify;
    padding: 0 10px;
    margin-bottom: 50px;
  }

  .contact-section,
  .faq-section {
    padding: 5px;
  }

  .product-content .product-img {
    padding: 10px;
    float: right;
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }

  .section-padding {
    padding: 20px 0;
  }

  .action-btns a {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    border-radius: 5px;
    padding: 4px 5px;
    width: 100%;
  }

  .action-btns a i {
    font-size: 17px;
    margin-right: 6px;
    /* display: none; */
  }

  .footer-first-section .address-box,
  .footer-first-section .contact-box,
  .footer-first-section .social-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 160px;
    padding: 20px;
    border: 1px solid #000;
    border-radius: 8px;
    transition: background-color 0.3s;
    background-color: #dfdfdf;
  }

  .social-links {
    margin-top: 6px;
  }

  .contact-form-box {
    border-left: none;
  }

  .about-box p {
    font-size: 11px;
  }

  .sidepopupcontainer {
    display: none;
  }

  .mbi-footer {
    z-index: 999;
    display: block;
  }
}

.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 15px;
  display: flex;
  /*flex-direction: column;*/
  gap: 15px;
  z-index: 1000;
}

.call-button,
.whatsapp-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s, box-shadow 0.3s;
  font-size: 28px;
  animation: 1.5s infinite pulse;
}

.whatsapp-button {
  background-color: #05752e;
}

.call-button {
  background-color: #153e76;
}

.call-button:hover,
.whatsapp-button:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

/*@keyframes pulse {*/
/*  0%,*/
/*  100% {*/
/*    transform: scale(1);*/
/*    opacity: 0.8;*/
/*  }*/

/*  50% {*/
/*    transform: scale(1.05);*/
/*    opacity: 1;*/
/*  }*/
/*}*/

@media (max-width: 400px) {
  .floating-buttons {
    bottom: 100px;
    right: 15px;
  }

  .call-button,
  .whatsapp-button {
    width: 40px;
    height: 40px;
    font-size: 22px;
    border-radius: 50%;
  }

  .call-button {
    display: none;
  }
}

.sidepopupcontainer {
  position: fixed;
  top: 60%;
  right: -93px;
  z-index: 9999;
  transform: rotate(-90deg);
}

.thank-you-section {
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  background-color: #fff;
  animation: 1s ease-out fadeIn;
}

.thank-you-heading {
  font-size: 2.5em;
  margin-bottom: 15px;
  color: #28a745;
}

.thank-you-paragraph {
  font-size: 1.2em;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #555;
}

.back-link {
  display: inline-block;
  padding: 12px 25px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  margin-top: 20px;
  transition: background-color 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.back-link:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.check-icon {
  font-size: 4em;
  color: #28a745;
  margin-bottom: 20px;
}

.city-list {
  display: grid !important;
  grid-template-columns: auto auto auto auto;
  column-gap: 20px;
}

.city-list li a {
  display: block;
  width: 100%;
}

.country-select {
  width: 50px;
}

.swiper-button-next {
  background-color: var(--primary-color);
  color: white;
  border-radius: 4px;
}

.swiper-button-next:after {
  font-size: 20px;
}

.swiper-button-prev {
  background-color: var(--primary-color);
  color: white;
  border-radius: 4px;
}

.swiper-button-prev:after {
  font-size: 20px;
}

.swiper-pagination-bullet-active {
  background: #c33e37;
}

.pro-details {
  position: fixed;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%);
  background-color: white;
  box-shadow: 0px 0px 8px -4px;
  border: 1px solid #bbbbbb;
  height: 50px;
  width: 40%;
  border-radius: 10px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.pro-details p {
  font-size: 20px;
  color: var(--primary-color);
  font-weight: 600;
}

.pro-details span {
  font-size: 14px;
  background-color: #efefef;
  border-radius: 3x;
  padding: 5px 10px;
}

.pro-details a {
  background-color: var(--primary-color);
  color: white;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 7px;
  padding: 7px 15px;
}

.paynow-btn {
  display: none;
  position: fixed;
  bottom: 157px;
  right: 18px;
  z-index: 999;
  text-decoration: none;
  color: white;
  background-color: var(--primary-color);
  padding: 4px 10px;
  border-radius: 10px;
  font-size: 13px;
}

@media only screen and (max-width: 557px) {
  .paynow-btn {
    display: block;
  }
}

.testimonial-container {
  /*border:1px solid #bfbfbf;*/
  padding: 25px;
}

.testimonial-container i {
  font-size: 30px;
}

.testimonial-container p {
  font-size: 16px;
  margin-bottom: 2px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.testimonial-container a {
  text-decoration: none;
  color: var(--secondary-color);
  font-size: 16px;
}

.testimonial-container h3 {
  font-size: 18px;
  margin-top: 12px;
}

.testimonial-container img {
  width: 108px;
}

.testimonial-container span {
  color: var(--secondary-color);
  font-size: 17px;
  margin-bottom: 10px;
}

.goog-te-gadget img {
  display: none;
}

.goog-te-gadget-simple {
  border: 1px solid black;
}

.VIpgJd-ZVi9od-vH1Gmf {}

.footer-contact {
  background-color: black;
  width: 100%;
}

.category-bg {
  position: relative;
  border: 1px solid #bdbdbd;
}

.category-bg:hover .category-bg a {
  transform: scale(1.5);
}

.category-bg span {
  position: absolute;
  top: 10px;
  left: 16px;
  color: white;
  background-color: #ffa418;
  padding: 2px 12px;
  font-weight: 500;
  font-size: 18px;
}

.footer-logo {
  max-width: 120px;
  margin-bottom: 16px;
  background-color: #ffffffa6;
  padding: 5px 10px;
  border-radius: 3px;
}

.social-media-links ul {
  dislay: flex;
  align-items: center;
}

.social-media-links ul li {
  display: inline-block;
}

.social-media-links ul li a {
  text-decoration: none;
  margin-right: 10px;
  font-size: 24px;
}

.cart-icon {
  position: relative;
}

#cart-item-count {
  color: white;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: black;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  border-radius: 50%;
}

.proSearchBarWrapper_92x {
  position: relative;
  width: 228px;
  max-width: 100%;
  margin-left: 13px;
  border: 1px solid #e2e2e278;
  border-radius: 12px;
}

.proSearchInput_92x {
  width: 100%;
  padding: 9px 45px 9px 16px;
  border: 1.8px solid #818181;
  border-radius: 12px;
  font-size: 15px;
  outline: none;
  transition: 0.25s ease;
  background: #fff;
}

.proSearchIcon_92x {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #777;
  pointer-events: none;
}

.nebula-testimonial-wrapper {
  padding: 50px 8%;
  
  font-family: "Segoe UI", sans-serif;
}

.nebula-testimonial-container {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.nebula-testimonial-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #111827;
}

.nebula-testimonial-card {
  background: #f7f7f7;
  border-radius: 18px;
  padding: 15px 23px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  height: 100%;
  border: 1px solid #d1d1d1;
}

.nebula-stars {
  color: #fbbf24;
  font-size: 20px;
  margin-bottom: 15px;
  text-align: start;
}

.nebula-testimonial-text {
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 20px;
  text-align: start;
  min-height: 102px;
}

.nebula-client-info {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 15px;
}

.nebula-client-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.nebula-client-name {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.nebula-client-role {
  font-size: 14px;
  color: #474747;
}

/* Navigation Buttons */
.nebula-swiper-button-prev,
.nebula-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #2563eb;
  color: #fff;
  padding: 12px 16px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}

.nebula-swiper-button-prev {
  left: 0px;
}

.nebula-swiper-button-next {
  right: 0px;
}

@media (max-width: 900px) {

  .nebula-swiper-button-prev,
  .nebula-swiper-button-next {
    display: none;
  }
}

.section-title-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.section-title-cont .view-all {
  text-decoration: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 15px;
  background-color: #17284e;
  padding: 7px 20px;
  border-radius: 50px;
}

.proGallery-section {
  padding: 50px;
}

.proGallery-swiper {
  width: 100%;
  overflow: hidden;
}

.proGallery-swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.proGallery-swiper img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  transition: transform 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.proGallery-swiper img:hover {
  transform: scale(1.05);
}

/* Navigation Custom */
.proGallery-prev,
.proGallery-next {
  color: #000;
  transition: 0.3s;
}

.proGallery-prev:hover,
.proGallery-next:hover {
  color: #ff5722;
}

/* Pagination Style */
.proGallery-pagination .swiper-pagination-bullet {
  background: #888;
  opacity: 1;
}

.proGallery-pagination .swiper-pagination-bullet-active {
  background: #ff5722;
}

/* .footer-categories {
  display: grid;
  grid-template-columns: 1fr 1fr;
} */

.category-boxes {
  position: relative;
}

.category-content {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: white;
  background-color: #000000a1;
  padding: 5px 10px;
  border-radius: 5px;
}

.business-info-section {
  margin: 30px 0;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-family: Arial, sans-serif;
}

.business-info-title {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #1a1a1a;
}

.business-info-table {
  width: 100%;
  border-collapse: collapse;
}

.business-info-table .business-info-row th,
.business-info-table .business-info-row td {
  padding: 12px 15px;
  border: 1px solid #999999;
  font-size: 15px;
}

.business-info-label {
  background: #4c646d14;
  width: 35%;
  color: #404040;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #999999 !important;
}

.business-info-value {
  background: #ffffff;
  color: #444;
}

@media (max-width: 900px) {
  .section-heading-sm {
    font-size: 20px;
  }

  .product-box h3 {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pro-name-color {
    font-size: 23px;
  }

  .section-heading {
    font-size: 22px !important;
  }

  .section-title-cont {
    flex-direction: column;
  }

  /* .footer-categories {
    grid-template-columns: 1fr;
    row-gap: 25px;
  } */

  .footer-second-section {
    margin-bottom: 0;
  }

  /*.action-btns {*/
  /*  flex-direction: column;*/
  /*}*/

  .action-btns a:last-child {
    margin-left: 0;
    margin-top: 5px;
  }

  .our-products-head a {
    font-size: 25px;
  }
}




/* ===========================about-section-code-style============================ */
.welcome-pathak {
  padding: 40px 0;
  background: #f4f5f6;
  border-bottom: 1px solid #e5e5e5;
}

/* Text styles */
.welcome-tagline {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000000;
  margin-bottom: 6px;
}

.welcome-title {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: #222;
  margin-bottom: 14px;
}

.welcome-text {
  font-size: 15px;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 22px;
}

/* Buttons wrapper */
.welcome-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Base button */
.welcome-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border: none;
}

/* Call button */
.btn-call {
  background: #17284e;
  color: #fff;
}



/* WhatsApp button */
.btn-whatsapp {
  background: #25d366;
  color: #fff;
}

.btn-whatsapp:hover {
  background: #1eb259;
}

/* Icons */
.welcome-btn i {
  font-size: 14px;
}

/* Right image */
.welcome-image {
  text-align: right;
}

.welcome-image img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* Responsive */
@media (max-width: 991.98px) {
  .welcome-pathak {
    padding: 60px 0;
  }

  .welcome-image {
    text-align: center;
    margin-top: 25px;
  }

  .welcome-image img {
    max-width: 420px;
    height: 260px;
  }

  .welcome-title {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .welcome-buttons {
    flex-direction: column;
  }

  .welcome-btn {
    width: 100%;
    justify-content: center;
  }
}



/* =======================.about-section-end============================ */

.service-marquee {
  width: 100%;
  overflow: hidden;
  background: #c95b20;
  padding: 3px 0;
  border-top: 1px solid #1f2937;
  border-bottom: 1px solid #1f2937;
}

.service-marquee-track {
  display: inline-flex;
  gap: 24px;
  white-space: nowrap;
  animation: serviceScroll 55s linear infinite;
  padding-left: 100%;
  font-size: 13px;
}

.service-marquee:hover .service-marquee-track {
  animation-play-state: paused;
}

.service-marquee-track span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #e5e7eb;
  background: rgba(15, 23, 42, 0.8);
  padding: 4px 15px;
  border-radius: 999px;
  border: 1px solid #1f2937;
}

.service-marquee-track span i {
  color: #f97316;
  /* orange gear icon */
  font-size: 12px;
}

@keyframes serviceScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}



/* ============================== video section css ========================================= */

.section-highlight {
  color: rgb(0, 0, 0) !important;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxwwwwwwwxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


/* ========================================
   HOME PAGE NEW PRODUCT SECTION
======================================== */
/* Header Section Fix */
.home-page-new-product-section-header .container {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  min-height: 120px;
}

@media (max-width: 768px) {
  .home-page-new-product-section-header .container {
    flex-direction: column !important;
    gap: 2rem;
  }
}

.product-image {
  width: 100%;
}






@keyframes badgeFloat {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-5px) rotate(2deg);
  }
}


.product-title {
  font-size: 18px;
  /* font-size: 1.5rem; */
  font-weight: 700;
  color: #1a1f2e;
  margin-bottom: 9px;
  line-height: 1.3;
  transition: all 0.4s ease;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.product-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #c95b20, #17284e);
  transition: left 0.4s ease;
}

.product-card {
  border: 1px solid #d9d9d9;
  padding: 14px;
  border-radius: 10px;
}

.product-card:hover .product-title {
  color:#c95b20 !important;
  transform: translateX(5px);
}

.product-card:hover .product-title::after {
  left: 0;
}

/* Read More Button (Pathak Style Arrow Animation) */
.read-more {
  display: inline-flex;
  align-items: center;
  color: #17284e;;
  font-weight: 600;
  font-size: 16px;
  /* font-size: 1rem; */
  text-decoration: none;
  padding: 7px 24px;
  border: 2px solid transparent;
  border-radius: 30px;
  background: linear-gradient(white, white) padding-box,
    linear-gradient(135deg, #17284e, #17284e) border-box;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.read-more:hover {
  background: linear-gradient(135deg, #17284e, #17284e);
  color: white !important;
  transform: translateX(12px);
 
}

.read-more:hover i {
  transform: translateX(8px);
}

.read-more i {
  transition: transform 0.4s ease;
}

/* Perfect Responsive Alignment */
@media (max-width: 992px) {
  .product-title {
    font-size: 1.3rem;
  }
}

@media (max-width: 576px) {
  .home-page-new-product-section-header .container {
    text-align: center !important;
  }

  .section-title {
    font-size: 2rem !important;
  }
}



.home-page-about-section {
  background: #dee3e4;
  
  position: relative;
  overflow: hidden;
}

.home-page-about-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c95b20, #17284e, transparent);
  animation: shimmer 4s ease-in-out infinite;
}

@keyframes shimmer {

  0%,
  100% {
    opacity: 0.3;
    transform: scaleX(0);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

/* Section Icon */
.section-icon {
  display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #17284e, #17284e);
    border-radius: 20px;
    
    animation: iconFloat 3s ease-in-out infinite;
}


.section-icon i {
  font-size: 2.5rem;
  color: white;
}

@keyframes iconFloat {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-10px) rotate(180deg);
  }
}

/* Section Title */
.section-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0;
  position: relative;
}

.title-highlight {
  background: linear-gradient(68deg, #c95b20, #c95b20);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: block;
  font-size: 2.8rem;
}

.subtitle-highlight {
  font-size: 2.2rem;
  color: #17284e;
  font-weight: 700;
}

/* Stats Row */
.stats-row {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-bottom: 3rem;
}

.stat-item {
  text-align: center;
  position: relative;
}

.stat-number {
  font-size: 3rem;
  font-weight: 900;
  color: #c95b20;
  line-height: 1;
  display: block;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 10px rgba(237, 28, 36, 0.3);
}

.stat-label {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Explore Button */
.explore-btn {
  background: linear-gradient(135deg, #17284e, #17284e);
  border: none;
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 700;
  color: white;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.explore-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.explore-btn:hover {
  transform: translateY(-3px) scale(1.05);
 
  color: white !important;
}

.explore-btn:hover::before {
  left: 100%;
}

.explore-btn:hover i {
  transform: translateX(8px);
}

.explore-btn i {
  transition: transform 0.4s ease;
  font-size: 1.2rem;
}

/* Responsive Design */
@media (max-width: 992px) {
  .section-title {
    font-size: 2.8rem;
  }

  .title-highlight {
    font-size: 2.3rem;
  }

  .subtitle-highlight {
    font-size: 1.9rem;
  }

  .stats-row {
    gap: 2rem;
  }
}

@media (max-width: 768px) {
  .stats-row {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }

  .section-title {
    font-size: 2.4rem;
  }

  .title-highlight {
    font-size: 2rem;
  }

  .subtitle-highlight {
    font-size: 1.7rem;
  }

  .stat-number {
    font-size: 2.5rem;
  }

  .section-icon {
    width: 70px;
    height: 70px;
  }

  .section-icon i {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .home-page-about-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 2rem;
  }

  .explore-btn {
    padding: 15px 30px;
    font-size: 1rem;
  }
}

/* Load Animation */
.section-header {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeInUp 1s ease forwards 0.3s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}





/* ========================================
   HOME PAGE HISTORY SECTION
======================================== */

.home-page-history-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.home-page-history-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c95b20, #17284e, transparent);
}

/* Section Badge */
.section-badge {
  display: inline-flex;
  background: linear-gradient(135deg, #c95b20, #17284e);
  color: white;
  padding: 12px 24px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 8px 25px rgba(237, 28, 36, 0.3);
  animation: badgeSlide 2s ease-out;
}

@keyframes badgeSlide {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Section Title */
.section-title {
  font-size: 3rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
}

.title-highlight {
  display: block;
  color: #c95b20;
  font-size: 2.5rem;
}

/* History Text */
.history-text {
  font-size: 1.15rem;
  color: #495057;
  line-height: 1.7;
}

.history-text strong {
  color: #c95b20;
}

/* Timeline */
.history-timeline {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.timeline-item {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #6c757d;
  position: relative;
}

.timeline-year {
  font-size: 1.8rem;
  font-weight: 900;
  color: #17284e;
  min-width: 60px;
}

.timeline-dot {
  width: 12px;
  height: 12px;
  background: #c95b20;
  border-radius: 50%;
  margin: 0 15px;
  box-shadow: 0 0 0 3px white;
}

.timeline-item.active .timeline-year {
  color: #c95b20;
}

.timeline-item.active .timeline-dot {
  background: #c95b20;
  box-shadow: 0 0 0 3px #ffebee;
  animation: dotPulse 2s ease-in-out infinite;
}

@keyframes dotPulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }
}

/* Learn More Button */
.learn-more-btn {
  background: transparent;
  border: 2px solid #c95b20;
  color: #c95b20;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
}

.learn-more-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(237, 28, 36, 0.1), transparent);
  transition: left 0.6s ease;
}

.learn-more-btn:hover {
  background: linear-gradient(135deg, #c95b20, #17284e);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 15px 35px rgba(237, 28, 36, 0.4);
}

.learn-more-btn:hover::before {
  left: 100%;
}

/* Media Wrapper */
.media-wrapper {
  position: relative;
}

.main-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: transform 0.6s ease;
}

.main-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.media-wrapper:hover .main-image {
  transform: translateY(-8px);
}

.media-wrapper:hover .main-image img {
  transform: scale(1.05);
}

/* Video Intro Overlay */
/* .video-intro-overlay {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background: rgba(237, 28, 36, 0.95);
    backdrop-filter: blur(15px);
    border-radius: 20px;
    padding: 30px;
    color: white;
    transform: translateY(20px);
    transition: all 0.4s ease;
} */

/* .media-wrapper:hover .video-intro-overlay {
    transform: translateY(0);
} */

.video-play-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  color: white;
  text-decoration: none;
  margin-bottom: 15px;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.video-play-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}

.video-play-btn i {
  font-size: 2rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}

/* Decorative Icon */
.decorative-icon {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 120px;
  height: 120px;
  animation: floatIcon 4s ease-in-out infinite;
  z-index: 2;
}

@keyframes floatIcon {

  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(-15px) rotate(10deg);
  }
}

/* Responsive */
@media (max-width: 992px) {
  .main-image img {
    height: 350px;
  }

  .section-title {
    font-size: 2.5rem;
  }

  .title-highlight {
    font-size: 2rem;
  }

  .history-timeline {
    flex-direction: column;
    gap: 1rem;
  }
}

@media (max-width: 768px) {
  /* .video-intro-overlay {
        position: relative;
        margin-top: 20px;
        bottom: auto;
        left: auto;
        right: auto;
    } */

  .decorative-icon {
    display: none;
  }

  .section-title {
    font-size: 2.2rem;
  }
}



/* ========================================
   HOME PAGE COUNTERS SECTION
======================================== */

.home-page-counters-section {
  background: #dee3e4;
  position: relative;
  overflow: hidden;
}

.home-page-counters-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ffffff, #c95b20, transparent);
  animation: shimmerLine 3s ease-in-out infinite;
}

@keyframes shimmerLine {

  0%,
  100% {
    opacity: 0.5;
    transform: scaleX(0);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

/* Counter Card */
.counter-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border-radius: 25px;
  padding: 40px 20px;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.counter-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #c95b20, #17284e);
  transform: scaleX(0);
  transition: transform 0.6s ease;
}

.counter-card:hover {
  transform: translateY(-15px) scale(1.03);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 60px rgba(237, 28, 36, 0.3);
  border-color: rgba(237, 28, 36, 0.3);
}

.counter-card:hover::before {
  transform: scaleX(1);
}

/* Counter Icon */
.counter-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #c95b20, #17284e);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  box-shadow: 0 10px 30px rgba(237, 28, 36, 0.4);
  position: relative;
  z-index: 2;
}

.counter-icon i {
  font-size: 2.5rem;
  color: white;
  animation: iconRotate 4s linear infinite;
}

@keyframes iconRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Counter Number */
.counter-number {
  font-size: 4rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 15px;
  text-shadow: 0 5px 20px rgba(237, 28, 36, 0.5);
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Counter Title */
.counter-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.9);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

/* Counter Suffix */
.counter-suffix {
  font-size: 1.5rem;
  font-weight: 800;
  color: #c95b20;
  display: block;
}

/* Responsive Design */
@media (max-width: 992px) {
  .counter-number {
    font-size: 3rem;
  }

  .counter-icon {
    width: 70px;
    height: 70px;
  }

  .counter-icon i {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .counter-card {
    padding: 30px 20px;
  }

  .counter-number {
    font-size: 2.5rem;
    min-height: 70px;
  }

  .counter-title {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .counter-number {
    font-size: 2.2rem;
  }
}

/* Intersection Observer Animation */

/* .counter-card {
    opacity: 0;
    transform: translateY(50px);
} */

.counter-card.animate {
  opacity: 1;
  transform: translateY(0);
  animation: counterCardUp 0.8s ease forwards;
}

@keyframes counterCardUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Counter Animation Classes */
.counter-animating .counter-number {
  animation: countUp 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes countUp {
  from {
    opacity: 0;
    transform: scale(0.5);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}




/* ------------------------------------------------------------------------------------------------- */

/* ========================================
   HOME PAGE EXHIBITION SECTION
======================================== */

.home-page-exhibition-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.home-page-exhibition-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c95b20, #17284e, transparent);
  animation: shimmer 3s ease-in-out infinite;
}

/* Left Content */
.exhibition-content {
  padding-right: 2rem;
}

.section-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #1a1f2e;
  line-height: 1.2;
  margin-bottom: 2rem;
}

/* Highlight Section */
.exhibition-highlight {
  background: rgba(237, 28, 36, 0.05);
  padding: 30px;
  border-radius: 20px;
  border-left: 5px solid #c95b20;
  margin-bottom: 2rem;
  transition: all 0.4s ease;
}

.exhibition-highlight:hover {
  box-shadow: 0 15px 40px rgba(237, 28, 36, 0.15);
  transform: translateY(-5px);
}

.highlight-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a1f2e;
  margin-bottom: 1.5rem;
  line-height: 1.4;
}

.highlight-text {
  color: #c95b20;
  position: relative;
}

.highlight-text::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #c95b20, #17284e);
  border-radius: 2px;
}

.highlight-desc {
  color: #000000;
  font-size: 1rem;
  line-height: 1.7;
  margin: 0;
}

/* Location Info */
.location-info {
  background: rgba(32, 43, 93, 0.05);
  padding: 20px 25px;
  border-radius: 15px;
  border-right: 4px solid #202b5d;
}

.location-name {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
}

.location-detail {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

/* Exhibition Button */
.exhibition-btn {
  background: linear-gradient(135deg, #c95b20, #17284e);
  border: none;
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 15px 35px rgba(237, 28, 36, 0.4);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
}

.exhibition-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.exhibition-btn:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 25px 50px rgba(237, 28, 36, 0.6);
  color: white !important;
}

.exhibition-btn:hover::before {
  left: 100%;
}

.exhibition-btn i {
  transition: transform 0.4s ease;
}

.exhibition-btn:hover i {
  transform: translateX(8px);
}

/* Center Image */
.center-image-wrapper {
  position: relative;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  transition: all 0.6s ease;
}

.center-image-wrapper:hover {
  transform: translateY(-10px);
}

.center-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.center-image-wrapper:hover .center-image {
  transform: scale(1.1);
}

.image-overlay {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(237, 28, 36, 0.95);
  backdrop-filter: blur(15px);
  padding: 20px;
  border-radius: 15px;
  color: white;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.center-image-wrapper:hover .image-overlay {
  transform: translateY(0);
}

.overlay-content {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}

.overlay-content i {
  font-size: 1.5rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Right Images Grid */
.images-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
}

.image-item {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
  height: 48%;
}

.image-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.image-item:hover img {
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 992px) {
  .exhibition-content {
    padding-right: 0;
    margin-bottom: 3rem;
  }

  .section-title {
    font-size: 2.8rem;
  }

  .highlight-title {
    font-size: 1.6rem;
  }

  .images-grid {
    flex-direction: row;
  }

  .image-item {
    height: 48%;
  }
}

@media (max-width: 768px) {
  .images-grid {
    flex-direction: column;
  }

  .image-item {
    height: 200px;
  }

  .section-title {
    font-size: 2.4rem;
  }

  .exhibition-highlight {
    padding: 25px 20px;
  }
}

@media (max-width: 576px) {
  .col-lg-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .images-grid {
    gap: 15px;
  }

  .image-item {
    height: 180px;
  }
}

/* Load Animation */
.exhibition-content {
  opacity: 0;
  transform: translateX(-50px);
  animation: slideInLeft 1s ease forwards;
}

.center-image-wrapper {
  opacity: 0;
  transform: scale(0.8);
  animation: fadeInScale 1s ease forwards 0.3s;
}

.images-grid {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInRight 1s ease forwards 0.6s;
}

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInScale {
  to {
    opacity: 1;
    transform: scale(1);
  }
}



/* ------------------------------------------------------------------------------------ */



/* ========================================
   HOME PAGE VIDEOS SECTION
======================================== */

.home-page-videos-section {
  background: #d8dfe6;
  position: relative;
  overflow: hidden;
}

.home-page-videos-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #c95b20, #17284e, transparent);
  animation: shimmer 3s ease-in-out infinite;
}

/* Left Content */
.videos-content {
  padding-right: 1.5rem;
}

.section-highlight {
  background: linear-gradient(135deg, rgba(237, 28, 36, 0.1), rgba(24, 158, 216, 0.1));
  padding: 40px 30px;
  border-radius: 25px;
  border: 1px solid rgba(237, 28, 36, 0.2);
  backdrop-filter: blur(10px);
  transition: all 0.4s ease;
}

.section-highlight:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(237, 28, 36, 0.2);
  border-color: rgba(237, 28, 36, 0.4);
}

.section-title {
  font-size: 2.2rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  /* text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); */
}

.section-subtitle {
  color: rgba(0, 0, 0, 0.8);
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.6;
}

/* View More Button */
.btn-video-play {
  background: linear-gradient(135deg, #c95b20, #17284e);
  border: none;
  padding: 16px 35px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 700;
  color: white;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 12px 30px rgba(237, 28, 36, 0.4);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.btn-video-play::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.6s ease;
}

.btn-video-play:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 20px 45px rgba(237, 28, 36, 0.6);
  color: white !important;
}

.btn-video-play:hover::before {
  left: 100%;
}

.btn-video-play i {
  font-size: 1.4rem;
  transition: transform 0.4s ease;
}

.btn-video-play:hover i {
  transform: scale(1.1);
}

/* Video Thumbnails */
.video-thumbnail {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.3);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  text-decoration: none;
}

.video-thumbnail::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(237, 28, 36, 0.9), rgba(24, 158, 216, 0.9));
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.video-thumbnail:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 30px 80px rgba(237, 28, 36, 0.4);
}

.video-thumbnail:hover::before {
  opacity: 1;
}

.thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.video-thumbnail:hover .thumbnail-img {
  transform: scale(1.1);
}

/* Play Overlay */
.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.play-btn {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  transition: all 0.4s ease;
  backdrop-filter: blur(10px);
}

.video-thumbnail:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.1);
  background: white;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}

.play-btn i {
  font-size: 2.2rem;
  color: #c95b20;
  margin-left: 4px;
  transition: all 0.4s ease;
}

.video-thumbnail:hover .play-btn i {
  transform: scale(1.1);
  margin-left: 6px;
}

.video-duration {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 0.85rem;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

/* Video Label */
.video-label {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 12px 20px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s ease;
  backdrop-filter: blur(10px);
  z-index: 3;
}

.video-thumbnail:hover .video-label {
  transform: translateY(0);
  opacity: 1;
}

/* Responsive */
@media (max-width: 992px) {
  .videos-content {
    padding-right: 0;
    margin-bottom: 2rem;
    text-align: center;
  }

  .section-title {
    font-size: 2rem;
  }

  .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 768px) {
  .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .play-btn {
    width: 70px;
    height: 70px;
  }

  .play-btn i {
    font-size: 2rem;
  }

  .section-title {
    font-size: 1.8rem;
  }
}

/* Staggered Animation */
.videos-content {
  opacity: 0;
  transform: translateX(-50px);
  animation: slideInLeft 1s ease forwards;
}

.video-thumbnail:nth-child(2) {
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 0.8s ease forwards 0.2s;
}

.video-thumbnail:nth-child(3) {
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 0.8s ease forwards 0.4s;
}

.video-thumbnail:nth-child(4) {
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 0.8s ease forwards 0.6s;
}

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* -------------------------------------------------------------------------------------------------------- */

/* ========================================
   PRODUCTS & SERVICES SECTION
======================================== */

.home-page-products-services-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 50%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.home-page-products-services-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #c95b20, #17284e, transparent);
}

/* Section Header */
.section-header {
  padding-right: 2rem;
}

.section-title {
  font-size: 3.2rem;
  font-weight: 800;
  color: #17284e;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.title-highlight {
  color: #c95b20;
  position: relative;
}

.title-highlight::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #c95b20, #17284e);
  border-radius: 2px;
}

.section-desc {
  color: #000000;
  font-size: 1.15rem;
  line-height: 1.7;
  font-weight: 400;
}

/* Products Grid */
.products-grid {
  display: flex;
  gap: 2rem;
  height: 100%;
}

.products-column {
  flex: 1;
}

/* Product List (Left Column - Shadow) */
.product-list.box-shadow {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.8);
  height: 100%;
  transition: all 0.4s ease;
}

.product-list.box-shadow:hover {
  box-shadow: 0 25px 70px rgba(237, 28, 36, 0.15);
  transform: translateY(-5px);
  border-color: rgba(237, 28, 36, 0.2);
}

/* Product List (Right Column - No Shadow) */
.product-list {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.4s ease;
}

.product-list:hover {
  background: rgba(255, 255, 255, 0.8);
  transform: translateY(-5px);
}

/* Product List Items */
.product-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-list li {
  margin-bottom: 15px;
}

.product-list li:last-child {
  margin-bottom: 0;
}

.product-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1a1f2e;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 0;
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}

.product-list a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #c95b20, #17284e);
  transition: left 0.4s ease;
}

.product-list a:hover {
  color: #c95b20;
  transform: translateX(10px);
  padding-left: 15px;
}

.product-list a:hover::before {
  left: 0;
}

.product-list a i {
  font-size: 1.2rem;
  color: #c95b20;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0;
  transform: translateX(-20px);
}

.product-list a:hover i {
  opacity: 1;
  transform: translateX(4px);
}

/* Responsive */
@media (max-width: 992px) {
  .products-grid {
    flex-direction: column;
    gap: 1.5rem;
  }

  .section-header {
    padding-right: 0;
    margin-bottom: 2rem;
    text-align: center;
  }

  .section-title {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .products-column {
    order: 3;
  }

  .section-header {
    order: 1;
    text-align: center;
  }

  .products-grid {
    order: 2;
  }

  .section-title {
    font-size: 2.4rem;
  }

  .product-list {
    padding: 25px 20px;
  }
}

@media (max-width: 576px) {
  .product-list a {
    font-size: 1rem;
    padding: 10px 0;
  }

  .section-title {
    font-size: 2rem;
  }
}

/* Staggered Animation */
.section-header {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeInUp 1s ease forwards;
}

.products-column:nth-child(1) .product-list {
  opacity: 0;
  transform: translateX(-50px);
  animation: slideInLeft 0.8s ease forwards 0.3s;
}

.products-column:nth-child(2) .product-list {
  opacity: 0;
  transform: translateX(50px);
  animation: slideInRight 0.8s ease forwards 0.5s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



/* --------------------------------------------------------------------------------------------------------- */
/* Bravo Industries About Section */
.home-page-icon-section {
  padding: 80px 0 70px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

/* Section Header */
.section-header {
  max-width: 700px;
  margin: 0 auto 4rem;
}

.section-title {
  font-size: 2.8rem;
  font-weight: 700;
  color: #17284e;
  line-height: 1.3;
  margin-bottom: 1rem;
  position: relative;
}

.title-highlight {
  background: #17284e;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-subtitle {
  font-size: 1.2rem;
  color: #6c757d;
  font-weight: 300;
}

.header-icon {
  width: 50px;
  height: 70px;
  opacity: 0.85;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
}

/* Industry Boxes */
.industry-box {
  background: #fff;
  border-radius: 16px;
  padding: 2.5rem 1.5rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.industry-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  background: linear-gradient(90deg, #c95b20, #17284e);
  transition: width 0.4s ease;
  z-index: 2;
}

.industry-box:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  border-color: rgba(237, 28, 36, 0.2);
}

.industry-box:hover::before {
  width: 100%;
}

/* Icon */
.box-icon {
  margin-bottom: 1.5rem;
}

.box-icon i {
  font-size: 3.2rem;
  color: #c95b20;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  border: 2px solid rgba(237, 28, 36, 0.15);
  background: linear-gradient(135deg, #fdf2f2, #fff5f5);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  margin: 0 auto;
  box-shadow: 0 8px 20px rgba(237, 28, 36, 0.15);
}

.industry-box:hover .box-icon {
  /* background: linear-gradient(135deg, #c95b20, #17284e); */
  border-color: transparent;
  transform: scale(1.12) rotate(8deg);
  /* box-shadow: 0 15px 35px rgba(237, 28, 36, 0.3); */
}

.industry-box:hover .box-icon i {
  color: #fff;
}

/* Title */
.box-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
  transition: all 0.3s ease;
  line-height: 1.4;
}

.industry-box:hover .box-title {
  color: #c55c22;
  text-shadow: 0 2px 4px rgba(237, 28, 36, 0.2);
}

/* Responsive */
@media (max-width: 991px) {
  .home-page-icon-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 2.3rem;
  }
}

@media (max-width: 768px) {
  .home-page-icon-section {
    padding: 50px 0;
  }

  .section-title {
    font-size: 2rem;
  }

  .industry-box {
    padding: 2rem 1.25rem;
  }

  .box-icon i {
    font-size: 2.8rem;
    width: 75px;
    height: 75px;
  }

  .box-title {
    font-size: 1.1rem;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 1.8rem;
  }
}
.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    max-height: 300px;
    overflow-y: auto;
    z-index: 999;
}

.search-results a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
}

.search-results a:hover {
    background: #f5f5f5;
}
/* Top Marquee Bar */
.top-marquee-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #17284e;
    color: #fff;
    padding: 8px 30px;
    font-size: 14px;
    flex-wrap: wrap;
}

/* Marquee Text */
.marquee-text {
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Icons Section */
.top-icons {
    display: flex;
    gap: 20px;
}

/* Icon + Text */
.icon-text {
    display: flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
    color: #fff;
    transition: 0.3s ease;
    font-weight: 500;
}

.icon-text i {
    font-size: 14px;
}

/* Hover Effect */
.icon-text:hover {
    color: #f4c542; /* Gold hover */
}

/* Responsive */
@media (max-width: 768px) {
    .top-marquee-bar {
        flex-direction: column;
        gap: 8px;
        text-align: center;
    }

    .top-icons {
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }
}
/* About Section */
.about-section-new {
  width: 100%;
  padding: 80px 10%;
  background: linear-gradient(135deg, #17284e, #17284e);
}

.about-container-new {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

/* Left Text */
.about-text {
  flex: 1;
  color: #fff;
}

.about-text h2 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

.about-text p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 15px;
  opacity: 0.9;
}

.about-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #fff;
  color: #1e3c72;
  text-decoration: none;
  font-weight: 600;
  border-radius: 30px;
  transition: 0.3s ease;
}



/* Right Image */
.about-image {
  flex: 1;
  text-align: center;
}

.about-image img {
  width: 100%;
  max-width: 631px;
  border-radius: 20px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.4);
  transition: 0.4s ease;
}

.about-image img:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 992px) {
    .about-container-new{
        flex-direction:column;
    }
  .about-container {
    flex-direction: column;
    text-align: center;
  }
  
  .about-text h2 {
    font-size: 32px;
  }
}
.business-info-value ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}
.product-title{
    font-size:29px;
    text-align:start;
}

 /* Button Styles */
        .tabs-container {
            display: flex;
            justify-content: start;
            margin-bottom: 20px;
            padding-left:0;
        }
        
        .tab-button {
       background-color: #ededed !important;
    color: #4c4c4c;
    border: none;
    padding: 6px 12px;
    margin: 0 5px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    border-radius: 5px;
    transition: background-color 0.3s, border-color 0.3s;
    border: 1px solid #cfcfcf
        }

        .tab-button:hover {
            background-color: #0056b3;
            border-color: #0056b3;
        }

        .tab-button.active {
            background-color: #0056b3;
            border-color: #000000;
        }

        /* Content Container */
        .content-container {
            display: none;
            padding: 20px;
            border-radius: 5px;
            background-color: #ffffff;
        }

        .content-container.active {
            display: block;
        }

        /* Section Header */
        .section-header {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        /* Section Content */
        .section-content {
            font-size: 16px;
            line-height: 1.5;
            color: #555;
        }
        
        
        
/* ===== SECTION ===== */
.mvx-section {
  max-width: 1320px;
  margin: auto;
  padding: 40px 20px;
  text-align: center;
}

/* ===== HEADER ===== */
.mvx-heading {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
}

.mvx-heading span {
  color: #17284e;
}

/* Decorative lines */
.mvx-heading::before,
.mvx-heading::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #17284e;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

/* ===== GRID ===== */
.mvx-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/* ===== CARD ===== */
.mvx-card {
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  text-align: left;
  position: relative;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  overflow: hidden;
}

/* subtle dot pattern */
.mvx-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  background: radial-gradient(#ddd 1px, transparent 1px);
  background-size: 8px 8px;
  opacity: 0.5;
}

/* title */
.mvx-card-title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 21px;
}

/* paragraph */
.mvx-card-text {
  font-size: 17px;
  color: #555;
  line-height: 1.6;
}

/* icon placeholder */
.mvx-icon {
  margin-top: 20px;
  font-size: 40px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .mvx-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .mvx-grid {
    grid-template-columns: 1fr;
  }

  .mvx-heading {
    font-size: 22px;
  }
}