/*
Theme Name: Universal Apps
Theme URI: https://adex360.com
Author: Umer Shoukat
Author URI: https://adex360.com
Description: A custom theme developed for Universal Apps.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-theme, responsive, modern
Text Domain: universal-apps
*/

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");

:root {
  --font-size-sm: 14px;
  --font-size-default: 16px;
  --main-heading-font: 60px;
  --second-heading-font: 52px;
  --third-heading-font: 50px;
  --fourth-heading-font-size: 42px;
  --font-Inter: "Inter";
  --primary-color: #061d19;
  --primary-white: #ffffff;
  --border-radius: 20px;
  --secondary-white: #f3f3e5;
  --secondary-color: #444444;
  --second-bg-color: rgba(200, 221, 142);
}
.row.contact-row .left-side-product-page-management {
  justify-content: center;
}
.row.contact-row {
  padding-top: 100px;
  align-items: center;
}
.ua-Contact-wrap label{
font-size:16px;
margin-bottom:15px;
}
.ua-Contact-wrap textarea,
.ua-Contact-wrap input {
  display: block;
  width: 100%;
  padding: 15px;
font-size: 14px;
border-radius: 30px;
border:1px solid #102a25;
}
.ua-Contact-wrap input[type="submit"]{
  background-color: #102a25;
    color: var(--primary-white);
}
.navbar-brand img{
  height:60px;
}
iframe.unifeed-video {
  border-radius: 30px;
}

.happy-customer-card-title {
  font-size: 23px !important;
  font-weight: 600;
}
.happy-customer-card-description {
  font-size: 20px !important;
}
.border-radius-custom-set {
  border-radius: 20px !important;
  justify-content: center;
}
.bg-white {
  background-color: var(--primary-white) !important;
}
.bg-white-secondary {
  background-color: var(--secondary-white) !important;
}
.bg-color-ternary {
  background-color: #061d19 !important;
}
.second-bg-color {
  background-color: var(--second-bg-color) !important;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--font-Inter);
}
h1,
h2,
h3,
h4 {
  font-family: "Raleway" !important;
}
p {
  font-family: var(--font-Inter);
}
li {
  font-size: var(--font-size-default);
  font-family: var(--font-Inter) !important;
}
.navbar-button {
  background-color: rgb(200, 221, 142);
  border: none !important;
  font-family: var(--font-Inter);
  color: var(--primary-color) !important;
}
.navbar-button:hover {
  background-color: rgb(124, 131, 106) !important;
  color: var(--primary-white) !important;
}
#navbarTogglerDemo02 {
  font-family: var(--font-Inter) !important;
  font-weight: 500;
}
/* Home-page */

/* Hero-Section */
a {
  color: var(--primary-color) !important;
  font-size: 16px;
}
.main-hero-section {
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  padding: 160px 0;
  position: relative;
  text-align: center;
  color: var(--primary-white);
}
.headline-color {
  background-color: rgb(200, 221, 142) !important;
  width: fit-content;
  font-family: var(--font-Inter);
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--primary-color);
}
.inner-right-side {
  align-items: flex-start;
  display: flex;
  flex: 1 0 0px;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  height: min-content;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}
