@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

* {
  margin: 0;
  padding: 0;
}

/* scroll style  */
::-webkit-scrollbar {
  width: 12px;
}

ul {
  padding: 0;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: var(--primary);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: var(--primary);
}

ul li {
  list-style: none;
}

html,
body {
  overflow-x: hidden;
  color: #444444;
  margin: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-family: "Source Sans 3", sans-serif;
}

:root {
  --primary: #1d51a3;
  --danger: #c21029;
  --light: #F0F0F0;
  --secondary: #dfb034;
  --dark: #202020;
  --text-black: #121212;
  --main-color-one: #ffae30;
  --text-danger: #c21029;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/* topbar */
.top-header {
  background: #000;
  padding: 20px 0px;
}

.top-header h3 {
  font-size: 21px;
  color: var(--primary);
  margin: 0;
}

.top-header small {
  color: #fff;
  vertical-align: text-bottom;
  font-size: 14px;
}

.top-header small b {
  font-weight: 500;
}

.top-header small i {
  vertical-align: middle;
}

.map-icon i {
  color: var(--secondary);
}

.gst_icon i {
  color: #36d336;
}

.verified_icon i {
  color: var(--primary);
}

.call_btn {
  background: var(--primary);
  padding: 9px 15px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  border: 2px solid var(--primary);
  transition: all 0.5s;
  display: inline-block;
  border-radius: 55px;
}

.call_btn small {
  margin-top: -2px;
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #000;
}

.call_btn:hover {
  background: transparent;
  color: var(--primary);
  border-color: 2px solid var(--primary);
}

.call_btn:hover small {
  color: var(--primary);
}

/* Navbar Section */
.navbar-brand img {
  transition: all 0.3s ease;
  height: 80px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #000;
  margin-right: 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.navbar-expand-lg .navbar-nav .nav-link::before,
.nav-link::after {
  content: "";
  position: absolute;
  display: block;
  border: 0 solid transparent;
  width: 0%;
  height: 0%;
  transition: all 0.3s ease;
}

.navbar-expand-lg .navbar-nav .nav-link::before {
  right: 0;
  bottom: 0;
  border-bottom: 2px solid transparent;
  border-right: 2px solid transparent;
}

.navbar-expand-lg .navbar-nav .nav-link::after {
  top: 0;
  left: 0;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
}

.navbar-expand-lg .navbar-nav .nav-link:hover::before {
  width: 10px;
  height: 10px;
  border-color: var(--primary);
}

.navbar-expand-lg .navbar-nav .nav-link:hover::after {
  width: 10px;
  height: 10px;
  border-color: var(--primary);
}

.navbar-expand-lg .navbar-nav .nav-link.active::before {
  width: 10px;
  height: 10px;
  border-color: var(--primary);
}

.navbar-expand-lg .navbar-nav .nav-link.active::after {
  width: 10px;
  height: 10px;
  border-color: var(--primary);
}
/* Banner Section */


.owl-carousel.banner {
  display: flex;
  width: 100%;
}

.owl-carousel.banner .item {
  flex: 0 0 auto;
  width: 100%;
}


.verified_text {
  color: #fff;
  font-style: italic;
  position: relative;
  font-size: 15px;
  text-decoration: underline;
  top: -10px;
}

.pulse {
  animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.register_btn {
  background: var(--secondary);
  padding: 12px 25px;
  color: #fff;
  border-radius: 4px;
  font-size: 15px;
  display: inline-block;
  font-weight: 600;
}

.register_btn:hover {
  background: var(--primary);
  color: #fff;

}

.owl-dots.disabled {
  display: none;
}

.banner .owl-carousel .owl-nav.disabled {
  display: inline-block;
  position: absolute;
  bottom: 4%;
  left: 4%;
}

.banner .owl-carousel .owl-nav button.owl-prev {
  background: var(--secondary);
  color: #fff;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 28px;
  margin-right: 12px;
}

.banner .owl-carousel .owl-nav button.owl-next {
  background: var(--secondary);
  color: #fff;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  font-size: 28px;
}

/* About Section */
.about_wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.about_wrapper:before {
  position: absolute;
  content: '';
  width: 200px;
  height: 200px;
  border-radius: 50%;
  opacity: 0.4;
  background: var(--heaven);
  border: 28px solid rgba(0, 0, 0, 0.25);
  left: -113px;
  top: 1px;
}

.about_wrapper:after {
  position: absolute;
  content: '';
  width: 200px;
  height: 200px;
  border-radius: 50%;
  opacity: 0.4;
  background: var(--heaven);
  border: 28px solid rgba(0, 0, 0, 0.25);
  right: -113px;
  top: 1px;
}

.about_image {
  position: relative;
  width: 100%;
  height: 500px;
  /* adjust as needed */
}

.btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0px 25px 15px;
  min-width: 150px;
}

.more_info_btn {
  background: var(--primary);
  padding: 8px 25px;
  color: #fff;
  outline: 2px solid #000;
  outline-offset: 4px;
  font-size: 18px;
  border-radius: 4px;
  margin-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.more_info_btn:hover {
  background: var(--secondary);
  color: #000;
}

/* make spans block so positioning works */
.about_image span {
  position: absolute;
  display: block;
}

/* first image top left */
.image_container_one {
  top: 27px;
  left: 45px;
  width: 50%;
  /* adjust size ratio */
}

.image_container_one img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* second image bottom right */
.image_container_two {
  bottom: 44px;
  right: -7px;
  width: 50%;
  /* adjust size ratio */
}

.image_container_two img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.about_content {
  text-transform: capitalize;
  overflow: hidden;
}

.about_content h2 {
  font-family: "Source Sans 3", sans-serif;
  color: var(--primary);
  font-weight: 800;
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 15px;
  padding-top: 10px;
  position: relative;
}

.about_content h2 span {
  color: var(--secondary);
}

.about_content h2::after {
  content: '';
  width: 43px;
  position: absolute;
  height: 4px;
  background-color: var(--primary);
  top: 6px;
  left: 2px;
}

.main_heading {
  font-family: 'Rubik', sans-serif;
  color: var(--primary);
  font-weight: 600;
  font-size: 27px;
  text-transform: capitalize;
  margin-bottom: 15px;
  padding-bottom: 10px;
  position: relative;
}

.main_heading::after {
  content: '';
  width: 50px;
  position: absolute;
  height: 4px;
  background-color: var(--primary);
  bottom: -3%;
  left: 47%;
}

.main_heading span {
  color: var(--secondary);
}



.info-box .icon-circle {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--secondary);
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  justify-content: center;
}

.info-box .icon-circle:hover {
  background-color: var(--primary);
}

.info-box .icon-circle i {
  font-size: 28px;
  color: #fff;
}

.info-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.info-text .label {
  font-size: 14px;
  color: #888;
}

.info-text .value {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.about_content h5 {
  border-left: 4px solid var(--secondary);
  padding-left: 5px;
  font-size: 15px;
  color: #000;
  padding: 8px;
  font-weight: 600;
  line-height: 28px;
  border-radius: 6px;
}

.about_content p {
  font-size: 15px;
  color: #444444;
  text-align: justify;
}

.service-card {
  transition: all 0.3s ease;
  border: none;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  height: 100%;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.service-card .card-body {
  padding: 25px;
}

.service-card h5 {
  font-weight: 600;
  color: var(--primary);
}

.service-card p {
  margin-top: 10px;
  color: #333;
}

.rm_btn {
  padding: 9px 15px;
  text-align: center;
  text-transform: capitalize;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 4px;
  display: inline-block;
  border: 0px;
  font-weight: 500;
  box-shadow: 0px 0px 14px -7px #092edb;
  background-image: linear-gradient(45deg, #092edb 0%, #11266f 51%, #092edb 100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.rm_btn:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.rm_btn:active {
  transform: scale(0.95);
}

.animate_img {
  animation: animate-ai 1s linear infinite alternate;
}

@keyframes animate-ai {

  0% {

    transform: translateY(0px);

  }

  100% {

    transform: translateY(10px);

  }

}

.about_wrapper {
  position: relative;
  overflow: hidden;
  z-index: 99;
}

.about_content h6 {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  color: #444444;
}

.about_img {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.heading {
  position: relative;
  font-family: 'Rubik', sans-serif;
  color: #000;
  font-size: 26px;
  font-weight: 500;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.main-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 15px;
}

.pulse-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  border: 2px solid var(--primary);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite;
  z-index: 1;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0.7;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.05);
    opacity: 0.4;
  }

  100% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0.7;
  }
}

.center-image {
  height: 380px;
  position: relative;
  width: 380px;
  z-index: 2;
  background-color: #4c7ac566;
  border-radius: 50%;
  object-fit: contain;
  /* max-width: 280px; */
  border: 5px solid aliceblue;
}

.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  border: 3px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.avatar-1 {
  top: 10%;
  left: 10%;
}

.avatar-2 {
  top: 30%;
  right: 5%;
}

.avatar-3 {
  bottom: 10%;
  left: 20%;
}

.nps-badge {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 3;
}

.nps-badge img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.nps-badge span {
  font-weight: bold;
}

.super-button {
  position: relative;
  display: inline-block;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 28px;
  background: linear-gradient(145deg, #0f0f0f, var(--primary));
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  z-index: 1;
}

.super-button::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 0deg, #00ffff, #ff00ff, #00ffff);
  animation: rotate 4s linear infinite;
  z-index: -2;
}

.super-button::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #0a0a0a;
  border-radius: inherit;
  z-index: -1;
}

.super-button:hover {
  transform: scale(1.05);
  color: #fff;
  box-shadow: 0 0 40px rgba(0, 255, 255, 0.2);
}

.super-button:hover .arrow {
  transform: translateX(6px);
}

.arrow {
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease-in-out;
  color: #00ffff;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.heading::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ccc;
  bottom: 1px;
  left: calc(50% - 60px);
}

.heading::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--secondary);
  bottom: 0;
  border-radius: 4px;
  left: calc(50% - 20px);
}

