/*!
Theme Name: saras
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: saras
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

saras is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

body, html {
    font-family: 'Montserrat';
    height: 100%;
    overflow-x: hidden;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.containermain {
    max-width: 1560px;
    margin-inline: auto;
    padding-inline: 20px;
}

  img{
    width: 100%;
  }
a {
    text-decoration: none !important;
}
ul {
  list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    font-family: 'Montserrat';
}
p{
  text-align: justify;
}
/* alternate header for other pages (not home page) */
@keyframes slideInRight {
  from {
    transform: translateX(-50%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
section.imghero {
    padding-top: 0px;
}
.animate-left-to-right {
  opacity: 0;
  animation: slideInRight 2.5s ease-out forwards;
}
.header-fixed-sticky .fixed-top.green-bg-header {
    background-color: #ffffff;
}
/* Site green color */
:root {
  --site-green: #006764;
}

/* Default navbar links */
.navbar .nav-link {
  color: white;
  transition: all 0.3s ease;
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}

/* When header is scrolled */
.header-fixed-sticky .navbar .nav-link {
  background-color: var(--site-green);
  color: white !important;
  border-radius: 20px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
}

/* Hover effect */
.header-fixed-sticky .navbar .nav-link:hover {
  background-color: darkgreen;
  color: white !important;
}
/* Default logo (white) */
.navbar-brand-logo img {
  content: url('https://wittytechnicalsolutions.com/sub-domain/saraspaces/wp-content/uploads/2025/07/logo-white.png');
  transition: all 0.3s ease;
}

/* Logo on scroll */
.header-fixed-sticky .navbar-brand-logo img {
  content: url('https://saaraspaces.com/wp-content/uploads/2025/06/logonew.png');
}

@keyframes slideInLeft {
  from {
    transform: translateX(50%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.read-more::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 1.5px;
  background: #006764;
  transition: width 0.3s ease;
}

.read-more {
  display: inline-block;
  position: relative;
  transition: color 0.3s ease;
}

.read-more .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  margin-left: 5px;
}

.read-more:hover {
  color: #097275; /* change to any hover color you like */
  font-weight: 500;
}

.read-more:hover .arrow {
  transform: translateX(5px);
}

 .vmv-item {
      transition: box-shadow 0.3s ease, transform 0.3s ease;
      padding: 20px;
      border-radius: 12px;
    }
 
    .vmv-item:hover {
      box-shadow: 0 0 20px rgba(0, 123, 255, 0.4);
      transform: translateY(-5px);
     
    }

.read-more:hover::after {
  width: 100%;
}
.animate-right-to-left {
  opacity: 0;
  animation: slideInLeft 2.5s ease-out forwards;
}

/* nev baar start */
.navbar-custom {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
}
.navbar-blur {
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(10px);
}
 
.navbar .nav-link {
  color: white !important;
  margin: 0 15px;
  font-weight: 300;
  position: relative;
}
 
.navbar .nav-link:hover {
  color: white !important;

}
 
.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0; /* or -5px for spacing */
  width: 0%;
  height: 2px;
  background-color: white;
  transition: width 0.5s ease-in-out;
}
 
.navbar-nav .nav-link:hover::after {
  width: 100%;
}
 
.navbar-brand-logo{
  width: 170px;
  height: 100px;
  position: relative;
}

.navbar-brand-logo img.header-logo {
  width: 85%;
  max-width: 100%;
  object-fit: contain;
}
.navbar-mobileicon{
  height: 33px;
  width: 48px;
}
 
.navbar-toggler {
  border: none;
  outline: none;
}
 
body.home .navbar-toggler-icon {
  filter: brightness(0) invert(1);
}
 
/* alternate header for other pages (not home page) */
.navbar-alt {

  background-color: #fff;
}
 
 
.navbar-alt .alt-link {
  font-weight: 400;
  color: #333 !important;
  padding: 10px 15px;
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
.navbar-alt .alt-link:hover {
  color: #222222 !important;
}
.navbar-alt .alt-link::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #333;
  transition: width 0.3s ease-in-out;
}
 
.navbar-alt .alt-link:hover::after {
  width: 100%;
}
.navbar-toggler {
  border: none;
  outline: none;
}

/* alternate header end */
/* footer */
    .footer {
      font-size: 14px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      border-top:10px solid #006764;
    }
 .footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgb(80 176 178 / 84%) 0%, rgb(224, 232, 233, 0.9) 50%, rgb(255, 255, 255) 100%);
}
.footer-section {
    z-index: 1;
    position: relative;
}
    .footer h6 {
      font-weight: 700;
      margin-bottom: 26px;
      color: #000;
      font-size: 20px;
    }

    .footer ul li {
      margin-bottom: 10px;
      color: #000;
      font-size: 15px;
    }
    .footer-logo img{
      max-width: 100%;
      width: 150px;
      object-fit: cover;
    }
    .footer ul {
      margin-bottom: 20px;
    }
    .footer .social-icons a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      border: 1px solid #00000042;
      border-radius: 50%;
      color: #000;
      font-size: 14px;
      transition: background 0.3s, color 0.3s;
    }

    .footer .social-icons a:hover {
      background: #000;
      color: #fff;
    }
    /* cta css */
    .cta-section {
      padding: 0px 20px 70px;
    }
    .cta-container {
      max-width: 500px;
      margin: 0 auto;
      text-align: center;
    }
