/*!
Theme Name: Diarid child
Theme URI: https://diarid.com/
Author: Diarid Digestive
Author URI: https://diarid.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: Diarid
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/
*/

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

.family--gt {
  font-family: "GT Super Display", serif;
}

.relief--section-heading {
  font-style: italic;
  font-family: "GT Super Display", serif;
  font-size: 72px;
}


@media screen and (min-width: 768px){
.custom--btn .elementor-button.elementor-button-link.elementor-size-sm{
font-size: 20px !important;
	padding: 12px 20px 12px 15px !important;
}
}

.custom--btn .elementor-button-content-wrapper .elementor-button-icon {
  background-color: #1a335f;
  border-radius: 50px;
  padding: 15px;
  font-size: 20px;
  transform: rotate(-45deg);
  transition: 0.5s all;
}

.custom--btn .elementor-button:hover .elementor-button-icon {
  transform: rotate(0deg);
}

.custom--btn .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #fff;
}

.custom--btn .elementor-button-content-wrapper {
  align-items: center;
}

.custom--btn .elementor-button {
  transition: 0.5s all;
  position: relative;
}

.custom--btn.light--shade .elementor-button {
  box-shadow: 0px 0px 0px 3px #f8e2be;
}

.custom--btn.light--shade .elementor-button:hover {
  box-shadow: 0px 0px 0px 5px #b1b3b8;
}
.custom--btn.light--shade .elementor-button:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50px;
    transition: 0.7s all;
    opacity: 1;
    box-shadow: 0px 0px 300px 30px #f8e2be;
}

.custom--btn.light--shade .elementor-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 0px 12px #d1ceca9c;
  border-radius: 50px;
  transition: 0.7s all;
  opacity: 0;
}

.custom--btn.light--shade .elementor-button:hover::after {
  opacity: 1;
}

.custom--btn.light--shade.shadow--light .elementor-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px -42px 88px 0px #f3ce9254;
    border-radius: 50px;
}

.new-btn.custom--btn .elementor-button-content-wrapper .elementor-button-icon {
  background-color: #fff;
  border-radius: 50px;
  padding: 15px;
  font-size: 20px;
  transform: rotate(-45deg);
  transition: 0.5s all;
}

.new-btn.custom--btn .elementor-button:hover .elementor-button-icon {
  transform: rotate(0deg);
}

.new-btn.custom--btn .elementor-button-content-wrapper .elementor-button-icon svg {
  fill: #1a335f !important;
}

.custom--btn .elementor-button-content-wrapper {
  align-items: center;
}

.custom--btn .elementor-button {
  transition: 0.5s all;
  position: relative;
}

.new-btn.custom--btn.light--shade .elementor-button {
  box-shadow: none;
}

.new-btn.custom--btn.light--shade .elementor-button:hover {
  box-shadow: none;
}

.new-btn.custom--btn.light--shade .elementor-button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: none;
  border-radius: 50px;
  transition: 0.7s all;
  opacity: 0;
}

.new-btn.custom--btn.light--shade .elementor-button:hover::after {
  opacity: 1;
}

.new-btn.custom--btn.light--shade.shadow--light .elementor-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
    border-radius: 50px;
}

.testimonial--wrapper {
	background: #EFF1F4;
    border-radius: 16px;
    padding: 24px 28px;
}


.testimonial--wrapper i {
	color: #1a335f;
	font-size: 30px;
    margin: 15px 0px 26px;
}

.testimonial--wrapper p {
	font-family: "Helvetica Neue", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.3px;
    color: #000000;
}

.testimonial--wrapper .testimonial--info .author {
	font-family: "Helvetica Neue", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 28.3px;
	color: #000000;
}

.testimonial--wrapper .testimonial--info p {
	font-family: "Helvetica Neue", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #5F6868;
}

.testimonial--wrapper .testimonial--info {
	border-left: 3px solid #1A335F;
    padding-left: 20px;
    margin-top: 30px;
}

.testimonial--wrapper .testimonial--img img {
	border-radius: 50px;
}

.testimonial--slider-section .swiper-button-next::after, .testimonial--slider-section .swiper-button-prev::after {
	display: none;
}

.testimonial--slider-section .swiper-button-prev, .testimonial--slider-section .swiper-button-next {
	position: relative;
    background: #DEDEDE;
    border-radius: 50px;
    width: 40px;
    height: 40px;
	color: #1A335F;
	transition: .4s all;
}

.testimonial--slider-section .swiper-button-prev:hover, .testimonial--slider-section .swiper-button-next:hover {
	color: #fff;
	background: #1A335F;
}

.testimonial--slider-section .testimonial--btns {
	display: flex;
    justify-content: center;
	gap: 30px;
	margin-top: 60px;
}

.testimonial--swiper .swiper-slide.swiper-slide-next .testimonial--wrapper {
	background: #1A335F;
  
}

.testimonial--swiper .swiper-slide.swiper-slide-next .testimonial--wrapper i, .testimonial--swiper .swiper-slide.swiper-slide-next .testimonial--wrapper p, .testimonial--swiper .swiper-slide.swiper-slide-next .testimonial--wrapper .testimonial--info .author {
	color: #fff;
}

.testimonial--swiper .swiper-slide.swiper-slide-next .testimonial--wrapper .testimonial--info {
	border-color: #fff;
}

.custom--testimonial .e-n-accordion .e-n-accordion-item-title {
	background: #f0f0f0;
	border-radius: 12px;
	transition: background 0.5s ease;
}