/* Our categories_wrapper Section */
.categories_wrapper {
  position: relative;
  background: url(../image/2.jpg) no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.categories-logo {
  position: relative;
  width: 180px; /* Adjust as needed */
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  /* Modern browsers */
  aspect-ratio: 1 / 1;

  /* Safari fallback */
  height: 0;
  padding-top: 100%; /* Keeps it square */
}

.categories-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: contain;
  display: block;
}

.categories-logo:hover {
  transform: scale(1.05);
 
}

@media (max-width: 767.98px) {
  .categories-logo {
    width: 150px;
    display: table;
    margin: 0 auto;
  }
}

/* Testimonials */
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
  text-align: left;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
  text-align: left;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: var(--primary);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #4c7ac566;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
/****** About Page *******/

.all_page_banner img {
  width: 100%;
  height: 420px;
  background-attachment: fixed;
  object-fit: cover;
  margin-top: 60px !important;
  z-index: 99;
}

.all_page_banner {
  position: relative;
}

.banner_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  text-align: center;
  color: #fff;
}

.banner_text h1 {
  font-size: 35px;
  color: var(--secondary);
}

.banner_text h1 span {
  color: #fff;
}
/* Our Business */
.our_business_wrapper{
  padding: 50px 0px;
  background-color: var(--light);
}
.business_img img{
  width: 100%;
  height: 165px;
  border-radius: 15px;
  object-fit: cover;
}
.business_icon{
  font-size: 60px;
  color: var(--primary);
}
.business_card{
      border-radius: 15px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      text-align: center;
      padding: 25px 20px;
      background: #fff;
}
.business_card h5{
  font-size: 22px;
  color: #000;
}
.business_card p{
  font-size: 17px;
  color: #000;
}
.business_ul li{
  font-size: 17px;
  color: #000;
  text-align: left;
}
/* Teams section */
.team_img img{
  border-radius: 6px;
}
.team_img {
    position: relative;
    overflow: hidden;
    z-index: 1;
     border-radius: 6px;
    height: 292px;
}
.team_img img {
    transition: all 0.3s;
    width: 100%;
    height:100%;
    object-fit: cover;
}