.content-alignment {
  align-items: center !important;
  display: flex;
  text-align: center;
  display: flex;
  gap: 20px;
}
.hero-section-img {
  flex: none;
  position: relative;
  width: 100%;
}
.hero-section-second-img-main {
  flex: none;
  height: 161px;
  position: absolute;
  right: 0px;
  top: 115px;
  width: 288px;
  z-index: 1;
}
.header-font-size {
  font-size: var(--main-heading-font);
  font-weight: 600;
  font-family: var(--font-Inter);
}
.hero-section-button {
  font-size: var(--font-size-default);
  font-weight: 600;
  font-family: var(--font-Inter);
}
.hero-section-icon {
  border-radius: 70% !important;
}
.hero-section-icon-text {
  font-family: var(--font-Inter);
}
/* Feature Section */
.feature-section {
  align-content: center;
  align-items: center;
  background-color: var(--secondary-white);
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
  height: min-content;
  justify-content: center;
  overflow: hidden;
  padding: 120px 0;
  position: relative;
  width: 100%;
}
.feature-title {
  font-size: var(--second-heading-font);
  font-family: "Raleway";
  font-weight: 600;
}
.feature-description {
  color: var(--secondary-color);
  font-family: var(--font-Inter);
}
.inner-right-side-feature {
  background-color: var(--primary-white);
  border-radius: 20px;
  display: flex;
  flex: 1 0 0px;
  gap: 60px !important;
  padding: 50px 0 50px 50px;
  position: relative;
}
.feature-right-card-title {
  font-family: "Raleway";
}
.extra-font-class {
  font-size: 25px !important;
}
.feature-inner-left-side {
  align-content: flex-end;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
}
.header-first-image {
  display: contents;
}
.feature-left-image {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  height: 157px;
  position: relative;
}
.feature-left-second-img {
  position: absolute;
  border-radius: inherit;
  top: -14px;
    right: unset;
    left: -20%;
  min-width: 100px;
  width: 200px;
  height: 100px;
  border-radius: 10px;
  box-shadow: 0 0 5px 0px #000;
}
.icon-bg {
  background-color: #b8ff90;
  border-radius: 100px;
  flex: none;
  height: 60px;
  overflow: hidden;
  position: relative;
  width: 60px;
}
.icon-style {
  position: absolute;
  left: 18px;
  top: 18px;
  width: 24px;
  height: 24px;
}
.feature-description-pra {
  align-content: center;
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  height: min-content;
  justify-content: center;
  overflow: hidden;
  padding: 120px 0 0;
  position: relative;
  width: 100%;
  font-size: var(--font-size-default);
}
.card-style {
  border-radius: 20px;
  background-color: #061d19;
}
.home-page-feature-section-right-side-card {
  font-size: 28px !important;
  font-family: var(--font-Inter);
}
.feature-section-ul-font ul li {
  font-family: var(--font-Inter);
}
li i.fas {
  padding-right: 12px !important;
}
.feature-detail {
  padding: 40px;
  background-color: #b8ff90;
  border-radius: 20px;
  gap: 40px;
}
.feature-detail-bold-text {
  font-size: var(--second-heading-font);
}
.feature-detail-width-adjust {
  width: 33% !important;
}
/* Guide-section */
.Guide-section-step-title {
  font-size: 22px;
  font-weight: 600;
}
.guide-icon-bg {
  width: 52px !important;
  height: 53px !important;
}
.guide-icon-inner {
  top: 11px !important;
  left: 15px !important;
}
/* fit goal section */
.fit-section-second-image {
  right: 70px;
  top: 160px;
}
.fit-section-first-image {
  height: auto;
  width: 600px;
  max-height: 600px;
  border-radius: 20px;
}
/* Business-Success */
.business-success-img {
  width: 600px;
  border-radius: 20px;
}
/* happy-customer-card */
.happy-customer-card {
  width: 400px;
  border-radius: 20px;
  height: 100%;
}
.happy-customer-second-card {
  border-radius: 20px;
  width: 400px;
  height: 370px;
  /* background-color: #b8ff90 */
}
.improvement-font-adjust {
  font-size: 28px;
}
/* Pricing Page */
.pricing-section {
  place-content: center;
  align-items: center;
  background-color: var(--secondary-white);
  display: flex;
  flex: 0 0 auto;
  flex-flow: column;
  gap: 0px;
  height: min-content;
  overflow: hidden;
  padding: 100px 0px;
  position: relative;
  width: 100%;
}
.pricing-card-main {
  align-items: flex-start;
  place-self: start;
  display: flex;
  flex: 0 0 auto;
  flex-flow: column;
  height: 100%;
  gap: 1rem;
  overflow: hidden;
  padding: 40px;
  position: relative;
  width: 90%;
  border-radius: 20px;
}
.pricing-section-title {
  font-size: var(--main-heading-font) !important;
  font-weight: 500;
}
.pricing-section-sub-title1 {
  font-size: var(--fourth-heading-font-size) !important;
}
.pricing-card-title {
  font-size: 28px;
  font-weight: 700;
  font-family: var(--font-Inter);
}
.pricing-card-description {
  font-size: var(--font-size-default);
  font-family: var(--font-Inter);
}
.card-title {
  font-size: 44px !important;
  font-weight: 700;
}
.price-month {
  font-size: var(--font-size-default) !important;
}
.card-logo-main {
  align-items: center;
  gap: 13px;
}
.card-logo {
  background-color: #b8ff90;
  border-radius: 50%;
}
.review-card {
  gap: 0px !important;
  height: 90%;
  background-color: rgb(243, 243, 229);
  border: none;
}
.avatar-size {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
.review-title {
  font-size: var(--font-size-default);
  font-family: "Raleway";
}
/* FAQ section  */
.custom-card {
  background-color: #f9f9eb;
  border-radius: 20px;
  padding: 1rem;
  width: 60%;
  margin: auto;
  margin-bottom: 1.4rem;
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}
.toggle-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #e8f5d6;
  cursor: pointer;
  font-size: 26px;
  font-weight: bold;
}
.custom-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.img-fluid {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}
.faq-card-title {
  font-size: 36px !important;
  font-weight: 600;
}
/* Footer-section */
.footer {
  padding: 40px 20px;
  font-size: 14px;
  background-color: #102a25; /* Dark green background */
  color: var(--primary-white);
}
.footer ul li a {
  color: var(--primary-white) !important;
  text-decoration: none;
}
.footer p a {
  color: var(--primary-white) !important;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}

