/*!
Theme Name: Drip Squad child
Theme URI: https://pegasync.com/
Author: Genesis Holdings
Author URI: https://pegasync.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: pegasync
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.

alpha 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/
*/

/*  Drop down menu CSS ENDS */

/*
Nav bar
*/
#mml {
  padding: 15px !important;
}
#mm #primary-menu ul.sub-menu li a {
  padding-left: 35px;
}
#mm #primary-menu .sub-menu li a::before {
  content: unset;
}
#mm ul.sub-menu {
  position: relative;
  visibility: visible;
  opacity: 1;
  transform: translate(0);
  display: block !important;
  height: auto !important;
}
#mml {
  padding: 0 15px;
  color: #ffffff;
}
#mml h4 {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 12px;
}
.mm {
  position: relative;
  /*    background-color: #060709;*/
  min-height: 49px;
}

#mmb {
  position: absolute;
  width: 40px;
  height: 50px;
  margin-right: 15px;
  top: 0;
  right: 0;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

#mmb span {
  display: block;
  position: absolute;
  height: 1.5px;
  width: 90%;
  background: #000;
  border-radius: 9px;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#mmb span:nth-child(1) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(2) {
  top: 26px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mmb span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  width: 60%;
  right: 0px;
  left: auto;
}

#mmb.on span {
  height: 2px;
}
#mmb.on span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  left: 8px;
}

#mmb.on span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#mmb.on span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 42px;
  left: 8px;
  width: 90%;
}
#mml .custom-logo-link img {
  width: 144px;
}
#mm ul {
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
}

#mm li {
  display: block;
  position: relative;
  padding: 0;
}
#mm #primary-menu a {
  display: block;
  padding: 16px 26px 15px 17px;
  border-bottom: #dedede 1px solid;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
  background-color: #060709;
  word-wrap: break-word;
  text-align: left;
}
#mm #primary-menu a:hover {
  background-color: #0b204d;
}
.mm,
#mm {
  display: none;
}
/* 
 * NAVBAR CSS ENDS
 */
/*  Drop down menu CSS*/
#primary-menu {
  text-align: center;
}
#primary-menu li {
  display: inline-block;
  padding: 0 10px;
  font-family: Poppins;
}
#primary-menu li a {
  /*    padding: 38px 0;*/
  color: #767676;
  font-size: 14px;
}
#primary-menu li a.MenuActive {
  color: #060709;
  font-weight: bold;
  /*    border-bottom: 2px solid;*/
}
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  right: -5px;
  top: 2px;
  display: block;
  color: #767676;
}
.menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.15);
  top: calc(100% + 10px);
  left: 10px;
  width: 220px;
  border-radius: 5px;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  overflow: hidden;
}
.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#primary-menu .sub-menu li {
  display: block;
  padding: 0;
}
#primary-menu .sub-menu li a:hover {
  color: #fff;
  border-color: transparent;
}
#primary-menu .sub-menu li a {
  display: block;
  text-align: left;
  padding: 17px 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 9;
  transition: all 0.5s ease-in-out;
}
#primary-menu .sub-menu li:last-child a {
  border-bottom: 0;
}
#primary-menu .sub-menu li a:hover::before {
  width: 100%;
  background-color: #0b204d;
  border-color: #0b204d;
}
#primary-menu .sub-menu li a::before {
  content: "";
  background-color: transparent;
  width: 3px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: -1;
  border-bottom: 1px solid transparent;
}
.menu-toggle {
  display: none;
}

/*  Drop down menu CSS ENDS */
/* 404 - NOT FOUND PAGE */