.custom--testimonial .e-n-accordion .e-n-accordion-item-title[aria-expanded="true"] {
	background: #1A335F;
    color: #fff !important;
	/*border-radius: 0px;*/
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.custom--testimonial .e-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-icon {
	width: 40px;
    height: 40px;
	border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	background: #1A335F;
	box-shadow: 0px 0px 0px 3px #1a335f7a;
}

.custom--testimonial .e-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-icon svg {
	fill: #fff !important;
}

.custom--testimonial .e-n-accordion .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-icon {
	background: #fff;
	box-shadow: 0px 0px 0px 3px #fff;
}

.custom--testimonial .e-n-accordion .e-n-accordion-item-title[aria-expanded="true"] .e-n-accordion-item-title-icon svg {
	fill: #1A335F !important;
}

.custom--testimonial .e-n-accordion {
	display: flex;
	justify-content: end;
	flex-wrap: wrap;
    gap: 30px;
}

.custom--testimonial .e-n-accordion .e-n-accordion-item {
	flex-basis: calc(50% - 15px);
}

.hero--heading {
	font-size: 102px;
}
.shop-btn a:hover span svg path {
    fill: #fff;
    color: #fff;
    transition-duration: 0.5s;
}
.shop-btn a span svg{
    width: 25px;
    transition-duration: 0.5s;
}
.shop-btn a span.elementor-button-content-wrapper {
    align-items: center;
}
.card-btn svg {
    width: 25px !important;
}
.card-btn a {
    padding: 12px 5px;
}
.icon-box-hero {
    background-color: #fff;
    border-radius: 15px;
    padding: 26px 8px !important;
    border: 1px solid #ffffff7d;
    position: relative; /* Position for the pseudo-element */
    overflow: hidden; /* Ensures that the background doesn't overflow */
    transition: all 0.3s ease-in-out; /* smooth transition */
}

.icon-box-hero svg,
.icon-box-hero svg path,
.icon-box-hero svg circle,
.icon-box-hero .elementor-icon-box-content .elementor-icon-box-description {
    transition: all 0.3s ease-in-out; /* smooth color transition */
    position: relative; /* Ensures text and icons stay above the background */
    z-index: 1; /* Keeps them above the background */
}

.icon-box-hero:hover:after {
    scale: 100%;
    border-radius: 0;
    transition: 0.5s ease;
}

.icon-box-hero:after {
    content: '';
    background-color: #1A335F !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0; /* Ensure the background stays behind */
    scale: 0%;
    border-radius: 100%;
    transition: 1s ease;
}

.icon-box-hero:hover svg {
    fill: #fff;
    transform: scale(1.2);
}

.icon-box-hero:hover svg path {
    fill: #1A335F;
}

.icon-box-hero:hover svg circle {
    fill: #fff;
}

.icon-box-hero:hover .elementor-icon-box-content .elementor-icon-box-description {
    color: #fff !important;
}
/* Custom Styling for the Contact Form */
.elementor-element.newletter-form .wpcf7-form {
  background: #0D0D0D;
  display: block;
  width: 100%;
}

.newletter-form .custom-label {
  display: none;
}

.custom-email {
  background: #fff;
  border: none;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 19px 20px;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  width: 100%;
  margin-bottom: 15px;
}

.custom-email::placeholder {
  color: #666666;
}

/* Style for the submit button */
.custom-submit {
  background: #1A335F;
  color: #fff;
  border: none;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  padding: 19px 20px;
  cursor: pointer;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  display: block;
  width: 100%;
}

/* Optional: Spinner style */
.wpcf7-spinner {
  display: none;
}

.newletter-form {
    display: flex;
    justify-content: left;
    align-items: center;
}

/* Initially hide the element */
.show-on-page-load {
  display: none;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s ease-in-out;  /* For smooth transition */
}

#discount-text {
    font-family: "Georgia", Sans-serif;
    font-size: 39px;
    font-weight: 500;
    color: #F3CE92;
    transition: all 0.2s ease-in-out; /* Smooth transition for color/size change */
}

/* Make the discount value stand out and animated */
#discount-value {
    display: inline-block;
    position: relative;
    opacity: 0;  /* Start hidden */
}
/* Set button positions */
.swiper-button-next {
    background: #DEDEDE !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    transition: background 0.3s ease, transform 0.3s ease;
}

.swiper-button-prev {
    background: #DEDEDE !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    transition: background 0.3s ease, transform 0.3s ease;
}
.testimonial--btns .swiper-button-prev, .testimonial--btns .swiper-button-next {
    position: relative !important;
}
.testimonial--btns {
    display: flex;
    gap: 45px;
    justify-content: center;
    margin-top: 60px;
}
/* Remove the default text of the buttons */
.testimonial--btns .swiper-button-prev:after,
.testimonial--btns .swiper-button-next:after {
    display: none !important;
}

/* Icon color */
.swiper-button-prev .fa-solid,
.swiper-button-next .fa-solid {
    color: #fff !important;
    transition: color 0.3s ease; /* Smooth color transition for the icons */
}

/* Hover effects for buttons */
.swiper-button-next:hover .fa-solid {
    color: #fff !important;
}

.swiper-button-prev:hover {
    background: #1A335F !important;
    transform: scale(1.1); /* Slight scaling effect on hover */
}

.swiper-button-next:hover {
    background: #1A335F !important;
    transform: scale(1.1); /* Slight scaling effect on hover */
}

/* Hover transitions for buttons */
.swiper-button-next:hover,
.swiper-button-prev:hover {
    transition: background 0.3s ease, transform 0.3s ease; /* Smooth transition for background and scaling */
}
.swiper-slide-next .testimonial--wrapper {
    min-height:580px;
}
.testimonial--wrapper {
    min-height:550px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.container.sldier-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px !important;
    max-width: 1440px;
}
.wheel-main {
    position: relative;
    padding: 30px 30px 35px 35px;
}

.wheel {
  position: relative;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background: #f2f2f2;
  overflow: hidden;
}