.footer-logo {
  margin-left: -2.3rem;
}

.footer-rating {
  font-size: 52px;
  font-weight: 600;
  margin: 10px 0;
}
.footer-title {
  font-size: 22px !important;
}
.footer-social i {
  margin:0 10px;
  color:#fff;
}

.footer-divider {
  border-top: 1px solid #4a4a4a;
  margin: 20px 0;
}

.footer-bottom {
  font-size: 12px;
}
.compact-text {
  font-size: var(--font-size-default);
  line-height: 1.1;
}
.footer-icon {
  width: 20px !important;
  height: 17px !important;
  object-fit: cover;
}
.footer-pages-column-adjustment {
  gap: 5rem !important;
}
.footer-pages-column-adjustment ul li a {
  font-size: var(--font-size-default);
  font-family: var(--font-Inter);
}
.container-width ul li a {
  font-size: var(--font-size-default);
  font-family: var(--font-Inter);
}
/* contact-us-page */
.contact-us-page-title {
  font-size: var(--main-heading-font) !important;
  font-weight: 700;
}
.contact-us-page-card {
  height: 540px;
  background-color: #b8ff90;
}
.contact-us-page-left-side-card {
  font-size: 28px;
  font-weight: 600;
}
.contact-us-page-button {
  width: 100%;
  font-size: var(--font-size-default);
  font-family: var(--font-Inter);
}
.contact-us-form-adjustment {
  width: 40%;
  margin: 0;
}
.contact-us-page {
  margin: auto;
  width: 85%;
}
.last-two-card {
  width: 70% !important;
}
.form-label {
  font-size: var(--font-size-sm);
  font-family: var(--font-Inter);
}
/* Product-page */
.Product-page-img-first {
  height: 450px;
}
.product-page-img {
  left: 440px;
  top: 480px !important;
}
.product-page-why-choose-card-title {
  font-size: 22px !important;
}
.product-page-management-title {
  font-size: var(--second-heading-font);
}
.left-side-product-page-management {
  height: 450px !important;
}
.product-page-management {
  left: 700px;
  top: 480px !important;
}
.product-page-faq-card-title {
  font-size: 36px;
}
.product-page-faq-card-gaping {
  gap: 2rem !important;
}
.product-page-two-card {
  height: auto !important;
  width: 97% !important;
}
/* Product2 page  */
.product2-hero-section {
  padding: 90px 0px !important;
}
.product2-container-inner-content {
  gap: 15px;
}
.product2-hero-section-title {
  font-size: var(--main-heading-font);
  width: 70%;
  font-family: "Raleway";
  font-weight: 600;
}
.product2-hero-section-description {
  font-family: var(--font-Inter);
}
.product2-hero-section-avatat-img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.avatar-img-pragraph1 {
  font-family: var(--font-Inter);
}
.product2-hero-section-image-background {
  background-color: var(--secondary-white);
  padding: 50px;
  border-radius: 20px;
}
.hero-section-img-properties {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  object-position: center center;
  object-fit: cover;
  image-rendering: auto;
}
.product2-hero-section-button {
  font-family: var(--font-Inter);
  font-size: var(--font-size-default);
}
.product2-page-icon {
  width: 30px;
  height: auto;
}
.product2-image-gallery {
  width: auto;
  height: 30px;
}
.extra-height {
  height: 50px;
  margin-top: -15px;
}
.rivaj-height {
  height: 40px;
}
.one-logo-desgin {
  margin-top: -10px;
}
.alignment-adjustment {
  margin-top: -4px;
}
.margin-bottom-adjustment {
  margin-bottom: 8rem !important;
}
.product2-card-width {
  width: 100% !important;
}
/* Client section  */
.client-section-title {
  font-size: 44px;
  font-family: "Raleway";
}
.client-support-span {
  font-family: var(--font-Inter);
  font-size: var(--font-size-default);
}
.client-section-second-image {
  top: 662px !important;
  right: 470px !important;
}
.carasoul-inner-adjustmnet {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.carasoul-inner-heading {
  font-size: 28px;
  font-family: var(--font-Inter);
}
.common-style-icon {
  background-color: rgb(143, 114, 114);
  border-radius: 50%;
}
.exp-feature-card-title {
  font-family: "Raleway";
}
.exp-feature-card-description {
  font-size: var(--font-size-default);
  font-family: var(--font-Inter);
}
.exp-section-title {
  font-size: 44px;
  font-family: "Raleway";
  font-weight: 600;
}
.card-title-exp-card {
  font-size: 28px;
  font-family: "Raleway";
  font-weight: 500;
}
/* Blog Page  */
.additional-blog-grid-width1 {
  width: 90%;
}
.additional-blog-grid-width2 {
  width: 100%;
}
.blog-title {
  font-family: "Raleway";
}
.blog-description {
  font-size: var(--font-size-default);
  font-family: var(--font-Inter);
}
.blog-card-title {
  font-size: var(--font-size-sm);
  font-family: "Raleway";
  color: #444444;
}
.blog-card-description {
  font-size: 22px;
  font-family: var(--font-Inter);
}
.blog-card-image {
  transition: transform 0.4s ease-in-out; /* Add transition for smooth scaling */
}

.blog-card-image:hover {
  transform: scale(1.1); /* Scaling effect on hover */
}
/* Blog-Detail-page  */
.blog-detail-title {
  font-size: var(--main-heading-font);
  font-family: var(--font-Inter);
  font-weight: 600;
}
.blog-detail-description {
  font-size: var(--font-size-default);
  font-family: var(--font-Inter);
}
.blog-detail-img {
  display: block !important;
  width: 100%; /* Makes the image span the width of its container */
  max-width: 100%; /* Prevents the image from exceeding its natural width */
  height: auto; /* Maintains the aspect ratio */
  border-radius: inherit;
  object-fit: cover; /* Ensures the image covers its container without distortion */
  object-position: center center;
  image-rendering: auto;
}
.blog-detail-sub-heading-title {
  font-family: var(--font-Inter);
  font-weight: bold;
}
.blog-detail-container {
  width: 90% !important;
}
.blog-detail-sub-heading-description {
  font-size: var(--font-size-default);
  font-family: var(--font-Inter);
  color: var(--primary-color);
}
.blog-detail-sub-heading2-title {
  font-size: 28px;
  font-family: var(--font-Inter);
  font-weight: 600;
}
.more-blog {
  padding: 0px !important;
}
.more-blog-title {
  font-size: var(--second-heading-font);
  font-family: var(--font-Inter);
  font-weight: bold;
}
.dd-font-damily {
  font-family: var(--font-Inter);
}
.blog-content-width-set {
  width: 70%;
}
/* Docs Page collection section */
.doc-page-collection-section {
  padding: 60px 0px !important;
}
.doc-page-collection-card-width {
  width: 100% !important;
}
.search-field-title {
  font-size: 28px;
  font-family: var(--font-Inter);
}
.search-field {
  background-color: #216d5e;
  padding: 20px 20px;
  border-radius: 10px !important;
}
.custom-font::placeholder {
  font-family: var(--font-Inter);
}
.custom-placeholder::placeholder {
  color: var(--primary-white) !important;
  font-family: var(--font-Inter);
}
.doc-card-footer {
  font-family: var(--font-Inter);
}
.doc-card-main-div {
  border: 2px solid #ddd !important;
  transition: 0.3s ease, color 0.3s ease;
}
.doc-card-title {
  transition: color 0.3s ease;
  font-family: var(--font-Inter);
}
.doc-card-description {
  font-family: var(--font-Inter);
  font-size: var(--font-size-default);
}
.doc-card-main-div:hover {
  border-color: #437269 !important;
}
.doc-card-main-div :hover .pricing-card-title {
  color: #165c4f !important;
}
.card hr {
  width: 100%;
  border: 1px solid #ddd;
  margin: 0;
}
.getting-start-card-hover-effect {
  font-size: var(--font-size-default);
  font-family: var(--font-Inter);
  transition: 0.3s ease, color 0.3s ease;
}
.getting-start-card-hover-effect:hover {
  border-radius: 10px;
  padding: 10px !important;
  background-color: #43726929;
}
.getting-start-card-hover-effect:hover .getting-start-hover-color {
  color: var(--primary-color);
}
.getting-start-icon {
  width: 15px;
  height: 15px;
}
.getting-start-main-icon {
  width: 40px !important;
  height: 40px !important;
}
.getting-start-title {
  font-size: 22px !important;
  font-family: var(--font-Inter);
}
.getting-start-description {
  color: #737373;
  font-family: var(--font-Inter);
  font-size: var(--font-size-default);
}
.main-heading-getting-start-collection {
  font-family: var(--font-Inter);
  font-size: 32px !important;
}
.main-description-getting-start-collection {
  font-size: var(--font-size-default);
  font-family: var(--font-Inter);
}
.getting-start-sub-description {
  font-size: var(--font-size-sm) !important;
  color: #1a1a1a !important;
}
@media (min-width: 1450px) {
  .last-two-card {
    width: 80% !important;
  }
  .home-page-feature-section-right-side-card {
    font-size: 28px !important;
  }

  .hero-section-second-img-main {
    right: 240px !important;
    top: 120px !important;
  }
  .product-page-img {
    left: 700px;
    top: 480px !important;
  }
  /* .container-width{
    width: 1360px !important;
    } */
  .contact-us-page-button {
    width: 100%;
  }
  .contact-us-page-card {
    height: 534px;
  }
  .contact-us-form-adjustment {
    width: 43%;
  }
  .product-page-management {
    left: 930px;
    top: 480px !important;
  }
  .client-section-second-image {
    top: 662px !important;
    right: 700px !important;
  }
}

@media (max-width: 1024px) {
  .feature-detail-bold-text {
    font-size: 46px;
  }
  .custom-card {
    width: 80%;
  }
  .faq-card-title {
    font-size: 30px !important;
  }
  .hero-section-second-img {
    width: 30%;
    height: 30%;
  }
  .hero-section-second-img-main {
    right: 60px !important;
    top: 105px !important;
    width: 15%;
    height: auto;
  }
  .header-font-size {
    font-size: 50px;
  }
  .feature-inner-left-side {
    margin-top: 8rem !important;
  }
  .feature-left-second-img {
    width: 170px;
    height: 90px;
  }
  .feature-right-card-title {
    width: 80% !important;
    font-size: 26px !important;
  }
  .feature-title {
    font-size: 46px !important;
  }
  .fit-section-first-image {
    width: 480px;
  }
  .fit-section-second-image {
    right: 10px;
  }
  .business-success-img {
    width: 460px;
    height: auto;
  }
  .happy-customer-card {
    width: 300px;
  }
  .happy-customer-second-card {
    width: 300px;
    height: 407px;
  }
  .review-card {
    width: 94%;
  }
  .contact-us-page-card {
    padding: 40px 16px !important;
  }
  .contact-us-form-adjustment {
    width: 50%;
  }
  .contact-us-page-title {
    font-size: 50px !important;
  }
  .contact-us-page {
    width: 100%;
  }
  .Product-page-img-first {
    height: 350px;
  }
  .product-page-img {
    left: 265px;
    top: 400px !important;
    width: 25% !important;
  }
  .product-page-why-choose-card-title {
    font-size: 20px !important;
  }
  .product-page-management {
    left: 510px;
    top: 440px !important;
  }
  .left-side-product-page-management {
    height: auto !important;
  }
  .product2-hero-section-title {
    font-size: var(--third-heading-font);
  }
  .client-section-second-image {
    top: 600px !important;
    right: 330px !important;
    width: 200px;
  }
  .width-our-client-img {
    width: 100% !important;
  }
  .client-section-title {
    font-size: 38px;
  }
  .blog-detail-title {
    font-size: 50px;
  }
  .blog-content-width-set {
    width: 100% !important;
  }
  .blog-detail-sub-heading-title {
    font-size: 30px;
  }
  .getting-card-width {
    width: 100% !important;
  }
  .last-two-card {
    width: 90% !important;
  }
}
@media (max-width: 786px) {
  .custom-card {
    width: 100%;
  }
  .feature-detail-width-adjust {
    width: 100% !important;
  }
  .feature-detail-bold-text {
    font-size: 36px;
  }
  .feature-detail {
    gap: 20px;
  }
  .main-hero-section {
    padding: 50px 0px;
  }
  .feature-title {
    font-size: 36px !important;
  }
  .feature-description-pra {
    padding: 10px 0px;
    width: 100% !important;
  }
  .feature-inner-left-side {
    margin-top: 0px !important;
  }
  .feature-left-image {
    height: auto;
    display: block;
    width: 600px;
  }
  .feature-right-card-title {
    width: 100% !important;
  }
  .fit-section-first-image {
    width: 100%;
    height: auto !important;
  }
  .business-success-img {
    width: 100%;
  }
  .happy-customer-card {
    width: 100%;
  }
  .happy-customer-image {
    max-height: 600px;
  }
  .happy-customer-second-card {
    width: 100%;
    height: 407px;
  }

  .review-card {
    width: 99%;
  }
  .img-fluid {
    border-top-right-radius: 20px !important;
  }
  .custom-image {
    height: 400px;
    object-fit: cover;
    width: 100%;
  }
  .contact-us-form-adjustment {
    width: 100%;
  }
  .contact-us-page-card {
    height: auto !important;
    width: 100% !important;
    margin-bottom: 2rem;
  }
  .contact-us-page-left-side-card {
    font-size: 24px;
  }
  .contact-us-page-field-adjustment {
    width: 330px;
  }
  .contact-us-page-title {
    font-size: var(--fourth-heading-font-size) !important;
  }
  .product-page-hero-section-title {
    font-size: var(--fourth-heading-font-size);
    margin-top: 2rem;
  }
  .product-page-faq-card-title {
    font-size: 30px !important;
  }
  .improvement-font-adjust {
    font-size: 22px;
  }
  .product2-hero-section-title {
    font-size: var(--fourth-heading-font-size);
    width: 92%;
  }
  .product2-hero-section-description {
    width: 100% !important;
  }
  .product2-hero-section-button {
    width: 30%;
  }
  .product2-hero-section-image-background {
    padding: 20px;
  }
  .client-section-title {
    font-size: 32px;
  }
  .carasoul-inner-heading {
    width: 100% !important;
  }
  .card-title-exp-card {
    font-size: 24px;
  }
  .blog-detail-title {
    font-size: var(--fourth-heading-font-size);
  }
  .footer-pages-column-adjustment {
    gap: 19rem !important;
  }
}
@media (max-width: 500px) {
  .header-font-size {
    font-size: var(--fourth-heading-font-size);
  }
  .feature-left-image {
    width: 100% !important;
  }
  .product2-hero-section-button {
    width: 40%;
  }
  .extra-width {
    width: 50%;
  }
  .footer-pages-column-adjustment {
    gap: 13rem !important;
  }
  .pricing-card-main {
    width: 100% !important;
  }
}
@media (max-width: 375px) {
  .footer-pages-column-adjustment {
    gap: 10rem !important;
  }
}
@media (max-width: 320px) {
  .footer-pages-column-adjustment {
    gap: 7rem !important;
  }
}
/* custom styles */

a.custom-logo-link img {
  width: 33%;
  height: auto;
}

.navbar-nav li {
  padding: 7px;
}
.navbar-nav li a {
  text-decoration: none;
}

img.taxonomy-image-icon {
  max-width: 20%;
}

/* contact form 7 css */ 

/* ===== Contact Form 7 — Modern Card Style ===== */
.contact-form,
.wpcf7 form {
  --cf7-bg: #ffffff;
  --cf7-card: #f8fafc;
  --cf7-text: #0f172a;
  --cf7-muted: #6b7280;
  --cf7-primary: #0ea5e9; /* cyan-500 */
  --cf7-primary-600: #0284c7;
  --cf7-ring: rgba(14, 165, 233, 0.25);
  --cf7-error: #ef4444;
  --cf7-success: #16a34a;
  --cf7-border: #e5e7eb;
  --cf7-radius: 14px;
  --cf7-shadow: 0 8px 24px rgba(2, 6, 23, 0.06);
  color: var(--cf7-text);
}

/* Wrapper card */
.wpcf7 {
  display: block;
  background: var(--cf7-card);
  border: 1px solid var(--cf7-border);
  border-radius: var(--cf7-radius);
  padding: 28px;
  box-shadow: var(--cf7-shadow);
}

/* Grid layout (2 columns on md+, 1 on mobile) */
.wpcf7 form .form-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 720px) {
  .wpcf7 form .form-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .wpcf7 form .form-grid .full {
    grid-column: 1 / -1;
  }
}

