body {
  background-color: #fff;
  font-size: 16px !important;
  line-height: 1.4;
  font-weight: 400;
  font-family: "DM Sans", sans-serif !important;
}

a {
  text-decoration: none !important;
}

h6 {
  font-size: 14px;
}

.section-heading {
  text-align: center;
  margin-bottom: 40px;
}
/* Submenu base styling */
.dropdown-submenu .sub-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
  border-radius: 0.25rem;
  z-index: 1000;
}

/* Show submenu on hover */
.dropdown-submenu:hover .sub-menu {
  display: block;
}

/* Position fix */
.dropdown-submenu {
  position: relative;
}

.subheading {
  text-transform: uppercase;
  color: #666;
  font-size: 14px;
  letter-spacing: 1px;
}

.heading {
  font-weight: 700;
  font-size: 36px;
  color: #0a0a23;
}

.thm_btn {
  background-color: #fca311;
  border: none;
  color: white;
}

.thm_btn {
  border: 2px solid #fca311;
  color: #fca311;
  background: transparent;
}

.service-card {
  height: 280px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  flex-wrap: nowrap;
}

.img-container {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.img-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s ease;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  text-align: center;
}

.img-container:hover .overlay {
  opacity: 1;
}

.full-height {
  height: 100%;
}

.half-height {
  height: 50%;
}

.feture-part {
  font-size: 40px;
}

.thm_btn {
  font-weight: bold;
  padding: 12px 30px;
  font-size: 16px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  /* Removes underline */
}

/* Orange Button */
.thm_btn.orange {
  background-color: #f8981d;
  color: #fff;
  border-color: #f8981d;
}

.thm_btn.orange:hover {
  background-color: #e48810;
  border-color: #e48810;
}

