/* COMMAN CSS STAYLE END */
:root {
  --dark-color: #0095d9;
  --light-gray-color: #646363;
  --dark-gray-font-color: #54585a;
  --secondary-color: #646363;
  --gray: #B1B0B1;
}

body {
  font-family: 'Open Sans', sans-serif !important;
}

.justify {
  text-align: justify !important;
}

.section-padding {
  padding: 50px 0 !important;
}

.section-padding-b {
  padding-bottom: 50px !important;
}

.section-padding-t {
  padding-top: 50px !important;
}

.b-radius {
  border-radius: 10px;
}

h2,
h3,
p,
h4 {
  font-family: 'Open Sans', sans-serif !important;
}

.margin-bottom {
  margin-bottom: 40px !important;
}

.color {
  color: #646363 !important;
}

/* Fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

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

.fade-in {
  animation: fadeIn 0.6s ease-in-out;
}

/* COMMAN CSS STAYLE END */

/* PRE LOADER CSS START */
.preloader {
  background-color: var(--bs-white) !important;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  overflow: hidden;
}

.wave-bouncing-loading-animation {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: min(60px, 6vw);
  color: var(--dark-color);
  -webkit-box-reflect: below -0.4em linear-gradient(transparent, #00000045);
}

.wave-bouncing-loading-animation>span {
  display: inline-block;
  font-weight: bolder;
  animation: bouncing-wave-animation 2s infinite;
  animation-delay: calc(.25s * var(--item));
}

@keyframes bouncing-wave-animation {

  0%,
  40%,
  100% {
    transform: translateY(0);
  }

  20% {
    transform: translateY(-0.4em);
  }
}

/* PRE LOADER CSS END */

/* HOME PAGE BANNER VIDEO CSS START */
.video-slide {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

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

.slide-inner {
  position: relative;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(22, 22, 22, 0.7) !important;
  z-index: 2;
}

.player-wrapper video,
.player-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.slide-content {
  position: relative;
  z-index: 3;
  color: white;
}

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

.wpo-testimonial-area-s2 {
  padding-bottom: 50px !important;
}

.wpo-subscribe-section {
  padding-bottom: 50px !important;
}

.wpo-hero-slider-s2 .highlight-span {
  color: var(--dark-color) !important;
}

/* HOME PAGE BANNER VIDEO CSS END */

/* BANNER CSS START */
.wpo-page-title .wpo-breadcumb-wrap h2 {
  font-size: 20px !important;
  line-height: 24px !important;
  margin-bottom: 0 !important;
}

.wpo-page-title .wpo-breadcumb-wrap ol li:after {
  background: var(--bs-white) !important;
}

.wpo-page-title .wpo-breadcumb-wrap ol li a:hover {
  color: var(--dark-color) !important;
}

.wpo-page-title .wpo-breadcumb-wrap ol li a,
.wpo-page-title .wpo-breadcumb-wrap ol li {
  font-family: 'Open Sans', sans-serif !important;
}

@media (min-width: 1025px) {

  .wpo-page-title .wpo-breadcumb-wrap ol li a,
  .wpo-page-title .wpo-breadcumb-wrap h2,
  .wpo-page-title .wpo-breadcumb-wrap ol li {
    font-size: 18px !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {

  .wpo-page-title .wpo-breadcumb-wrap ol li a,
  .wpo-page-title .wpo-breadcumb-wrap h2,
  .wpo-page-title .wpo-breadcumb-wrap ol li {
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {

  .wpo-page-title .wpo-breadcumb-wrap ol li a,
  .wpo-page-title .wpo-breadcumb-wrap h2,
  .wpo-page-title .wpo-breadcumb-wrap ol li {
    font-size: 12px !important;
  }
}

.wpo-page-title:before {
  background: var(--light-gray-color) !important;
}

.wpo-breadcumb-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  min-height: 50px !important;
  background: none !important;
  width: 100%;
}

@media (max-width: 768px) {
  .wpo-breadcumb-wrap ol {
    display: block !important;
  }
}

.wpo-breadcumb-wrap h2 {
  margin: 0;
}

.wpo-breadcumb-wrap ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 5px;
}

.wpo-page-title {
  min-height: 42px !important;
  background: none !important;
}

/* BANNER CSS END */

/* HEADER CSS START */
@media (max-width: 1200px) {
  .topbar ul li {
    padding: 5px 3px !important;
  }
}

.wpo-site-header .navbar-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.wpo-site-header .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.wpo-hero-slider .swiper-pagination-bullet-active,
.wpo-static-hero .swiper-pagination-bullet-active,
.static-hero-s2 .swiper-pagination-bullet-active {
  background: var(--dark-color) !important;
}

.wpo-site-header #navbar>ul>li>a:before {
  background: var(--gray) !important;
}

.wpo-site-header #navbar>ul li a:hover,
.wpo-site-header #navbar>ul li a:focus {
  color: var(--dark-color) !important;
}

.wpo-site-header #navbar>ul>li .sub-menu a:after {
  background: var(--dark-gray-font-color) !important;
}

.wpo-site-header #navbar>ul .menu-item-has-children>a:hover,
.wpo-site-header #navbar>ul .menu-item-has-children>a.active {
  color: var(--dark-color) !important;
}

.wpo-site-header #navbar>ul>li .sub-menu a.active {
  color: var(--dark-color) !important;
}

.single-page a.active,
.single-page a:hover {
  color: var(--dark-color) !important;
}

.wpo-header-style-4 #navbar>ul>li>a {
  color: var(--dark-gray-font-color) !important;
  font-family: 'Open Sans', sans-serif !important;
}

/* RESPONSIVE CSS START */
@media screen and (min-width:320px) and (max-width: 768px) {
  .wpo-site-header .header-right button {
    padding: 0px !important;
  }
}

@media (width: 1280px) {
  .wpo-site-header .header-right button {
    padding: 15px 30px !important;
  }
}

@media (min-width: 992px) {
  .header-col {
    width: 75% !important;
  }
}

@media (width: 1024px) {
  .header-col {
    min-width: 80% !important;
  }
}

@media screen and (min-width: 992px) {
  .wpo-site-header #navbar {
    min-width: 110% !important;
  }
}

@media screen and (width: 1440px) {
  .wpo-site-header #navbar {
    min-width: 115% !important;
  }
}

@media (min-width: 768px) {
  .wpo-site-header .mobail-menu button {
    left: 10px !important;
  }
}

.topbar {
  background: var(--dark-color) !important;
}

.contact-intro a {
  text-decoration: none !important;
  color: var(--bs-white) !important;
}