.team_img:hover img {
    transform: scale(1.2);

}
/* Contact Us PAge */
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: #fff;
  display: block;
}
.contact .info-box i {
  font-size: 32px;
  color: var(--primary);
  border-radius: 50%;
  padding: 8px;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #2c4964;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}
.contact .info-box a{
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background: #fff;
}
.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: var(--primary);
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: var(--primary);
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
}
.contact .php-email-form button[type=submit]:hover {
  background: var(--secondary);
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}





/* Product Detail */
.product_detail_section {
  padding: 50px 0px;

  background-size: cover;
}

.productdetail_image_box {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  background-color: #fff;
  padding: 30px;
}

.product_detail_name {
  color: #000;
  font-size: 22px;
  text-align: center;
}

.product-card {
  border: 1px solid #ddd;
  padding: 15px;
}

.whatsapp_price_btn {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 10px 15px;
  display: inline-block;
  background: #25D366;
  color: #000;
  border-radius: 6px;
  margin-top: 15px;
  transition: all 0.3s ease-in-out;
}

.whatsapp_price_btn:hover {
  color: #000;
}

/* Related Products */
.related_products_wrapper {
  background-color: var(--light);
  padding: 20px 0px;
}

.relatedproduct_image_box {
  background-color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.relatedproduct_title {
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  color: #000;
  padding: 10px 15px;
  text-align: center;
  background-color: var(--primary);
}

.section_icon {
  font-size: 32px;
  color: var(--primary);
}

.lead {
  font-size: 20px;
  font-weight: 400;
}

.expertise_icon {
  color: var(--primary);
  display: block;
  font-size: 18px;
}

.expertise_text {
  font-size: 14px;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 20px;
}

.card-custom {
  transition: all 0.3s ease;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  border: none;
  background: #fff;
}

.card-custom:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.card-custom .icon {
  font-size: 36px;
  color: var(--primary);
  margin-bottom: 10px;
}

ul.custom-list {
  list-style: none;
  padding-left: 0;
}

ul.custom-list li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}