.error-404.not-found {
  text-align: center;
  height: 100vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  position: relative;
  background-image: url(/wp-content/uploads/2020/10/404.jpg);
  background-size: cover;
}
.not_found_inner {
  max-width: 69.5%;
}
.error404 #masthead,
.error404 #colophon {
  display: none;
}
.logo a {
  outline: 0 !important;
}
.error-404.not-found .logo {
  padding: 0;
  background-color: transparent;
}
.error-404.not-found h1 {
  font-size: 200px;
  line-height: 1;

  /*SEARCH RESULTS - NO RESULTS CSS */

  .search-results article.product,
  .search-results article.page {
    display: none;
  }
  .search-results .page-title span::before,
  .search-results .page-title span::after {
    content: '"';
  }
  .search-results .page-title {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
  }
  .search-results .page-header {
    width: 100%;
  }
  .search-results #primary {
    display: flex;
    flex-wrap: wrap;
  }
  .search-results #primary article {
    width: 30%;
    margin: 0 1.5%;
    box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
    padding: 20px;
    padding-top: 0;
    margin-bottom: 35px;
    border-radius: 6px;
  }
  .search-results #primary article a.post-thumbnail {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
  }
  .search-results #primary article a.post-thumbnail img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .search-results #primary article .entry-title a {
    display: block;
    color: #060709;
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .no-results.not-found {
    text-align: center;
    margin-bottom: 50px;
  }
  .no-results.not-found .search-form input.search-field {
    height: 45px;
    padding-left: 10px;
    border: 1px solid #eee;
    background-color: #eee;
    color: #333;
    font-size: 14px;
    width: 250px;
  }
  .no-results.not-found .search-form .search-submit {
    height: 45px;
    padding: 0 30px;
    border: 0;
    background-color: #0b204d;
    color: #fff;
    cursor: pointer;
  }
  .no-results.not-found .search-form .search-submit:hover {
    background-color: #252525;
  }
  .no-results.not-found .search-form label span {
    display: none;
    width: 0;
  }

  /*SEARCH RESULTS - NO RESULTS CSS ENDS*/
  color: #404040;
  margin: 30px 0;
  font-weight: 800;
}
.error-404.not-found h1 span {
  color: #e01e26;
}
.page-header h3 {
  color: #060709;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 40px;
}
.page-header p {
  font-size: 22px !important;
  color: #060709;
  margin-bottom: 20px;
}
.page-content .return_home {
  background-color: #e01e26;
  color: #fff;
  padding: 20px 50px;
  display: inline-block;
  font-size: 20px;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  border: 2px solid #e01e26;
}
.page-content .return_home:hover {
  transform: translateY(-3px);
  background-color: transparent;
  color: #060709;
  transform: scale(1.1);
}

/* 404 - NOT FOUND PAGE ENDS */

/*SEARCH RESULTS - NO RESULTS CSS */

.search-results article.product,
.search-results article.page {
  display: none;
}
.search-results .page-title span::before,
.search-results .page-title span::after {
  content: '"';
}
.search-results .page-title {
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
}
.search-results .page-header {
  width: 100%;
}
.search-results #primary {
  display: flex;
  flex-wrap: wrap;
}
.search-results #primary article {
  width: 30%;
  margin: 0 1.5%;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
  padding-top: 0;
  margin-bottom: 35px;
  border-radius: 6px;
}
.search-results #primary article a.post-thumbnail {
  display: block;
  margin-left: -20px;
  margin-right: -20px;
}
.search-results #primary article a.post-thumbnail img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.search-results #primary article .entry-title a {
  display: block;
  color: #060709;
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}
.no-results.not-found {
  text-align: center;
  margin-bottom: 50px;
}
.no-results.not-found .search-form input.search-field {
  height: 45px;
  padding-left: 10px;
  border: 1px solid #eee;
  background-color: #eee;
  color: #333;
  font-size: 14px;
  width: 250px;
}
.no-results.not-found .search-form .search-submit {
  height: 45px;
  padding: 0 30px;
  border: 0;
  background-color: #0b204d;
  color: #fff;
  cursor: pointer;
}
.no-results.not-found .search-form .search-submit:hover {
  background-color: #252525;
}
.no-results.not-found .search-form label span {
  display: none;
  width: 0;
}

/*SEARCH RESULTS - NO RESULTS CSS ENDS*/

body,
html {
  width: 100%;
  overflow-x: hidden;
}

*,
p {
  padding: 0px;
  margin: 0px;
}

