/*!
Theme Name: studiod-new
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: studiod
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 with others.

studiod is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


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


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}


/* Make sure embeds and iframes fit their containers. */



/* Make sure logo link wraps around logo image. */

.custom-logo-link {
  display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

.wp-block-image figcaption {
  text-align: center;
  font-size: 0.8rem;
  margin-top: .5em;
  margin-bottom: 1em;
}

.wp-block-image {
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}


/*------------------------------------------------------------------
[Main Stylesheet]

Author: Gesign_Gapahma
Version:    1.0
Created:    28 June 2018
Last updated:   28 June 2018
Template:   Studuio Landing page Template
-------------------------------------------------------------------*/


/*------------------------------------------------------
Table of content
--------------------------------------------------------
1.General Styles
2.Preloader page
3.Navigation
4.Hero
5.About
6.Features
7.Projects
8.Team
9.Blog
10.Testimonials
11.Footer

/*----------------------------------------
General Styles
----------------------------------------*/

.post-modified-info
{
background-color: #4563a5;
color: #fff;
text-align: center;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-o-border-radius: 8px;
border-radius: 8px;
border-spacing: 20px;
padding: 10px;
}

article a {
    color: #378481;
    font-weight: 400;
}

/*--------------------------------------------------------------
# Staging UI polish
--------------------------------------------------------------*/

:root {
  --bbc-focus: #0f766e;
  --bbc-focus-on-dark: #fbbf24;
  --bbc-mobile-gutter: 1rem;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

body {
  overflow-wrap: break-word;
}

body.menu-open {
  overflow: hidden;
}

img,
iframe,
video {
  max-width: 100%;
}

img {
  height: auto;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  border-radius: 0.25rem;
  outline: 3px solid var(--bbc-focus);
  outline-offset: 3px;
}

.teal-btn:focus-visible,
.bg-teal-800 a:focus-visible,
footer a:focus-visible {
  outline-color: var(--bbc-focus-on-dark);
}

.btn {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.card {
  display: block;
}

.page-heading,
.text-container h1 {
  text-wrap: balance;
}

.header-bg-img {
  position: relative;
  isolation: isolate;
}

.header-bg-img::after {
  z-index: 0;
  height: 100%;
}

.text-container {
  top: 50%;
  z-index: 1;
  width: min(calc(100% - 2rem), 56rem);
  line-height: 1.25;
}

.text-container h1 {
  max-width: 21ch;
  margin-inline: auto;
  line-height: 1.2;
}

@media (min-width: 640px) {
  .text-container h1 {
    max-width: 28ch;
  }
}

.text-container p {
  max-width: 46rem;
  margin-inline: auto;
  line-height: 1.6;
}

.text-container .flex {
  flex-wrap: wrap;
  gap: 0.75rem;
}

.text-container .btn {
  margin: 0;
}

.site-brand-link,
.bbc-mobile-phone,
.bbc-menu-toggle,
.social-link {
  min-height: 44px;
}

.bbc-menu-toggle,
.social-link {
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bbc-menu-toggle {
  border: 0;
  border-radius: 0.25rem;
  background: transparent;
  cursor: pointer;
  padding: 0.5rem;
}

.bbc-menu-toggle .nav-bar {
  display: block;
}

#responsive {
  width: min(85vw, 22rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-bottom: 2rem;
}

#responsive > li:not(.bbc-menu-close-row) {
  padding-block: 0;
}

#responsive > li:not(.bbc-menu-close-row) > a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
}

.services > .container > .flex > div:last-child > div:first-child,
.single .entry-content {
  max-width: 72ch;
}

.services p,
.single p,
.wpcf7-form {
  line-height: 1.7;
}

.input,
.form-select,
.wpcf7-form input:not([type="hidden"]),
.wpcf7-form textarea,
.wpcf7-form select {
  min-height: 48px;
  font-size: 1rem;
}

.input {
  color: #1f2937;
}

.input:focus,
.form-select:focus {
  border-color: var(--bbc-focus);
  box-shadow: 0 0 0 3px rgb(15 118 110 / 18%);
}

.wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 0.35rem;
}

.wpcf7-form .wpcf7-response-output {
  margin-inline: 0;
  padding: 0.75rem 1rem;
}

.wpcf7-form .flex.justify-center {
  flex-wrap: wrap;
  gap: 0.75rem;
}

.wpcf7-form .flex.justify-center > p {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.wpcf7-form .flex.justify-center > p > br {
  display: none;
}

.wpcf7-form .flex.justify-center .wpcf7-spinner {
  margin: 0;
}

.wpcf7-form .flex.justify-center .btn {
  min-width: 8rem;
  margin: 0;
}

@media (max-width: 767px) {
  .bbc-mobile-phone {
    padding-inline: 0.65rem;
    font-size: 0.8125rem;
    white-space: nowrap;
  }

  body:not(.home) .warpper > header > .container,
  .site section.container,
  .site section > .container,
  footer > .container {
    padding-inline: var(--bbc-mobile-gutter);
  }

  .home .warpper > section {
    padding-block: 3.5rem;
  }

  .home .warpper > section:first-of-type > .flex > div + div {
    margin-top: 2.5rem;
  }

  .home .card {
    margin-bottom: 1.5rem;
  }

  .page-heading {
    font-size: clamp(1.75rem, 8vw, 2.25rem);
    line-height: 1.25;
  }

  .services > .container > .flex > div:last-child {
    margin-top: 2rem;
  }

  .services .wp-block-image,
  .services .wp-block-gallery,
  .single .wp-block-image,
  .single .wp-block-gallery {
    max-width: 100%;
  }

  .services .btn,
  .single .btn {
    width: 100%;
    margin-inline: 0;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  body:not(.home) .warpper > header > .container,
  .site section.container,
  .site section > .container,
  footer > .container {
    padding-inline: 2rem;
  }

  .home .warpper > section:nth-of-type(2) [class~="sm:-mx-6"] {
    margin-inline: -1rem;
  }
}

@media (max-width: 639px) {
  .header-bg-img {
    height: 450px;
  }

  .text-container {
    width: calc(100% - 2rem);
  }

  .text-container h1 {
    font-size: clamp(1.75rem, 8vw, 2.25rem);
  }

  .text-container p {
    font-size: 1.0625rem;
  }

  .text-container .btn {
    flex: 1 1 9rem;
    padding: 0.875rem 1rem;
  }
}

@media (max-width: 359px) {
  .site-brand-link {
    font-size: 1rem;
  }

  .bbc-mobile-phone {
    padding-inline: 0.5rem;
    font-size: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/*--------------------------------------------------------------
# Proof cards and primary CTA
--------------------------------------------------------------*/

.bbc-proof-section {
  margin-top: 3rem;
}

.bbc-proof-heading {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  line-height: 1.3;
  font-weight: 500;
  text-wrap: balance;
}

.bbc-proof-intro {
  max-width: 65ch;
  margin: 0.75rem 0 1.5rem;
  color: #374151;
}

.bbc-proof-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.bbc-proof-item {
  min-width: 0;
}

.bbc-proof-card {
  min-height: 11rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  background: #fff;
  color: #1f2937;
  text-decoration: none;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.bbc-proof-card:hover {
  border-color: #0d9488;
  box-shadow: 0 10px 24px rgb(15 118 110 / 12%);
  transform: translateY(-2px);
}

.bbc-proof-card:focus-visible {
  border-color: #0f766e;
}

.bbc-proof-eyebrow {
  color: #0f766e;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 500;
}

.bbc-proof-title {
  margin: 0.75rem 0 1.25rem;
  color: #1f2937;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  text-wrap: balance;
}

.bbc-proof-link {
  margin-top: auto;
  color: #0f766e;
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 500;
}

.bbc-primary-cta {
  margin-top: 3rem;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border-radius: 0.75rem;
  background: #115e59;
  color: #fff;
}

.bbc-primary-cta-title {
  max-width: 24ch;
  margin: 0;
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.3;
  font-weight: 500;
  text-wrap: balance;
}

.bbc-primary-cta-copy {
  max-width: 65ch;
  margin: 0.875rem 0 0;
  color: #f0fdfa;
  line-height: 1.7;
}

.bbc-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.bbc-cta-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border: 2px solid transparent;
  border-radius: 0.375rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.bbc-cta-button:hover {
  transform: translateY(-1px);
}

.bbc-cta-button--primary {
  border-color: #14b8a6;
  background: #14b8a6;
  color: #fff;
}

.bbc-cta-button--primary:hover {
  border-color: #0d9488;
  background: #0d9488;
  color: #fff;
}

.bbc-cta-button--secondary {
  border-color: #fff;
  background: #fff;
  color: #0f766e;
}

.bbc-cta-button--secondary:hover {
  border-color: #ccfbf1;
  background: #ccfbf1;
  color: #115e59;
}

.bbc-primary-cta .bbc-cta-button:focus-visible {
  outline-color: #fbbf24;
}

/* Archive pagination */
.pagination {
  margin-top: 2rem;
}

.pagination > ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination > ul.page-numbers > li {
  margin: 0;
}

.pagination ul.page-numbers .page-numbers {
  min-width: 2.75rem;
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  background: #fff;
  color: #0f766e;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.pagination ul.page-numbers a.page-numbers:hover {
  border-color: #0d9488;
  background: #f0fdfa;
  color: #115e59;
}

.pagination ul.page-numbers .page-numbers.current {
  border-color: #0f766e;
  background: #0f766e;
  color: #fff;
}

.pagination ul.page-numbers .page-numbers.dots {
  min-width: auto;
  padding-inline: 0.25rem;
  border-color: transparent;
  background: transparent;
  color: #4b5563;
}

.pagination ul.page-numbers a.page-numbers:focus-visible {
  outline: 2px solid #0f766e;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .services > .container {
    padding-inline: 2rem;
  }

  footer > .container {
    padding-inline: 1.5rem;
  }

  .bbc-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .bbc-proof-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .bbc-proof-card {
    min-height: 0;
  }

  .bbc-cta-actions {
    flex-direction: column;
  }

  .bbc-cta-button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bbc-proof-card,
  .bbc-cta-button {
    transition-duration: 0.01ms !important;
  }

  .bbc-proof-card:hover,
  .bbc-cta-button:hover {
    transform: none;
  }
}