ul.custom-list li i {
  color: var(--primary);
  margin-right: 10px;
}

.section-padding {
  padding: 60px 15px;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 22px;
  }
}

/* .banner_text h2 span{
  color: #000;
} */
.banner_text h1 {
  font-size: 28px;
  font-weight: 700;
}

.quote_content i {
  font-size: 25px;
  color: var(--primary);
}

/* Service Page */
.service_content h5 {
  font-size: 20px;
  font-weight: 600;
  color: var(--primary);
}

.service_content i {
  font-size: 15px;
  color: #000;
  display: block;
  margin-bottom: 15px;
}

.service_content ul li {
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
}
/* brands */
.logo-slide {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100px;
      background-color: #f5f5f5;
    }
    .logo-slide img {
      max-height: 100%;
      width: auto;
    }
    @media (max-width: 768px) {
      .owl-carousel .owl-stage-outer {
        padding: 10px 0;
      }
    }

/* Video */
.video-container {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  border-radius: 12px; /* optional for rounded corners */
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); /* optional styling */
}

.video-container video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
/* Testimonials */
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid #fff;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #111;
  text-align: left;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
  text-align: left;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: var(--primary);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: #4c7ac566;
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}

/* Contact Page */
.contact-box {
  background: aliceblue;
  padding: 23px 25px;
  border-radius: 4px;
}

.contact .info p a {
  color: var(--text-black);
  font-size: 1rem;
  display: inline-block;
  margin: 0.75rem 0;
}