.contact-intro a:hover {
  text-decoration: none !important;
  color: var(--bs-white) !important;
}

.wpo-site-header .navbar-header {
  margin-top: 0px !important;
}

.wpo-hero-slider .slide-title h2,
.wpo-hero-slider-s2 .slide-title h2 {
  font-size: 42px !important;
  line-height: 30px !important;
}

.wpo-hero-slider .slide-title h2,
.static-hero .slide-title h2,
.static-hero-s2 .slide-title h2,
.wpo-hero-slider-s2 .slide-title h2,
.wpo-hero-slider-s3 .slide-title h2 {
  font-family: 'Open Sans', sans-serif !important;
}

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

  .wpo-hero-slider .slide-title h2,
  .wpo-hero-slider-s2 .slide-title h2 {
    line-height: 20px !important;
    font-size: 24px !important;
  }
}

.wpo-hero-slider,
.wpo-static-hero,
.static-hero-s2 {
  height: 700px !important;
}

@media only screen and (width: 1024px) {
  .wpo-site-header .navbar-header {
    margin-left: 0px !important;
  }
}

@media only screen and (max-width: 768px) {
  .wpo-site-header .navbar-header {
    margin-left: 0px !important;
  }
}

@media only screen and (max-width: 424px) {
  .contact-intro a {
    font-size: 11px !important;
  }
}

@media only screen and (width: 320px) {
  .contact-intro a {
    font-size: 9px !important;
  }
}

/* HEADER CSS END */

/* FOOTER CSS START */
@media (max-width: 1800px) {

  .wpo-site-footer .wpo-upper-footer,
  .wpo-site-footer-s2 .wpo-upper-footer {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }
}

.widget-title .logo img {
  padding-bottom: 15px !important;
}

.link-widget ul li {
  position: relative;
  padding-left: 20px;
  line-height: 1.8;
}

.link-widget ul li::before {
  position: absolute;
  left: 0;
  top: 65%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  content: "";
  background: var(--bs-white);
  border-radius: 50%;
}

.wpo-site-footer .link-widget ul li a:hover {
  text-decoration: underline;
  color: var(--dark-color) !important;
}

.wpo-site-footer .about-widget ul li a,
.wpo-site-footer-s2 .about-widget ul li a:hover {
  color: var(--dark-color) !important;
}

.wpo-site-footer .wpo-lower-footer ul li a:hover {
  color: var(--dark-color) !important;
}

.back-to-top {
  background-color: var(--dark-color) !important;
  border: 2px solid var(--dark-color) !important;
}

.contact-ft ul li a {
  color: white !important;
}

.contact-ft ul li a:hover {
  color: var(--dark-color) !important;
}

.wpo-site-header .header-right .get-btn .theme-btn {
  background: var(--dark-color) !important;
}

.theme-btn {
  border: 1px solid var(--dark-color) !important;
}

.wpo-site-header .mobail-menu button {
  background-color: var(--dark-color) !important;
}

.wpo-site-footer,
.wpo-site-footer-s2 {
  background: none !important;
}

.footer-download-btn {
  background-color: var(--dark-color);
  color: var(--bs-white);
  padding: 10px 44px;
  font-size: 14px;
  text-decoration: none;
  border-radius: 0px;
  display: inline-block;
  transition: background 0.3s ease;
  border: 1px solid var(--bs-white) !important;
  font-family: 'Open Sans', sans-serif !important;
}

.footer-download-btn:hover,
.footer-download-btn:active,
.footer-download-btn:visited,
.footer-download-btn:focus {
  color: var(--bs-white);
  text-decoration: none;
}

.wpo-site-footer .about-widget p {
  font-size: 16px !important;
}

.wpo-site-footer .link-widget ul li a {
  font-size: 15px !important;
}

.wpo-site-footer .widget-title h3 {
  font-size: 24px !important;
}

.wpo-site-footer .contact-ft ul li {
  font-size: 14px !important;
  font-family: 'Open Sans', sans-serif !important;
}