.segment {
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform-origin: 0% 100%;
  clip-path: polygon(0% 100%, 100% 0, 100% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px;
  text-align: center;
  transition: background-color 1s ease-in-out;
  z-index: 1;
}

.segment span {
  display: block;
  position: absolute;
  left: 150px;
  top: 70%;
  width: 100%;
  color: #000;
  max-width: 110px;
  font-size: 20px;
  font-weight: 500;
  transition: 0.7s all;
}

.segment::before {
  content: "";
  height: 100%;
  width: 101%;
  background: url(/wp-content/uploads/2025/08/Vector-8.png) center center no-repeat;
  transform: rotate(270deg);
  bottom: -48px;
  position: absolute;
  left: -50px;
}
/* 
.segment.active {
  background-color: #002b5c;
} */

.segment.active span {
  color: #fff;
}

/* Adjust the text rotation for each segment */
.wheel .segment:nth-child(8) span {
  transform: rotate(45deg);
}

.wheel .segment:nth-child(7) span {
  transform: rotate(90deg);
}

.wheel .segment:nth-child(6) span {
  transform: rotate(135deg);
}

.wheel .segment:nth-child(5) span {
  transform: rotate(180deg);
}

.wheel .segment:nth-child(4) span {
  transform: rotate(225deg);
}

.wheel .segment:nth-child(3) span {
  transform: rotate(270deg);
}

.wheel .segment:nth-child(2) span {
  transform: rotate(315deg);
}

.center-pill {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.content {
  max-width: 580px;
}

.content-pane {
  display: none;
}

.content-pane.active {
  display: block;
}
.background {
  background: #1a335f;
  clip-path: polygon(0% 100%, 100% 0, 100% 100%);
  transform-origin: 0% 100%;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: rotate(0deg);
  transition: transform 1s ease-in-out;
}
.wheel-main:before {
position: absolute;
content: '';
background: url(/wp-content/uploads/2025/08/Frame-1321318269.png) center center no-repeat;
background-size: cover;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
}
.content-pane p {
font-size: 16px;
font-family: 'Inter', sans-serif;
line-height: 24px;
color: #616161;
margin-bottom: 15px;
}
.content-pane img {
width: 100%;
height: auto;
margin-bottom: 25px;
}
.content-pane h2 {
font-size: 30px;
font-family: 'Helvetica Neue';
line-height: 35px;
font-weight: 400;
margin-bottom: 15px;
}
.button-link .button-wrapper {
border-radius: 50px;
background-color: #1A335F;
padding: 10px 10px 10px 20px;
display: flex;
justify-content: space-between;
align-items: center;
width: 270px;
gap: 10px;
transition-duration: 0.3s;
}
.button-text {
color: #FFFFFF;
font-family: 'Helvetica Neue';
font-size: 21px;
font-weight: 400;
line-height: 26px;
}
.button-wrapper .button-icon svg {
transform: rotate(0deg);
transition-duration: 0.3s;
}
.button-wrapper:hover .button-icon svg {
transform: rotate(45deg);
transition-duration: 0.3s;
}
.button-link .button-wrapper:hover {
/*     background-color: #5787DD;
    transition-duration: 0.3s; */
    background: linear-gradient( 359deg, #ffffff 0%, #6fa8f7 10%, #5787dd 100%) !important;
    transition: all 0.3s ease;
}
.custom--testimonial .e-n-accordion .e-n-accordion-item {
    margin-bottom: 0px !important;
}

.usa-container{
    position:relative;
}
.usa-container:before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2025/08/Group-1321318132-2-min.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    z-index: 1;
    top: 60px;
    left: 50px;
    transition: opacity 0.5s ease,transform 0.5s ease;
    transform: translateY(20px);
    opacity: 0;
    width: 130px;
}
.usa-container:hover:before{
    transform: translateY(0px);
    opacity: 1;
}
.world-container{
    position:relative;
}
.world-container:before{
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2025/08/Group-1321318132-3-min.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    z-index: 1;
    top: 130px;
    left: 20px;
    transition: opacity 0.5s ease,transform 0.5s ease;
    transform: translateY(20px);
    opacity: 0;
    width: 130px;
}
.world-container:hover:before{
    transform: translateY(0px);
    opacity: 1;
}
    .faq-question .elementor-button-icon svg {
        height: 35px;
        width: 35px;
        transform: rotate(0deg);
        transition: 0.5s all;
    }
    .faq-question a:hover .elementor-button-icon svg {
        transform: rotate(45deg);
    }
    .faq-question .elementor-button-content-wrapper {
        align-items: center;
    }
label.form-label {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 21px;
    leading-trim: CAP_HEIGHT;
    line-height: 160%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color:#000;

}

.form-group .wpcf7-form-control-wrap input, .form-group .wpcf7-form-control-wrap select {
    border: 1px solid #DDDDDD;
    padding: 26px 15px;
    width: 100%;
    border-radius: 4px;
}


.form-group {
    margin-bottom: 25px;
}

textarea#query {
    border: 1px solid #DDDDDD;
    padding: 26px 15px;
    width: 100%;
    border-radius: 4px;
}

.page-id-1301 .btn-send, .page-id-2882 .btn-send {
  background-color: #F3CE92;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 400;
  font-size: 21.74px;
  line-height: 100%;
  color: #1A335F;
  border-radius: 117.58px;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  width: 100%;
  gap: 15px;
  border: none;
    transition: 0.5s all;

}
.page-id-1301 .btn-send br, .page-id-2882 .btn-send br {
    display: none;
}
.page-id-1301 .btn-send, .page-id-2882 .btn-send {
        transform: rotate(0deg);
        transition: 0.5s all;
}

.page-id-1301 .btn-send:hover, .page-id-2882 .btn-send:hover {
  background-color: #E0B882;
}

.page-id-1301 .send-icon, .page-id-2882 .send-icon {
  transition: transform 0.5s ease;
}

.page-id-1301 .btn-send:hover svg, .page-id-2882 .btn-send:hover svg {
  transform: rotate(45deg);
}
.btn-send {
  background-color: #F3CE92;
  font-family: 'Helvetica Neue', sans-serif;
  font-weight: 400;
  font-size: 21.74px;
  line-height: 100%;
  color: #1A335F;
  border-radius: 117.58px;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  width: 100%;
  gap: 5px;
  border: none;
    transition: 0.5s all;

}
.btn-send {
        transform: rotate(0deg);
        transition: 0.5s all;
}

.btn-send:hover {
  background-color: #E0B882;
}

.send-icon {
  transition: transform 0.5s ease;
}

.btn-send:hover svg {
  transform: rotate(45deg);
}
p.response-time {
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-transform: capitalize;
    text-align: center;
    margin: 20px 0px;
}
.box-animation:hover {
    background: #1A335F;
    border-color: #1A335F !important;
    transition: background 0.3s ease, border-color 0.3s ease;
}
.box-animation {
    transition: background 0.3s ease, border-color 0.3s ease;
}
/* .defense-box-animation {
    transition: box-shadow 0.3s ease;
}

.defense-box-animation:hover {
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
} */
.defense-box-animation:hover .elementor-image-box-img img {
    transform: scale(1.1);
}
.defense-box-animation .elementor-image-box-img img {
    transition: transform 0.4s ease-in-out;
    transform-origin: bottom center; /* scale from the top */
}
.defense-box-animation:hover { box-shadow:none !important; }
/* Animation for making the number appear from the bottom */

.custom--testimonial .e-n-accordion-item[open] .e-n-accordion-item-title-text {
    color: #fff;
}
.custom--testimonial .e-n-accordion-item[open] .e-n-accordion-item-title-icon svg {
    fill: #1A335F !important;
}
.custom--testimonial .e-n-accordion-item[open] .e-n-accordion-item-title-icon {
    background: #fff;
    box-shadow: 0px 0px 0px 3px #fff;
}
.custom--testimonial .e-n-accordion-item[open] details.e-n-accordion-item {
    background-color: #1A335F;
}

.custom--testimonial .e-n-accordion-item[open] {
    background: #1A335F !important;
    border-radius: 12px;
}

.custom--testimonial .e-n-accordion-item[open] summary.e-n-accordion-item-title {
    background: #1A335F !important;
}

.custom--testimonial .e-n-accordion-item[open] .e-n-accordion-item-title-text {
    color: #fff;
}
    .testimonials-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.testimonial-box .testimonial-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 150px;
}