.thm_btn.outline-white {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.thm_btn.outline-white:hover {
  background-color: #fff;
  color: #3e56f5;
}

.feture_sec {
  background-color: #3e56f5;
  padding: 60px 0;

}

.left_col {

  /* display: contents; */
  display: flex;
  justify-content: flex-end;

}

.brands {}

.brands img {
  max-width: 100%;
  width: 150px;
  height: 70px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.5;
  transition: 0.3s;
}

.brands img:hover {
  filter: none;
  opacity: 1;
}

.testimonials-section {
  background-color: #f1f2f4;
  overflow: hidden;
  position: relative;
}

.blog-card img {
  transition: transform 0.4s ease;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.blog-card:hover img {
  transform: scale(1.05);
}

.blog1 {

  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;

}

.thm_heading {
  font-size: 32px;
  font-weight: bold;
  color: #1f1f3a;
  margin: 0;
}

.thm_subheading {
  font-weight: 600;
  color: #1f1f3a;
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;

}


/*default CSS*/
section.hero {
  margin-top: 130px;
}

.form-control {
  font-size: 14px;
  box-shadow: none;
  border-bottom: 1px solid gainsboro;
}

/*end*/

/*Heading*/
header {
  margin-bottom: 95px;
}

.navbar {
  margin-bottom: 0;
  background: transparent;
  z-index: 9999;
  border: 0;
  font-size: 12px !important;
  line-height: 1.4 !important;
  border-radius: 0;
  box-shadow: 0 0 0px rgb(0 0 0 / 0);
}

header.fixed .navbar {
  box-shadow: 0 0 20px rgb(0 0 0 / 0.1);
  background: #07071c;
}

.navbar.navbar-default .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.navbar .navbar-brand {
  height: unset;
  padding: 10px 0;
  padding-left: 0px;
}

.navbar-nav li a:hover,
.navbar-nav li.active a {
  color: #f4511e !important;
  background-color: #fff !important;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
  color: #fff !important;
}

.navbar .brand {
  max-width: 250px;
  max-height: 100px;
  object-fit: contain;
}

.navbar-default .navbar-collapse {
  /*padding: 10px 0;*/
}

.navbar .menu {
  padding: 0;
  text-align: right;
  margin: 5px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.navbar .menu li {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 5px;
  font-size: 14px;
  border-radius: 50px;
}

.navbar .menu li.special {
  position: relative;
  background: transparent;
  color: var(--secondary-color) !important;
  z-index: 1;
  border: none !important;
  border-radius: 5px;
  overflow: hidden;
}

.navbar .menu li.special:hover {
  transform: scale(1.05);
}

.navbar .menu li.special:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 205%;
  height: 100%;
  background: linear-gradient(45deg, #ffba00, #ffde00, #ffba00);
  z-index: -1;
  transition: .3s;
}

.navbar .menu li:hover {
  /*background: var(--primary-color);*/
}

.navbar .menu li.special:hover:after {
  transform: translateX(-45%);
}

.navbar .menu li a {
  text-decoration: none;
  color: var(--secondary-color);
  padding: 8px 14px;
  display: inline-block;
}

.navbar .menu li.special a {
  color: var(--dark-color) !important;
  padding: 8px 24px;
}

.navbar .menu li:hover a {
  color: var(--primary-color);
}

.menu .menu-item-has-children>a:first-child {
  padding-right: 26px;
}

.menu .navcticn {
  position: absolute;
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  z-index: 2;
  right: 0;
  top: 4px;
  padding: 8px 8px;
  cursor: pointer;
}

.navbar .menu li:hover .navcticn {
  color: var(--primary-color);
  transform: rotate(180deg);
}

.navbar .menu .sub-menu {
  padding: 20px 10px;
  position: absolute;
  width: 235px;
  right: 0;
  top: 100px;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  z-index: 9;
  transition: .2s;
  border-radius: 3px;
  box-shadow: 0px 15px 20px rgb(0 0 0 / 7%);
}

.navbar .menu li:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
  top: 40px;
}

.navbar .menu .sub-menu li {
  display: block;
  text-align: left;
  margin: 0;
}

.navbar .menu .sub-menu li:hover {
  /*background: #fff3eb;*/
}

.navbar .menu .sub-menu li a {
  color: var(--txtcolor2);
  letter-spacing: 0;
  width: 100%;
  display: block;
  padding: 5px 10px;
}

.navbar .menu .sub-menu li:hover a {
  color: var(--primary-color);
}

.navbar .menu .sub-menu .sub-menu {
  width: 250px;
  right: 50%;
  top: 0;
  background: #e5f4ff;
  z-index: -1;
  border-radius: 10px 0px 10px 10px;
}

.navbar .menu .sub-menu .sub-menu li a {
  color: black;
}

.navbar .menu .sub-menu .sub-menu li:hover a {
  color: #0043ff;
}

.navbar .menu .sub-menu li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  right: 100%;
  top: 0;
  z-index: 2;
}

.navbar .menu .sub-menu li.menu-item-has-children:hover {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-default .navbar-toggle {
  /*display: unset;
    float: left;
    margin: 18px 15px 18px 0;
    padding: 8px;*/
  background: transparent !important;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 5px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: var(--dark-color);
}

.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 5px;
  transition: .5s;
}

.navbar-default .navbar-toggle .icon-bar:nth-child(2) {
  width: 82%;
}

.navbar-default .navbar-toggle .icon-bar:nth-child(3) {
  width: 50%;
}

.navbar-default .navbar-toggle.collapsed .icon-bar {
  width: 28px;
}

.navbar-default .navbar-collapse {
  max-height: 57.4px !important;
  overflow: hidden !important;
  margin: 5px 0 0px auto;
  transition: 0s;
}

.navbar-default .navbar-collapse:hover {
  overflow: visible !important;
}

.navbar-collapse.collapse[aria-expanded="false"] {
  visibility: hidden;
  opacity: 0;
}

.navbar .dropdown-menu>li>a {
  font-size: 15px;
  /*     max-width: 200px;     */
  min-width: 200px;
  white-space: normal;
}

/*End*/

/*Banner image slider*/
.bannerimg_slider {
  overflow: hidden;
  margin-top: 130px;
  position: relative;
}

.bannerimg_slider .swiper-banner {
  padding: 0;
}

.bannerimg_slider .slider-card img {
  width: 100%;
  max-height: 100vh;
  object-fit: cover;
}

/*end*/

/*banner section*/
.section-1 {
  z-index: 1;
  position: relative;
  margin-top: 29px;
}

.section-1 .swiper-mainslider {
  overflow: hidden;
}

.showcase {
  width: 100%;
  position: relative;
}

.showcase:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 70vh;
  background: url(../img/growthcarvs.png) no-repeat center center/cover;
  transform: translateY(-80%);
  z-index: -1;
}