.wpo-site-footer .wpo-lower-footer ul li {
  font-size: 16px !important;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-text h2 {
  font-size: 20px !important;
  font-weight: 600 !important;
}

.mt-twitter {
  margin-top: 10px;
}

@media only screen and (max-width: 320px) {
  .footer-download-btn {
    padding: 10px 18px !important;
  }
}

@media screen and (min-width: 1500px) {

  .wpo-site-footer .link-widget,
  .wpo-site-footer-s2 .link-widget {
    padding-left: 30px !important;
  }
}

@media (max-width: 767px) {
  .wpo-site-footer .wpo-upper-footer .col {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 991px) {
  .wpo-site-footer .wpo-upper-footer .col {
    margin-bottom: 30px !important;
  }
}

/* FOOTER CSS END */

/* INDEX PAGE CSS START */
.wpo-about-area-s3 .wpo-about-text .wpo-about-title span.sub:before {
  background: var(--dark-gray-font-color) !important;
}

.wpo-about-area-s3 .wpo-about-text .wpo-about-title span.sub {
  color: var(--dark-gray-font-color) !important;
  font-family: 'Open Sans', sans-serif !important;
}

.wpo-about-area-s3 .wpo-about-text .wpo-about-title h2 span {
  color: var(--dark-gray-font-color) !important;
  font-weight: 600;
}

.redirect-btn .theme-btn {
  color: var(--dark-color) !important;
  border: 1px solid var(--dark-color) !important;
}

.wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-img .thumb h4 {
  -webkit-text-stroke-color: var(--dark-color) !important;
}

.wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text h2 a {
  font-size: 26px !important;
}

.wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text h2 a:hover {
  color: var(--dark-color) !important;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text h3 a:hover {
  color: var(--dark-color) !important;
}

.wpo-team-section .wpo-team-wrap .wpo-team-item .wpo-team-text {
  max-width: 145px !important;
}

.wpo-about-area-s3 .wpo-about-text .wpo-about-title h2 {
  font-size: 40px !important;
  font-family: 'Open Sans', sans-serif !important;
}

.wpo-about-area-s3 .theme-btn {
  color: var(--dark-color) !important;
}

.wpo-about-area-s3 .theme-btn:hover {
  color: #fff !important;
  background: var(--dark-color) !important;
}

.wpo-about-area-s3 .wpo-about-text {
  padding-right: 0px !important;
}

.wpo-about-area-s3 .wpo-about-img {
  padding-left: 0px !important;
}

.wpo-about-text p {
  font-size: 18px !important;
}

.wpo-contact-pg-section .office-info {
  padding-bottom: 0px !important;
}

.wpo-project-area-s2 .wpo-project-wrap .owl-dots .owl-dot.active {
  background: var(--dark-color) !important;
}

.img-fluid {
  padding-bottom: 20px !important;
}

.btns .theme-btn-custom {
  color: var(--bs-white);
  border: 1px solid #ffff;
  background: transparent;
  display: inline-block;
  font-weight: 600;
  padding: 15px 28px;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-size: 16px;
  transition: all 0.3s;
  margin-left: 20px;
  font-family: 'Open Sans', sans-serif !important;
}

.theme-btn-custom:hover,
.theme-btn-custom:focus {
  background: var(--bs-white);
  color: var(--dark-color);
}

.wpo-project-area-s2 .wpo-project-wrap .owl-nav [class*=owl-] {
  color: var(--dark-color);
}

.wpo-features-area .wpo-features-item .wpo-features-icon,
.wpo-features-area-s2 .wpo-features-item .wpo-features-icon,
.wpo-features-area-s3 .wpo-features-item .wpo-features-icon {
  background: var(--dark-color);
}

.wpo-blog-section .wpo-blog-item .wpo-blog-img .thumb ul li:first-child:before,
.wpo-blog-section-s2 .wpo-blog-item .wpo-blog-img .thumb ul li:first-child:before,
.wpo-blog-section-s3 .wpo-blog-item .wpo-blog-img .thumb ul li:first-child:before {
  background: var(--dark-color);
}

.wpo-testimonial-area-s2 .wpo-testimonial-wrap .testimonial-slider .owl-dots .owl-dot.active {
  background: var(--dark-gray-font-color);
}

.wpo-testimonial-area-s2 .wpo-testimonial-wrap .wpo-testimonial-item {
  text-align: left;
}

.nav-icon-dark {
  color: var(--dark-gray-font-color) !important;
  font-size: 40px;
}

.blog-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  margin: 10px;
  height: 450px;
}

.blog-card:hover {
  transform: translateY(-5px);
}

.blog-card-img {
  height: 250px;
  overflow: hidden;
}

.blog-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 15px;
}

.blog-card-title a {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 70px;
}

.details .blog-card-category {
  font-size: 0.95rem;
  /* color: #888; */
  text-decoration: none;
  display: inline-block;
}

.wpo-shop-section .details h3 {
  font-size: 16px;
  margin: 0 0 0.5em;
  font-weight: 700;
  color: #777373;
}

.blog-card-btn {
  margin-top: auto;
  padding: 8px 14px;
  background-color: #0093DD;
  color: white;
  border-radius: 6px;
  font-size: 0.9rem;
  text-decoration: none;
  align-self: start;
  transition: 0.3s;
}

.blog-card-btn:hover {
  background-color: var(--bs-white);
  color: var(--dark-color);
  border: 1px solid #0093DD;
}

.wpo-blog-pg-section .post h3 {
  font-size: 22px !important;
}

.wpo-testimonial-area .wpo-testimonial-wrap .owl-nav .owl-prev,
.wpo-testimonial-area .wpo-testimonial-wrap .owl-nav .owl-next,
.wpo-testimonial-area-s2 .wpo-testimonial-wrap .owl-nav .owl-prev,
.wpo-testimonial-area-s2 .wpo-testimonial-wrap .owl-nav .owl-next,
.wpo-testimonial-area-s3 .wpo-testimonial-wrap .owl-nav .owl-prev,
.wpo-testimonial-area-s3 .wpo-testimonial-wrap .owl-nav .owl-next {
  padding-bottom: 160px !important;
}

.wpo-service-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
}

.wpo-service-item {
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.wpo-service-item .icon img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}

.application-card {
  margin: 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  background-color: #fff;
}

.application-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.application-card h3 {
  margin: 0;
  padding: 15px;
  font-size: 16px !important;
  font-weight: 600;
  background: #f7f7f7;
}

.wpo-features-area .wpo-features-item .wpo-features-icon {
  height: 90px !important;
  width: 90px !important;
}

.wpo-features-icon .icon {
  height: 50px !important;
  width: 50px !important;
}

@media only screen and (max-width: 1500px) and (min-width: 991px) {
  .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-img .thumb {
    bottom: 0 !important;
  }
}

.wpo-project-area-s2 .wpo-project-wrap .owl-nav .owl-prev {
  top: 38% !important;
}

.wpo-project-area-s2 .wpo-project-wrap .owl-nav .owl-prev {
  left: 16px !important;
}

.wpo-section-title h2 {
  font-size: 40px !important;
}

.wpo-project-text h6 a {
  color: var(--dark-gray-font-color) !important;
  font-family: 'Open Sans', sans-serif !important;
}

.wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-text h2 {
  font-family: 'Open Sans', sans-serif !important;
  line-height: 20px !important;
}

@media only screen and (max-width: 767px) {
  .wpo-section-title h2 {
    font-size: 28px !important;
  }
}

@media (min-width: 1200px) {
  .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-img .thumb {
    top: 156px;
  }
}

@media (max-width: 1199px) and (min-width: 768px) {
  .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-img .thumb {
    top: 178px;
  }
}

@media (width: 1024px) {
  .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-img .thumb {
    top: 150px;
  }
}

@media (max-width: 767px) and (min-width: 426px) {
  .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-img .thumb {
    top: 220px;
  }
}

@media (max-width: 425px) and (min-width: 321px) {
  .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-img .thumb {
    top: 186px;
  }
}

@media (max-width: 320px) {
  .wpo-project-area-s2 .wpo-project-wrap .wpo-project-item .wpo-project-img .thumb {
    top: 150px;
  }
}

/* SLIDER FOR WHY CHOOSE US CSS START */
.why-card {
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  margin: 10px;
  height: 350px;
}

.why-card:hover {
  transform: translateY(-5px);
}

.office-info-card-body h2 {
  font-size: 18px !important;
  text-align: center;
  margin-left: 10px !important;
  margin-right: 10px !important;
  font-family: 'Open Sans', sans-serif !important;
}

.office-info-card-body p {
  font-size: 16px !important;
  text-align: justify;
  margin-left: 30px !important;
  margin-right: 30px !important;
  font-family: 'Open Sans', sans-serif !important;
}

@media only screen and (max-width: 768px) {
  .office-info-card-body p {
    font-size: 16px !important;
  }
}

.office-info-icon-custom .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 74px;
  width: 74px;
  margin: 0 auto;
}

.office-info-icon-custom .icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}