.testimonial-box.odd .testimonial-inner {
    flex-direction: row; /* Image left, content right */
}

.testimonial-box.even .testimonial-inner {
    flex-direction: row-reverse; /* Image right, content left */
}

.testimonial-image img {
    width: 700px;
    max-width: 100%;
    border-radius: 10px;
}

.testimonial-content {
    max-width: 700px;
}
.custom--testimonial.testimonial-new  .e-n-accordion {
    display: block;
}

.custom--testimonial.testimonial-new .e-n-accordion .e-n-accordion-item {
    margin: 30px 0px;
}
/* Responsive for mobile */
@media (max-width: 1200px) {
    .testimonial-box .testimonial-inner {
        flex-direction: column !important; /* Stack image and content */
        text-align: center;
    }
    .testimonial-content {
        max-width: 100%;
    }
	
	.custom--btn .elementor-button.elementor-button-link.elementor-size-sm{
		font-size: 16px !important;
	}

    .testimonial-image img {
        height: 100% !important;
        width: 100% !important;
        object-fit: contain !important;
        min-height: 600px !important;
        text-align: center !important;
    }

    .testimonial-title-detail {
        display: block !important;
        text-align: left !important;
        margin-bottom: 30px !important;
    }

    .testimonial-static-content {
        display: block !important;
        text-align: left !important;
        margin-bottom: 30px !important;
    }

    ul.testimonial-cure {
        display: block !important;
        text-align: left !important;
        margin-bottom: 30px !important;
    }

    .testimonial-description {
        text-align: left !important;
        padding: 10px !important;
    }

    .testimonial-inner {
        margin-bottom: 80px !important;
    }

}

.testimonial-title-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial-static-content {
    display: flex;
    gap: 10px;
    align-items: center;
}
.testimonial-cure {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  margin: 20px 0px;
  align-items: center;
}

.testimonial-cure li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #000;
    font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}

.testimonial-cure li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/uploads/2025/08/Frame-1321318162.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.testimonial-title-detail h3 {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 32px;
    leading-trim: CAP_HEIGHT;
    line-height: 160%;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin: 0px;
    color:#001B49;
}

.testimonial-title-detail p {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 160%;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin: 0px;
    color:#000;
}

.testimonial-static-content h6 {
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: CAP_HEIGHT;
    line-height: 160%;
    letter-spacing: 0%;
    text-transform: capitalize;
    margin: 0px;
        color:#000
}

.testimonial-static-content a {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: CAP_HEIGHT;
    line-height: 160%;
    letter-spacing: 0%;
    text-transform: capitalize;
    text-decoration: underline !important;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #1A335F;
    margin: 0px;
}

.testimonial-description {
    background: #6C49AC0A;
    padding: 10px 20px;
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 25px;
    line-height: 160%;
    color: #000;
}

.list-bot ul {
    list-style-type: disc !important;
    padding-left: 20px !important; 
    margin: 0;
}

.list-bot ul li {
    list-style-type: disc !important;
    display: list-item !important;
}
.newletter-form br {
    display: none !important;
}

.newletter-form p {
    margin: 0;
    height: 62px;
}
div#customer_login {
    gap: 20px !important;
}
@keyframes rise {
    0% {
        transform: translateY(20px);
        opacity: 0; 
    }
    25% {
        opacity: 1;
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(5px);
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
/* Pop-up animation when the element is shown */
.show-on-page-load.show {
  display: block;
  animation: popUpAnimation 0.3s ease-out forwards;
}

@keyframes popUpAnimation {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Media query for responsive design on screens with max-width 1281px */
@media (max-width: 1440px) {
    #discount-text {
        font-size: 30px !important;
    }

    #discount-value {
        font-size: 30px !important;
    }
    .swiper-slide-next .testimonial--wrapper {
    min-height:600px !important;
    }
    .testimonial--wrapper {
        min-height:570px !important;
    }
    .usa-container:before {
        top: 45px !important;
        left: 50px !important;
    }
    .world-container:before{
        top: 130px !important;
        left: 20px !important;
    }
    .sticky-add-to-cart.visible {
        width: 16% !important;
    }

}
@media (max-width: 1300px) {
    .swiper-slide-next .testimonial--wrapper {
        min-height:620px !important;
    }
    .testimonial--wrapper {
        min-height:590px !important;
    }
    .usa-container:before {
        top: 30px !important;
        left: 40px !important;
    }
    .world-container:before{
        top: 120px !important;
        left: 40px !important;
    }
    .content {
        max-width: 480px !important;
    }

}
@media (max-width: 1200px) {
    .swiper-slide-next .testimonial--wrapper {
        min-height:650px !important;
    }
    .testimonial--wrapper {
        min-height:610px !important;
    }
    .usa-container:before {
        top: 20px !important;
        left: 30px !important;
    }
    .world-container:before{
        top: 100px !important;
        left: 25px !important;
    }

}
@media (max-width: 1024px) {
    #discount-text {
        font-size: 28px !important; 
    }

    #discount-value {
        font-size: 30px !important;
    }
    /* .hero--heading {
    font-size: 80px !important;
    } */
    .col-revers{
    display: flex;
    }
    .col-revers div:nth-child(1) {
        order: 2;
    }
    .col-revers div:nth-child(2) {
        order: 3;
    }

    .col-revers div:nth-child(3) {
        order: 1;
    }
    .custom--testimonial .e-n-accordion {
    display: block !important;
    }
    .hero--heading, .relief--section-heading{font-size: 63px !important;}
    .show-on-page-load {
    display: none !important;
    }
    .wheel {
    margin: 0px auto !important;
    }
    .container {
        display: block !important;
    }
    .wheel-main {
        padding: 60px 30px 60px 35px !important;
    }
    .wheel-main:before {
        position: absolute;
        content: '';
        background: url(/wp-content/uploads/2025/08/Frame-1321318269.png) center center no-repeat;
        background-size: cover;
        height: 100% !important;
        top: 0px !important;
        left: 120px !important;
        width: 75% !important;
    }

    .content {
        margin: 30px auto !important;
        max-width: 650px !important;
    }
    .custom--testimonial .e-n-accordion .e-n-accordion-item {
        margin-bottom: 20px !important;
    }


}
@media (max-width: 992px) {
    
    .testimonial-image img {
        height:100% !important;
        width:100% !important;
        object-fit: cover !important;
        min-height: 420px !important;
        text-align: center !important;
    }
}
/* Further reduce font size for smaller screens */
@media (max-width: 768px) {
    #discount-text {
        font-size: 28px !important; 
    }

    #discount-value {
        font-size: 30px !important;
    }
    .hero--heading, .relief--section-heading{font-size: 36px !important;}
    .testimonial--wrapper {
        min-height: 450px !important;
    }
    .custom--btn .elementor-button-content-wrapper .elementor-button-icon {
        border-radius: 50% !important;
        padding: 8px !important;
        font-size: 15px !important;
    }
    .elementor-element.icon-box-hero {
        padding: 9px 0px !important;
    }
    #discount-text {
        font-size: 14px !important;
    }

    #discount-value {
        font-size: 14px !important;
    }
    .segment {
    clip-path: polygon(0% 98%, 100% 0, 100% 100%) !important;
    }
    .wheel {
        width: 360px !important;
        height: 360px !important;
    }
    .wheel-main {
        padding: 30px 15px 30px 15px !important;
    }
    .wheel-main:before {
        height: 100% !important;
        top: 0px !important;
        left: 0px !important;
        width: 100% !important;
    }
    .wheel-main:before {
        height: 94% !important;
        top: 15px !important;
        left: 0px !important;
        width: 100% !important;
    }
    .segment span {
        left: 80px !important;
        top: 65% !important;
        width: 100% !important;
        max-width: 85px !important;
        font-size: 12px !important;
    }
    .container.sldier-container {
        margin: 10px 0px !important;
    }
    .content-pane h2 {
        font-size: 17px;
        font-family: 'Helvetica Neue';
        line-height: 24px;
        font-weight: 400;
        margin-bottom: 15px;
    }
    .content-pane p {
        font-size: 14px;
        line-height: 24px;
        color: #616161;
        margin-bottom: 15px;
    }
    .button-link .button-wrapper {
        padding: 10px 15px !important;
        width: 220px !important;
    }
    .button-text {
        font-size: 15px !important;
    }
    p {
        margin: 0;
    }
    .testimonial--swiper .swiper-slide.swiper-slide-active .testimonial--wrapper {
	    background: #1A335F;
    }.testimonial--swiper .swiper-slide.swiper-slide-active .testimonial--wrapper i, .testimonial--swiper .swiper-slide.swiper-slide-active .testimonial--wrapper p, .testimonial--swiper .swiper-slide.swiper-slide-active .testimonial--wrapper .testimonial--info .author {
	color: #fff;
    }
    .testimonial--swiper .swiper-slide.swiper-slide-active .testimonial--wrapper .testimonial--info {
        border-color: #fff;
    }
	.custom--testimonial .e-n-accordion .e-n-accordion-item-title .e-n-accordion-item-title-icon {
		width: auto !important;
		height: auto !important;
		border-radius: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #1A335F;
		box-shadow: 0px 0px 0px 3px #1a335f7a;
		padding: 10px !important;
	}
}

