/* som Hero Section */
.som-hero .single-slider {
  padding: 100px 0 140px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767.98px) {
  .som-hero .single-slider {
    padding: 120px 0 240px;
  }
}

.som-hero .single-slider .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 1.4s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1.4s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  z-index: -1;
}

.som-hero .single-slider .image-layer:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #00000094;
  z-index: -1;
}

.som-hero .single-slider.slick-current .image-layer {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.som-hero .hero-content {
  position: relative;
}

.som-hero .hero-content span.tag-line {
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white-color);
  padding: 6px 20px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 27px;
}

.som-hero .hero-content span.tag-line i {
  color: var(--secondary-color);
  margin-right: 10px;
}

@media (max-width: 575.98px) {
  .som-hero .hero-content span.tag-line {
    padding: 10px 10px 0;
  }
}

.som-hero .hero-content h1 {
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 30px;
  /* font-family: var(--accent-font); */
  font-weight: 800;
  font-size: 68px;
  line-height: 76px;
}

.som-hero .hero-content h1 span {
  border-radius: 20px;
  padding: 15px 10px 0;
  line-height: 0.8;
}

@media screen and (max-width: 1199.98px) {
  .som-hero .hero-content h1 {
    font-size: 70px;
    line-height: 85px;
  }
}

@media (max-width: 767.98px) {
  .som-hero .hero-content h1 {
    font-size: 40px;
    line-height: 55px;
  }
}

.som-hero .hero-content .hero-button .theme-btn:last-child {
  padding: 18px 50px;
  margin-left: 15px;
  background-color: var(--white-color);
  color: var(--heading-color);
}

@media (max-width: 575.98px) {
  .som-hero .hero-content .hero-button .theme-btn:last-child {
    margin-left: 6px;
  }
}

/* Features Section CSS */
.som-features-wrapper {
  position: relative;
  z-index: 2;
  background-color: #f7f7f7;
  border-radius: 20px;
  margin-top: 38px;
}

.som-features-wrapper .item-column:not(:last-child) {
  border-right: 1px solid #DDD;
}

@media screen and (max-width: 1199.98px) {
  .som-features-wrapper .item-column:not(:last-child) {
    border-right: none;
  }
}

@media screen and (max-width: 1199.98px) {

  .som-features-wrapper .item-column:nth-child(1),
  .som-features-wrapper .item-column:nth-child(3) {
    border-right: 1px solid #DDD;
  }
}

@media (max-width: 767.98px) {

  .som-features-wrapper .item-column:nth-child(1),
  .som-features-wrapper .item-column:nth-child(3) {
    border-right: none;
  }
}

.som-feature-item {
  padding: 30px 30px 25px;
  text-align: center;
}

.som-feature-item .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid #bebecfb0;
  background-color: #0374a7;
  color: var(--white-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--heading-color);
  font-size: 40px;
}

/* About Section CSS */
.som-left-iconic-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575.98px) {
  .som-left-iconic-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.som-left-iconic-box .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgb(203 203 203 / 54%);
  color: var(--primary-color);
  font-size: 40px;
  margin-right: 20px;
}

@media (max-width: 575.98px) {
  .som-left-iconic-box .icon {
    margin-bottom: 30px;
  }
}

.som-left-iconic-box .content h4 {
  margin-bottom: 6px;
}

.som-about-sec .som-image-box {
  position: relative;
  z-index: 0;
}

.som-about-sec .som-image-box .som-image.image-one {
  text-align: left;
}

.som-about-sec .som-image-box .som-image.image-one img {
  border-radius: 10px;
}

.som-about-sec .som-image-box .som-image.image-two {
  position: absolute;
  bottom: 0px;
  right: 30px;
}

.som-about-sec .som-image-box .som-image.image-two img {
  width: 100%;
  border-radius: 10px;
}

.som-about-sec .som-image-box .som-image.image-two .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.som-about-sec .som-image-box .som-image.image-two .play-btn .video-popup {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--secondary-color);
  color: var(--heading-color);
}

@media (max-width: 767.98px) {
  .som-about-sec .som-image-box .som-image.image-two {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 30px;
  }
}

.som-about-sec .som-image-box .border-shape {
  width: 185px;
  height: 300px;
  border: 7px solid #057bb0;
  position: absolute;
  right: 80px;
  top: 60px;
  z-index: -1;
}

.som-about-sec .som-image-box .experience-box {
  position: absolute;
  top: 60px;
  left: -35px;
  padding: 30px 10px;
  max-width: 180px;
  text-align: center;
  background-color: var(--primary-color);
}

.som-about-sec .som-image-box .experience-box::after {
  position: absolute;
  bottom: -35px;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 35px solid var(--primary-color);
  border-left: 35px solid transparent;
}

.som-about-sec .som-image-box .experience-box i {
  font-size: 50px;
  color: var(--white-color);
}

.som-about-sec .som-image-box .experience-box h4 {
  color: var(--white-color);
}

.som-about-sec .som-image-box .experience-box h4 span {
  font-size: 16px;
  line-height: 25px;
}

@media (max-width: 767.98px) {
  .som-about-sec .som-image-box .experience-box {
    display: none;
  }
}

.som-about-sec .som-content-box .iconic-box-list .som-left-iconic-box:not(:last-child) {
  margin-bottom: 19px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.som-about-sec .som-content-box .som-button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575.98px) {
  .som-about-sec .som-content-box .som-button-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.som-about-sec .som-content-box .som-button-wrap .support-box {
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575.98px) {
  .som-about-sec .som-content-box .som-button-wrap .support-box {
    margin-top: 30px;
    margin-left: 0;
  }

  .som-service-sec {
    padding-bottom: 80px !important;
  }

  .som-service-sec .owl-dots {
    display: none !important;
  }
}

.som-about-sec .som-content-box .som-button-wrap .support-box .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
  font-size: 50px;
  color: var(--white-color);
  color: var(--heading-color);
}


/* Service Item Styling */
.som-service-item .thumbnail {
  position: relative;
  z-index: 24;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s ease;
  margin-bottom: 25px;
}



/* Overlay effect on hover */
.thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.som-service-item:hover .thumbnail::after {
  opacity: 1;
}

/* Image responsiveness */
.som-service-item .thumbnail img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}