.showcase .flxcontrol {
  align-content: center;
  align-items: stretch;
  height: calc(100vh - 105px);
  overflow: hidden;
}

.showcase-content {
  position: relative;
  z-index: 2;
}

.showcase-content h1.bnrheading {
  font-weight: 700;
  font-size: 60px;
  margin: 0 0 2rem;
  color: var(--secondary-color);
}

.lightmode .showcase-content h1.bnrheading b {
  color: var(--primary-color);
}

.showcase-content p.bnrp {
  color: var(--secondary-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  margin: 3rem 0;
}

.showcase-content .btn-grp {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.showcase-content .btn-grp .btn {
  font-size: 14px;
  padding: 12px 25px;
}

.showcase-content .pulse {
  animation: pulse 5s infinite;
  animation-delay: var(--s);
  font-size: 22px;
  padding: 10px 0;
  width: 44px;
  height: 44px;
  line-height: 1;
  text-align: center;
}

.heroimgcont {
  height: 100%;
  position: relative;
}

.heroimgcont .heroitems {
  overflow: hidden;
}

.heroimgcont .heroitems .heroitemimg {
  margin: 0 auto;
  max-width: 100%;
}

.heroimgcont .heroitems .heroitemimg img {
  max-height: 100%;
  object-fit: contain;
  height: unset;
}

.pts {}

.pts .flxcontrol {
  align-items: flex-start;
  justify-content: space-between;
  height: unset;
  overflow: visible;
}

.pts .heading b {
  color: var(--primary-color);
}

.pts .pts-box {
  position: relative;
  width: 28%;
  margin: 30px 0px;
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
  border-radius: 10px;
  transition: .5s;
}

.pts .pts-box:hover {
  box-shadow: 0 10px 50px rgb(0 0 0 / 6%);
  background: #fff;
  transform: scale(1.03);
}

.pts .pts-box .icon {
  width: 100%;
  padding: 0 10px;
  height: 70px;
}

.pts .pts-box .icon img {
  max-width: 48px;
  margin: 0 auto 15px auto;
  transition: .5s;
}

.pts .pts-box .info {
  width: 100%;
}

.pts .pts-box .info p {
  font-size: 12px;
  color: var(--txtcolor2);
  margin: 20px auto 0 auto;
  max-width: 230px;
}

.pts .pts-box .info .btn {
  margin: 25px 0 10px 0;
  font-size: 12px;
  padding: 7px 15px;
}

/*end*/

/*Product Slider*/
.paints {
  background-color: #ff7738;
  overflow: hidden;
  padding: 70px 0 50px;
  position: relative;
}

.paint_card {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 15px;
  border-radius: 5px;
  border: none;
  text-align: center;
}

.paint_card .pd_thumb {
  background: linear-gradient(312deg, #00b74a, #fd7f00, #ff2006, #d0148f);
  text-align: center;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 230px;
}

.paint_card .pd_thumb img {
  aspect-ratio: 3 / 4;
  object-fit: contain;
  height: 200px;
  z-index: 1;
  transition: 0.5s;
}

.paint_card:hover .pd_thumb img {
  transform: translateY(-25%) scale(0.7);
}

.paint_card .pd_thumb p {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 15px;
  z-index: 2;
  transform: translateY(200%);
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: rgb(255 255 255 / 0%); */
  color: white;
}

.paint_card:hover .pd_thumb p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.paint_card h3 {
  margin: 20px auto 5px;
  font-size: 20px;
  font-weight: 600;
}

.paint_card .stars {
  color: #fff;
}

/*end*/

/*Service slider*/
.our-service {
  background-color: #f5f6f8;
  padding: 70px 0;
}

.service-card {
  background: #fff;
  padding: 30px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
}

.service-card i {
  font-size: 40px;
  color: #3b5bfe;
  margin-bottom: 20px;
}

.service-title {
  font-weight: 600;
  font-size: 18px;
  color: #0a0a23;
}

.service-desc {
  color: #666;
  font-size: 16px;
}

.service-card {
  height: 280px;
  text-align: center;
  padding: 20px;

  transition: box-shadow 0.3s ease, transform 0.3s ease;
  background-color: #fff;
}
.paint-btn{
       background: white;
    color: #000000;
    width: 100px;
    height: 40px;
    border-radius: 5px;
    border: white;
}
.paint-btn a {
    
    color: #000000;
    font-size: 18px;
    
}
.paint-btn:hover{
    background: #00bf37;
    border: #00bf37;
}
.paints .container{
    text-align: center;
} 
/*.service-card img {*/
/*  width: 60px;*/
/*  height: 60px;*/

/*}*/

.service-card:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);

}

/*end*/

/*Hero Section*/
.hero-section {
  background-color: #fff;
  padding: 70px 0 110px 0;
}

.hero-section .left-images {
  z-index: 1;
  position: relative;
  text-align: right;
}

.hero-section .left-images img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  max-height: 100%;
  object-fit: cover;
}