/* extra css starts*/
.iv-slider-container {
    padding-bottom: 80px;
}

/* btns*/
/* BEFORE (default icon) */
.therapy-btn {
  position: relative;

  display: inline-flex;
  align-items: center;
  overflow: hidden;
}

.therapy-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url('/wp-content/uploads/2025/06/Background-2-1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 1s ease;
  z-index: 1;
}

/* AFTER (hover icon) */
.therapy-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url('/wp-content/uploads/2025/06/Background-3.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 1s ease;
  opacity: 0;
  z-index: 2;
}

/* On hover, swap the icons */
.therapy-btn:hover::before {
  opacity: 0;
}

.therapy-btn:hover::after {
  opacity: 1;
}
/* btns end-----*/

/* consult btn */
.consult-btn {
  position: relative;

  display: inline-flex;
  align-items: center;
  overflow: hidden;
}

.consult-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url('/wp-content/uploads/2025/06/Background-4.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 1s ease;
  z-index: 1;
}

/* AFTER (hover icon) */
.consult-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url('/wp-content/uploads/2025/06/Background-5.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 1s ease;
  opacity: 0;
  z-index: 2;
}

/* On hover, swap the icons */
.consult-btn:hover::before {
  opacity: 0;
}

.consult-btn:hover::after {
  opacity: 1;
}
/* consult btn end--- */

/* single btn */
.single-btn {
  position: relative;

  display: inline-flex;
  align-items: center;
  overflow: hidden;
}

.single-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url('/wp-content/uploads/2025/06/Background-7.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 1s ease;
  z-index: 1;
}

/* AFTER (hover icon) */
.single-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url('/wp-content/uploads/2025/06/Background-4-1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 1s ease;
  opacity: 0;
  z-index: 2;
}

/* On hover, swap the icons */
.single-btn:hover::before {
  opacity: 0;
}

.single-btn:hover::after {
  opacity: 1;
}
/* single-btn btn end--- */



/* blogs style */
/* Blog hover styles */
.elementor-13 .elementor-element.elementor-element-ad3fe6f .elementor-post {
transition: all 0.8s ease;

}

.elementor-13 .elementor-element.elementor-element-ad3fe6f .elementor-post:hover .elementor-post__excerpt p ,
.elementor-13 .elementor-element.elementor-element-ad3fe6f .elementor-post:hover .elementor-post__title a {
  color: #000000 !important;
}

.elementor-13 .elementor-element.elementor-element-ad3fe6f .elementor-post:hover .elementor-post__read-more {
  color: #00A7A9 !important;
}

/*BLOG btn styles*/
.elementor-13 .elementor-element.elementor-element-ad3fe6f
  .elementor-post__read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

/* Single icon on the right */
.elementor-13 .elementor-element.elementor-element-ad3fe6f
  .elementor-post__read-more::after {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  background-image: url('https://dripsquad.staging.pegasync.com/wp-content/uploads/2025/06/Vector-12.svg'); /* ↗ default */
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 1.0s ease, transform 1.0s ease;
}

/* On hover: switch to → icon (Vector-13.svg) */
.elementor-13 .elementor-element.elementor-element-ad3fe6f
  .elementor-post:hover .elementor-post__read-more::after {
  background-image: url('https://dripsquad.staging.pegasync.com/wp-content/uploads/2025/06/Vector-13.svg'); /* → on hover */
  transform: translateX(3px);
  transform: translateY(2.5px);
  width: 13px;
  height: 13px;
}

/* blogs style about pg */
/* Blog hover styles */
.elementor-824 .elementor-element.elementor-element-f0d3b5c .elementor-post {
transition: all 0.8s ease;

}

.elementor-824 .elementor-element.elementor-element-f0d3b5c .elementor-post:hover .elementor-post__excerpt p ,
.elementor-824 .elementor-element.elementor-element-f0d3b5c .elementor-post:hover .elementor-post__title a {
  color: #000000 !important;
}

.elementor-824 .elementor-element.elementor-element-f0d3b5c .elementor-post:hover .elementor-post__read-more {
  color: #00A7A9 !important;
}