/* Hover Content Panel */
.som-service-item .thumbnail .hover-content-wrap {
  /* position: absolute; */
  bottom: 30px;
  left: 0;
  width: 100%;
  background-color: rgba(5, 123, 176, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 30px;
  z-index: 2;
  backdrop-filter: blur(3px);
  transition: background-color 0.3s ease;
}



/* Text Content */
.som-service-item .thumbnail .hover-content-wrap .content h4 {
  color: var(--white-color);
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}

.som-service-item .thumbnail .hover-content-wrap .content h4 a {
  color: var(--white-color);
}

/* Icon Button */
.som-service-item .thumbnail .hover-content-wrap .icon-btn {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: #004f72;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: transform 0.3s, background-color 0.3s ease;
}



/* Arrow Icon Animation */
.som-service-item .thumbnail .hover-content-wrap .icon-btn i {
  transform: rotate(-45deg);
  transition: transform 0.4s ease;
}

/* Reset and rotate icon on hover */
.som-service-item:hover .thumbnail .hover-content-wrap .icon-btn i {
  transform: rotate(0deg);
}

/* Mobile Responsive */
@media screen and (max-width: 991.98px) {
  .som-service-item .thumbnail .hover-content-wrap {
    width: 100%;
    bottom: 20px;
    padding: 8px 20px;
  }

  .som-service-item .thumbnail .hover-content-wrap .icon-btn {
    width: 43px;
    height: 43px;
    font-size: 18px;
  }
}

/* Arrow continuous move animation */
@keyframes arrow-move {
  0% {
    transform: translateX(0) rotate(-45deg);
  }

  50% {
    transform: translateX(5px) rotate(-45deg);
  }

  100% {
    transform: translateX(0) rotate(-45deg);
  }
}

/* Apply animation only on hover */
.som-service-item:hover .thumbnail .hover-content-wrap .icon-btn i {
  animation: arrow-move 0.8s ease-in-out infinite;
}

/* Rotation and hover reset for icon container */
.som-service-item:hover .thumbnail .hover-content-wrap .icon-btn {
  background-color: var(--primary-color);
  transform: rotate(360deg);
  transition: transform 0.4s;
}

.thumbnail .hover-content-wrap .icon-btn i {
  animation: arrow-move 0.8s ease-in-out infinite;
}

/* Choose Section CSS */
.som-choose-sec {
  position: relative;
  z-index: 1;
  background-color: #76220a;
  overflow: hidden;
}

.som-choose-sec .bottom-img {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: auto;
  z-index: -1;
  opacity: 0.2;
}

.som-choose-item {
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgb(201 201 201 / 10%);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  padding: 30px 30px 25px;
  height: 100%;
}

@media (max-width: 1650px) {
  .som-choose-item {
    padding: 30px 11px 25px;
  }
}

.som-choose-item .icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--primary-color);
  font-size: 40px;
  color: var(--white-color);
  margin-bottom: 20px;
}

.som-choose-item .content h4 {
  color: var(--white-color);
  margin-bottom: 1px;
}

.som-choose-item .content p {
  color: rgba(255, 255, 255, 0.8);
}

/* Intro Section CSS */
.som-intro-sec {
  position: relative;
  z-index: 1;
}

.som-intro-sec:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.25%, rgba(0, 0, 0, 0.9)), color-stop(47.04%, rgba(0, 0, 0, 0.54)), color-stop(99.8%, rgba(0, 0, 0, 0.9)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0.25%, rgba(0, 0, 0, 0.54) 47.04%, rgba(0, 0, 0, 0.9) 99.8%);
  z-index: -1;
}

.som-intro-sec .som-play-box .video-popup {
  position: relative;
  width: 90px;
  height: 90px;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.som-intro-sec .som-play-box .video-popup:before,
.som-intro-sec .som-play-box .video-popup:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid var(--white-color);
}

.som-intro-sec .som-play-box .video-popup:after {
  -webkit-animation: playpopup infinite ease-in 2s;
  animation: playpopup infinite ease-in 2s;
}

.som-intro-sec .som-play-box .video-popup:before {
  -webkit-animation: playpopup infinite ease-in-out 4s;
  animation: playpopup infinite ease-in-out 4s;
}

.som-team-item:hover .member-image .hover-content .social-box {
  right: 20px;
}

.som-team-item:hover .member-image .hover-content .member-info {
  background-color: var(--primary-black-color);
}

.som-team-item .member-image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.som-team-item .member-image img {
  width: 100%;
  border-radius: 10px;
}