/* Labels */
.wpcf7 form p,
.wpcf7 form label {
  display: block;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--cf7-text);
}
.wpcf7 form .label {
  margin-bottom: 6px;
}

/* Inputs & textarea */
.wpcf7 .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  border: 1px solid var(--cf7-border);
  background: var(--cf7-bg);
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 1.4;
  color: var(--cf7-text);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  appearance: none;
}
.wpcf7 textarea {
  min-height: 160px;
  resize: vertical;
}

/* Placeholder */
.wpcf7 ::placeholder {
  color: var(--cf7-muted);
  opacity: .8;
}

/* Focus states */
.wpcf7 .wpcf7-form-control:focus {
  outline: none;
  border-color: var(--cf7-primary);
  box-shadow: 0 0 0 4px var(--cf7-ring);
}

/* Required asterisk */
.wpcf7 .required,
.wpcf7 .wpcf7-validates-as-required + .required {
  color: var(--cf7-primary-600);
}

/* Submit button */
.wpcf7 .wpcf7-submit {
  border: 0;
  background: var(--cf7-primary);
  color: #fff;
  font-weight: 700;
  letter-spacing: .3px;
  padding: 12px 18px;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 120ms ease, background 160ms ease, box-shadow 160ms ease;
  box-shadow: 0 6px 18px rgba(14, 165, 233, 0.25);
}
.wpcf7 .wpcf7-submit:hover { background: var(--cf7-primary-600); }
.wpcf7 .wpcf7-submit:active { transform: translateY(1px); }