/*BLOG btn styles*/
.elementor-824 .elementor-element.elementor-element-f0d3b5c
  .elementor-post__read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

/* Single icon on the right */
.elementor-824 .elementor-element.elementor-element-f0d3b5c
  .elementor-post__read-more::after {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  background-image: url('/wp-content/uploads/2025/06/Vector-12.svg'); /* ↗ default */
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 1.0s ease, transform 1.0s ease;
}

/* On hover: switch to → icon (Vector-13.svg) */
.elementor-824 .elementor-element.elementor-element-f0d3b5c
  .elementor-post:hover .elementor-post__read-more::after {
  background-image: url('/wp-content/uploads/2025/06/Vector-13.svg'); 
  transform: translateX(3px);
  transform: translateY(2.5px);
  width: 13px;
  height: 13px;
}

/* blogs style blog pg */
/* Blog hover styles */
.elementor-1309 .elementor-element.elementor-element-6a1c5fba .elementor-post {
transition: all 0.8s ease;
}

/*BLOG btn styles*/
.elementor-1309 .read-more-btn {
    padding-left: 6px;
}

.elementor-1309 .elementor-element.elementor-element-6a1c5fba
  .elementor-post__read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

/* Single icon on the right */
.elementor-1309 .elementor-element.elementor-element-6a1c5fba
  .elementor-post__read-more::after {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  background-image: url('/wp-content/uploads/2025/06/Vector-12.svg'); /* ↗ default */
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 1.0s ease, transform 1.0s ease;
}

/* On hover: switch to → icon (Vector-13.svg) */
.elementor-1309 .elementor-element.elementor-element-6a1c5fba
  .elementor-post:hover .elementor-post__read-more::after {
  background-image: url('/wp-content/uploads/2025/06/Vector-13.svg'); 
  transform: translateX(3px);
  transform: translateY(2.5px);
  width: 13px;
  height: 13px;
}

/* FORM */
button#wpforms-submit-628 {
    line-height: 27.01px;
    font-family: 'SF Pro Text';
    font-weight: 300;
    line-height: 27.01px;
    line-height: 26.01px;
    letter-spacing: 0%;
    text-align: center;
    padding: 25px 30px 25px 55px;
    transition: opacity 1.3s ease;
  transition: background-color 1.3s ease;

}

/* Target WPForms input fields */
.wpforms-form input[type="text"],
.wpforms-form input[type="email"],
.wpforms-form input[type="tel"],
.wpforms-form input[type="url"],
.wpforms-form input[type="number"],
.wpforms-form textarea {
  height: 65px; 

}

button#wpforms-submit-628:hover {
background-color: #00A7A9;
} 

.wpforms-container .wpforms-field {
    padding: 0px 0 30px !important;
}

/* Change WPForms placeholder font size */
.wpforms-form ::placeholder {
  font-size: 17px;
  color: #00000049; 
  font-family: 'SF Pro Text';
  font-weight: 300;
}

.wpforms-submit.wpforms-icon-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 55px;
  overflow: hidden;
}

.wpforms-submit.wpforms-icon-button::before,
.wpforms-submit.wpforms-icon-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 1.3s ease;
}

.wpforms-submit.wpforms-icon-button::before {
  background-image: url('/wp-content/uploads/2025/06/Background-6.svg');
  opacity: 1;
  z-index: 1;
}

.wpforms-submit.wpforms-icon-button::after {
  background-image: url('/wp-content/uploads/2025/06/Background-5.svg');
  opacity: 0;
  z-index: 2;
}

.wpforms-submit.wpforms-icon-button:hover::before {
  opacity: 0;
}

.wpforms-submit.wpforms-icon-button:hover::after {
  opacity: 1;
}

