/*

 Theme Name:   GeneratePress Child

 Theme URI:    https://generatepress.com

 Description:  Default GeneratePress child theme

 Author:       Tom Usborne

 Author URI:   https://tomusborne.com

 Template:     generatepress

 Version:      0.1

*/


:root {
  --primary-color: #3ADADC;
  --secondary-color:  #023B45;
  --text-color: #000;
  --clean-white: #fff;
}

body{
  margin: 0 auto;
}

p{
  font-size: 18px;
  font-weight: 400;
 
 font-family: 'Jost', sans-serif;
 margin-bottom: 20px;
}
.site-title{
  margin: 0;
}
/************************************************ Primary Menu Code *************************************************************/


.primary-menu-alignment {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.primary-menu-alignment > div:hover {
  background-color: var(--primary-color);
}

.primary-menu-alignment > div {
  position: relative;
 
}
.primary-menu-alignment .menu-item{
   border-radius: 50px;
}
/* .primary-menu-alignment > div::after {
  content: "";
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  height: 30px; 
  background: transparent;
  z-index: 4;
} */

.primary-menu-alignment a {
  text-decoration: none;
  color: var(--clean-white);
  font-size: 20px;
  font-weight: 400;
  display: block;
  padding: 12px 12px;
  line-height: 100%;
}

.primary-menu-alignment .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0px;
  background-color: #fff;
  border-radius: 0px 0px 10px 10px;
  z-index: 3;
 
  width: 200px;
}

.primary-menu-alignment > div:hover > .submenu,
.primary-menu-alignment .submenu:hover {
  display: block;
}

.primary-menu-alignment .submenu a {
  color: #333333;
  font-weight: 500;
  padding: 8px 16px;
}

.primary-menu-alignment .submenu a {
  padding: 15px 25px 15px 25px;
  font-size: 16px;
}

.primary-menu-alignment .submenu hr {
  background-color: #3adadc;
  margin: 0;
}

.primary-menu-alignment .submenu hr:last-of-type {
  display: none;
}

.primary-menu-alignment .submenu a:hover
{
  background-color: #3adadc;
  color: #fff;
}

.primary-menu-alignment .submenu a.active {
  background-color: #3adadc !important;
  color: #fff;
}
/* .primary-menu-alignment .submenu a:first-of-type:hover {
  border-radius: 10px 10px 0 0;
} */

.primary-menu-alignment .submenu a:last-of-type:hover {
  border-radius: 0 0 10px 10px;
}

.primary-menu-alignment .submenu a:only-child:hover {
  border-radius: 10px;
}

/************************************************  Header style end ***********************************************************/

/* icon align */
.icon-align {
	margin: 0;
}

/* border width */
.is-style-wide{
    border: 1px;
    margin:20px 0 !important;
}

/* get in touch form */

/* ————————————————————————————
   GET‑IN‑TOUCH  •  Contact Form 7
   ———————————————————————————— */

/* ========== BASE LAYOUT (unchanged) ========== */
.get-in-touch{
  margin: 0 auto;
    background-color: #023B454D;
    padding: 40px;
    border-radius: 20px;

}

.get-in-touch h2{
	color:#fff;
}
.get-in-touch .get-touch-small-desc{
	color:#fff;
	font-size:14px;
}
.get-in-touch .row-2{
  display:flex;
  gap:20px;
}
.get-in-touch .row-2 p{
  display:flex;
  justify-content: space-between;
  width:100%;
}
.get-in-touch .row-2 p span {
/*   width:50%; */
}
.get-in-touch .form-row {
  display: flex;
  gap: 20px; 
  margin-bottom: 15px;
}

.get-in-touch .form-row .wpcf7-form-control {
  flex: 1; 
}
.get-in-touch .row-2 p span input{
  width:100%;
}
.get-in-touch .gt-input,
.get-in-touch select.gt-input{
  width:100%;
  height:60px;
  padding:0 24px;
  margin:0 0 20px;
  border:none;
  border-radius:35px;
  background:#fff;
  font-size: 16px !important;
  line-height:60px;
  transition:box-shadow .2s;
}
.get-in-touch .gt-input:focus,
.get-in-touch select.gt-input:focus{
  outline:none;
  box-shadow:0 0 0 3px rgba(0,175,170,.3);
}
.get-in-touch .gt-textarea{
  width:100%;
  min-height:120px;
  padding:20px 24px;
  margin:0 0 28px;
  border:none;
  border-radius:35px;
  background:#fff;
  font-size:16px;
  resize:vertical;
  transition:box-shadow .2s;
  height: 90px;
}
.get-in-touch .gt-textarea:focus{
  outline:none;
  box-shadow:0 0 0 3px rgba(0,175,170,.3);
}
.get-in-touch .gt-submit{
  display:inline-block;
  padding:16px 68px;
  background:#008889;
  color:#fff;
  border:1px solid #fff;
  border-radius:35px;
  font-size:18px;
  font-weight:500;
  cursor:pointer;
  transition:background .25s,color .25s;
  margin-bottom: 12px;
}
.get-in-touch .gt-submit:hover{
  background:#fff;
  color:#008889;
}