/* Align the button nicely */
.wpcf7 .actions,
.wpcf7 p:has(.wpcf7-submit) {
  margin-top: 8px;
}
.wpcf7 .actions .wpcf7-submit,
.wpcf7 p:has(.wpcf7-submit) .wpcf7-submit {
  width: auto;
}

/* Error states (invalid fields) */
.wpcf7 .wpcf7-not-valid {
  border-color: var(--cf7-error) !important;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.15);
}
.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 6px;
  font-size: 13px;
  color: var(--cf7-error);
}

/* Response messages (form-level) */
.wpcf7 .wpcf7-response-output {
  margin: 18px 0 0 !important;
  padding: 12px 14px !important;
  border-radius: 12px;
  border: 1px solid var(--cf7-border) !important;
  background: #fff;
  font-size: 14px;
}
.wpcf7 .wpcf7-mail-sent-ok {
  border-color: var(--cf7-success) !important;
  background: rgba(22, 163, 74, 0.06) !important;
  color: var(--cf7-success) !important;
}
.wpcf7 .wpcf7-validation-errors,
.wpcf7 .wpcf7-acceptance-missing {
  border-color: var(--cf7-error) !important;
  background: rgba(239, 68, 68, 0.06) !important;
  color: var(--cf7-error) !important;
}

/* Small helpers for spacing */
.wpcf7 form p { margin-bottom: 14px; }
.wpcf7 form p:last-child { margin-bottom: 0; }

/* Optional: make inputs look great inside dark sections */
.dark .wpcf7,
.wpcf7.is-dark {
  --cf7-bg: #0b1220;
  --cf7-card: #0b1220;
  --cf7-text: #e5e7eb;
  --cf7-muted: #9ca3af;
  --cf7-border: #1f2937;
  --cf7-shadow: 0 12px 30px rgba(0,0,0,0.35);
  border-color: var(--cf7-border);
  background: var(--cf7-card);
}
.dark .wpcf7 .wpcf7-form-control:not(.wpcf7-submit),
.wpcf7.is-dark .wpcf7-form-control:not(.wpcf7-submit) {
  background: #0f172a;
  border-color: #1f2937;
  color: var(--cf7-text);
}