/*product btn*/
/* Default icon on the right */
.product-btn::after {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 3px; /* spacing between text and icon */
  background-image: url('/wp-content/uploads/2025/06/Group-19.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transition: background-image 1s ease, transform 1s ease;
   transform: translateX(0px) translateY(-53px);
}

/* On hover: switch to → icon */
.product-btn:hover::after {
  background-image: url('/wp-content/uploads/2025/06/Vector-14.svg'); 
  transform: translateX(0px) translateY(-53px);
  width: 15px;
  height: 15px;
}

/* extra css */
.product-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.product-image-wrapper .hover-gradient-overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease-in-out;
  border-radius: inherit;
  pointer-events: none;
}

.product-image-wrapper .book-now-button {

  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.product-image-wrapper:hover .book-now-button {
  opacity: 1;
}

span.spec {
    color:#00A7A9 !important;
}

/* Contact Form */

.Contform {
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px;
}

.Contform .row {
  display: flex;
  flex-wrap: wrap;
/*   margin-bottom: 20px; */
}

.Contform .col-sm-6,
.Contform .col-sm-12,
.Contform .col-xs-12 {
  box-sizing: border-box;
  padding: 7px 9px 2px 9px;
}

.Contform .col-sm-6 {
  width: 50%;
}

.Contform .col-sm-12 {
  width: 100%;
}

.Contform input[type="text"],
.Contform input[type="email"],
.Contform input[type="tel"],
.Contform textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #000;
  font-size: 16px;
  border-radius: 2px;
  outline: none;
  box-sizing: border-box;
}

.Contform textarea {
  height: 160px;
  resize: none;
}

.Contform input::placeholder,
.Contform textarea::placeholder {
  color: #777;
  font-size: 15px;
}

.Contform .action {
  text-align: left;
  padding: 10px;
}

.Contform .form-action input[type="submit"] {
  background: linear-gradient(to right, #f12711, #f5af19);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 14px 40px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.Contform .form-action input[type="submit"]:hover {
  opacity: 0.9;
}

.footbtn input.wpcf7-form-control.wpcf7-submit.has-spinner.custom-submit {
    width: 100%;
    padding: 28px 2px;
    background-color: #0059A1;
    color: white;
    border-radius: 49px;
    border: 1px solid #C9B7B7;
}

.Contform label {
    color: rgba(128, 128, 128, 1);
    padding: 0px 0px 6px 0px;
    font-size: 22px;
    font-weight: 500;
    font-family: "SF Pro Text", Sans-serif;
}

.Contform input[type="text"], .Contform input[type="email"], .Contform input[type="tel"], .Contform textarea {
    width: 100%;
    padding: 15px;
    border: none;
    font-size: 16px;
    border-radius: 6px;
    outline: none;
    box-sizing: border-box;
    background-color: rgb(128 128 128 / 25%);
}

/* ---- */

.ivbox-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  padding: 40px 0px;
}

.ivbox-card {
  border-radius: 16px;
  text-align: left;
  transition: transform 0.3s ease;
  position: relative;
}

.ivbox-card:hover {
  transform: translateY(-4px);
}

.ivbox-image-wrapper {
  position: relative;
  margin-bottom: 24px;
}

.ivbox-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}

.ivbox-img {
  width: 100%;
  max-height: 420px;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  transition: transform 0.3s ease;
}
.ivbox-image-wrapper img{
	  border-radius: 16px;
}

.ivbox-title {
  margin: 10px 0;
     font-family: "Instrument Sans", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #1B262A;
    text-transform: uppercase;
}

.ivbox-desc {
 color: #AEAEAE;
    font-family: "SF Pro Text", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 25px;
  margin-bottom: 10px;
}

.ivbox-price {
 color: #1B262A;
    font-family: "SF Pro Text", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 12px;
  margin: 0;
}


.ivbox-detail-btn {
    background-color: #00A7A900;
    font-family: "SF Pro Text", Sans-serif;
    font-size: 17px;
    font-weight: 400;
    fill: #1B262A;
    color: #1B262A;
    transition-duration: 1.3s;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #1B262A;
    padding: 0;
  margin: 0;
}

.ivbox-detail-btn:hover {
  color: #02c2b2;
}