@media (max-width: 480px) {
    #discount-text {
        font-size: 14px !important;
    }

    #discount-value {
        font-size: 14px !important;
    }
}
@media (max-width: 420px) {
	.wheel-main:before{
		display:none !important
	}
}
@media (max-width: 390px) {
    .segment span {
        left: 68px !important;
        top: 63% !important;
        width: 100% !important;
        max-width: 85px !important;
        font-size: 14px !important;
    }
    .segment {
        clip-path: polygon(0% 97%, 100% 0, 100% 100%) !important;
    }
    .wheel {
        width: 330px !important;
        height: 330px !important;
    }
    .wheel-main {
    padding: 0px 0px 0px 0px !important;
    }
    .swiper-initialized.testimonial--swiper .swiper-wrapper {
    height: 640px !important;
    }
}
.postid-1146.single-product .desktop-header {
    background-color: #6EC1E400 !important;
}

.postid-1146.single-product .mobile-header {background-color: #6EC1E400 !important;}



/* WOOCOMMERCE CSS START */


:root {
    --primary-bg:#1A335F !important;

}

.woocommerce td.product-name a {
    color: #000;
    font-weight: 600;
}
.woocommerce td.product-name a:hover{
    color : var(--primary-bg);
}
input#coupon_code {
    width: 200px !important;
    padding-left: 10px;
    margin-right: 10px;
    height: 45px;
    background-color: #eee;
    border: 0;
    border-radius: 3px;
    font-size: 14px;
}
.coupon .button {
    height: 45px;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
    color: #fff;
    height: 45px;
}
.actions button {
    height: 45px;
}
.woocommerce a.added_to_cart {
    padding: 10px 20px;
    border-radius: 3px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button , .woocommerce a.added_to_cart , .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    color: #fff;
    background-color:var(--primary-bg);
    padding: 10px 20px;
    line-height: 1.5;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover , .woocommerce a.added_to_cart:hover , .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    color: #fff;
    background-color: #333;
}
.post-type-archive li .added_to_cart {
    background-color: var(--primary-bg);
    color: #fff !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
}
.wc-proceed-to-checkout a , #place_order{
    background-color: var(--primary-bg);
    color: #fff !important;
    font-size: 16px !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    margin-top: 8px !important;
    font-weight: 600 !important;
}
.wc-proceed-to-checkout a:hover , #place_order:hover {
    background-color: #252525 !important;
    color: #fff !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: unset;
    display: block;
    width: 100%;
    height: 45px;
}
a.shipping-calculator-button {
    color: var(--primary-bg);
    text-transform: uppercase;
    font-weight: 600;
}
.woocommerce a.remove,
td.product-remove button {
    background: var(--primary-bg);
    color: #fff !important;
    line-height: 24px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 100px;
}
.woocommerce-cart-form {
    width: 62%;
    float: left;
}
.woocommerce .cart-collaterals {
    width: 35%;
    float: right;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: unset;
    width: 100%;
    background: rgba(84,84,84,0.05);
    padding: 40px 40px 30px;
}
.woocommerce table.shop_table {
    border: 0;
}
#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    text-align: center;
}
.woocommerce table.shop_table th {
    color: #000 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-size: 13px !important;
}
.woocommerce table.shop_table .actions {
    padding-top: 40px !important;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
    position: relative;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebe9eb;
    padding-bottom: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    font-size: 16px;
    padding-left: 0;
    padding-right: 0;
}
.woocommerce .cart-collaterals table.shop_table td {
    padding-left: 0;
    padding-right: 0;
}
.cart_totals tr:not(:last-child) td {
    padding-bottom: 30px !important;
}
.qib-container button {
    cursor: pointer;
}
.woocommerce-shipping-destination {
    font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #000;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 10px;
    font-size: 14px;
}