.contact .form-group {
  margin-bottom: 1.5rem;
}

.contact .form-control {

  padding: 0.375rem 1.1875rem;
  height: 3.75rem;
  font-size: 1rem;
  box-shadow: 0 0.1875rem 1.25rem 0 rgb(0 0 0 / 12%);
}

.contact_icons {
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
}

p {
  margin: 0;
}

.contact_text {
  color: #444444;
}

.contact .textarea {
  width: 100%;
  border-radius: 0.25rem;
  padding: 0.75rem 1.1875rem;
  border: none;
  font-size: 1rem;
  margin-top: 0.3125rem;
  box-shadow: 0 0.1875rem 1.25rem 0 rgb(0 0 0 / 12%);
}

.contact .textarea:focus {
  border: none;
  outline: none;
}

/* Terms And Conditions */
.choose_content h6 {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 15px;
}

.choose_content p {
  font-size: 16px;
  line-height: 28px;
}

.contact-section {
  padding: 60px 15px;
}

.contact-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  /* height: 100%; */
}

.contact-info li {
  list-style: none;
  margin-bottom: 25px;
  display: flex;
  align-items: flex-start;
}

.contact-info li i {
  font-size: 22px;
  color: var(--primary);
  margin-right: 12px;
  min-width: 24px;
}

.social-icons a {
  font-size: 22px;
  color: var(--primary);
  margin-right: 15px;
  transition: 0.3s ease;
}

.social-icons a:hover {
  color: var(--secondary);
  transform: scale(1.2);
}

.form-control:focus {
  box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.25);
}

.btn-primary {
  border-radius: 50px;
  padding: 10px 25px;
}

.hover-effect {
  transition: all 0.3s ease;
}

.hover-effect:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.social-icons a {
  font-size: 22px;
  color: var(--primary);
  margin-right: 15px;
  transition: 0.3s ease;
}

.social-icons a:hover {
  color: var(--secondary);
  transform: scale(1.2);
}