.ivbox-book-btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
   transform: translate(-50%, 20px); 
  z-index: 10;
  background-color: #00A7A9;
  color: #fff;
  padding: 18px 18px 18px 56px;
  border-radius: 100px;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  font-family: 'SF Pro Text', serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  transition: background-color 1.3s ease, color 1.3s ease;
  transition: transform 1.3s ease, opacity 0.4s ease, visibility 1.3s ease;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
}
.ivbox-image-wrapper {
	 transition: background-color 1.3s ease, color 0.3s ease;
}

/* BEFORE (default icon) */
.ivbox-book-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url('/wp-content/uploads/2025/06/Background-5-1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 1s ease;
  z-index: 1;
}

/* AFTER (hover icon) */
.ivbox-book-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-image: url('/wp-content/uploads/2025/06/Background-6-1.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 1s ease;
  opacity: 0;
  z-index: 2;
}

/* Hover Behavior */
.ivbox-book-btn:hover {
  background-color: #fff;
  color: #00A7A9;
}

.ivbox-book-btn:hover::before {
  opacity: 0;
}

.ivbox-book-btn:hover::after {
  opacity: 1;
}

.ivbox-image-wrapper:hover .ivbox-book-btn {
  transform: translate(-50%, 0); /* Slide up */
  opacity: 1;
  visibility: visible;
}


/* Responsive Section */
@media (max-width: 767px) {
	.fontstyle{
		font-size: 30px !important;
        line-height: 38px !important;
	}
	
	.swiper-button-prev {
    background-image: url('/wp-content/uploads/2025/06/arrow-blackp.png');
    left: 36.5% !important;
}
	
	.elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: nowrap;
}
	
	.filtercard h2.elementor-heading-title.elementor-size-default {
    text-align: center;
}
	
	.filtercard .elementor-341 .elementor-element {
    --display: flex;
    --justify-content: center;
    --align-items: center !important;
    --container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
}
	
	.filtercard .elementor-345 .elementor-element {
    --display: flex;
    --justify-content: center;
    --align-items: center !important;
    --container-widget-width: calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );
}
	
	.filtercard a.elementor-button.elementor-button-link.elementor-size-sm {
    padding: 17px !important;
}
}