.som-team-item .member-image .hover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.som-team-item .member-image .hover-content .social-box {
  position: absolute;
  right: -40%;
  top: 30px;
  padding: 15px 10px;
  text-align: center;
  background-color: var(--primary-black-color);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.som-team-item .member-image .hover-content .social-box a {
  display: block;
  color: var(--white-color);
  margin-left: 10px;
  margin-right: 10px;
}

.som-team-item .member-image .hover-content .social-box a:not(:last-child) {
  margin-bottom: 10px;
}

.som-team-item .member-image .hover-content .member-info {
  width: 100%;
  padding: 20px 30px;
  background-color: var(--primary-color);
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.som-team-item .member-image .hover-content .member-info h4 {
  color: var(--white-color);
}

.som-team-item .member-image .hover-content .member-info .position {
  color: rgba(255, 255, 255, 0.8);
}

/* Testimonial Section CSS */
.som-testimonial-item .testimonial-inner-wrap {
  background-color: var(--gray-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
}

.som-testimonial-item .testimonial-inner-wrap .thumbnail {
  max-width: 290px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 60px;
}

@media screen and (max-width: 991.98px) {
  .som-testimonial-item .testimonial-inner-wrap .thumbnail {
    display: none;
  }
}

.som-testimonial-item .testimonial-inner-wrap .thumbnail img {
  border-radius: 5px;
}

.som-testimonial-item .testimonial-inner-wrap .testimonial-content .ratings {
  margin-bottom: 22px;
}

.som-testimonial-item .testimonial-inner-wrap .testimonial-content .ratings i {
  color: var(--secondary-color);
}

.som-testimonial-item .testimonial-inner-wrap .testimonial-content p {
  font-size: 18px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 27px;
}

@media screen and (max-width: 1199.98px) {
  .som-testimonial-item .testimonial-inner-wrap .testimonial-content p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}

.som-testimonial-item .testimonial-inner-wrap .testimonial-content .author-info h5 {
  font-size: 22px;
  margin-bottom: 5px;
}

/* Faq Page CSS */
.som-faq-sec .som-image img {
  border-radius: 10px;
}

.accordion-card {
  background-color: var(--gray-color);
  border-radius: 40px;
  border: 1px solid var(--border-color);
}

.accordion-card .accordion-header .accordion-title {
  padding: 10px 30px 10px 10px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
}

@media (max-width: 767.98px) {
  .accordion-card .accordion-header .accordion-title {
    font-size: 16px;
  }
}

.accordion-card .accordion-header .accordion-title:after {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: var(--primary-color);
  margin-left: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.accordion-card .accordion-header .accordion-title .icon-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 15px;
  font-size: 14px;
  background-color: var(--primary-black-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--white-color);
}

.accordion-card .accordion-header .accordion-title .icon-btn i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.34s;
  transition: all 0.34s;
}

.accordion-card .accordion-header .accordion-title[aria-expanded=true] {
  background-color: var(--primary-black-color);
  color: var(--white-color);
  /* border-radius: 40px; */
}

.accordion-card .accordion-header .accordion-title[aria-expanded=true] .icon-btn {
  background-color: var(--primary-color);
}

.accordion-card .accordion-header .accordion-title[aria-expanded=true] .icon-btn i {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.accordion-card .accordion-header .accordion-title[aria-expanded=true]:after {
  content: "\f107";
  color: var(--secondary-color);
}

.accordion-card .accordion-content {
  padding: 30px;
}

.accordion-card .accordion-content p {
  font-weight: 500;
}

/* Contact Section CSS */
.som-contact-sec .som-image img {
  border-radius: 10px;
}

.contact-wrapper {
  border-radius: 10px;
  background-color: var(--gray-color);
  padding: 40px 50px 50px;
}

@media (max-width: 767.98px) {
  .contact-wrapper {
    padding: 20px 20px 30px;
  }
}

.contact-wrapper p {
  margin-bottom: 40px;
}

.contact-wrapper label {
  margin-bottom: 10px;
  color: var(--heading-color);
}

.contact-wrapper .form_control {
  padding: 12px 20px;
  border-radius: 5px;
  border: 1px solid rgba(24, 39, 30, 0.2);
  background-color: rgba(24, 39, 30, 0.1);
  margin-bottom: 20px;
  color: #454545;
}

.contact-wrapper .form_control::-webkit-input-placeholder {
  color: #454545;
}

.contact-wrapper .form_control::-moz-placeholder {
  color: #454545;
}

.contact-wrapper .form_control:-ms-input-placeholder {
  color: #454545;
}

.contact-wrapper .form_control::-ms-input-placeholder {
  color: #454545;
}

.contact-wrapper .form_control::placeholder {
  color: #454545;
}

/* Blog Section CSS */
.som-post-item .post-thumbnail img {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.som-post-item .post-content {
  border: 1px solid var(--border-color);
  border-top: none;
  padding: 23px 30px 30px;
  border-radius: 0 0 5px 5px;
}

.som-post-item .post-content .post-meta span {
  margin-bottom: 10px;
}

.som-post-item .post-content .post-meta span:not(:last-child) {
  margin-right: 25px;
}

.som-post-item .post-content .post-meta span i {
  margin-right: 10px;
}

.som-post-item .post-content h4 {
  margin-bottom: 15px;
}

@media screen and (max-width: 991.98px) {
  .som-post-item .post-content h4 {
    font-size: 18px;
    line-height: 30px;
  }
}

.som-post-item .post-content .icon-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--primary-black-color);
  color: var(--white-color);
}

.som-post-item .post-content .icon-btn i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ====== Slider Arrows (Prev / Next) ====== */
.hero-slider .prev,
.hero-slider .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(118, 34, 10, 0.15);
  /* light tint of your color */
  backdrop-filter: blur(6px);
  color: #fff;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(118, 34, 10, 0.25);
}

/* Positioning */
.hero-slider .prev {
  left: 30px;
}

.hero-slider .next {
  right: 30px;
}

/* Hover animation: lift + glow in #76220a */
.hero-slider .prev:hover,
.hero-slider .next:hover {
  background: linear-gradient(135deg, #76220a, #a93a14);
  box-shadow: 0 10px 30px rgba(118, 34, 10, 0.5);
  transform: translateY(-50%) scale(1.1);
}

/* Icon animation */
.hero-slider .prev i,
.hero-slider .next i {
  transition: transform 0.3s ease;
}

.hero-slider .prev:hover i {
  transform: translateX(-4px);
}

.hero-slider .next:hover i {
  transform: translateX(4px);
}

/* Active click effect */
.hero-slider .prev:active,
.hero-slider .next:active {
  transform: translateY(-50%) scale(0.95);
  box-shadow: 0 4px 10px rgba(118, 34, 10, 0.4);
}

/* Disabled state */
.hero-slider .prev.slick-disabled,
.hero-slider .next.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
}

/* ====== Responsive ====== */
@media (max-width: 768px) {

  .hero-slider .prev,
  .hero-slider .next {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }

  .hero-slider .prev {
    left: 12px;
  }

  .hero-slider .next {
    right: 12px;
  }
}

.our-product-slider .som-service-item {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.our-product-slider .som-service-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(118, 34, 10, 0.3);
}

/* Owl Buttons */
.owl-prev-btn,
.owl-next-btn {
  background: #76220a;
  color: #fff;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.owl-prev-btn:hover,
.owl-next-btn:hover {
  background: #fff;
  color: #76220a;
  border: 2px solid #76220a;
}

.our-product-slider .owl-nav {
  position: absolute;
  top: -70px;
  right: 0;
  display: flex;
  gap: 10px;
}

@media(max-width:767px) {
  .our-product-slider .owl-nav {
    position: static;
    justify-content: center;
    margin-top: 15px;
  }
}


.industry-we-serve .content h4 {
  font-size: 15px;
  padding: 5px 0px;
  background: #e3e3e3;
}

/* Counter Section CSS */
.counter-wrapper {
  border-radius: 5px;
  padding: 10px;
  position: relative;
  z-index: 1;
  background-image: url();
}

.counter-wrapper .counter-inner-wrap {
  padding: 40px 0px;
}

@media (max-width: 767.98px) {
  .counter-wrapper .counter-inner-wrap {
    padding: 40px 20px 10px;
  }
}

.som-counter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.som-counter-item .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #29292c5c;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 30px;
  margin-right: 20px;
}

.som-counter-item .content h2 {
  font-size: 52px;
  line-height: 55px;
  color: #fff;
  letter-spacing: 3px;
}

.som-counter-item span {
  color: #fff;
}

.som-content-box h2 {
  font-size: 38px;
  line-height: 47px;
}

.footer-logo {
  padding: 10px;
  background: #fff;
  border-radius: 20px;
  width: 65%;
  overflow: hidden;
  margin-bottom: 15px;
}

/* Overlay to darken background */
.som-hero .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.47);
  z-index: 1;
}