.small {
    font-size: 15px;
    color: #000;
}
a.text-decoration-none {
    color: #000;
    font-size: 15px;
}
a.text-decoration-none:hover {
    color: #006764;
    font-weight: 500;
}
    .cta-title {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    margin-bottom: 30px;
}
.fw-bold {
    font-weight: 500!important;
}
b, strong {
    font-weight: 500;
}
    .cta-title .bold {
      font-weight: 500;
    }

    .cta-buttons {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
    }

    .btn-black {
      background-color: #000;
      color: #fff;
      border: none;
      padding: 12px 36px;
      font-size: 16px;
      font-weight: 500;
      cursor: pointer;
      transition: 0.3s ease;
      border: 1px solid #000;
    }
    .btn-black:hover {
        background-color: #fff;
        color: #000;
    }
   .btn-outline {
      background-color: transparent;
      border: 1px solid #000;
      padding: 12px 36px;
      font-size: 16px;
      color: #000;
      font-weight: 500;
      cursor: pointer;
      transition: 0.3s ease;
    }
    .btn-outline:hover {
        background-color: #000;
        color: #fff;
    }
    .arrow {
      margin-left: 12px;
      font-weight: bold;
      font-size: 26px;
      line-height: 10px;
    }
    .blog-banner-content.blog-banner-content {
    padding: 0 30px 30px;
    margin-top: 180px;
    position: relative;
    z-index: 2;
}
    /* Overlay effect */
    .overlay-card {
      position: relative;
      overflow: hidden;
      }
      .overlay-card img {
      width: 100%;
      height: auto;
      display: block;
      }
     .overlay-content {
    position: absolute;
    top: 5%;
    left: 5%;
    bottom: 0px;
    right: 0px;
    height: 90%;
    width: 90%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
      .overlay-card:hover .overlay-content {
      opacity: 1;
      }
    .nav-link {
      color: #000;
      font-weight: 500;
      cursor: pointer;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    .nav-link.active {
        font-weight: 500;
        border-bottom: 1px solid #006764;
        color: #006764;
    }
   /* Position text at bottom left */
 .custom-caption {
    position: absolute;
    bottom: 30px;
    text-align: left;
    left: 0;
    right: 0;
    color: white;
    z-index: 10;
    padding-right: 170px;
}
.custom-caption h2 {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 400;
    margin: 0;
}
  .custom-caption p {
    font-size: 22px;
    margin: 10px 0 0;
  }

/* Arrows at bottom right */
.carousel-controls-bottom-right {
    position: absolute;
    bottom: 80px;
    right: 30px;
    display: flex;
    gap: 12px;
    z-index: 30;
    width: 150px;
}

.header-shadow-box {
    background: linear-gradient(360deg, rgba(136, 136, 139, 0) 0%, rgba(33, 34, 43, 0.99) 164.53%);
    background-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    z-index: 1;
}

.abouttext-home{
  padding: 0px;
}
/* hero section home */
button.carousel-control-prev {
    width: 45% !important;
}
button.carousel-control-next {
    width: 45% !important;

}
.carousel-item {
    min-height: 500px;
    height: 100vh;
}

.carousel-control-prev svg,
.carousel-control-next svg {
  display: block;
}
/* text head and para */

.custom-heading-p > h2 {
    color: #777777;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.custom-text-p {
    color: #222222;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.5;
    margin-top: 15px;
}
.borderleft {
    border-left: 2px solid #777777;
    padding-left: 7%;
}
.bloggrid{
        width: auto;
    }
    .slide-down-trigger {
      opacity: 0;
      transform: translateY(-30px);
      transition: opacity 0.6s ease, transform 0.6s ease;
    }
 
    .slide-down-trigger.visible {
      opacity: 1;
      transform: translateY(0);
    }
    .blog-bg::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
      z-index: 1;
    }
 .blog-banner-content.blog-banner-content {
    margin-top: 200px;
    position: relative;
    z-index: 2;
}
.blog-main-item {
    width: 100%;
}
.blog-main-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px 60px;
    padding-inline: 50px;
    padding-block: 20px 50px;
}
a.text-decoration-none.blog-btn {
    color: #ffffff;
    font-size: 16px;
}
 .blog-banner-content h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    max-width: 620px;
    margin-bottom: 30px;
}
.blog-date {
    color: #fff;
    font-size: 16px;
}
.blog-banner-content.blog-banner-content {
    padding: 0 50px 20px;
    margin-top: 200px;
    position: relative;
    z-index: 2;
}
.bolg-banner-meta {
    margin-bottom: 20px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
a.read-more {
    color: #fff;
    font-size: 18px;
}
.bolg-banner-meta {
    padding-top: 10px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
/* about page css start*/
section.project-section {
    padding: 120px 0px 80px;
}
section.about-us-section {
    padding-top: 60px;
    padding-bottom: 50px;
}
  .abouttext{
    margin-bottom: 20px;
  }

.vmv-icon img {
    width: 70px;
    height: 80px;
    object-fit: contain;
    /* margin-bottom: 20px; */
    /* margin-top: 20px; */
}        
    .custom-text {
      width: 100%;
      color: #666666;
      font-weight: 400;
      font-size: 16px;
      line-height: 1.8;
      letter-spacing: 0;
    }
 
    .custom-heading h2 {
      text-transform: capitalize;
      font-size: 24px;
      line-height: 1.3;
      font-weight: 400;
    }

    .custom-heading h2 > b {
      font-weight: 500;
    }
    .image-rectangle img {
      width: 100%;
    }
    .project-box-title {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 500;
    text-transform: uppercase;
}
.project-box-desc {
    font-size: 16px;
    line-height: 1.3;
}
    /* left img right text */
.herosection {
    padding: 70px 0px 20px;
}
.herosection .text-right {
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0;
    color: #666666;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 40px;
}
 
  /* vision mission values */
  /* .containervmv {
    padding: 60px 0px;
} */
.vmv-gradient {
    background: linear-gradient(to bottom, #d6e7e5 0%, #ffffff 50%, #d6e7e5 100%);
    padding: 40px 40px;
}
 .vmv-col {
    padding: 0 40px;
    text-align: center;
}
.vmv-col h4 {
    font-weight: 400;
    margin-top: 0;
    /* margin-bottom: 20px; */
    font-size: 24px;
    color: #000;
}
.vmv-item .custom-text {
    width: 100%;
    color: #666666;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0;
    text-align: center;
}
 section.containervmv {
    margin-block: 60px;
}
 
    /*  counter css */
    .container-count{
      width: 100%;
      padding: 1rem;
      box-sizing: border-box;
    }
    .stats-bg-image {
      background-image: url('assets/images/Rectangle\ 28.png');
      background-size: cover;
      background-position: center;
      min-height: 500px;
      opacity: 0.3;
    }

    .stats-wrapper h1 {
    font-size: 80px;
    line-height: 1.2;
    font-weight: 700;
    color: #222222;
}
 
    .stats-wrapper p {
      font-size: 23px;
      font-weight: 400;
      line-height: 1.2;
      color: #666666;
      margin-top: 0.5rem;
    }

    .stats-wrapper .custom-heading {
    /* max-width: 360px; */
    margin-bottom: 60px;
}
 
    /* steps slider */
    .container-steps{
      width: auto;
    }
 .steps-wrapper {
    padding: 30px 0px;
    /* overflow-x: hidden; */
    display: flex;
    padding-bottom: 20px;
    margin-right: calc((100vw - (1320px / 4)) - 100vw);
    overflow: hidden !important;
}
.container-steps {
    width: auto;
    overflow: hidden;
}
 
  .step-card {
    background: #fff;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    padding: 40px 40px;
    width: 100%;
    flex: 0 0 auto;
    scroll-snap-align: start;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.07);
    position: relative;
    margin-top: 70px;
}
 
.home-tab-bg {
    background-repeat: no-repeat;
    background-size: contain;
    padding: 100px 0px;
    /* object-fit: contain; */
    background-position: right bottom;
} .home-tab-bg{
  padding: 100px 0px;
 }
 .navbar-alt-brand img {
    max-height: 100%;
}
li.nav-item {
    font-size: 14px;
}
.abouttext {
    padding: 120px 0px 0px;
}
/* .step-number {
    position: absolute;
    left: 90px;
    top: -65px;
    transform: translateX(-50%);
    background-color: #00695c;
    color: white;
    width: 120px;
    height: 65px;
    font-size: 30px;
    font-weight: 500;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 8px;
} */
 .step-number {
    position: absolute;
    left: 50px;
    top: -40px;
    transform: translateX(-50%);
    background-color: #00695c;
    color: white;
    width: 65px;
    height: 40px;
    font-size: 22px;
    font-weight: 500;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding-top: 8px;
}
 
    /* .step-icon {
      width: 70px !important;
      height: 70px;
      object-fit: contain;
      margin-bottom: 20px;
    } */
     .step-icon {
    width: 50px !important;
    height: 50px;
    object-fit: contain;
    margin-bottom: 10px;
}
 
   .step-title {
    font-weight: 400;
    font-size: 18px !important;
}
 section.container-count {
    background-size: contain;
    position: relative;
    background-blend-mode: overlay;
    background-repeat: no-repeat;
    background-position: right bottom;
}
section.container-count:after {
   background: linear-gradient(to right, white 40%, white 30%, transparent 100%);
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.stats-wrapper {
    padding: 80px 0px;
    position: relative;
    z-index: 1;
}
    .step-text {
    font-size: 16px;
    color: #6c757d;
    line-height: 1.6;
    /* margin-top: 20px !important; */
    text-align: left;
}
 
    .scroll-nav {
      font-size: 24px;
      cursor: pointer;
    }
 
    .steps-wrapper::-webkit-scrollbar {
      display: none;
    }
/* about us page css end */

.contact-form-main {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: 15px 20px;
    margin-top: 40px;
}
.contact-form-main label.form-label {
    color: #07212F;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}
.contact-form-main .form-control-plaintext {
    padding: 5px 0;
    font-size: 16px !important;
    max-height: 40px;
}
.contact-form-main .form-half-row {
    width: 47%;
}
.contact-form-main .form-full-row {
    width: 100%;
}
.contact-form-main .wpcf7-form-control.wpcf7-submit {
    max-width: 130px;
    padding: 10px 30px;
    background-color: #000000;
    border: 1px solid #000;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}
.contact-form-main .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #fff;
    color: #000;
}


/* project page css start */
 
.card-title {
  font-weight: 500;
  color: #222222;
  font-size: 1rem;
}
 
.card-body {
  padding-top: 22px;
  width: 100%;
}
 
.card:hover img {
  opacity: 0.9;
  transition: 0.3s ease;
}
 
/* .left-border-text {
  border-left: 18px solid #006764;
  padding-left: 0.6rem;
  padding-block: 5px;
} */
 .left-border-text {
    border-left: none;
    background-image: url('https://wittytechnicalsolutions.com/sub-domain/saraspaces/wp-content/uploads/2025/08/logo-color-removebg-preview.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
    padding-left: 40px;
    padding-block: 5px;
}
.location-year {
    display: flex;
    font-weight: 200 !important;
    align-items: center;
}
.product-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.blank-text {
    font-size: 20px;
    font-weight: 600 !important;
    padding: 0px 10px;
}
.product-content {
    font-size: 16px;
    padding-block: 3px;
}
a.product-link {
    font-size: 20px;
    color: #21222BCC;
}

 
 
/* project page css end */

/* project page css end */

.carousel-item:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background: rgba(0,0,0,.5);
}
section.contect-detail {
    padding: 80px 0px;
}
.contect-taitle {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    color: #222222;
}
a.custom-text.text-decoration-none {
    display: block;
    color: #222222;
}
a.custom-text.text-decoration-none:hover {
    color: #006764;
}
section.contect-detail .custom-text {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
}
section.contact-section {
    padding: 0 0 80px;
}
.contect-form-title {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}
section.contact-section label.form-label.fw-semibold {
    font-size: 20px;
}
section.contact-section input.form-control-plaintext.border-bottom {
    font-size: 20px;
}
 textarea.form-control-plaintext.border-bottom {
    font-size: 20px;
}

.nav-link:focus, .nav-link:hover {
    color: #006764;
}


/* project details page start */
 
.the-integrity{
  width: auto;
}
.project-title {
      font-size: 1.8rem;
      font-weight: 400;
    }
    .about-heading {
      font-weight: 700;
    }
  .about-text {
    font-size: 18px;
    color: #555;
}
    .info-label {
      font-size: 0.8rem;
      color: #999;
      margin-bottom: 4px;
    }
    .info-value {
      font-weight: 500;
      font-size: 0.9rem;
    }
    .info-grid {
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      gap: 1rem;
      text-align: left;
      padding: 60px 0px 80px;
    }
    img.full-width-img {
      width: 100%;
      height: auto;
    }
      .project-slider-wrapper {
      position: relative;
      overflow: hidden;
    }
 
    .project-slide {
      display: none;
    }
 
    .project-slide.active {
      display: block;
    }
 
    .project-slider-arrows {
      display: flex;
      justify-content: space-between;
      margin-top: 30px;
    }
 
.screenshot_slider_wrapper .custom-nav-buttons {
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.screenshot_slider_wrapper .custom-nav-buttons .arrow-button {
    font-size: 18px;
    background-color: #0000;
    color: #000;
    border: none;
    padding: 0;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.screenshot_slider_wrapper .custom-nav-buttons .arrow-button svg {
  padding: 0 5px;
}
 
    .info-label {
    font-weight: 400;
    font-size: 16px;
    color: #777;
}
 
.info-value {
    font-weight: 400;
    font-size: 16px;
    color: #222;
}
 
  .full-width-img {
    padding: 50px 0px 0px;
    width: 100%;
    height: auto;
    /* margin-top: 30px; */
    /* margin-bottom: 30px; */
}
 
    .project-title {
      font-size: 2rem;
      font-weight: bold;
    }
 
   .about-heading {
    font-size: 33px;
    font-weight: 500;
}
 
 
 .abouttext-home {
    padding-top: 50px;
}
/* project details page end */

.step_slider .owl-stage {
  display: flex;
}

.step_slider .owl-item {
  display: flex;
}

.step_slider .step-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.step_slider .step-card:hover {
    border: 2px solid #00695c;
}
.step_slider_wrapper .slider-controls button {
    border: none !important;
    outline: none !important;
    background-color: transparent !important;
}
.step_slider_wrapper .slider-controls button:hover * {
    fill: #00695c;
}
.step_slider .owl-stage-outer {
    margin-left: -175px;
    padding-left: 0 !important;
    overflow: visible !important;
}
.step_slider.owl-carousel {
    overflow: hidden;
}

.project-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    gap: 50px;
}
.project-navigation a {
    color: #000;
    text-decoration: none;
    box-shadow: none;
    text-shadow: none;
    max-width: 300px;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.8;
    position: relative;
}
.project-navigation a:hover {
    color: #097275;
}

.project-navigation a > svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.project-navigation a:hover > svg path {
  fill: #097275;
}
.project-navigation a.prev-project {
    padding-left: 60px;
}
.project-navigation a.next-project {
    padding-right: 60px;
}
.project-navigation a.prev-project > svg {
    left: 0;
}
.project-navigation a.next-project > svg {
    right: 0;
}

.blog-main-item img.img-fluid {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.project-detail {
  padding: 160px 0px 60px;
}

.info-blog-content-box h2, .info-blog-content-box h1, .info-blog-content-box h3, .info-blog-content-box h4, .info-blog-content-box h5, .info-blog-content-box h6 {
    font-size: 30px;
    margin-top: 30px;
}
.home-carousel-sec .carousel-item > img {
    object-fit: cover !important;
    width: 100%;
    height: 100%;
}

.project-item img.img-fluid {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

/* html {
    max-height: 100vh;
    overflow: hidden;
} */

html, body {
  height: auto !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

body {
  position: relative;
  /* -webkit-transform: translateZ(0);  */
}

body.page-template-home-page .navbar-toggler-icon {
    filter: invert(1);
}


/* responsive */

@media (max-width: 1399px){

  .custom-caption h2 {
      font-size: 50px;
  }
  .custom-caption p {
      font-size: 20px;
  }
  .home-tab-bg {
      padding: 70px 0px;
  }
  .custom-heading-p > h2 {
      font-size: 26px;
      letter-spacing: 12px;
  }
  .custom-text-p {
      font-size: 22px;
  }
  .custom-heading h2 {
      font-size: 24px;
  }
  li.nav-item {
      font-size: 14px;
  }
  .project-box-title {
      font-size: 24px;
  }
  .cta-container {
      max-width: 500px;
  }
  .cta-title {
      font-size: 40px;
  }
  .vmv-icon img {
      width: 100px;
      height: 100px;
  }
  .vmv-col h4 {
      font-size: 26px;
  }
  .step-title {
      font-size: 22px;
  }
  .step-card {
      padding: 30px 30px;
  }
  .stats-wrapper h1 {
      font-size: 70px;
  }
  .stats-wrapper p {
      font-size: 20px;
  }
  .product-title {
      font-size: 24px;
  }
  .blog-banner-content h3 {
      font-size: 26px;
      max-width: 580px;
  }

}

@media (max-width: 1199px){

  .info-grid {
      grid-template-columns: repeat(3, 1fr);
      gap: 2rem 1REM;
  }
  .cta-title {
      font-size: 32px;
  }
  .cta-container {
      max-width: 450px;
  }
  .custom-heading h2 {
      font-size: 22px;
  }
  .about-text {
      font-size: 16px;
  }
  .blog-banner-content h3 {
      font-size: 24px;
      max-width: 560px;
  }
  .product-title {
      font-size: 22px;
  }
  .info-blog-content-box h2, .info-blog-content-box h1, .info-blog-content-box h3, .info-blog-content-box h4, .info-blog-content-box h5, .info-blog-content-box h6 {
      font-size: 26px;
  }
  .contect-form-title {
      font-size: 26px;
  }
  section.containervmv {
      margin-block: 20px;
  }
  .steps-wrapper {
      padding: 20px 0px;
  }
  .stats-wrapper h1 {
      font-size: 62px;
  }
  .vmv-col {
      padding: 0 30px;
  }
  .vmv-item .custom-text {
      text-align: center;
  }
  .stats-wrapper {
      padding: 50px 0px 60px;
  }
  .step-text {
      text-align: left;
  }
  .custom-caption h2 {
      font-size: 40px;
  }
  .custom-caption p {
      font-size: 18px;
  }
  .home-tab-bg {
      padding: 50px 0px;
  }
  .custom-heading-p > h2 {
      font-size: 24px;
      letter-spacing: 12px;
  }
  .custom-text-p {
      font-size: 20px;
  }

} 
 
@media (max-width:991px){
  .custom-heading h2 {
      font-size: 22px;
  }
  section.contact-section .map iframe {
      width: 100%;
      margin-bottom: 30px;
  }
  section.about-us-section {
      padding-top: 50px;
      padding-bottom: 80px;
  }
  section.contect-detail {
      padding: 50px 0px;
  }
  section.contact-section {
      padding: 0 0 50px;
  }
  .navbar-brand-logo {
      width: 130px;
      height: 80px;
  }
  .navbar .nav-link {
      color: #000000 !important;
  }
  div#navbarNav {
      background-color: #fff;
      box-shadow: 0px 0px 10px 0px #d3d3d3;
      padding: 20px 10px;
  }
  .custom-caption h2 {
      font-size: 32px;
  }
  .custom-caption p {
      font-size: 16px;
  }
  .home-tab-bg {
      padding: 40px 0px;
  }
  .custom-heading h2 br {
      display: none;
  }
  .home-tab-bg .custom-heading {
      margin-bottom: 20px;
  }
  .borderleft {
      border-left: 2px solid #006764;
      padding-left: 20px;
  }
  .custom-heading-p > h2 {
      font-size: 22px;
      letter-spacing: 9px;
  }
  .custom-text-p {
      font-size: 16px;
  }
  .navbar .nav-link:hover {
      color: #006764 !important;
  }
  .cta-title {
      font-size: 30px;
      max-width: 370px;
      margin-inline: auto;
  }
  .herosection {
      padding: 50px 0px 20px;
  }
  .herosection .text-right {
      padding-left: 0;
      padding-top: 30px;
  }
  .vmv-col {
      padding: 20px 30px;
  }
  .container-steps {
      margin-top: 50px;
  }
  .step_slider .owl-stage-outer {
      margin-left: 0;
      padding-left: 0 !important;
      overflow: visible !important;
  }
  .stats-wrapper h1 {
      font-size: 50px;
  }
  .stats-wrapper p {
      font-size: 16px;
  }
  section.project-section {
      padding: 80px 0px 40px;
  }
  .info-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem 1rem;
      padding: 50px 0px 50px;
  }
  .screenshot_slider_wrapper .custom-nav-buttons .arrow-button {
      font-size: 16px;
  }
  .screenshot_slider_wrapper .custom-nav-buttons .arrow-button svg {
      width: 40px;
      height: 40px;
  }
  .project-navigation a.prev-project {
      padding-left: 50px;
  }
  .project-navigation a.next-project {
      padding-right: 50px;
  }
  .project-navigation a {
      font-size: 16px;
  }
  .project-navigation a > svg {
      width: 35px;
      height: 35px;
  }
  .screenshot_slider_wrapper {
      padding-bottom: 50px !important;
  }
  .blog-banner-content h3 {
      font-size: 22px;
      max-width: 450px;
  }
  .blog-main-box {
      gap: 50px 30px;
      padding-inline: 30px;
      padding-block: 0px 20px;
  }
  .blog-main-item img.img-fluid {
      height: 240px;
  }
  .project-detail {
      padding: 120px 0px 50px;
  }
  .full-width-img {
      padding: 30px 0px 0px;
  }
  .contect-form-title {
      font-size: 22px;
  }
  .footer-bottom.footer-section {
      flex-direction: column-reverse !important;
      gap: 20px;
      padding: 0 !important;
  }

}
 
@media (max-width: 767px) {

  .carousel-item {
      min-height: 500px;
      height: 60vh;
  }
  .custom-caption h2 {
      font-size: 26px;
  }
  .carousel-controls-bottom-right {
      bottom: 30px;
      width: 120px;
  }
  .carousel-controls-bottom-right svg {
      width: 40px;
      height: 40px;
  }
  .custom-caption {
      bottom: 50px;
      padding-right: 15px;
  }
  .home-tab-bg {
      padding: 20px 0px 40px;
  }
  .home-tab-bg .custom-heading {
      margin-bottom: 0px;
  }
  .abouttext-home {
      padding: 15px;
  }
  .cta-title {
      font-size: 24px;
      max-width: 300px;
      margin-inline: auto;
  }
  .project-item img.img-fluid {
      height: 380px;
  }
  .vmv-gradient {
      padding: 30px 30px !important;
  }
  .vmv-col {
      padding: 0px 20px;
  }
  .vmv-icon img {
      width: 80px;
      height: 80px;
      margin-bottom: 10px;
  }
  .vmv-col h4 {
      font-size: 22px;
      margin-bottom: 10px;
  }
  .step_slider .owl-stage-outer {
      margin-left: -190px;
      padding-left: 0 !important;
      overflow: visible !important;
  }
  .stats-wrapper {
      padding: 20px 0px 60px;
  }
  .stats-wrapper .custom-heading {
      max-width: 100%;
      margin-bottom: 40px;
  }
  .stats-wrapper h1 {
      font-size: 40px;
  }
  .stats-wrapper {
      padding: 20px 0px 40px;
  }
  .blog-main-box {
      grid-template-columns: 1fr;
      gap: 60px 0px;
      padding-inline: 20px;
      padding-block: 0px 0px;
  }
  .blog-banner-content.blog-banner-content {
      padding: 0 20px 10px !important;
      margin-top: 150px;
  }
  .blog-banner-content h3 {
      font-size: 18px;
      margin-bottom: 10px;
  }
  a.product-link {
      font-size: 16px;
  }
  .info-blog-content-box h2, .info-blog-content-box h1, .info-blog-content-box h3, .info-blog-content-box h4, .info-blog-content-box h5, .info-blog-content-box h6 {
      font-size: 22px;
  }
  .project-box-title {
      font-size: 20px;
  }
  .footer-bottom.footer-section {
      padding: 0px 15px !important;
  }

}
@media (max-width: 575px) {
  .legacy-overlay p {
    font-size: 1rem;
}
  .legacy-overlay {
    background: rgba(0,0,0,0.6);
    padding: 15px 20px;
    max-width: 800px;
    margin: auto;
    border-radius: 12px;
    margin-top: 120px;
    position: relative;
}
  .legacy-overlay h2 {
    font-size: 1.6rem;
    }
      .custom-legacy-section {
        padding: 10px 20px;
    }
    a.nav-link {
      padding: 10px;
      margin-bottom: 10px;
  }
    .video-wrapper iframe, .video-wrapper video {
      width: 100%;
      height: 240px;
  }
 
 .custom-heading-p > h2 {
        font-size: 20px;
        letter-spacing: 4px;
        font-weight: 500;
    }
  .btn-outline {
      padding: 12px 15px;
  }
  .btn-black {
      padding: 12px 26px;
  }
  .cta-buttons {
      gap: 15px;
  }
  section.about-us-section {
      padding-bottom: 80px;
  }
  .custom-heading h2 {
      font-size: 22px;
  }
  .step-icon {
      margin-bottom: 0;
  }
  .step-text {
      margin-top: 0px !important;
  }
  .step-card {
      padding: 20px 20px 10px;
  }
  .info-grid {
      grid-template-columns: repeat(1, 1fr);
      gap: 1.5rem 1rem;
      padding: 50px 0px 50px;
  }

}

/* new change 28-07 */

.custom-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  padding: 50px 15px;
}

.custom-modal-content {
  background: none;
  position: relative;
  margin: auto;
  width: 90%;
  max-width: 850px;
  border-radius: 10px;
  overflow: hidden;
}

.custom-modal-body {
  position: relative;
  display: flex;
  background-image: url('https://wittytechnicalsolutions.com/sub-domain/saraspaces/wp-content/uploads/2025/07/hd-digital-art-stock-image-wallpaper_783884-69783.jpg');
  background-size: cover;
  background-position: center;
}

.custom-modal-body::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: #006764;
  opacity: 0.85;
  z-index: 0;
}

.modal-left, .modal-right {
  position: relative;
  z-index: 1;
}

.modal-left {
  flex: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
}

.modal-left img {
  max-width: 100%;
  height: auto;
}

.modal-right {
  flex: 2;
  padding: 40px;
  background: transparent;
  color: #fff;
}

.modal-right h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
}

.modal-right form {
  display: flex;
  flex-direction: column;
}

.modal-right input,
.modal-right textarea {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
}

.modal-right input::placeholder,
.modal-right textarea::placeholder {
  color: #ddd;
}

.modal-right textarea {
  resize: vertical;
  min-height: 100px;
}

.modal-right button {
  background: #000;
  color: #fff;
  padding: 12px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-size: 16px;
}

.custom-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  z-index: 10000;
  cursor: pointer;
}

@media (max-width: 768px) {
  .overlay-content {
    padding: 15px;
    position: relative;
    top: 0%;
    left: 0%;
    bottom: 0px;
    right: 0px;
    height: 90%;
    width: 100%;
    background: #006764;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
  .custom-modal-body {
    flex-direction: column;
  }
}


.contect-taitle i {
    color: #006764;
    margin-right: 6px; /* optional spacing */
}

.footer-i i {
    color: #006764;
    margin-right: 6px; /* optional spacing */
}

.custom-heading h2 > b {
    font-weight: 500;
    font-family: 'Montserrat';
    color: #006764;
    font-size: 24px;
}

.acf-image-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
}
h5.card-title.product-title {
    font-weight: 600;
    font-size: 16px;
}