@media (max-width: 1024px){
	
	.ivbox-price {
    color: #1B262A;
    font-family: "SF Pro Text", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
}
	
	.swiper-button-prev {
    background-image: url('/wp-content/uploads/2025/06/arrow-blackp.png');
    left: 41.5% !important;
}
	
	.swiper-button-next {
    background-image: url('/wp-content/uploads/2025/06/arrow-blackN.png');
    left: 52% !important;
}
	
	
	.filtercard.elementor-341.elementor-element.elementor-heading-title {
    font-family: "Instrument Sans", Sans-serif;
    font-size: 23px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 30px;
    color: #0059A1;
}
	
	.testimonial--slider .testimonial--wrapper {
    font-family: "Inter", sans-serif;
    min-height: 23vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
	
	.testimonial--slider .owl-item.center .testimonial--wrapper {
    background-color: #0059A1;
    color: #fff;
    border-radius: 10px;
    min-height: 24vh;
}
}

@media (max-width: 1280px){
	
	.elementor-24 .elementor-element.elementor-element-8a4e561 .elementor-nav-menu .elementor-item {
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0px;
}
	
	.elementor-24 .elementor-element.elementor-element-9c665fe .elementor-button {
    background-color: #0059A1;
    font-family: "SF Pro Text", Sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 100px 100px 100px 100px;
    padding: 7px 35px 7px 8px;
}
	
	.elementor-24 .elementor-element.elementor-element-88fd9eb .elementor-button {
    background-color: var( --e-global-color-5802d24 );
    font-family: "SF Pro Text", Sans-serif;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0px;
    fill: #FFFFFF;
    color: #FFFFFF;
    border-radius: 100px 100px 100px 100px;
    padding: 7px 12px 7px 8px;
}
	
	.ivbox-book-btn {
    position: absolute;
    bottom: 30px;
    left: 47%;
    transform: translate(-50%, 20px);
    z-index: 10;
    background-color: #00A7A9;
    color: #fff;
    padding: 15px 28px 18px 53px;
    border-radius: 100px;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    font-family: 'SF Pro Text', serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    transition: background-color 1.3s ease, color 1.3s ease;
    transition: transform 1.3s ease, opacity 0.4s ease, visibility 1.3s ease;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
}
	
	.elementor-13 .elementor-element.elementor-element-0de51a6 > .elementor-widget-container {
    padding: 39px 0px 30px 0px;
}

.iv-slider-container {
    padding-bottom: 50px !important;
}

.swiper-button-prev {
    left: 45.5% !important;
}
}

@media (max-width: 1366px) and (min-width: 1439px) {
.elementor-13 .elementor-element.elementor-element-e267b40 {
    height: 250px;
}
}

@media (max-width: 1440px) {
.elementor-13 .elementor-element.elementor-element-b8915d8 {
padding: 0 10px 0 17px;
}
}

@media (max-width: 1540px) and (min-width: 1441px) {
/* Header*/
.elementor-24 .elementor-element.elementor-element-a265454 {
    width: 1450px;
}

.elementor-24 .elementor-element.elementor-element-2720cdb {
    width: 50%;
}

/*Home pg*/
.elementor-13 .elementor-element.elementor-element-2380b02 {
    max-width: 1450px;
}

.elementor-13 .elementor-element.elementor-element-40a6841 {
 max-width: 1450px;
}

.elementor-13 .elementor-element.elementor-element-e50e592 {
max-width: 1450px;
}

.elementor-13 .elementor-element.elementor-element-66ddaeb {
max-width: 1450px;
}

.elementor-13 .elementor-element.elementor-element-6a82211 {
max-width: 1450px;
margin: 0 auto;
}

.elementor-13 .elementor-element.elementor-element-d157f43 {
max-width: 1450px;
}

.elementor-13 .elementor-element.elementor-element-747b0fc {
    max-width: 1450px;
}

.elementor-13 .elementor-element.elementor-element-70619ad {
    padding-left: 50px !Important;
    padding-right: 50px !Important;
}

.elementor-13 .elementor-element.elementor-element-7cb783b {
    max-width: 1450px;
}

.elementor-615 .elementor-element.elementor-element-5745bc2 {
max-width: 1450px;
    margin: 0 auto;
}

.elementor-615 .elementor-element.elementor-element-f3af83c {
max-width: 1450px;
    margin: 0 auto;
}

.elementor-341 .elementor-element.elementor-element-66eb163 > .elementor-widget-container {
    padding: 30px 0px 34px 0px !Important;
}

.elementor-341 .elementor-element.elementor-element-63bc18a > .elementor-widget-container {
    padding: 30px 0px 34px 0px !important;
}

.elementor-356 .elementor-element.elementor-element-451da4f > .elementor-widget-container {
    padding: 30px 0px 34px 0px !important;
}

.elementor-356 .elementor-element.elementor-element-ed7e305 > .elementor-widget-container {
    padding: 30px 0px 34px 0px !important;
}

.elementor-13 .elementor-element.elementor-element-919dc93 > .elementor-widget-container {
    padding: 117px 0px 25px 0px !important;
}

.elementor-13 .elementor-element.elementor-element-8ad00c2 > .elementor-widget-container {
    padding: 100px 0px 40px 0px !important;
}

.elementor-13 .elementor-element.elementor-element-428dcff .elementor-heading-title {
    font-size: 25px !Important;
    line-height: 36px !Important;
}

.elementor-13 .elementor-element.elementor-element-e89ac9f .elementor-heading-title {
    font-size: 25px !Important;
    line-height: 36px !Important;
}

.elementor-13 .elementor-element.elementor-element-e89ac9f .elementor-heading-title {
    font-size: 25px !Important;
    line-height: 36px !Important;
}

.elementor-13 .elementor-element.elementor-element-cc95874 .elementor-heading-title {
 font-size: 25px !Important;
    line-height: 36px !Important;
}

/*About pg*/
.elementor-824 .elementor-element.elementor-element-f4f3f1f {
max-width: 1450px;
    margin: 0 auto;
}

.elementor-824 .elementor-element.elementor-element-28ca1a5 {
max-width: 1450px;
}

.elementor-824 .elementor-element.elementor-element-522a721 {
max-width: 1450px;
    margin: 0 auto;
}

.elementor-824 .elementor-element.elementor-element-09ab0c4 {
    width: 53%;
 }

.elementor-824 .elementor-element.elementor-element-1a1ab1e {
    width: 52%;
}
    
.elementor-824 .elementor-element.elementor-element-d39d615 {
max-width: 1450px;
margin: 0 auto;
}

/*blog pg*/
.elementor-1258 .elementor-element.elementor-element-fa1e3e1 {
max-width: 1450px;
    margin: 0 auto;
}

.elementor-1258 .elementor-element.elementor-element-456fd6b {
    padding: 0;
}

.elementor-1258 .elementor-element.elementor-element-0483540 {
padding: 0;
}

.elementor-1188 .elementor-element.elementor-element-6bd5a42 {
    padding-left: 40px;
    padding-right: 40px;
}

/*contact pg*/
.elementor-1123 .elementor-element.elementor-element-731f5ed {
    width: 93%;
}

/*drip menu pg*/
.elementor-1050 .elementor-element.elementor-element-079370e {
   width: 1450px;
}
}

/* Testimonial Responsive Style  */
@media (max-width: 768px) {
  .testimonial--slider .testimonial--wrapper {
    padding: 30px 20px 20px;
    min-height: auto; /* height ko flexible rakhein */
  }

  .testimonial--slider .testimonial--wrapper .testimonial--header .testimonial--text {
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0;
  }

  .testimonial--slider .testimonial--wrapper h3 {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .testimonial--footer h4 {
    font-size: 12px !important;
  }

  .testimonial--footer p {
    font-size: 10px !important;
  }

  .testimonial--slider .testimonial--wrapper .testimonial--header .quote--icon {
    max-width: 50%;
  }

  .testimonial--slider .owl-nav {
    margin-top: 40px;
    gap: 10px;
  }

  .testimonial--slider .owl-nav button {
    width: 30px;
    height: 30px;
  }

  .testimonial--slider .owl-nav button i {
    font-size: 14px;
  }
  
  /* Center the active testimonial card on mobile */
  .testimonial--slider .owl-item.center .testimonial--wrapper {
    margin: 0 auto;
  }
  
  .item {
    padding: 0px 14px 0px 20px;
}

.owl-stage {
    display: flex;
    gap: 0px !important;
    align-items: center;
}

.testimonial--slider .owl-item.center {
    opacity: 1;
    background-color: transparent;
}
}

/* 480px se choti screens (mobile) ke liye */
@media (max-width: 480px) {
  .testimonial--slider .testimonial--wrapper {
    padding: 25px 15px 15px;
  }

  .testimonial--slider .testimonial--wrapper .testimonial--header .testimonial--text {
    font-size: 16px;
    line-height: 22px;
    margin: 15px 0;
  }

  .testimonial--slider .testimonial--wrapper h3 {
    font-size: 12px !important;
    line-height: 20px !important;
  }

  .testimonial--footer h4 {
    font-size: 11px !important;
  }

  .testimonial--footer p {
    font-size: 9px !important;
  }

  .testimonial--slider .testimonial--wrapper .testimonial--header .quote--icon {
    max-width: 60%;
  }

  .testimonial--slider .owl-nav {
    margin-top: 30px;
    gap: 8px;
  }

  .testimonial--slider .owl-nav button {
    width: 25px;
    height: 25px;
  }

  .testimonial--slider .owl-nav button i {
    font-size: 12px;
  }
  
  .testimonial--slider .owl-item.center .testimonial--wrapper {
    margin: 0 auto !important;
  }
  
.filtercard h2.elementor-heading-title.elementor-size-default {
    text-align: left !important;
}
   
}

/* extra css end--- */