input[type="checkbox"], input[type="radio"], .input-radio, .input-checkbox {
    width: 17px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
        outline-width: medium;
    position: relative;
    border: none;
    cursor: pointer;
    outline-width: 0;
    border-radius: 50%;
    top: 3px;
}
input[type="radio"]::before {
    background: var(--primary-bg);
}
.input-radio::before, input[type="radio"]::before , .input-radio::before, input[type="checkbox"]::before {
    position: absolute;
    left: 0;
    top: 0;
    background: #ccc;
    width: 17px;
    height: 17px;
    display: block;
    border-radius: 50%;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.input-radio::before, input[type="checkbox"]::before {
    border-radius: 0%;
}
input[type="checkbox"]::before, input[type="checkbox"]::after, input[type="radio"]::before, input[type="radio"]::after, .input-radio::before, .input-radio::after, .input-checkbox::before, .input-checkbox::after {
    content: "";
}
input[type="radio"]::after, .input-radio::after, input[type="checkbox"]::after, .input-checkbox::after, .widget_product_categories ul li a::before, .widget_layered_nav ul li a::before, .post_tags a, .wpb_widgetised_column .tagcloud a, .select2-container--default .select2-selection--multiple .select2-selection__choice {

    border-color: rgba(84,84,84,0.8);

}
.input-radio::after, input[type="radio"]::after {

    border-radius: 50%;

}
input[type="checkbox"]::after, input[type="radio"]::after, .input-radio::after, .input-checkbox::after {
    display: block;
    width: 17px;
    height: 17px;
    border: 2px solid #a5a5a5;
    -webkit-transition: 240ms;
    -o-transition: 240ms;
    transition: 240ms;
}
.input-radio:checked::before, input[type="radio"]:checked::before , .input-radio:checked::before, input[type="checkbox"]:checked::before {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    background: var(--primary-bg);
}
input[type="radio"]:checked::after, .input-radio:checked::after, input[type="checkbox"]:checked::after, .input-checkbox:checked::after, .return-to-shop .button.wc-backward {
    border-color: var(--primary-bg);
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #000;
    font-weight: 400;
    height: 45px;
}
.woocommerce form .form-row {
    padding: 3px 0;
    margin: 0 0 06px;
    display: block;
}
#calc_shipping_city_field {
    margin-bottom: 2px;
}
.order-total .woocommerce-Price-amount {
    font-weight: 600 !important;
    font-size: 25px;
}
.woocommerce-checkout .checkout_coupon input#coupon_code {
    width: 100% !important;
    padding-left: 15px !important;
    display: inline-block;
    padding: 6px 10px;
}
.checkout.woocommerce-checkout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 60%;
}
#order_review {
    width: 38%;
    background: rgba(84, 84, 84, 0.05);
    padding: 20px 40px 40px;
    position: relative;
}
#order_review_heading {
    display: none;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: unset;
    width: 100%;
    max-width: 100%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: unset;
    width: 100%;
    max-width: 100%;
}
.checkout_coupon.woocommerce-form-coupon .button {
    height: 45px;
}
.checkout_coupon.woocommerce-form-coupon .form-row-first {
    width: 50%;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
}
.woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead td, .woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table thead th, .woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot td, .woocommerce-checkout form.checkout .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tfoot th {
    border: none;
    vertical-align: top;
}
.woocommerce .shop_table.woocommerce-checkout-review-order-table td {
    padding: 16px 0px;
}
.shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal th, .shop_table.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal td {
    border-top: 1px solid rgba(0,0,0,.1) !important;
    padding-top: 40px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: 0;
}
#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 20px;
    margin-left: 10px;
    color: #000;
    font-weight: 300;
    font-size: 12px;
    border-bottom: 1px dashed;
}
#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    width: 80px;
}
.woocommerce-billing-fields h3, .woocommerce-additional-fields h3, h3#order_review_heading , #post-79 .entry-title , .woocommerce-order-received .woocommerce-order-details__title , .woocommerce-order-received .woocommerce-column__title
, .woocommerce-column__title , .woocommerce-order-details__title , .woocommerce-Address-title.title h3 ,div#customer_login h2 {
    text-transform: uppercase;
    color: #252525;
    font-size: 24px !important;
    font-weight: 700;
    padding-bottom: 20px;
    margin-bottom: 0;
    position: relative;
}
span.select2-selection.select2-selection--single {
    height: 45px !important;
    padding: 9px 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    right: 10px;
}
form.checkout.woocommerce-checkout label {
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 500;
    text-transform: uppercase;
}
#order_comments {
    height: 100px;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce #payment ul.payment_methods li {
    border-bottom: 1px solid rgba(84,84,84,0.15);
    line-height: 16px;
    padding: 17px 0 14px;
}
#add_payment_method #payment ul.payment_methods li div.payment_box, .woocommerce #payment ul.payment_methods li div.payment_box {
    background-color: transparent;
    line-height: 1.538em;
    padding: 0 35px;
    margin: 0;
    width: 100%;
    font-size: 1rem;
    margin-top: 20px !important;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.woocommerce #payment div.payment_box p {
    font-size: 13px;
    line-height: 1.4285em;
    margin: -2px 0 0;
    margin-bottom: 0px;
    text-shadow: none;
    font-weight: 400;
    color: #333;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: unset;
}
.woocommerce-privacy-policy-text p {
    font-size: 14px;
    color: #333;
}
.shop_table.woocommerce-checkout-review-order-table thead th , .shop_table.woocommerce-checkout-review-order-table tfoot th , .shop_table.woocommerce-checkout-review-order-table tfoot td {
    padding: 10px 0;
}
.woocommerce ul#shipping_method li label {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}
form.checkout.woocommerce-checkout ul.payment_methods li label {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 14px;
    text-transform: capitalize;
    line-height: 1.3em;
    font-weight: 700;
    color: #000;
    margin-top: 12px;
}
.woocommerce-error {
    border-color: var(--primary-bg);
}
.woocommerce-message::before, .woocommerce-error::before {
    color: #1A335F !important;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}
span.elementor-button-icon-qty {
    background-color: #1A335F !important;
}
.woocommerce-message a, a.woocommerce-Button.button, p.return-to-shop a, .added_to_cart {
    background-color: var(--primary-bg);
    color: #fff !important;
    padding: 10px 22px !important;
    font-size: 16px !important;
    letter-spacing: ;
    margin-top: 8px !important;
    font-weight: bold;
}
.woocommerce-message a:hover,
a.woocommerce-Button.button:hover,
p.return-to-shop a:hover , .added_to_cart:hover {
    background-color: #252525 !important;
    color: #fff !important;
}
.woocommerce-message a {
    margin-top: 0 !important;
}
.woocommerce-message,
.woocommerce-notices-wrapper a,
.woocommerce-message::before {
    border-top-color: var(--primary-bg);
}
.woocommerce-order-received .woocommerce-customer-details {
    display: none;
}
.woocommerce-order-received p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: var(--primary-bg);
}
.woocommerce-order-received .woocommerce table.shop_table tfoot td, .woocommerce-order-received .woocommerce table.shop_table tfoot th {
    border: 0;
    padding-top: 15px;
}
.woocommerce-order-received .woocommerce table.shop_table tbody td, .woocommerce-order-received .woocommerce table.shop_table tbody th {
    border-bottom: 3px solid rgba(0,0,0,.9);
    margin-bottom: 40px;
    padding: 15px 0;
}
.woocommerce-order-received .woocommerce table.shop_table td , .woocommerce-order-received .woocommerce table.shop_table th {
    padding: 15px 0;
}
.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border-collapse: collapse;
}
.woocommerce-order-received .woocommerce td.product-name a {
    color: var(--primary-bg);
    font-weight: 600;
    font-size: 20px;
}
.woocommerce-order-received .woocommerce td.product-name a:hover {
    color: #252525;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    vertical-align: middle;
    margin-bottom: 0;
    margin-top: 7px;
}
.woocommerce form .form-row.create-account  .input-checkbox {
    display: inline-block;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: unset;
}
#ship-to-different-address label span {
    margin-left: 8px;
    font-weight: bold;
    color: #000;
}
.tinv-wishlist .product-action {
    width: 165px;
}
#tinvwl_product_actions {
    height: 45px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.tinvwl-table-manage-list tr td {
    border-top: 1px solid #ccc;
}
.tinvwl-to-left.look_in {
    display: flex;
    flex-wrap: wrap;
}
.select-wrapper {
    flex: 1;
    margin-right: 5px;
    position: relative;
}
.select-wrapper::after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
    pointer-events: none;
    transform: translateY(-50%);
    line-height: 0;
    color: #666;
}
.tinvwl-to-left.look_in .tinvwl-input-group {
    width: 100%;
    border-collapse: collapse;
}
.wishlist_item .product-thumbnail img {
    width: 100px;
    height: auto;
    max-width: unset;
}   
.woocommerce-Message.woocommerce-Message--info.woocommerce-info .button {
    margin-top: 0 !important;
}
.woocommerce-account .woocommerce-columns--addresses.col2-set.addresses , .u-columns.woocommerce-Addresses.col2-set.addresses {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce-account .woocommerce-column--shipping-address.col-2, .woocommerce-account .woocommerce-column--billing-address.col-1 , .u-column1.col-1.woocommerce-Address , .u-column2.col-2.woocommerce-Address {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
    box-shadow: 0 0px 10px 0 rgba(0,0,0,0.1);
    padding: 10px 20px;
}
.woocommerce-account .col2-set::after, .woocommerce-account .col2-set::before{
    content: unset;
}
.woocommerce-account .woocommerce .woocommerce-customer-details address {
    border: 0;
    padding: 0 0 10px;
    line-height: 1.8;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tfoot th {
    text-align: right;
    border-top: 0 !important;
    border-right: 1px solid rgba(0,0,0,.1);
}
.woocommerce-account .woocommerce table.shop_table {
    border-collapse: collapse;
}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-table tbody tr {
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.woocommerce-account .woocommerce table.shop_table td, .woocommerce-account .woocommerce table.shop_table th {
    padding: 20px 10px;   
}
.woocommerce-account .woocommerce .account-orders-table {
    text-align: center;
}
.woocommerce-account.woocommerce .col2-set, .woocommerce-account.woocommerce-page .col2-set {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.woocommerce-account #customer_login .col-1, #customer_login .col-2 {
    flex: 49%;
}
.woocommerce-account .woocommerce form.login, .woocommerce-account .woocommerce form.register {
    height: 400px;
}
/*Dashboad*/
nav.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
    margin: 0 !important;
}
nav.woocommerce-MyAccount-navigation ul li a {
    padding: 9px 10px;
    display: block;
    border: 1px solid var(--primary-bg);
    margin-bottom: 9px;
    color: white;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease-in;
    background-color: var(--primary-bg);
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #252525;
    color: white;
    border: 1px solid #252525;
}
nav.woocommerce-MyAccount-navigation ul li a:hover {
    color: white !important;
    border: 1px solid #252525;
    background-color: #252525;
}
.woocommerce-account .woocommerce-MyAccount-content a {
    color: var(--primary-bg);
}
.woocommerce-account .woocommerce-MyAccount-content a:hover{
    color: #252525;
}
form.woocommerce-EditAccountForm fieldset {
    padding-left: 0;
    padding-right: 0;
}
    /**DASHBOARD END**/
.woocommerce table.my_account_orders .button{
    background-color: var(--primary-bg);
    color: #fff;
    padding: 8px 25px;
    font-size: 14px;
    border-radius: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
    display: inline-block;
    font-weight: 300;
}
.woocommerce table.my_account_orders .button:hover{
    background-color: #252525;
    color: #fff;
}
.woocommerce-account .addresses .title h3{
    position: relative;
}
.woocommerce-privacy-policy-text a {
    color: #252525;
}
.woocommerce-privacy-policy-text a:hover {
    color: var(--primary-bg);
}
.woocommerce-info {
    border-top-color: var(--primary-bg);
    margin-bottom: 10px !important;
}
.lost_password a{
    color: #252525 !important;
}
.lost_password a:hover{
    color: var(--primary-bg);
}
.woocommerce-info::before {
    color: var(--primary-bg);
}
.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a,
p.woocommerce-LostPassword.lost_password a{
    color: #252525 !important;
}
.woocommerce-form-login-toggle a:hover,
.woocommerce-form-coupon-toggle a:hover,
.woocommerce-privacy-policy-text a:hover,
p.woocommerce-LostPassword.lost_password a:hover {
    color: var(--primary-bg);
}
.woocommerce-privacy-policy-text {
    padding-bottom: 20px;
}
.woocommerce form .form-row .required {
    color: var(--primary-bg);
}
a.showcoupon {
    font-size: 16px;
    font-weight: 500;
}

h3#order_review_heading {
margin-top: 40px;
}

form.woocommerce-cart-form .product-thumbnail {
height: auto;
border: none;
}
.woocommerce-cart-form .woocommerce-Price-amount.amount {
font-size: 16px;
}

.woocommerce-form-coupon-toggle {
margin-bottom: 40px;
}


ul.woocommerce-error {
margin-bottom: 50px !important;
}

.tinv-header {
display: none;
}
.tinv-wishlist.woocommerce.tinv-wishlist-clear {margin-top: 30px;}

.post-type-archive .products li{
        text-align: center;   
}

.tax-product_cat .products li{
        text-align: center;   
}
.tax-product_cat li .added_to_cart{
        background-color: #c12a30 !important;
    color: #fff !important;
    padding: 12px 22px !important;
    font-size: 14px !important;
    border-radius: 25px !important;
    text-transform: uppercase;
    letter-spacing: 1px !important;
    margin-top: 8px !important;
    /*    display: inline-block !important; */
    font-weight: 300 !important;
}
.tax-product_cat li .added_to_cart:hover{
    background-color: #252525 !important;
    color: #fff !important;
}

.quantity{
        position: relative;
    width: fit-content;
}
.woocommerce-cart .quantity .minus {
    background: transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 8px 5px 14px 7px !important;
    border-color: #252525;
    font-size: 24px;
    line-height: 0;
}
.woocommerce-cart .quantity .plus {
    background: transparent;
    position: absolute;
    right: 0;
    top: 0px;
    padding: 12px 4px 11px 4px !important;
    border-color: #252525;
    font-size: 24px;
    line-height: 0;
}


a.restore-item {
    margin-left: 10px;
    margin-top: -10px !important;
}

.page-id-317 .woocommerce-form-login {
    height: 492px;
}

.woocommerce-order-received .woocommerce-order-details__title{
        position: relative;   
}

.woocommerce-order-received .woocommerce-column__title {
        position: relative;   
}


 .wc-backward{
    margin-left: 20px !important;
    color: #252525 !important;
}
 .wc-backward:hover{
    color: #c12a30 !important;
}


.woocommerce-MyAccount-content .woocommerce-Button{
        position: relative;
        top: -10px !important;
}

.woocommerce-message{
	position: fixed !important;
	z-index: 99 !important;
	width: 100% !important;
	bottom: 0 !important;
	margin: 0 !important;
}
.woocommerce-page .desktop-header {
    background-color: #000E21 !important;
}
.woocommerce-page .mobile-header{
    background-color: #000E21 !important;
}
body.woocommerce-page {
    font-family: "Inter", sans-serif !important;
}
.page-id-837 .woocommerce .button {
    color: #fff;
}
.page-id-837 .woocommerce .button:hover {
    color: #fff !important;
}
.desktop-header #elementor-menu-cart__toggle_button {
    border: none;
    padding: 12px 0px;
}