/* Main caption box */
.caption-style {
  position: absolute;
  bottom: 22%;
  left: 10%;
  z-index: 2;
  color: #fff;
  animation: fadeInUp 1.2s ease-in-out forwards;
  max-width: 80%;
}

/* Big Bold Title */
.caption-style .main-title {
  font-size: 3.1rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  margin: 0;
  color: #fff;
}

/* Tagline */
.caption-style .tagline {
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
}

/* Underline Decorative (optional) */
.caption-style .title-underline {
  width: 120px;
  height: 7px;
  background-color: #fff;
  margin-top: 15px;
  border-radius: 4px;
  animation: lineExpand 1.2s ease-out;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes lineExpand {
  from {
    width: 0;
  }

  to {
    width: 120px;
  }
}


/* ========================= */
/*     RESPONSIVE FIXES      */
/* ========================= */

/* Tablets */
@media (max-width: 991px) {
  .caption-style {
    bottom: 18%;
    width: 85%;
  }

  .caption-style .main-title {
    font-size: 2.4rem;
  }
}

/* Mobile - Most important */
@media (max-width: 768px) {
  .caption-style {
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%) !important;
    width: 90%;
    text-align: center;
  }

  .caption-style .main-title {
    font-size: 1.9rem;
    line-height: 1.2;
  }

  .caption-style .tagline {
    font-size: 0.9rem;
    letter-spacing: 1px;
  }
}

/* Small Mobiles (iPhone 6/7/8, Samsung A-series) */
@media (max-width: 480px) {
  .caption-style {
    bottom: 12%;
    width: 95%;
  }

  .caption-style .main-title {
    font-size: 1.6rem;
  }

  .caption-style .tagline {
    font-size: 0.8rem;
  }
}

/* Extra Small Screens (Galaxy Fold, 320px) */
@media (max-width: 360px) {
  .caption-style .main-title {
    font-size: 16px;
  }

  .caption-style .tagline {
    padding-bottom: 0px;
  }

  .caption-style .tagline {
    font-size: 0.75rem;
  }
}

/*==============================================
    Video Two
===============================================*/
.video-two {
  position: relative;
  display: block;
  padding: 120px 0px 151px;
  background-color: var(--farmology-extra);
  z-index: 1;
}

.video-two__inner {
  position: relative;
  display: block;
  text-align: center;
}

.video-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .10;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.video-two__box {
  position: relative;
  display: inline-block;
}

.video-two__box a {
  position: relative;
  display: inline-block;
}

.video-two__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 25px;
  color: var(--farmology-base);
  background-color: var(--farmology-white);
  border-radius: 50%;
  margin: 0 auto;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.video-two__icon:hover {
  color: var(--farmology-white);
  background-color: var(--farmology-base);
}

.video-two__icon::before {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border: 1px solid var(--farmology-white);
  border-radius: 50%;
  content: "";
  z-index: -1;
}

.video-two__box .border-animation {
  position: absolute;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  border: 1px solid var(--farmology-white);
  animation: squares 2.9s linear 0s infinite;
  -webkit-animation: squares 2.9s linear 0s infinite;
  -ms-animation: squares 2.9s linear 0s infinite;
  -o-animation: squares 2.9s linear 0s infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  opacity: 0;
  border-radius: 50%;
}

.video-two__box .border-animation.border-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.video-two__box .border-animation.border-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.video-two__sub-title {
  font-size: 25px;
  font-weight: 800;
  font-family: var(--farmology-font-three);
  color: var(--farmology-base);
  margin: 80px 0 10px;
}

.video-two__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  color: var(--farmology-white);
  text-transform: capitalize;
}


@keyframes ImgBounce2 {
  0% {
    -webkit-transform: translateY(0) rotate(59deg);
    transform: translateY(0) rotate(59deg);
  }

  100% {
    -webkit-transform: translateY(-30px) rotate(59deg);
    ;
    transform: translateY(-30px) rotate(59deg);
    ;
  }
}


.img-bounce-two {
  -webkit-animation: ImgBounce2 5s ease-in-out 0s infinite alternate;
  animation: ImgBounce2 5s ease-in-out 0s infinite alternate;
}


/** squares **/

@-moz-keyframes squares {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0
  }
}

@-moz-keyframes squares {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  20% {
    -moz-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1
  }

  100% {
    -moz-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0
  }
}

@-o-keyframes squares {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  20% {
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1
  }

  100% {
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0
  }
}

@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1
  }

  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0
  }
}

/* Background video style */
.video-two {
  position: relative;
  overflow: hidden;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

/* Black overlay effect */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 75%);
  /* Adjust opacity here (0.55 = 55% black) */
  z-index: -1;
}


.hover-content .content {
  text-align: center;
}

/* Dots Container */
.industry-we-serve .owl-dots {
  text-align: center;
  margin-top: 20px;
}

/* Each dot */
.industry-we-serve .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #d6d6d6;
  display: block;
  margin: 5px;
  border-radius: 50%;
  transition: all .3s ease;
  position: relative;
}

/* Dot Animation */
.industry-we-serve .owl-dots .owl-dot.active span {
  background: var(--primary-color);
  transform: scale(1.4);
  animation: pulseDot 0.6s ease-out;
}

/* Pulse Animation */
@keyframes pulseDot {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.6);
  }

  100% {
    transform: scale(1.4);
  }
}

.industry-we-serve .owl-nav {
  display: none;
}

.som-feature-item .content h4 {
  font-size: 20px;
}

/*--------------------------------------------------------------
# Feature Two
--------------------------------------------------------------*/
.feature-two {
  position: relative;
  display: block;
  background-color: var(--farmology-extra);
  padding: 120px 0 120px;
  z-index: 1;
}

.feature-two::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 78%);
  z-index: -1;
}

.feature-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .10;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.feature-two__inner {
  position: relative;
  display: block;
}