.text-muted {
  color: #6c757d !important;
  font-size: 15px;
}
/* Product Category  */
.product_category_wrapper{
  background-color: var(--light);
  padding: 50px 0px;
  position: relative;
  overflow: hidden;
}
.category_card{
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

/* imarul css- 29/08-2025 */
.category_card img {
  max-height: 110px; 
  height: 100px !important;/* slightly smaller height */
  margin-bottom: 30px;
    width: 50%;             /* maintain aspect ratio */
  display: block;          /* removes inline spacing */
  margin-left: auto;       /* center horizontally */
  margin-right: auto;      /* center horizontally */
  object-fit: contain;     /* fit inside the height without distortion */
}
.product_category_wrapper:before {
  position: absolute;
  content: '';
  width: 200px;
  height: 200px;
  border-radius: 50%;
  opacity: 0.4;
  background: var(--heaven);
  border: 28px solid rgba(0, 0, 0, 0.25);
  left: -113px;
  top: 1px;
}

.product_category_wrapper:after {
  position: absolute;
  content: '';
  width: 200px;
  height: 200px;
  border-radius: 50%;
  opacity: 0.4;
  background: var(--heaven);
  border: 28px solid rgba(0, 0, 0, 0.25);
  right: -113px;
  top: 1px;
}
/* Product Detail Page */
.product_detail_wrapper{
  position: relative;
  overflow: hidden;
}
.product_detail_wrapper:before {
  position: absolute;
  content: '';
  width: 200px;
  height: 200px;
  border-radius: 50%;
  opacity: 0.4;
  background: var(--heaven);
  border: 28px solid rgba(0, 0, 0, 0.25);
  left: -113px;
  top: 1px;
}

.product_detail_wrapper:after {
  position: absolute;
  content: '';
  width: 200px;
  height: 200px;
  border-radius: 50%;
  opacity: 0.4;
  background: var(--heaven);
  border: 28px solid rgba(0, 0, 0, 0.25);
  right: -113px;
  top: 1px;
}
.detail_content{
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  border-radius: 4px;
}
.detail_content p{
  font-size: 16px;
  line-height: 28px;
}















/* Contact Page */
.contact_us_wrapper {
  background-color: var(--light)
}

.contact_box {
  background-color: #fff;
  padding: 20px 15px;
  border-radius: 4px;
  height: 22vh;
}

.contact_box i {
  font-size: 24px;
  color: var(--secondary);
  margin-bottom: 10px;
}

.contact_box h4 {
  font-size: 20px;
  color: var(--primary);
}

.contact_box a {
  color: #000;
}

.contact_box h4 span {
  color: var(--secondary);
}

.contact_box p {
  font-size: 15px;
}
/* Fixed position container for icons */
        .fixed-icons {
            position: fixed;
            top: 60%;
            right: 0;
            transform: translateY(-50%);
            z-index: 1000;
            display: flex;
            flex-direction: column;
            gap: 10px;
            padding: 10px;
        }

        /* Common styling for buttons */
        .fixed-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 11px 13px;
    border-radius: 10px 0 0 10px;
    text-decoration: none;
    font-size: 17px;
    transition: transform 0.3s ease-in-out;
    transform: translateX(80%);
}

        /* Show buttons on hover */
        .fixed-icons a:hover {
            transform: translateX(7%); /* Slide in fully on hover */
        }

        /* Styling for WhatsApp button */
        .whatsapp-btn {
            font-size: 20px;
            background-color: #25D366;
        }

        .whatsapp-btn:hover {
            background-color: #1ebe57;
        }

        .whatsapp-btn i {
            font-size: 29px;
            margin-right: 8px;
            vertical-align: bottom;
        }

        /* Styling for download button */
        .download-btn {
            background-color: var(--primary);
        }
        .download-btn i {
            font-size: 28px;
            margin-right: 8px;
            vertical-align: bottom;
        }
        .download-btn:hover {
            background-color: #0056b3;
        }
        /* Styling for brochure button */
        .brochure-btn {
            background-color: var(--secondary);
        }
        .brochure-btn i {
            font-size: 28px;
            margin-right: 8px;
            vertical-align: bottom;
        }
        .brochure-btn:hover {
            background-color: var(--main-color-one);
        }


        /* Hide the third icon on mobile */
        @media (max-width: 768px) {
            .third-icon {
                display: none;
            }
        }
/********** Responsive Breakpoins *********/



/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

  /* Index Page */
  .head_text {
    font-size: 28px;
  }
  .navbar-collapse {
    padding: 13px 20px;
    background-color: #fff;
  }
     