.fancybox__container {
  z-index: 10000 !important;
}

.fancybox__backdrop,
.fancybox__slide {
  top: 0 !important;
}

/* INDEX PAGE CSS END */

/* ABOUT US PAGE CSS START */
.wpo-mile-stone .detail-mile .stones-tab a:before {
  background: var(--dark-color);
}

.wpo-mile-stone .detail-mile .tab-line-color {
  border-top: 1px solid var(--dark-color);
}

.slide-span-color span {
  color: var(--dark-gray-font-color) !important;
  font-family: 'Open Sans', sans-serif !important;
}

.button-color {
  background-color: var(--dark-color) !important;
  border: 1px solid var(--dark-color) !important;
}

.button-color:focus {
  background-color: var(--dark-color) !important;
  border: 1px solid #000000;
}

.sec-padding {
  padding: 50px 0;
}

.wpo-why-us .wpo-image:before {
  background-color: var(--dark-color);
}

.progress-color {
  background-color: var(--dark-color) !important;
}

.wpo-about-line .text-line .slide-span-color .sub:before {
  background: var(--dark-color) !important;
}

.wpo-line p:after {
  background: var(--dark-color);
}

.wp-line p::before {
  background: var(--dark-color);
}

.wpo-section-title p:before {
  background-color: var(--dark-color) !important;
}

.wpo-color .wpo-bg-color {
  background: var(--dark-color);
}

.wpo-shop-single-section .product-details .price {
  color: var(--dark-color);
}

.wpo-shop-single-section .product-details ul li:before {
  background: var(--dark-gray-font-color);
}

.wpo-blog-pg-section .format-video .video-holder .fi:before {
  color: var(--dark-color) !important;
}

.wpo-blog-pg-section .format-video .video-holder:before {
  background-color: #96cbe4 !important;
  border-radius: 10px;
}

.blog-sidebar .about-widget {
  padding: 25px !important;
}

.blog-sidebar {
  padding-left: 5px !important;
}

.widget h4 span {
  color: var(--dark-gray-font-color) !important;
  font-weight: 600;
}

.wpo-shop-single-section .product-info .nav-tabs a:before {
  background: var(--gray) !important;
}

.wpo-shop-single-section .product-info .tab-content {
  border-top: 1px solid var(--gray) !important;
}

.wpo-shop-single-section .product-info .client-rv .client-pic img {
  border-radius: 0% !important;
}