.desktop-header #elementor-menu-cart__toggle_button .elementor-button-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
}
.page-id-1204 .desktop-header {
    top: 70px !important;
}
/* .page-id-1204 .mobile-header {
    top: 20px !important;
} */
.mobile-header {
    top: 20px !important;
}
.mobile-header #elementor-menu-cart__toggle_button {
    border: none;
    padding: 12px 0px;
}
.mobile-header #elementor-menu-cart__toggle_button .elementor-button-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
}
.page-id-1204 .is-form-style input.is-search-input {
    height: 65px;
    border-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 0px 150px 0px 50px !important;
}

.page-id-1204 .is-form-style input.is-search-submit, .is-search-icon {
    height: 95%;
    border-radius: 50px;
    right: 5px;
    margin: auto 0px;
    top: 2px;
    width: 20%;
    font-family: Inter, sans-serif !important;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
}
.page-id-1204 .is-search-form label:before {
    position: absolute;
    content: '';
    background-image: url(/wp-content/uploads/2025/09/Shape-1.svg);
    width: 20px;
    height: 20px;
    top: 20px;
    left: 15px;
}
.payment_box .PickerItem--selected {
    background-color: #1A335F !important;
    color:#fff !important;
    border-color: var(--p-colorBackgroundDeemphasize05);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5), 0px 1px 6px rgba(0, 0, 0, 0.25);
}
.payment_box .u-text-truncate {
    color: #fff !important;
}