.navbar-brand img {
    transition: all 0.3s ease;
    height: 45px;
}
.navbar-toggler-icon{
  font-size: 25px;
}
  .banner_text {
    top: 66%;
  }
  .image_container_two{
    bottom: 62px;
  right: -9px;
  }
  .banner_content {
    margin-top: 43px;
  }

  .banner_content h1 {
    font-size: 22px;
  }

  .banner_content h1 span {
    font-size: 28px;
  }

  .contact_box h4 {
    font-size: 18px;
  }

  .contact_box p {
    font-size: 13px;
  }

  .main_heading::after {
    left: 30%;
  }

  .about_wrapper:after {
    display: none;
  }

  .coinfall_gif {
    right: 0;
  }

  .rm_btn {
    padding: 7px 19px;
  }

  .hero_container {
    margin-bottom: 30px;
  }

  .sub_heading {
    font-size: 13px;
  }

  .content h5 {
    font-size: 18px;
  }

  .content p {
    font-size: 14px;
  }

  /* About Page */
  .all_page_banner img {
    height: 135px;
  }

  .banner_text h1 {
    font-size: 18px;
  }

  .banner_text h2 {
    font-size: 18px;
  }

  .heading {
    font-size: 25px;
  }

  .trendzoomer_texts {
    font-size: 14px;
    line-height: 25px;
  }

  /* Terms and Condition */
  .choose_content h2 {
    font-size: 20px;
  }

  .choose_content h2 span {
    font-size: 25px;
  }

  .choose_content p {
    font-size: 14px;
    line-height: 25px;
  }

  .choose_content h6 {
    font-size: 14px;
    margin-bottom: 13px;
  }

  .phone-no {
    margin-top: 7px;
    text-align: left;
  }

  .phone-no a {
    font-size: 18px;
  }

  .phone-no i {
    margin-right: 4px;
    font-size: 18px;
  }

  .quote_text {
    font-size: 21px;
  }

  .product_image_box {
    height: auto;
  }

  .copyright {
    font-size: 16px;
  }

  .quote_text span {
    font-size: 25px;
  }

  

  .enquiry_section:after {
    display: none;
  }

  .enquiry_section::before {
    display: none;
  }

  
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .mail_text {
    margin-right: 8px;
  }
  
  .head_text {
    font-size: 35px;
  }
  .navbar-brand img {
    transition: all 0.3s ease;
    height: 45px;
  }
  .phone-no a {
    font-size: 25px;
  }

  .navbar-collapse {
    padding: 13px 20px;
    background-color: #fff;
  }

  .main_heading::before {
    bottom: -10px;
    right: 43%;
  }

  .main_heading::after {
    left: 41%;
  }

  .product_image_box {
    height: 35vh;
  }

  .enquiry_section:after {
    display: none;
  }

  .enquiry_section::before {
    display: none;
  }

  .super-button {
    font-size: 12px;
  }

  .hero_container {
    margin-bottom: 30px;
  }

  .all_page_banner img {
    height: 200px;
  }

  .banner_text h1 {
    font-size: 18px;
  }

  .banner_text h1 {
    font-size: 18px;
  }

  .choose_content h2 {
    font-size: 30px;
  }

  .choose_content h2 span {
    font-size: 35px;
  }

  .phone-no {
    margin-top: 0px;
    text-align: left;
  }

  .banner_content {
    margin-top: 35px;
  }

  

  .phone-no a {
    font-size: 19px;
  }

  .phone-no i {
    font-size: 28px;
  }
  

}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .head_text {
    font-size: 24px;
  }

  .content h5 {
    font-size: 15px;
  }

  .content p {
    font-size: 13px;
  }
  
  .product_image_box {
    height: auto;
  }

  .navbar-collapse {
    padding: 13px 20px;
    background-color: #fff;
  }

  .choose_content h2 {
    font-size: 23px;
  }

  .choose_content h2 span {
    font-size: 26px;
  }

  
}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .phone-no a {
    font-size: 25px;
  }

  .main_heading::before {
    bottom: -10px;
    right: 43%;
  }

  .main_heading::after {
    left: 47%;
  }
  .call_btn{
    font-size: 12px;
  }
}

/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

/* Imarul css */
/* .video-container-fixed {
  position: relative;
  width: 876px;
  height: 493px;
  margin: 0 auto;
  /* centers on the page */

  
.video-container-fixed iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
}

/*imarul-partner section*/
.logo-box {
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  background: #fff;
}

.logo-box:hover {
  border-color: #1d51a3;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  transform: translateY(-5px);
}
.logo-box img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

/* Footer */
.footer-bg {
      background-color: #051327;
      color: white;
      padding: 20px 0;
    }
.footer-bg h5{
  margin-bottom: 20px;
}
    .footer-text {
      display: block;
      font-size: 16px;
      color: #fff;
      margin-bottom: 12px;
    }
    .social-icons a {
      color: white;
      margin: 0 10px;
      text-decoration: none;
      font-size: 24px;
    }


.custom-margin {
  margin-top: 150px !important; /* default (desktop) */
}

/* Tablet */
@media (max-width: 991px) {
  .custom-margin {
    margin-top: 100px !important;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .custom-margin {
    margin-top: 80px !important;
  }
}