.feature-two__img-box {
  position: relative;
  max-width: 122px;
  width: 100%;
  height: 120px;
  /* border: 5px solid var(--farmology-base); */
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-two__img {
  position: relative;
  display: block;
  max-width: 125px;
  width: 100%;
}

.feature-two__img-box:before {
  content: "";
  position: absolute;
  bottom: -35px;
  width: 1px;
  height: 35px;
  background-color: rgba(var(--farmology-primary-rgb), .20);
  left: 52%;
}

.feature-two__img-box:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 53%;
  width: 10px;
  height: 10px;
  background-color: rgba(var(--farmology-base-rgb), 1);
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.feature-two__img img {
  width: 100%;
  border-radius: 50%;
}

.feature-two__bdr {
  position: relative;
  display: block;
  height: 1px;
  width: 100%;
  background-color: rgba(var(--farmology-primary-rgb), .20);
  max-width: 1102px;
  margin: 30px auto 50px;
}

.feature-two__list-box {
  position: relative;
  display: block;
}

.feature-two__single-inner {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--farmology-primary);
  border-radius: var(--farmology-bdr-radius);
  padding: 36px 13px;
  margin-bottom: 30px;
  transition: background-color 0.7s ease;
  transition: all 0.7s ease;
  z-index: 1;
}



.feature-two__single {
  position: relative;
  display: block;
  text-align: center;
  opacity: 1;
  transform: translateY(0px);
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}


.feature-two__single-inner-wrap {
  position: relative;
  display: block;
}

.feature-two__single-inner-wrap:after {
  content: "'";
  position: absolute;
  top: -50px;
  left: 50%;
  width: 1px;
  height: 50px;
  background-color: rgba(var(--farmology-primary-rgb), .20);
  z-index: 1;
}

.feature-two__single-inner::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px dashed rgb(255 254 253 / 30%);
  border-radius: var(--farmology-bdr-radius);
  z-index: -1;
}

.feature-two__icon {
  position: relative;
  display: inline-block;
}

.feature-two__icon span {
  position: relative;
  display: inline-block;
  font-size: 35px;
  color: var(--farmology-base);
}

.feature-two__title-box {
  position: relative;
  display: block;
  margin-top: 5px;
}

.feature-two__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  color: var(--farmology-extra);
  text-transform: capitalize;
}