.p-HeightObserverProvider .PickerItem {
    background-color: #fff !important;
}

@media (max-width: 1200px) {
    .woocommerce-cart-form {
        width: 100% !important;
        float: none !important;
    }

    .woocommerce .cart-collaterals{
        width: 100% !important;
        float: none !important;
    }
    .woocommerce .col2-set, .woocommerce-page .col2-set {
        width: 100% !important;
    }
    #order_review {
        width: 100% !important;
    }
.main-accordion-and-image .e-con-inner {
    flex-direction: column-reverse !important;
}
}
@media (max-width: 767px) {
    input#coupon_code {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .coupon .button {
        width: 100% !important;
    }
    .page-id-1204 .is-form-style input.is-search-submit, .is-search-icon {
        width: 30% !important;
    }
}

.sticky-add-to-cart {
    transition: all 0.2s ease;
    position: absolute;
    width: 12%; /* Set width from the start */
}

.sticky-add-to-cart.visible {
    position: fixed !important;
    bottom: 20px !important;
    right: 20px !important;
    z-index: 9999 !important;
    width: 12% !important;
    transition: bottom 0.2s ease, right 0.2s ease; /* Smooth transition for position */
}

.sticky-add-to-cart:not(.visible) {
    position: absolute;
    bottom: 15px;
    right: auto;
    width: 100%;
}
.woocommerce-message {
    display: none !important;
}
@media (max-width: 1600px) {
    .sticky-add-to-cart.visible {
        width: 16% !important;
    }
}
@media (max-width: 1220px) {
    .sticky-add-to-cart.visible {
        width: 20% !important;
    }
}
@media (max-width: 976px) {
    .sticky-add-to-cart.visible {
        width: 25% !important;
    }
}
@media (max-width: 782px) {
    .sticky-add-to-cart.visible {
        width: 30% !important;
    }
}
@media (max-width: 652px) {
    .sticky-add-to-cart.visible {
        width: 40% !important;
    }
}
@media (max-width: 489px) {
    .sticky-add-to-cart.visible {
        width: 45% !important;
    }
}
@media (max-width: 435px) {
    .sticky-add-to-cart.visible {
        width: 60% !important;
    }
}
@media (max-width: 360px) {
    .sticky-add-to-cart.visible {
        width: 80% !important;
    }
}
@media (min-width: 1366px){
.woocommerce-variation-add-to-cart {
    position: absolute;
    bottom: -530px !important;
    width: 100%;
}
}
/* Woo Commerce End Here */