
/*
sample backgrond colors
/#ECFDF5
/#121212
/#0f766e
*/


textarea.wpcf7-form-control.wpcf7-textarea {
    height: 40px !important;
}
:root {
    --background-color: #ffffff;
    --default-color: #444444;
    --heading-color: #0f766e;
    --accent-color: #0f766e;
    --surface-color: #ffffff;
    --contrast-color: #ffffff;
}
body p{
    font-size: 18px !important;
}

.header {
    --background-color:#0f766e;
    --heading-color: #ffffff;
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 15px 0;
    transition: all 0.5s;
    z-index: 997;
}
.hero, .home.scrolled .header {
  background:  #0f766e;
}

h1.sitename, .hero h1{
    color: #fff !important;
}
.hero p{color: #fff;
    font-size: 20px;
    margin-bottom:99px;
} 
   nav#navmenu li a {
    color: #fff !important;
}
nav#navmenu li a:hover {
    color: #fff !important;
}
   a.active {
    color: #fff !important;
}
nav#navmenu li a {
    color: #fff !important;
    font-size: 18px;
    font-weight: 600;
}

a.btn-getstarted {
    background: #fff !important;
    color: #fff !important;
}

a.btn-getstarted, .hero .btn-get-started {
    background: #fff !important;
    color: #000 !important;
    font-size: 18px !important;
    font-weight: 600;
}
.hero .btn-watch-video{
    color:#fff
}

.bi-play-circle::before {
    content: "\f4f3";
    color: #fff
}
.header .logo h1{
    font-weight: 700 !important;
}
.video_header{
    pointer-events: none !important;
}
.hero h1 {
    width: 800px;
    margin-bottom: 20px;
}
a#scroll-top {
    background: #0f766e;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--heading-color);
    font-family: var(--heading-font);
}

.tech-name {
  font-size:2rem;
  font-weight: 500;
  color: #555;
  transition: all 0.3s ease;
}

.tech-name:hover {
  color: #0f766e; /* your brand green */
  font-weight: 600;
}
.description{
    margin-top: 0px !important;
}

.points_about_us span {
    font-size:18px !important;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
}

.about ul li {
    align-items:flex-start !important;
}

.text-dark, .text-muted{
    --bs-text-opacity: 1;
    color: rgb(15 118 110) !important;
}


.blog-landing-page  {
   scroll-margin-top:250px !important;
}

@media (min-width: 992px) {
    .col-lg-8 {
        flex: 0 0 auto;
        width: 100% !important;
    }
    .blog-details {
    max-width: 1200px !important;
    margin: 0 auto;
}
}
.single-post .page-title.aos-init.aos-animate {
    padding: 0 !important;
}

article.article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container.section-title.aos-init.aos-animate {
    margin-top: 100px;
}

.container.section-title {
    margin-top: 0 !important;
}
.blog .container.section-title.aos-init.aos-animate {
    margin-top: 100px !important;
}

.why-us-img img.img-fluid.aos-init.aos-animate {
    width:600px !important;
    height:600px !important;
    
}

.page-title {
    display: none !important;
}

.single-post .meta-overlay {
    display: none !important;
}
.faq-content p {
    margin-left:35px;
}

@media (min-width: 992px) {
    .blog-details {
        margin: 92px auto 0 auto !important;
    }
}


/* SECTION BACKGROUND */
.contact-wrapper {
  background: #f9fafb;
  padding: 80px 0;
}

/* MAIN CARD */
.contact-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}

/* LEFT SIDE CLEAN */
.contact-info {
  background: #f1f5f9;
  border-radius: 12px;
  padding: 25px;
}

.contact-info .info-item {
  margin-bottom: 20px;
}

.contact-info i {
  font-size: 18px;
  color: #0f766e;
  margin-right: 12px;
}

/* FORM CLEAN STYLE */
.contact-form {
  padding-left: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1.5px solid #ddd;
  padding: 12px 5px;
  margin-bottom: 25px;
  font-size: 14px;
  transition: 0.3s;
  background: transparent;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #0f766e;
  box-shadow: none;
  outline: none;
}

/* BUTTON */
.contact-form input[type="submit"] {
  background: #0f766e;
  color: #fff;
  padding: 12px 35px;
  border-radius: 30px;
  border: none;
  transition: 0.3s;
  width: auto;
}

.contact-form input[type="submit"]:hover {
  background: #0d5c55;
  transform: translateY(-2px);
}

/* MAP FIX */
.contact-info iframe {
  border-radius: 10px;
  margin-top: 15px;
}



.rt-detail .tpg-excerpt, .tpg-shortcode-main-wrapper .layout1 .rt-detail .tpg-excerpt {
    min-height: 71px;
}


/* MOBILE */
@media (max-width: 768px) {
  .contact-form {
    padding-left: 0;
    margin-top: 20px;
  }
 body .hero {
   padding: 0px 0px 25px 0px !important;

}
  
  
}