.get-in-touch .wpcf7-spinner{
	display:none
}

/* Hide default arrow */
.get-in-touch select.gt-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px; /* space for arrow */
  /* Add custom SVG as background */
  background: #fff url("data:image/svg+xml;utf8,<svg stroke='currentColor' fill='currentColor' stroke-width='0' viewBox='0 0 512 512' height='20px' width='20px' xmlns='http://www.w3.org/2000/svg'><path d='M256 294.1L383 167c9.4-9.4 24.6-9.4 33.9 0s9.3 24.6 0 34L273 345c-9.1 9.1-23.7 9.3-33.1.7L95 201.1c-4.7-4.7-7-10.9-7-17s2.3-12.3 7-17c9.4-9.4 24.6-9.4 33.9 0l127.1 127z'></path></svg>") no-repeat right 20px center !important;
  background-size: 20px;
}

/* Remove dropdown arrow in IE */
.get-in-touch select::-ms-expand {
  display: none;
}


/* ========== RESPONSIVE BREAK‑POINTS ========== */

/* ≤ 1024 px  (standard tablets & small laptops)  */
@media (max-width:1024px){
  .get-in-touch{max-width:100%;}
  .get-in-touch .gt-input,
  .get-in-touch .gt-textarea{font-size:15px;}
}

/* ≤ 768 px  (large phones / portrait tablets)  */
@media (max-width:768px){
  /* stack the first row */
  .get-in-touch .row-2{flex-direction:column;}
  .get-in-touch .gt-submit{
    width:100%;          /* full‑width CTA feels better on touch devices */
    text-align:center;
    padding:16px 0;
  }
}

/* ≤ 480 px  (small & very small phones) */
@media (max-width:480px){
  .get-in-touch{
    max-width: 100%;
    padding: 20px 20px 20px 20px;     /* keep the rounded edges off the screen edge */
  }
  .get-in-touch .gt-input,
  .get-in-touch .gt-textarea{
    font-size:14px;
    padding-left:18px;   /* slightly tighter padding */
    padding-right:18px;
  }
  .get-in-touch .gt-textarea{min-height:100px;}
}


.get-in-touch input[type="text"]::placeholder,
.get-in-touch input[type="email"]::placeholder,
.get-in-touch input[type="tel"]::placeholder,
.get-in-touch select::placeholder {
  color: #000;  
}

/* ≥ 1200 px  (large desktops / wide screens) */
@media (min-width:1200px){
  .get-in-touch{max-width:1004px;}
  .get-in-touch .gt-input,
  .get-in-touch .gt-textarea{font-size:18px;}
}


.get-in-touch .row-2 p{
  display:flex;
  gap:20px;                     /* space between first‑/last‑name */
  margin-bottom: 0 !important;
}
.get-in-touch  p{
   margin-bottom: 0 !important;
	display:flex;
	gap:10px;
	width:100%
}
.get-in-touch .wpcf7-form-control-wrap {
	width:100%;
}
.get-in-touch br{
	display:none;
}
/* stack the name fields on small screens */
@media(max-width:840px){
	.get-in-touch  p,
	.get-in-touch .form-row {
		flex-direction:column;
	}
	
}

@media(max-width:768px){
  .get-in-touch .row-2 p{
    flex-direction:column;
    gap:0;
  }
  .get-in-touch .row-2 p span {
  width:100%;
}
	.get-in-touch .get-touch-small-desc{
		text-align: center;
	}
}

#page{
  overflow: hidden !important;
}