.feature-two__bottom {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.feature-two__title-two {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: var(--farmology-primary);
  margin-bottom: 20px;
}

.feature-two__btn-box {
  position: relative;
  display: block;
  line-height: 0;
}

.feature-two__btn-box .thm-btn {
  color: var(--farmology-extra);
  background-color: var(--farmology-base);
}

.feature-two__btn-box .hover-btn {
  background-color: var(--farmology-white);
}

.feature-two__content {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translateY(-50%);
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}


.feature-two__content p {
  color: var(--farmology-white);
  padding: 0px 20px;
  font-size: 14px;
}




/* ============================= */
/* Modal Header                  */
/* ============================= */
.modal-header {
  background: linear-gradient(135deg, #1384be, #0078ad);
  /* red to blue */
  color: #fff;
  padding: 8px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-header h4 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}

.modal-header .btn-close {
  background: #fff;
  color: #000000;
  border: none;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 9px 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-header .btn-close:hover {
  background: #d32f2f;
  color: #fff;
}

/* ============================= */
/* Modal Body                    */
/* ============================= */
.modal-body {
  padding: 14px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.modal-body .pop-img {
  margin-bottom: 20px;
  border-radius: 10px;
  border: 2px solid #1976d2;
  width: 105px;
}

/* Contact Info Boxes */
.cbox {
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 10px;
  background: #f5f5f5;
  border-left: 5px solid #d32f2f;
}

.cbox h3 {
  margin: 0 0 5px;
  color: #1976d2;
  font-size: 1.1rem;
}

.cbox p a {
  color: #d32f2f;
  font-weight: 500;
  text-decoration: none;
}

.cbox p a:hover {
  text-decoration: underline;
}

/* ============================= */
/* Form Styling                  */
/* ============================= */
.form1 {
  width: 100%;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  font-size: 1rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #d32f2f;
  box-shadow: 0 0 8px rgba(211, 47, 47, 0.3);
  outline: none;
}

.form-group textarea {
  resize: none;
  min-height: 100px;
}

.form-control-feedback.right-ok {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* ============================= */
/* Buttons                       */
/* ============================= */
.Submit-box {
  background: linear-gradient(135deg, #067cb3, #1976d2);
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  font-size: 1.1rem;
}

.Submit-box:hover {
  background: linear-gradient(135deg, #1976d2, #077cb3);
}

/* reCAPTCHA Box */
.somn_n .g-recaptcha {
  transform: scale(0.95);
  transform-origin: 0 0;
  margin: 0 auto 20px auto;
}

/* ============================= */
/* Responsive Design              */
/* ============================= */
@media (max-width: 768px) {
  .modal-dialog {
    max-width: 90%;
    margin: 30px auto;
  }

  .modal-header h4 {
    font-size: 1.3rem;
  }

  .Submit-box {
    font-size: 1rem;
    padding: 10px 20px;
  }

  .cbox h3 {
    font-size: 1rem;
  }
}

/* Icons in contact boxes */
.cbox h3 i {
  color: #d32f2f;
  /* Red icon */
  margin-right: 10px;
  font-size: 1.2rem;
  vertical-align: middle;
}

/* Optional: hover effect for links */
.cbox p a:hover {
  color: #1976d2;
  /* blue on hover */
  text-decoration: underline;
}

/* Adjust spacing for better alignment */
.cbox h3 {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  color: #1976d2;
  /* heading color */
  font-weight: 600;
}

.modal-body .row {
  width: 100%;
}


/* Floating Enquiry Button */
.inq-btn-home {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff0000, #0044ff);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.6);
  animation: softBlink 1.8s infinite ease-in-out;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* Hover Effect */
.inq-btn-home:hover {
  transform: scale(1.15);
  box-shadow: 0 0 35px rgba(0, 68, 255, 0.9), 0 0 60px rgba(255, 0, 0, 0.8);
}

/* Icon Blinking Animation */
@keyframes softBlink {

  0%,
  100% {
    box-shadow: 0 0 10px #ff0000, 0 0 20px #0044ff;
    opacity: 1;
  }

  50% {
    box-shadow: 0 0 25px #ff0000, 0 0 45px #0044ff;
    opacity: 0.8;
  }
}

/* Animated Text */
.inq-btn-home .blink-text {
  position: absolute;
  bottom: 85px;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff0000, #0044ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 1px;
  animation: blinkText 2s infinite ease-in-out;
}

/* Text Blinking */
@keyframes blinkText {

  0%,
  100% {
    opacity: 0.2;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }
}

/* Icon Pulse */
.inq-btn-home i {
  animation: iconPulse 2s infinite ease-in-out;
}

@keyframes iconPulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .inq-btn-home {
    width: 55px;
    height: 55px;
    font-size: 22px;
    bottom: 20px;
    right: 20px;
  }

  .inq-btn-home .blink-text {
    font-size: 13px;
    bottom: 70px;
  }
}

.inquiry-btn {
  position: fixed !important;
  left: 20px !important;
  bottom: 20px !important;
  z-index: 99 !important;
}

.inquiry-btn .ripple-btn {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.inquiry-btn .ripple-btn svg {
  width: 40px;
  height: 40px;
}

.inquiry-btn .pinkBg {
  background: linear-gradient(90deg, #1384bc, #1583bc);
}

.inquiry-btn .ripple {
  position: absolute;
  width: 160px;
  height: 160px;
  z-index: -1;
  left: 50%;
  top: 50%;
  opacity: 0;
  margin: -80px 0 0 -80px;
  border-radius: 100px;
  -webkit-animation: ripple 1.8s infinite;
  animation: ripple 1.8s infinite;
}

@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.inquiry-btn .ripple:nth-child(2) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

.inquiry-btn .ripple:nth-child(3) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

/* ============================= */
/* Modal Base & Dialog           */
/* ============================= */

.modal-dialog {
  margin: 50px auto;
}

.modal-content {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  border: 3px solid #067cb3;
  /* red border */
  animation: fadeInModal 0.5s ease;
}

@keyframes fadeInModal {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


/* map---csss..... */


.mapPoint:hover::before {
  content: " ";
  position: absolute;
  left: 50%;
  bottom: 0%;
  margin-bottom: -20px;
  margin-left: -20px;
  opacity: 0.1;
  width: 40px;
  height: 40px;
  background: var(--bs-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: pulse 1.3s linear infinite;
  -moz-animation: pulse 1.3s linear infinite;
  -ms-animation: pulse 1.3s linear infinite;
  -o-animation: pulse 1.3s linear infinite;
  animation: pulse 1.3s linear infinite;
}

/*map css*/
.mapBox {
  position: relative;
  z-index: 0;
  font-size: 14px;
  float: none;
  max-width: 1128px;
  margin: 0px auto;
  text-align: center;
  overflow: hidden
}

.mapPoint {
  position: absolute;
  z-index: 103;
  width: 2.1978%;
  height: 3.84615%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.point-A {
  top: 27%;
  left: 54.5%;
}

.point-B {
  top: 19%;
  left: 72.5%;
}

.point-C {
  top: 45%;
  left: 58%;
}

.point-D {
  top: 48%;
  left: 62.2%;
}

.point-E {
  top: 51%;
  left: 75.5%;
}

.point-F {
  top: 34%;
  left: 63.3%;
}

.point-G {
  top: 57%;
  left: 55%;
}

.point-H {
  top: 36.5%;
  left: 66.5%;
}

.point-I {
  top: 21%;
  left: 44%;
}

.point-J {
  top: 44%;
  left: 61.2%;
}

.point-K {
  top: 37%;
  left: 15.8%;
}

.point-L {
  top: 22.5%;
  left: 53.5%;
}

.point-M {
  top: 46%;
  left: 72.8%;
}

.point-N {
  top: 52%;
  left: 78%;
}

.point-O {
  top: 61.5%;
  left: 79.5%;
}

.point-P {
  top: 62%;
  left: 55.8%;
}

.point-a {
  top: 30%;
  left: 50.5%;
}

.point-b {
  top: 25%;
  left: 72%;
}

.point-c {
  top: 47%;
  left: 51%;
}

.point-d {
  top: 53%;
  left: 63%;
}

.point-e {
  top: 56%;
  left: 72.5%;
}

.point-f {
  top: 36%;
  left: 57%;
}

.point-g {
  top: 57.5%;
  left: 50.1%;
}

.point-h {
  top: 38%;
  left: 68.8%;
}

.point-i {
  top: 25%;
  left: 40%;
  text-align: left;
  line-height: 14px
}

.point-j {
  top: 42.5%;
  left: 63.5%;
  text-align: left;
  line-height: 14px
}

.point-k {
  top: 25%;
  left: 41.5%;
}

.point-k {
  top: 43%;
  left: 13.5%;
  text-align: left;
  line-height: 14px
}

.point-l {
  top: 25%;
  left: 49.5%;
}

.point-m {
  top: 46%;
  left: 75.4%;
}

.point-n {
  top: 53.5%;
  left: 80.5%;
}

.point-o {
  top: 66.8%;
  left: 77.8%;
}

.point-p {
  top: 67.5%;
  left: 56%;
}

@media(max-width: 1199.98px) {
  .mapPoint img {
    width: 10px;
    height: 15px;
  }

  .point-a {
    top: 30%;
    left: 49.5%;
  }

  .point-b {
    top: 25%;
    left: 72%;
  }

  .point-c {
    top: 47%;
    left: 49%;
  }

  .point-d {
    top: 53%;
    left: 63%;
  }

  .point-e {
    top: 56%;
    left: 72.5%;
  }

  .point-f {
    top: 37%;
    left: 55.5%;
  }

  .point-g {
    top: 60%;
    left: 50%;
  }

  .point-h {
    top: 38%;
    left: 68.8%;
  }

  .point-i {
    top: 25%;
    left: 39%;
  }

  .point-j {
    top: 41.5%;
    left: 63.5%;
  }

  .point-k {
    top: 25%;
    left: 41.5%;
  }

  .point-k {
    top: 43%;
    left: 13.5%;
  }

  .point-l {
    top: 25%;
    left: 48.5%;
  }

  .point-m {
    top: 46%;
    left: 75.4%;
  }

  .point-n {
    top: 57.5%;
    left: 78.8%;
  }

  .point-o {
    top: 66.8%;
    left: 77.8%;
  }

  .point-p {
    top: 67.5%;
    left: 56%;
  }
}

@media(max-width: 991.98px) {
  .mapBox {
    font-size: 12px;
  }

  .point-a {
    top: 29%;
    left: 48.5%;
  }

  .point-b {
    top: 25%;
    left: 72%;
  }

  .point-c {
    top: 47%;
    left: 46%
  }

  .point-d {
    top: 53%;
    left: 61%;
  }

  .point-e {
    top: 56%;
    left: 70.5%;
  }

  .point-f {
    top: 36%;
    left: 54.5%;
  }

  .point-g {
    top: 60%;
    left: 48%;
  }

  .point-h {
    top: 36%;
    left: 69%;
  }

  .point-i {
    top: 22%;
    left: 37%;
  }

  .point-j {
    top: 41.5%;
    left: 63.5%;
  }

  .point-k {
    top: 25%;
    left: 41.5%;
  }

  .point-k {
    top: 43%;
    left: 11.5%;
  }

  .point-l {
    top: 22%;
    left: 56%;
  }

  .point-m {
    top: 46%;
    left: 75.4%;
  }

  .point-n {
    top: 54.5%;
    left: 80%;
  }

  .point-o {
    top: 67.8%;
    left: 77.8%;
  }

  .point-p {
    top: 67.5%;
    left: 57.5%;
  }
}

@media(max-width: 767.98px) {
  .point-A {
    top: 23%;
  }

  .point-D {
    top: 44%;
  }

  .point-E {
    top: 47%;
  }

  .point-G {
    top: 52.5%;
  }

  .point-I {
    top: 18%;
  }

  .point-J {
    top: 39%;
    left: 61%;
  }

  .point-L {
    top: 18.5%;
  }

  .point-M {
    top: 42%;
  }

  .point-N {
    top: 49%;
  }

  .point-O {
    top: 57.5%;
  }

  .point-P {
    top: 61%;
  }
}

.text-primary {
  color: #000000 !important;
  font-weight: 500;
}

.bg-gray {
  --bs-bg-opacity: 1;
  background-color: #f2f2f2;
}



.carousel-control-prev,
.carousel-control-next {
  width: 50px;
  height: 50px;
  background-color: rgba(1, 123, 185, 0.8);

  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 20px;
  opacity: 0;
  transition: all 0.3s ease;
}

.banner-section:hover .carousel-control-prev,
.banner-section:hover .carousel-control-next {
  opacity: 1;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: #3d3d3d;
  transform: translateY(-50%) scale(1.1);
}

.carousel-indicators [button] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #017bb9;
  margin: 0 5px;
}

@media (max-width: 768px) {
  .banner-image img {
    height: auto;
  }

  .carousel-control-prev,
  .carousel-control-next {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    opacity: 1;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: inline-block;
    width: 1rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
  }

  /* Header Area */
  .header-area {
    position: fixed;
  }

  .header-area {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    /* background-color: #ffffff99; */
    transition: all 0.3s ease;
    background-color: #ffffffd4;
    backdrop-filter: inherit;
  }
}

.view-all-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 32px;
  background: #057bb0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.4s ease;
}

/* Text */
.view-all-btn span {
  position: relative;
  z-index: 2;
}

/* Icon */
.view-all-btn i {
  font-size: 18px;
  transition: transform 0.4s ease;
  z-index: 2;
}

/* Hover background animation */
.view-all-btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #535355;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  z-index: 1;
}

/* Hover Effects */
.view-all-btn:hover {
  color: #fff;
}

.view-all-btn:hover::before {
  left: 0;
}

.view-all-btn:hover i {
  transform: translateX(6px);
}

@media (max-width: 767px) {
  .view-all-btn {
    padding: 12px 24px;
    font-size: 15px;
  }

  .view-all-btn i {
    font-size: 16px;
  }

  .som-service-item .thumbnail .hover-content-wrap .content h4 {
    color: var(--white-color);
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px;
  }

  .we-industry-heading2 h3 {
    font-size: 30px;
    line-height: 39px;
    margin: 8px 0px;
    font-weight: 800;
  }

  .we-industry-heading h2 {
    font-size: 36px;
    line-height: 52px;
  }
}

/* Owl Nav Wrapper */
.som-service-slider .owl-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

/* Prev & Next Button */
.som-service-slider .owl-prev,
.som-service-slider .owl-next {
  width: 45px;
  height: 45px;
  background: #3490ba !important;
  color: #fff !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
}

/* Hover Animation */
.som-service-slider .owl-prev:hover,
.som-service-slider .owl-next:hover {
  background: #000 !important;
  transform: translateY(-3px);
}

/* Icon Animation */
.som-service-slider .owl-prev i,
.som-service-slider .owl-next i {
  transition: transform 0.3s ease;
}

.som-service-slider .owl-next:hover i {
  transform: translateX(3px);
}

.som-service-slider .owl-prev:hover i {
  transform: translateX(-3px);
}

@media (max-width: 767px) {
  .som-service-slider .owl-nav {
    top: auto;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
  }

  .som-service-slider .owl-prev,
  .som-service-slider .owl-next {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.som-service-item:hover .hover-content-wrap h4 {
  color: #fff;
}

.hover-content-wrap h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.owl-stage-outer {
  padding-bottom: 20px;
}

/* Indicators position */
.banner-section .carousel-indicators {
  bottom: 20px;
  gap: 8px;
}

/* Default dot */
.banner-section .carousel-indicators button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffffff;
  /* opacity: 0.5; */
  border: none;
  transition: all 0.4s ease;
}

/* Active indicator */
.banner-section .carousel-indicators .active {
  width: 28px;
  border-radius: 20px;
  opacity: 1;
  background-color: #1585b9;
  /* change as per brand */
}

/* Hover effect */
.banner-section .carousel-indicators button:hover {
  opacity: 0.9;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .banner-section .carousel-indicators {
    bottom: 12px;
  }

  .banner-section .carousel-indicators button {
    width: 8px;
    height: 8px;
  }

  .banner-section .carousel-indicators .active {
    width: 20px;
  }
}

.banner-section .carousel-indicators .active {
  box-shadow: 0 0 10px rgb(255 255 255);
}




.som-service-slider .owl-item {
  opacity: 1;
  visibility: visible;
}

.som-service-slider .owl-item .som-service-item {
  display: block;
  width: 100%;
}

.som-service-slider .owl-stage-outer {
  overflow: hidden;
}

.som-service-slider .row {
  margin-left: 0;
  margin-right: 0;
}

/* Banner Widget Base */
.sidebar-banner-widget {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  padding: 40px 30px;
  background-size: cover;
  background-position: center;
  transition: transform 0.4s ease;
}

/* Dark overlay */
.sidebar-banner-widget::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.55),
      rgba(0, 0, 0, 0.75));
  z-index: 0;
}

/* Content above overlay */
.sidebar-banner-widget .widget-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}

/* Headings */
.sidebar-banner-widget h4 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 0px;
}

/* Paragraph */
.sidebar-banner-widget p {
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 18px;
}

/* Phone */
.sidebar-banner-widget .contact-number a {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin-bottom: 6px;
  transition: color 0.3s ease;
}

/* Email */
.sidebar-banner-widget .contact-email a {
  display: inline-block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 22px;
}

/* Button Animation */
.sidebar-banner-widget .theme-btn {
  padding: 12px 26px;
  font-size: 15px;
  border-radius: 6px;
  transition: all 0.35s ease;
}

/* Hover Animations */
.sidebar-banner-widget:hover {
  transform: translateY(-5px);
}

.sidebar-banner-widget:hover .theme-btn {
  transform: translateY(-2px);
}

/* Subtle pulse animation */
@keyframes softPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.25);
  }

  70% {
    box-shadow: 0 0 0 12px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.sidebar-banner-widget .theme-btn {
  animation: softPulse 3s infinite;
}

/* Mobile */
@media (max-width: 767px) {
  .sidebar-banner-widget {
    padding: 30px 22px;
  }

  .sidebar-banner-widget h4 {
    font-size: 20px;
  }
}

/* Content Box */
.som-content {
  /* background: #fff; */
  /* padding: 28px; */
  border-radius: 12px;
  /* box-shadow: 0 6px 25px rgba(0, 0, 0, 0.06); */
}

/* Heading */
.som-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
  position: relative;
}

.som-content h3::after {
  content: "";
  width: 45px;
  height: 3px;
  background: var(--primary-color);
  position: absolute;
  left: 0;
  bottom: -6px;
  border-radius: 2px;
}

/* Paragraph */
.som-content p {
  font-size: 16px;
  line-height: 26px;
  color: #555;
  margin-bottom: 20px;
}

/* Checklist */
.check-list.style-one {
  padding: 0;
  margin: 0;
}

.check-list.style-one li {
  list-style: none;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding: 12px 14px;
  border-radius: 8px;
  background: #f8f8f8;
  margin-bottom: 12px;
  transition: all 0.3s ease;
}

/* Icon */
.check-list.style-one li i {
  margin-right: 12px;
  color: var(--primary-color);
  font-size: 18px;
}

/* Hover Animation */
.check-list.style-one li:hover {
  background: var(--primary-color);
  color: #fff;
  transform: translateX(6px);
}

.check-list.style-one li:hover i {
  color: #fff;
}

/* Mobile */
@media (max-width: 767px) {
  .som-content {
    padding: 22px;
  }

  .som-content h3 {
    font-size: 20px;
  }

  .check-list.style-one li {
    font-size: 15px;
  }
}

.check-list.style-one li i {
  margin-right: 12px;
  font-size: 18px;
  color: var(--primary-color);
  transition: all 0.3s ease;
}

.check-list.style-one li:hover i {
  color: #fff;
}

/* Floating Button */
.enquiry-btn {
  position: fixed;
  right: 0;
  top: 40%;
  background: var(--primary-color);
  color: #fff;
  padding: 12px 18px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 30px 0 0 30px;
  z-index: 9999;
  transition: all 0.4s ease;
}

.enquiry-btn:hover {
  background: #000;
}

/* Sidebar */
.enquiry-sidebar {
  /* position: fixed; */
  top: 0;
  right: -360px;
  width: 98%;
  margin: 0 auto;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.15);
  z-index: 10000;
  transition: all 0.45s ease;
  border-radius: 18px;
  overflow: hidden;
}

.enquiry-sidebar.active {
  right: 0;
}

/* Header */
.enquiry-header {
  background: var(--primary-color);
  color: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.enquiry-header h4 {
  margin: 0;
  color: #ffff;
}

.close-btn {
  cursor: pointer;
  font-size: 20px;
}

/* Form */
.enquiry-form {
  padding: 25px;
}

.enquiry-form .form-group {
  position: relative;
  margin-bottom: 18px;
}

.enquiry-form .form-group i {
  position: absolute;
  top: 29px;
  left: 12px;
  transform: translateY(-50%);
  color: var(--primary-color);
}

.enquiry-form input,
.enquiry-form textarea {
  width: 100%;
  padding: 12px 12px 12px 40px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.enquiry-form textarea {
  resize: none;
  height: 90px;
}

.enquiry-form input:focus,
.enquiry-form textarea:focus {
  border-color: var(--primary-color);
  outline: none;
}

/* Button */
.submit-btn {
  width: 100%;
  background: var(--primary-color);
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background: #000;
}

@media (max-width: 480px) {
  .enquiry-sidebar {
    width: 100%;
  }
}

.product-slider {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

/* Common arrow style */
.product-slider .carousel-control-prev,
.product-slider .carousel-control-next {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease;
}

/* Hover animation */
.product-slider .carousel-control-prev:hover,
.product-slider .carousel-control-next:hover {
  background: var(--primary-color);
  transform: translateY(-50%) scale(1.1);
}

/* Icon size */
.product-slider .carousel-control-prev-icon,
.product-slider .carousel-control-next-icon {
  width: 22px;
  height: 22px;
}

/* Positioning */
.product-slider .carousel-control-prev {
  left: 15px;
}

.product-slider .carousel-control-next {
  right: 15px;
}

#productSlider {
  /* padding: 7px; */
  background-color: #dddcdd2e;
}

/* Force same height gallery images */
.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 280px;
  /* desktop height */
}

/* Image fit */
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* ⭐ MAIN FIX */
  transition: transform 0.5s ease;
}

/* Responsive height */
@media (max-width: 991px) {
  .gallery-item {
    height: 240px;
  }
}

@media (max-width: 575px) {
  .gallery-item {
    height: 200px;
  }
}

.gallery-item {
  aspect-ratio: 4 / 3;
  height: auto;
}

.product-gallery-section {
  background: #f8f8f8;
  display: none;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.gallery-item img {
  width: 100%;
  transition: transform 0.5s ease;
  border-radius: 10px;
}

/* Overlay */
.gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: 0.4s ease;
}

/* Icon */
.gallery-icon {
  width: 55px;
  height: 55px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transform: scale(0.5);
  transition: 0.4s ease;
}

/* Hover Effects */
.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-item:hover .gallery-icon {
  transform: scale(1);
}

/* Mobile touch support */
@media (max-width: 767px) {
  .gallery-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.4);
  }
}

.blog-detalis-image img {
  width: 100%;
}