.client-rv {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.client-pic img {
  max-width: 100px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.wpo-shop-single-section .product-info .client-rv .review-body {
  padding-top: 0px !important;
}

/* .owl-carousel .owl-item img {
  border-radius: 10px !important;
} */

.blog-sidebar .about-widget h4 {
  font-size: 22px !important;
  margin-bottom: 10px !important;
}

/* MILESTONE SECTION CSS STYLE */
.custom-timeline ul {
  --col-gap: 2rem;
  --row-gap: 2rem;
  --line-w: 0.25rem;
  display: grid;
  grid-template-columns: var(--line-w) 1fr;
  grid-auto-columns: max-content;
  column-gap: var(--col-gap);
  list-style: none;
  width: min(60rem, 90%);
  margin-inline: auto;
}

.custom-timeline ul::before {
  content: "";
  grid-column: 1;
  grid-row: 1 / span 20;
  background: rgb(225, 225, 225);
  border-radius: calc(var(--line-w) / 2);
}

.custom-timeline ul li:not(:last-child) {
  margin-bottom: var(--row-gap);
}

.custom-timeline ul li {
  grid-column: 2;
  --inlineP: 1.5rem;
  margin-inline: var(--inlineP);
  grid-row: span 2;
  display: grid;
  grid-template-rows: min-content min-content min-content;
}

.custom-timeline ul li .date {
  --dateH: 3rem;
  height: var(--dateH);
  margin-inline: calc(var(--inlineP) * -1);
  text-align: center;
  background-color: var(--gray);
  color: var(--bs-white);
  font-size: 1.25rem;
  font-weight: 700;
  display: grid;
  place-content: center;
  position: relative;
  border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

.custom-timeline ul li .date::before {
  content: "";
  width: var(--inlineP);
  aspect-ratio: 1;
  background: var(--gray);
  background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
  position: absolute;
  top: 100%;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  right: 0;
}

.custom-timeline ul li .date::after {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1;
  background: var(--gray);
  border: 0.3rem solid var(--gray);
  border-radius: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  right: calc(100% + var(--col-gap) + var(--line-w) / 2);
}

.custom-timeline ul li .title,
.custom-timeline ul li .descr {
  position: relative;
  padding-inline: 1.5rem;
  font-family: 'Open Sans', sans-serif !important;
}

@media (max-width: 768px) {

  .custom-timeline ul li .title,
  .custom-timeline ul li .descr {
    padding-inline: 0 !important;
  }
}

.custom-timeline ul li .title {
  overflow: hidden;
  padding-block-start: 1.5rem;
  padding-block-end: 1rem;
  font-weight: 600;
  font-size: 20px;
}

.custom-timeline ul li .descr {
  padding-block-end: 1.5rem;
  font-size: 18px;
}

.custom-timeline ul li .title::before,
.custom-timeline ul li .descr::before {
  content: "";
  position: absolute;
  width: 90%;
  height: 0.5rem;
  background: none;
  left: 50%;
  border-radius: 50%;
  filter: blur(4px);
  transform: translate(-50%, 50%);
}

.custom-timeline ul li .title::before {
  bottom: calc(100% + 0.125rem);
}

.custom-timeline ul li .descr::before {
  z-index: -1;
  bottom: 0.25rem;
}

.custom-timeline .credits {
  margin-top: 1rem;
  text-align: right;
}

.custom-timeline .credits a {
  color: var(--color);
}

/* .wpo-project-single-main-img img {
  height: 450px !important;
} */

.blog-sidebar .about-widget p {
  font-size: 16px !important;
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-main-img .owl-nav [class*=owl-] {
  color: var(--dark-color) !important;
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item .wpo-project-single-main-img .owl-nav [class*=owl-]:hover {
  background: var(--dark-color) !important;
  color: #fff !important;
}

/* RESPONSIVE START */
@media (min-width: 40rem) {
  .custom-timeline ul {
    grid-template-columns: 1fr var(--line-w) 1fr;
  }

  .custom-timeline ul::before {
    grid-column: 2;
  }

  .custom-timeline ul li:nth-child(odd) {
    grid-column: 1;
  }

  .custom-timeline ul li:nth-child(even) {
    grid-column: 3;
  }

  .custom-timeline ul li:nth-child(2) {
    grid-row: 2/4;
  }

  .custom-timeline ul li:nth-child(odd) .date::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
  }

  .custom-timeline ul li:nth-child(odd) .date::after {
    transform: translate(-50%, -50%);
    left: calc(100% + var(--col-gap) + var(--line-w) / 2);
  }

  .custom-timeline ul li:nth-child(odd) .date {
    border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
  }
}

@media (max-width: 991px) {
  .blog-sidebar {
    max-width: 800px !important;
  }
}

.wpo-shop-single-section .product-info .nav-tabs li a.active {
  color: var(--bs-white);
  font-size: 22px;
  background-color: var(--gray);
  padding: 20px 40px;
  border-radius: 10px;
  font-family: 'Open Sans', sans-serif !important;
}

.wpo-shop-single-section .product-info .nav-tabs li a {
  color: var(--dark-gray-font-color);
  font-size: 30px;
  font-family: 'Open Sans', sans-serif !important;
}

@media only screen and (max-width: 767px) {
  .wpo-shop-single-section .product-info .nav-tabs li a {
    font-size: 16px !important;
  }
}

.wpo-shop-single-section .product-info .nav-tabs a.active:before {
  visibility: hidden !important;
}

.wpo-testimonial-area-s2 .wpo-testimonial-wrap .wpo-testimonial-item .wpo-testimonial-top .wpo-testimonial-info h2 {
  font-size: 26px !important;
}

/* ABOUT US PAGE CSS END */

/* PRODUCT PAGE CSS START */
.wpo-shop-single-section .product-details {
  padding: 0px !important;
}

.product-details h2 span {
  color: var(--dark-color);
}

.inquiry-btn {
  text-align: center !important;
}

.inquiry-btn .wpo-fun-fact-grids .theme-btn-s4 {
  padding: 15px 120px !important;
  font-size: 14px !important;
}

.wpo-section-title-s2 p {
  margin-bottom: 0px !important;
  color: var(--dark-color) !important;
}

.wpo-section-title-s2 p:after {
  background: var(--dark-color) !important;
}

.wpo-section-title-s2 h2 span {
  color: var(--dark-color) !important;
}

.wpo-section-title-s2 {
  margin-bottom: -25px !important;
}

.wpo-section-title-s2 h2 {
  font-size: 40px !important;
}

.wpo-skill-section .wpo-skill-img:before {
  content: none !important;
}

.wpo-skill-section .wpo-skill-img img {
  height: 423px !important;
  width: 633px !important;
}

.section-padding-product {
  padding-top: 100px !important;
}

#product-title p {
  font-size: 40px !important;
}

.wpo-checkout-area .s2.coupon-2 .coupon-3 label {
  border-left: 4px solid var(--dark-color) !important;
}

.wpo-checkout-area .s2 .coupon-3 {
  border-top: 4px solid var(--dark-color);
}

.wpo-checkout-area .coupon {
  background: #e6f5ff !important;
}

.wpo-service-area .wpo-service-item span {
  color: var(--dark-gray-font-color) !important;
  font-weight: 600;
}

.wpo-service-area .wpo-service-item .icon {
  background-color: var(--dark-color) !important;
  margin: 0 auto !important;
}

.wpo-skill-section .wpo-skill-progress p {
  margin-bottom: 0px !important;
}

/* RESPONSIVE CSS START */
@media (max-width: 991px) {
  .inquiry-btn .wpo-fun-fact-grids .theme-btn-s4 {
    font-size: 15px !important;
  }
}

.wpo-project-area-s2 .wpo-project-wrap .owl-nav .owl-next {
  right: 15px !important;
  top: 38% !important;
}

.wpo-service-area .wpo-service-item h2 {
  font-size: 20px !important;
}

/* PRODUCT PAGE CSS END */

/* QUALITY PAGE CSS START */
.wpo-shop-single-section .product-details p {
  margin-bottom: -40px !important;
}

.wpo-shop-single-section .product-details h3 span {
  color: var(--dark-gray-font-color) !important;
}

.wpo-blog-single-section .post blockquote {
  margin-top: 20px !important;
  border-radius: 10px;
  color: var(--dark-gray-font-color) !important;
}

.wpo-blog-single-section h2 span {
  color: var(--dark-gray-font-color) !important;
}

#five-boxes .wpo-service-area .row.align-items-center {
  display: flex;
  flex-wrap: nowrap;
}

#five-boxes .wpo-service-area .row.align-items-center>div {
  flex: 0 0 20%;
  max-width: 20%;
}

.quality-download-btn {
  display: inline-block;
}

.quality-download-btn a {
  display: inline-block;
  background-color: var(--bs-white);
  color: var(--dark-color);
  padding: 12px 24px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 0;
  border: 1px solid var(--dark-color);
  transition: all 0.3s ease;
  align-items: center;
}

.quality-download-btn a i {
  margin-right: 8px;
}

.quality-download-btn a:hover {
  background-color: var(--dark-color);
  color: var(--bs-white);
}

.wpo-checkout-area .coupon:before {
  content: none !important;
}

.wpo-checkout-area .coupon:before {
  content: none !important;
}

.custom-gray-border {
  padding: 20px 20px !important;
}

.custom-gray-border p {
  font-size: 16px !important;
}

/* QUALITY PAGE CSS END */

/* BLOG CSS STYLE START */
.wpo-shop-section .grid {
  width: auto !important;
}

.blog-sidebar .category-widget ul a i {
  position: absolute;
  right: 0;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 24px;
}

.blog-sidebar .widget h3:before {
  background-color: var(--dark-color) !important;
}

.wpo-shop-section .add-to-cart a {
  color: var(--dark-color) !important;
  border: 2px solid var(--dark-color) !important;
  padding: 12px 38px !important;
  font-family: 'Open Sans', sans-serif !important;
}

.wpo-shop-section .details h3 a:hover {
  color: var(--dark-color) !important;
}

.wpo-shop-section .add-to-cart a:hover {
  color: #fff !important;
  background-color: var(--dark-color) !important;
  border: 2px solid #fff !important;
}

.wpo-shop-section .grid:hover .add-to-cart a {
  background-color: var(--dark-color) !important;
  color: #fff !important;
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: var(--dark-color) !important;
  border-color: black !important;
}

.pagination-wrapper .pg-pagination li a {
  background: #cce6ff !important;
}

.blog-sidebar .category-widget ul a:hover {
  color: var(--dark-color) !important;
}

.blog-sidebar .category-widget ul a i {
  color: var(--dark-color) !important;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: var(--dark-color) !important;
}

[class^="ti-"],
[class*=" ti-"] {
  line-height: inherit !important;
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 0px !important;
  }
}