.faq-main-container{
  background: linear-gradient(360deg, #047C91 0%, #023B45 100%) !important;
}



.background-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
}
.hero-video{
  position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  background: url('/o2restore/wp-content/uploads/2025/08/Screenshot_6.png') center center / cover no-repeat;
}
.background-video video {
    object-fit: cover;
     width: 100%;
    height: 100%;
}
.primary-btn{
  transition: all 0.3s ease;
}
.primary-btn:hover{
 
  background: #fff !important;
  color:#008889 !important;
  border: 1px solid #008889 !important;
}
 .primary-btn:hover svg {
  color: #008889 !important;
  fill: #008889 !important;
}



.about-bg-video video{
  border-radius: 20px;
}
@media(max-width:767px){
.about-bg-video{
  width:85% !important;
}
}
/* Make GeneratePress Header Element sticky */

.header-wrap{
  z-index: 99999 !important;
}


.footer-contact-details a, .footer-copy-right a{
  color:#fff !important;
  text-decoration: none !important;
}
.footer-contact-details a:hover, .footer-copy-right a:hover{
     color: var(--primary-color) !important;
}

body.menu-open .sticky-header.is-scrolled {
  backdrop-filter: none !important;
}
.display-none, .display-none-mobile{
  display:none !important;
}
@media(max-width:1024px){
  hr{
    margin: 20px 0 !important;
  }
}
.work-abs{
  left: calc(100% - 92%) !important; 
}
@media (max-width: 1024px) {
  .work-abs {
    left: calc(100% - 90%) !important; /* 10% */
  }
}

@media (max-width: 1000px) {
  .work-abs {
    left: calc(100% - 92%) !important; /* 8% */
  }
}
.section-bg-image{
  background-attachment: fixed;
}

.product-hero {
  position: relative;
  overflow: hidden; /* ensures the overlay stays within */
}

.product-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Example overlay style: semi-transparent black */
  background: rgba(0, 0, 0, 0.2); 
  z-index: 1; /* places the overlay above the background but below content */
}

.product-hero > * {
  position: relative;
  z-index: 2; /* makes sure your text/images stay above the overlay */
}
/* Style success message */
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450 !important; /* Green text */
 
}

/* Style validation error message */
.wpcf7 form.invalid .wpcf7-response-output {
  color: #ffb900 !important; /* Red text */
	border-radius: 10px;
 
}
.get-in-touch .wpcf7-not-valid-tip{
	color: #ffb900 !important;
    position: relative;
    top: -10px;
	font-size:14px;
}

.gb-block-is-current span{
  color:#fff !important;
}

.how-it-icon{
  object-fit:contain !important;
}


#hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0));

  z-index: 1;
  pointer-events: none; 
}


.specs-grid {
  display: grid;
  grid-template-columns:repeat(1,1fr);
  gap: 20px;
}
.specs-grid p{
  display:none;
}
.specs-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  background: #fff;
  border: 1px solid #ccc;

}
.specs-table caption {
  font-weight: bold;
  text-align: center;
  padding: 10px;
  font-size: 1.1em;
  border-bottom: 1px solid #ccc;
}
.specs-table td {
  border: 1px solid #ccc;
  padding: 8px 10px;
  vertical-align: top;
}
.specs-table .label {
  font-weight: bold;
  background: #f9f9f9;
  width: 25%;
}
@media (max-width: 768px) {
  .specs-grid {
    grid-template-columns: 1fr;
	  overflow:scroll;
  }
} 
.product-image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain !important;
  border-radius: 10px;
  }

@media(max-width: 1023px) {
  .benefits-carousel {
   
    grid-template-columns: repeat(2, 1fr) !important;
    

  }
}
  @media(max-width: 767px) {
  .benefits-carousel {
   
    grid-template-columns: repeat(1, 1fr) !important;
    
  }
}

.product-right-image-container{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
}
@media(max-width:767px){
  .product-right-image-container{
  display:grid;
  grid-template-columns:repeat(1,1fr);
  gap:20px;
}
}
.product-right-image-container img{
  height:250px !important;
  width: 100%;
}
.enquiry-benefit-btn{
    background: #02A1A3;
    color: white;
    border: 1px solid #02A1A3;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 500;
    margin-top: 20px;
    cursor: pointer;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.enquiry-benefit-btn:hover{
  background: #fff !important;
    color: #02A1A3 !important;
}

.enquiry-benefit-btn:focus {
    background-color:transparent;
    color : #02A1A3;
}
  
.product-colors {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-colors span.color-circle {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.wpcf7-response-output{
      max-width: 1004px;
     margin: 20px auto 0 auto !important;
}

.heder-logo-title {
	
	text-decoration:none;
}
.scientific-bullet ul{
	margin-bottom:0 !important;
}