.hero-section .left-images img:nth-child(2) {
  position: relative;
  top: 100px;
  z-index: 1;
  margin-right: 0;
  margin-left: auto;
  max-width: 90%;
  margin-bottom: 30px;
}

/*end*/

/*Footer*/
.footer {
  background-color: #000;
  padding: 60px 0 20px;
}

.footer h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
}

.footer p,
.footer a {
  color: #d6d6d6;
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
}

.footer a {
  padding-bottom: 3px;
  display: inline-block;
}

.social-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footer .social-icons a {
  width: 45px;
  height: 45px;
  text-align: center;
  margin-right: 10px;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .social-icons svg {
  fill: #fff;
  stroke: none;
  margin-top: 4px;
}

.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 20px;
  color: white;
  font-size: 15px;
}

/*end*/

.get-started-btn {
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(90deg, #00b74a, #fd7f00, #ff2006, #d0148f);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  text-decoration: none;
  border: none !important;
}

.get-started-btn:hover {
  background: linear-gradient(-90deg, #00b74a, #fd7f00, #ff2006, #d0148f);
  color: #fff;
  transform: translateY(-2px);
}

.nav-item {
  padding-right: 14px;
  font-size: 19px;
}

.collapse {
  padding-right: 15px;
  padding-bottom: 20px;
  text-align: center;
}

.collapse .navbar-nav {
  width: 100%;
  margin: 0;
}



/* Layout Fix */
.row.flxcontrol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 100vh;
  padding: 50px 20px;
}

/* Text Styling */
.showcase-content {
  padding: 20px;
  color: #000;
}

.showcase-content .bnrheading {
  font-size: 60px;
  font-weight: 700;
  color: rgb(15, 18, 73);
  margin-bottom: 20px;
  line-height: 1.2;
}

.showcase-content .bnrheading b {
  color: #FFA500;
  /* Optional orange/yellow brand color */
}

.showcase-content .bnrp {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #000;
}

/* Button Gradient */
.btn-gradient {
  background: linear-gradient(90deg, #00b74a, #fd7f00, #ff2006, #d0148f);
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.btn-gradient:hover {
  opacity: 0.9;
  transform: translateY(-2px);
  color: #fff;
  background: linear-gradient(-90deg, #00b74a, #fd7f00, #ff2006, #d0148f);
}

/* Image Styling */
.heroimgcont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.heroitemimg img {
  max-width: 100%;
  height: 530px;
}

/* Responsive Fix */
@media (max-width: 768px) {
  .row.flxcontrol {
    flex-direction: column;
    text-align: center;
  }

  .heroimgcont {
    margin-top: 30px;
  }

  .showcase-content .bnrheading {
    font-size: 28px;
  }

  .showcase-content .bnrp {
    font-size: 14px;
  }

  .btn-grp {
    justify-content: center;
  }

  .hero-section {
    padding-bottom: 40px;
  }

  .hero-section .thm_subheading {
    margin-top: 40px;
  }

  .nav-item {
    padding-right: 0;
  }

  .navbar .navbar-brand {
    flex-grow: 1;
  }

  .navbar-toggler {
    border: none !important;
    box-shadow: none !important;
    font-size: 26px !important;
  }
}


.circle-bg {
  position: absolute;
  width: 450px;
  height: 450px;
  background-color: #FFF3D4;
  border-radius: 50%;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}