.blog-sidebar .widget h3 {
  font-size: 24px !important;
}

.blog-sidebar .category-widget ul li a {
  font-size: 18px !important;
}

.wpo-shop-section .details h3 a {
  font-size: 16px !important;
}

/* BLOG CSS STYLE END */

/* BLOG DETAILS PAGE CSS START */
.wpo-blog-pg-section .entry-meta ul li a:hover {
  color: var(--dark-color) !important;
}

.wpo-blog-pg-section .entry-meta ul li+li:before {
  background: var(--dark-color) !important;
}

.post h3 a span {
  color: var(--dark-color) !important;
}

.wpo-blog-pg-section .format-standard:before {
  color: #cce6ff !important;
  content: none !important;
}

.active-cate a {
  color: var(--dark-color) !important;
}

/* BLOG DETAILS PAGE CSS END */

/* CAREER PAGE CSS START */
.wpo-blog-pg-section .wpo-blog-content .post {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}

.wpo-section-title p:after,
.wpo-section-title p:before {
  background: var(--dark-gray-font-color) !important;
}

.wpo-section-title p {
  color: var(--dark-gray-font-color) !important;
}

.wpo-section-title h2 span {
  color: var(--dark-gray-font-color) !important;
  font-weight: 600;
}

.wpo-section-title {
  margin-bottom: 30px !important;
}

#about-title {
  margin-bottom: -20px !important;
}

.wpo-blog-single-section .post blockquote:before {
  color: var(--dark-gray-font-color) !important;
}

.wpo-project-single-area .wpo-project-single-wrap .list-widget ul li:before {
  color: var(--dark-color) !important;
}

.wpo-project-single-area .wpo-project-single-wrap .list-widget ul li span {
  color: var(--dark-color) !important;
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item-quote {
  background: #b3e0ff !important;
}

.wpo-project-single-area .wpo-project-single-wrap .list-widget ul li:before {
  content: none !important;
}

.wpo-project-single-item p span {
  color: black !important;
  font-weight: 700 !important;
}

.wpo-project-single-title h3 {
  font-size: 34px !important;
  font-weight: 400 !important;
}

@media only screen and (max-width: 767px) {
  .wpo-project-single-title h3 {
    font-size: 24px !important;
  }
}

.wpo-project-single-title h3 span {
  color: var(--dark-gray-font-color) !important;
  font-weight: 600;
}

.career-list-section ul {
  justify-content: center;
  gap: 20px;
}

.career-list-section ul li.justify {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.5;
}

.career-list-section ul li.justify i {
  flex-shrink: 0;
  display: inline-block;
  width: 44px;
  height: 44px;
}

.career-list-section ul li.justify i img {
  width: 100%;
  height: auto;
  display: block;
}

.career-list-section ul li.justify span {
  font-weight: 700;
  font-size: 20px;
  color: var(--dark-color) !important;
  margin-right: 4px;
}

.career-list-section {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wpo-project-single-area .wpo-project-single-wrap .list-widget ul li p {
  margin-bottom: 0px !important;
}

.wpo-project-single-area .wpo-project-single-wrap .list-widget ul li {
  padding-left: 0px !important;
}

.wpo-project-single-item p {
  margin-bottom: 0px !important;
}

.wpo-project-single-item p {
  padding: 0 30px;
}

.wpo-subscribe-section .wpo-subscribe-wrap .subscribe-text h3 {
  font-size: 30px !important;
  color: var(--dark-gray-font-color);
  border-left: 1px solid var(--dark-gray-font-color);
}

/* RESPONSIVE STRAT */
@media (max-width: 768px) {
  .wpo-project-single-item p {
    padding: 0 30px;
  }
}

.career-button {
  color: var(--bs-white);
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;
  backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-size: 14px;
  margin-left: 20px;
  font-family: "Open Sans", sans-serif !important;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  background: var(--dark-color);
  padding: 15px 28px;
  transition: 0.3s;
}

.career-button:hover {
  color: var(--bs-white);
}

/* CAREER PAGE CSS END */

/* CONTACT PAGE CSS START */
.wpo-contact-title h2 span {
  color: var(--dark-gray-font-color) !important;
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-single-item {
  margin-bottom: 0 !important;
}

.wpo-contact-map-section iframe {
  filter: none !important;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-icon .icon .fi:before {
  font-size: 35px;
  color: var(--dark-color) !important;
}

.theme-btn-s4 {
  color: var(--dark-color) !important;
  border: 1px solid var(--dark-color) !important;
}

.theme-btn-s4:hover,
.theme-btn-s4:focus,
.theme-btn-s4:active {
  background: var(--dark-color) !important;
  color: #fff !important;
}

.office-info-text p a {
  color: #595959;
}

.office-info-item {
  border-radius: 20px !important;
}

.wpo-contact-pg-section .office-info .office-info-item {
  padding: 14px;
  margin-bottom: 10px;
}

/* CONTACT PAGE CSS END */

/* EVENTS CSS START */
.owl-carousel .owl-nav {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.owl-carousel:hover .owl-nav {
  opacity: 1;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  border: none;
}

.owl-nav button.owl-prev {
  left: -10px;
}

.owl-nav button.owl-next {
  right: -10px;
}

/* RESPONSIVE START */
@media (max-width: 768px) {
  .wpo-section-title p:before {
    right: -70px !important;
  }

  .wpo-section-title p:after {
    left: -70px !important;
  }
}

@media (max-width: 430px) {
  .wpo-section-title p:before {
    width: 0px !important;
  }

  .wpo-section-title p:after {
    width: 0px !important;
  }
}

.wpo-shop-section .details {
  padding: 5px 5px;
  background-color: #F3F3F3;
}

.event-box {
  /* border: 10px solid var(--gray); */
  border-radius: 10px;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
}

.event-date {
  float: left;
  padding-top: 10px;
  font-weight: 400 !important;
}

/* EVENTS CSS END */

/* TEAM & CONDITION CSS START */
.entry-header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.entry-header img {
  max-height: 60px;
}

/* TEAMS & CONDITION CSS END */

/* SEARCH RESULT CSS START */
.search-results-container {
  padding: 60px 0;
}

.search-results-container h1 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #222;
}

.search-results-container h1 span {
  color: var(--dark-color);
}

.search-results-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-results-list li {
  background-color: #f9f9f9;
  padding: 20px;
  margin-bottom: 15px;
  border-left: 4px solid var(--dark-color);
  border-radius: 4px;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.search-results-list li:hover {
  background-color: #eef6ff;
}

.search-results-list a {
  font-size: 20px;
  font-weight: 600;
  color: var(--dark-color) !important;
  text-decoration: none;
  display: block;
}

.search-results-list .source {
  font-size: 14px;
  color: #777;
  margin-top: 8px;
}

.no-results {
  font-size: 18px;
  color: #888;
  margin-top: 20px;
}

.error-404-section .error-message {
  margin-top: 15px !important;
}

.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10000 !important;
  background: #fff;
  border: 1px solid #ccc;
  font-family: Arial, sans-serif;
  padding-left: 0;
}

.ui-menu-item-wrapper {
  padding: 10px;
  border-bottom: 1px solid #eee;
  text-align: left;
}

.ui-menu-item-wrapper strong {
  display: block;
  font-weight: bold;
  color: #000;
  font-size: 14px;
  text-align: left;
}

.ui-menu-item-wrapper small {
  display: block;
  color: #666;
  font-size: 12px;
  margin-top: 2px;
  text-align: left;
}

/* SEARCH RESULT CSS END */

/* DOWNLOAD PAGE CSS START  */
.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .pricing-thumb,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .pricing-thumb {
  background: var(--dark-color);
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text a,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text a {
  font-size: 16px;
  color: var(--dark-color);
  font-weight: 500;
  display: inline-block;
  margin-top: 0px;
  position: relative;
  padding: 10px 25px;
  border: 1px solid var(--dark-color);
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom {
  padding: 20px;
  padding-top: 15px;
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text a:hover,
.wpo-pricing-section-s2 .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-bottom .wpo-pricing-bottom-text a:hover {
  background: var(--dark-color);
  color: #fff;
}

/* FLIPBOOK CSS START
#flipbook {
  position: relative;
  width: fit-content;
  margin: 50px auto;
  background: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  max-width: 95vw;
  overflow: hidden;
}

#flipbook .book-container {
  margin: auto;
  position: relative;
}

#flipbook .book-container .page {
  background-size: cover;
  background-position: center;
  background-color: white;
  overflow: hidden;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#flipbook #flipbook-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 10;
}

#flipbook #flipbook-controls button {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  font-size: 28px;
  padding: 10px 16px;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  transition: background 0.3s ease;
}

#flipbook #flipbook-controls button:hover {
  background: rgba(0, 0, 0, 0.9);
}

.flipbook-download {
  text-align: center;
  margin-top: 20px;
}

.flipbook-download .download-btn {
  background-color: var(--bs-white);
  color: var(--dark-color);
  padding: 12px 24px;
  font-size: 16px;
  text-decoration: none;
  border-radius: 0px;
  display: inline-block;
  transition: background 0.3s ease;
  border: 1px solid var(--dark-color) !important;
}

.flipbook-download .download-btn i {
  margin-right: 8px;
}

.flipbook-download .download-btn:hover {
  background-color: var(--dark-color);
  color: var(--bs-white);
}

@media (max-width: 1024px) {
  #flipbook {
    margin: 30px auto;
    padding: 15px;
  }

  #flipbook #flipbook-controls button {
    font-size: 24px;
    padding: 8px 12px;
  }
}

@media (max-width: 768px) {
  #flipbook {
    margin: 20px auto;
    padding: 10px;
    max-width: 98vw;
  }

  #flipbook #flipbook-controls button {
    font-size: 20px;
    padding: 6px 10px;
  }

  .flipbook-download .download-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  #flipbook {
    margin: 10px auto;
    padding: 8px;
  }

  #flipbook #flipbook-controls button {
    font-size: 18px;
    padding: 5px 8px;
  }
} */

.wpo-subscribe-section .wpo-subscribe-wrap {
  background: #F9F9F9 !important;
}

.wpo-subscribe-section {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item .wpo-pricing-top .pricing-thumb {
  font-size: 12px !important;
  padding: 3px 18px 5px !important;
}

/* DOWNLOAD PAGE CSS END */

/* ENQUIRY MODEL CSS START */
.modal {
  top: 50px !important;
}

.enquiry-error {
  padding-left: 45px !important;
  padding-bottom: 15px !important;
}

.modal.fade.page-contact-us .modal-dialog {
  max-width: 800px;
  margin: auto;
}

.modal-content.contact-form {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  padding: 10px 30px;
  border: none;
}

.modal-header.cus-inq {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 0px;
}

.modal-header .navbar-brand h5 {
  margin: 0;
  color: var(--dark-color);
  font-weight: 600;
}

.btn-close.close-icon {
  background: none;
  border: none;
  font-size: 1.8rem;
  color: var(--dark-color);
  opacity: 1;
  cursor: pointer;
}

.close-icon {
  font-size: 2rem;
  color: var(--dark-color);
  cursor: pointer;
  line-height: 1;
  margin-right: 30px;
}

.modal-header {
  padding: 0 0 !important;
}

.contact_us {
  padding: 10px 0px;
}

.contact_field h3 {
  color: #000;
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact_field p {
  color: #000;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  margin-bottom: 35px;
}

.contact_field .form-control {
  border-radius: 25px;
  border: 1px solid #ccc;
  padding: 10px 15px;
}

.contact_field .form-control::placeholder {
  font-size: 14px;
  letter-spacing: 1px;
}

.contact_info_sec {
  position: absolute;
  right: 1px;
  top: 20%;
  height: 365px;
  width: 300px;
  padding: 20px;
  border-radius: 15px 0 0 25px;
  background: url(../images/enquiry-banner.jpg);
  background-size: cover;
  background-position: center;
  display: flex;
}

.contact_info_sec h4 {
  letter-spacing: 1px;
  padding-bottom: 0px;
  color: #fff;
}

.info_single {
  margin: 30px 0px;
}

.info_single i {
  margin-right: 15px;
}

.info_single span {
  font-size: 14px;
  letter-spacing: 1px;
}

button.contact_form_submit {
  background: var(--dark-color);
  border: none;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  margin-top: 25px;
  border-radius: 35px;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 2px;
}

.input-group-icon {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}

.input-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  flex-shrink: 0;
}

.input-group-icon .form-control {
  flex: 1;
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 10px 15px;
  font-size: 14px;
}

.modal-header.cus-inq {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal-title {
  margin-left: 45px;
  margin-bottom: 0;
  font-size: 30px !important;
}

.modal-title span {
  color: #0095d9;
}

.contact_field textarea {
  resize: none;
  height: 120px;
}

.wpo-project-single-area .wpo-project-single-wrap .wpo-project-contact-area .wpo-contact-title h2 {
  font-size: 22px !important;
}

/* Responsive Media Queries */

@media (min-width: 1200px) {
  .modal.fade.page-contact-us .modal-dialog {
    max-width: 900px;
  }

  .modal-title {
    font-size: 32px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .modal.fade.page-contact-us .modal-dialog {
    max-width: 800px;
  }

  .contact_info_sec {
    width: 280px;
    height: 350px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal {
    top: 80px !important;
  }

  .modal.fade.page-contact-us .modal-dialog {
    max-width: 95%;
    margin: 10px auto;
  }

  .modal-content.contact-form {
    padding: 15px 20px;
  }

  .modal-title {
    margin-left: 20px;
    font-size: 24px !important;
  }

  .contact_field h3 {
    font-size: 32px;
  }

  .contact_info_sec {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 350px;
    margin-top: 20px;
    border-radius: 15px;
  }

  .enquiry-error {
    padding-left: 35px !important;
  }

  .input-icon {
    width: 18px;
    height: 18px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .modal {
    top: 80px !important;
  }

  .modal.fade.page-contact-us .modal-dialog {
    max-width: 95%;
    margin: 5px auto;
  }

  .modal-content.contact-form {
    padding: 10px 15px;
  }

  .modal-title {
    margin-left: 15px;
    font-size: 20px !important;
  }

  .contact_field h3 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .contact_field p {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .contact_info_sec {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 180px;
    margin-top: 15px;
    border-radius: 15px;
  }

  .enquiry-error {
    padding-left: 30px !important;
    padding-bottom: 10px !important;
  }

  .input-group-icon .form-control {
    padding: 8px 12px;
    font-size: 13px;
  }

  .contact_field .form-control::placeholder {
    font-size: 13px;
  }

  button.contact_form_submit {
    padding: 8px 12px;
    font-size: 16px;
    margin-top: 20px;
  }

  .contact_field textarea {
    height: 100px;
  }
}

@media (max-width: 575px) {
  .modal {
    top: 80px !important;
    padding: 0 5px;
  }

  .modal.fade.page-contact-us .modal-dialog {
    max-width: 98%;
    margin: 2px auto;
  }

  .modal-content.contact-form {
    padding: 8px 12px;
    border-radius: 8px;
  }

  .modal-header.cus-inq {
    padding-bottom: 10px;
    flex-wrap: nowrap;
  }

  .modal-title {
    margin-left: 5px;
    font-size: 16px !important;
    line-height: 1.2;
  }

  .close-icon {
    font-size: 1.5rem;
  }

  .contact_us {
    padding: 5px 0px;
  }

  .contact_field h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .contact_field p {
    font-size: 11px;
    margin-bottom: 15px;
  }

  .contact_info_sec {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    height: 150px;
    margin-top: 10px;
    border-radius: 10px;
    padding: 15px;
  }

  .contact_info_sec h4 {
    font-size: 16px;
  }

  .info_single {
    margin: 15px 0px;
  }

  .info_single span {
    font-size: 12px;
  }

  .enquiry-error {
    padding-left: 25px !important;
    padding-bottom: 8px !important;
    font-size: 12px;
  }

  .input-group-icon {
    margin-bottom: 1px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .input-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }

  .input-group-icon .form-control {
    padding: 6px 10px;
    font-size: 12px;
  }

  .contact_field .form-control::placeholder {
    font-size: 12px;
  }

  button.contact_form_submit {
    padding: 6px 10px;
    font-size: 14px;
    margin-top: 15px;
    letter-spacing: 1px;
  }

  .contact_field textarea {
    height: 80px;
    padding: 6px 10px;
  }

  .d-flex.gap-2 {
    gap: 10px !important;
  }

  .d-flex.gap-2 button {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .modal-title {
    font-size: 14px !important;
  }

  .contact_field h3 {
    font-size: 20px;
  }

  .modal-content.contact-form {
    padding: 5px 8px;
  }

  .input-group-icon .form-control {
    padding: 5px 8px;
    font-size: 11px;
  }

  .contact_field .form-control::placeholder {
    font-size: 11px;
  }

  button.contact_form_submit {
    font-size: 13px;
    padding: 5px 8px;
  }
}

/* ENQUIRY MODEL CSS END */

/* FANQS PAGE CSS START */
.accordion .accordion-item {
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  border-top: 4px solid var(--dark-color);
  border-bottom: 1px solid #ffe5dc;
}

.accordion-button {
  background-color: #e6f5ff;
  font-weight: 500;
  font-size: 18px;
  transition: background-color 0.3s ease;
}

.accordion-body {
  font-family: "Mulish", sans-serif !important;
  background-color: #ffffff;
  padding: 20px 50px;
  font-size: 18px;
  color: #595959;
  line-height: 1.8em;
}

.accordion-button,
.accordion-collapse {
  border: none;
  border-radius: 0;
  font-family: "Mulish", sans-serif !important;
}

.accordion-button:not(.collapsed) {
  background: #e6f5ff !important;
  font-size: 22px !important;
  color: black;
  font-family: "Mulish", sans-serif !important;
}

.accordion-button {
  padding: 20px 20px !important;
}

/* FANQS PAGE CSS END */

/* EVENT PAGE CSS START */
.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-]:hover {
  background: var(--dark-color) !important;
  color: white !important;
}

.wpo-blog-pg-section .format-gallery .owl-nav [class*=owl-] {
  color: var(--dark-color) !important;
}

.wpo-blog-pg-section .entry-meta {
  margin: 35px 20px !important;
}

.wpo-blog-pg-section .entry-details {
  margin: 35px 40px !important;
}

.topbar ul li {
  padding: 15px 3px !important;
}

.wpo-contact-pg-section .office-info .office-info-item .office-info-icon {
  width: 70px !important;
  height: 70px !important;
  line-height: 100px !important;
  margin: 30px auto !important;
}

.wpo-service-area .box-height {
  height: 330px !important;
  padding: 30px 40px !important;
  background: #F3F3F3;
}

.wpo-service-area .process-box {
  height: 400px !important;
  padding: 30px 40px !important;
  background: #F3F3F3;
}

.wpo-pricing-section .wpo-pricing-wrap .wpo-pricing-item{
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1) !important;
}

.wpo-service-area .wpo-service-item{
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1) !important;
}

.wpo-service-area .quality-box{
  height: 500px;
  padding: 30px 40px !important;
  background: #F3F3F3;
}

