.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
word-break: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.footer-lp {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 24px;
margin: 0 auto;
}
.footer-lp .logo {
min-width: 290px;
}
.footer-lp .logo img {
width: 100%;;
object-fit: contain;
}
.footer-lp p {
font-size: 12px;
font-weight: 400;
line-height: 1.4;
color: #fff;
margin: 0 auto;
text-align: center;
}
.header-lp {
display: flex;
justify-content: center;
align-items: center;
position: relative !important;
}
.header-lp .logo {
min-width: 240px;
}
.header-lp .logo img {
width: 100%;;
object-fit: contain;
}
section.section-centered-content{
padding-inline: 16px;
padding-bottom: 72px;
padding-top: 72px;
@media (max-width: 768px) {
padding-bottom: 0;
padding-top: 0;
margin-bottom: 16px;
}
}
section.section-centered-content .container {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 72px 96px 0 96px;
text-align: center;
border: 0.95px solid #D1D1FF;
background: var(--Colors-Main-background-Blue-03);
box-shadow: 0px 3.8px 19px 0px #170F4914;
border-radius: 16px;
max-width: 955px;
margin: 0 auto;
@media (max-width: 768px) {
padding: 16px;
}
}
section.section-centered-content p{
margin: 0;
margin-bottom: 16px;
}
section.section-centered-content ul li{
margin-bottom: 8px;
}
section.section-centered-content ul li:last-child{
margin-bottom: 0;
}
section.section-centered-content ol li{
margin-bottom: 8px;
}
section.section-centered-content ol li:last-child{
margin-bottom: 0;
}
section.section-centered-content svg{
margin: 32px 0px;
@media (max-width: 768px) {
margin: 16px 0px;
}
}
section.section-centered-content .title {
line-height: 1.4;
text-align: center;
margin-bottom: 16px;
@media (max-width: 768px) {
font-size: 32px;
}
}
section.section-centered-content .subtitle {
font-size: 18px;
font-weight: 400;
line-height: 1.4;
letter-spacing: -2%;
color: var(--Colors-Text-Thired-Text);
}
section.section-centered-content .text-paragraph {
font-size: 16px;
font-weight: 400;
line-height: 1.4;
color: var(--Colors-Text-Paragraph);
text-align: start;
letter-spacing: 0;
}
section.section-centered-content .image-centered-content{
width: 100%;
height: 462px;
max-height: 462px;
overflow: hidden;
margin-top: 32px;
@media (max-width: 768px) {
height: 192px;
max-height: 192px;
margin-top: 16px;
}
}
section.section-centered-content .image-centered-content img{
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 16px 16px 0 0;
}
:root {
--slide-viewport-inline-spacing: 48px;
}
@media (max-width: 767px) {
:root {
--slide-viewport-inline-spacing: 0px;
}
}
.section-whatsapp-screenshot-slider {
padding: 116px 0 64px;
background:
url(//www.veterinartoran.co.il/wp-content/themes/kupet/img/bg-whatsapp.png) no-repeat center center,
var(--Colors-Whatsapp-Slider);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
overflow-x: hidden;
@media (max-width: 767px) {
margin-inline: 16px;
padding: 32px 0 48px;
margin-bottom: 48px;
}
}
.section-whatsapp-screenshot-slider .container {
max-width: calc(1300px + 144px);
width: 100%;
padding-inline: 72px;
@media (max-width: 767px) {
padding-inline: 0;
}
}
.section-whatsapp-screenshot-slider .title {
text-align: center;
margin-bottom: 4px;
padding-inline: 16px;
}
.section-whatsapp-screenshot-slider .subtitle {
text-align: center;
margin: 0 auto 70px;
max-width: 580px;
padding-inline: 16px;
color: var(--Colors-Text-Thired-Text);
@media (max-width: 767px) {
margin: 0 auto 24px;
}
}
.whatsapp-screenshot-slider__viewport {
position: relative;
margin: 0 -12px;
padding-bottom: 56px;
}
@media (max-width: 767px) {
.whatsapp-screenshot-slider__viewport {
margin: 0;
padding: 0 var(--slide-viewport-inline-spacing);
}
}
.section-whatsapp-screenshot-slider .whatsapp-screenshot-swiper {
overflow: visible;
padding-bottom: 8px;
}
.section-whatsapp-screenshot-slider .whatsapp-screenshot-swiper .swiper-slide {
width: 260px;
height: auto;
display: flex;
justify-content: center;
align-items: center;
}
@media (min-width: 480px) {
.section-whatsapp-screenshot-slider
.whatsapp-screenshot-swiper
.swiper-slide {
width: 280px;
}
}
@media (min-width: 768px) {
.section-whatsapp-screenshot-slider
.whatsapp-screenshot-swiper
.swiper-slide {
width: 300px;
}
}
.whatsapp-screenshot-slider__frame {
width: 100%;
max-width: 300px;
aspect-ratio: 300 / 600;
border-radius: 18px;
border: 8px solid transparent;
background:
linear-gradient(#fff, #fff) padding-box,
linear-gradient(0deg, #faf6eb, #faf6eb),
linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) border-box;
overflow: hidden;
box-shadow: 0px 0px 30px 0px #0000001a;
}
.section-whatsapp-screenshot-slider
.whatsapp-screenshot-swiper
.swiper-slide:nth-child(4n + 1)
.whatsapp-screenshot-slider__frame {
transform: rotate(-4deg);
}
.section-whatsapp-screenshot-slider
.whatsapp-screenshot-swiper
.swiper-slide:nth-child(4n + 3)
.whatsapp-screenshot-slider__frame {
transform: rotate(4deg);
}
.whatsapp-screenshot-slider__frame img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center center;
border-radius: 18px;
}
.section-whatsapp-screenshot-slider .whatsapp-screenshot-slider__nav {
position: absolute;
top: 50%;
z-index: 48;
height: 48px;
width: 48px;
margin-top: -22px;
padding: 0;
border: none;
border-radius: 50%;
background: #ffffff;
box-shadow: 0px 8px 16px 0px #00000026;
cursor: pointer;
transition:
background 0.2s ease,
box-shadow 0.2s ease,
color 0.2s ease;
}
.section-whatsapp-screenshot-slider .whatsapp-screenshot-slider__nav svg {
position: absolute;
width: 48px;
height: 18px;
object-fit: contain;
object-position: center center;
}
.section-whatsapp-screenshot-slider .whatsapp-screenshot-slider__nav:hover {
background: #fff;
color: #374151;
box-shadow: 0 4px 16px rgba(23, 15, 73, 0.16);
}
.section-whatsapp-screenshot-slider
.whatsapp-screenshot-slider__nav.swiper-button-disabled {
opacity: 0.35;
cursor: not-allowed;
pointer-events: none;
}
.section-whatsapp-screenshot-slider .whatsapp-screenshot-slider__nav--prev svg {
inset-inline-start: -1px;
}
.section-whatsapp-screenshot-slider .whatsapp-screenshot-slider__nav--next svg {
inset-inline-end: -1px;
}
.section-whatsapp-screenshot-slider .whatsapp-screenshot-slider__nav--prev {
right: calc(-1 * var(--slide-viewport-inline-spacing)) !important;
@media (max-width: 767px) {
right: 16px !important;
}
}
.section-whatsapp-screenshot-slider .whatsapp-screenshot-slider__nav--next {
left: calc(-1 * var(--slide-viewport-inline-spacing)) !important;
@media (max-width: 767px) {
left: 16px !important;
}
}
.section-whatsapp-screenshot-slider .whatsapp-screenshot-slider__nav--next svg {
transform: rotate(180deg);
}
.section-whatsapp-screenshot-slider .whatsapp-screenshot-slider__pagination {
position: absolute;
bottom: -35px;
left: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
min-height: 9px;
@media (max-width: 767px) {
bottom: -24px;
}
}
.section-whatsapp-screenshot-slider
.whatsapp-screenshot-slider__pagination
.swiper-pagination-bullet {
width: 4px;
height: 4px;
margin: 0 !important;
opacity: 0.5;
background: #4C5B67;
transition: all 0.2s ease;
}
.section-whatsapp-screenshot-slider
.whatsapp-screenshot-slider__pagination
.swiper-pagination-bullet-active {
background: #2C4153;
opacity: 1;
transform: rotate(11.132deg);
width: 8px;
height: 9px;
}
section.section-form .file-form-field{
width: 100%;
height: 40px;
padding: 0px 12px;
margin: 2px 0px 0px;
border: 0px;
border-radius: 8px;
font-family: "Fb Matritsa", sans-serif;
color: #BEC9D3;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 140%;
text-align: right;
background-color: #fff;
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
gap: 10px;
}
section.section-form[data-hide-file-button="1"] .file-row{
display: none;
}
section.section-form .file-form-field .button-file{
background-color: #E5F0FF;
border: 1px solid #006AFE;
border-radius: 10px;
font-family: "Fb Matritsa", sans-serif;
color: #006AFE;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 1;
position: relative;
cursor: pointer;
height: 30px;
min-width: 120px;
display: flex;
align-items: center;
justify-content: center;
}
section.section-form .file-form-field span[data-name="your-file"]{
position: absolute;
inset: 0;
z-index: 1;
overflow: hidden;
cursor: pointer;
}
section.section-form .file-form-field span[data-name="your-file"] input[type="file"]{
position: absolute;
inset: 0;
z-index: 1;
overflow: hidden;
width: 100%;
min-width: 100%;
height: 100%;
min-height: 100%;
margin: 0;
padding: 0;
opacity: 0.01;
cursor: pointer;
}
section.section-form .file-form-field span[data-name="your-file"] input[type="file"]::file-selector-button{
cursor: pointer;
}
section.section-form .file-form-field span[data-name="your-file"] input[type="file"]::-webkit-file-upload-button{
cursor: pointer;
}
section.section-form .file-form-field .placeholder{
flex: 1 1 0;
min-width: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
html {
scroll-behavior: smooth;
}
.floating-cta-banner {
--floating-cta-blue: #006AFE;
--floating-cta-shadow: 0px 8px 20px 0px #00000040;;
position: fixed;
z-index: 10000;
bottom: 70px;
inset-inline-start: 10px;
max-width: 300px;
pointer-events: none;
}
.floating-cta-banner__shell {
position: relative;
display: block;
} .floating-cta-banner__toggle {
display: none;
}
.floating-cta-banner__link {
pointer-events: auto;
display: block;
text-decoration: none;
color: inherit;
border-radius: 16px;
background: var(--floating-cta-blue);
box-shadow: var(--floating-cta-shadow);
overflow: visible;
outline: none;
transition: box-shadow 0.2s ease, transform 0.2s ease, border-radius 0.25s ease, width 0.25s ease;
}
.floating-cta-banner__link:hover,
.floating-cta-banner__link:focus-visible {
box-shadow: 0 14px 36px rgba(15, 23, 42, 0.28);
}
.floating-cta-banner__link:focus-visible {
outline: 2px solid #fff;
outline-offset: 3px;
}
.floating-cta-banner-content {
display: flex;
flex-direction: row-reverse;
align-items: flex-end;
justify-content: space-between;
padding: 21px 106px 0px 19px;
min-height: 95px;
position: relative;
}
.floating-cta-banner-text-wrap {
flex: 1;
display: flex;
flex-direction: column;
align-items: stretch;
gap: 10px;
}
.text-floating-cta-banner-content {
font-size: 18px;
line-height: 1;
color: #fff;
margin: 0;
font-weight: 600;
}
.text-floating-cta-banner-button {
align-self: flex-start;
padding: 9px 22px;
border-radius: 10px;
background: #E5F0FF;
font-size: 16px;
font-weight: 600;
color: var(--floating-cta-blue);
transform: rotate(4deg);
display: flex;
flex-direction: row;
align-items: center;
gap: 7px;
border: 1px solid var(--floating-cta-blue);
}
.text-floating-cta-banner-image {
position: absolute;
inset-inline-start: 0;
bottom: 0;
max-width: 106px;
}
.text-floating-cta-banner-image img,
.floating-cta-banner__img {
display: block;
width: 106px;
height: auto;
max-height: 140px;
object-fit: contain;
object-position: bottom center;
}
@media (max-width: 767px) {
.floating-cta-banner:not(.is-expanded) .floating-cta-banner__link {
height: 95px;
min-height: 95px;
padding: 0;
margin: 0;
width: 88px;
}
.floating-cta-banner:not(.is-expanded) .floating-cta-banner-text-wrap {
display: none;
}
.floating-cta-banner:not(.is-expanded) .floating-cta-banner-content {
padding: 0;
}
.floating-cta-banner:not(.is-expanded) .text-floating-cta-banner-image {
position: absolute;
inset-inline-end: -13px;
bottom: 0;
max-width: 106px;
} .floating-cta-banner__toggle {
pointer-events: auto;
position: absolute;
z-index: 2;
bottom: -10px;
inset-inline-end: -30px;
transform: rotate(4deg);
width: 52px;
height: 40px;
padding: 8px 14px;
border-radius: 10px;
background: #E5F0FF;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: var(--floating-cta-blue);
border: 1px solid var(--floating-cta-blue);
transition: transform 0.15s ease, background 0.15s ease;
}
.floating-cta-banner__toggle:active {
transform: scale(0.96);
}
.floating-cta-banner.is-expanded .floating-cta-banner-text-wrap {
display: flex;
}
.floating-cta-banner.is-expanded .floating-cta-banner-content {
padding: 21px 106px 0px 19px;
}
.floating-cta-banner.is-expanded .text-floating-cta-banner-image {
inset-inline-start: 0;
inset-inline-end: auto;
}
.floating-cta-banner.is-expanded .floating-cta-banner__toggle{
display: none !important;
}
}
.homepage-hero-slider-text-only .top-section {
background:
url(//www.veterinartoran.co.il/wp-content/themes/kupet/img/homepage_hero_slider_text_only.png) no-repeat center
center,
white;
background-size: cover;
background-position: center top;
background-repeat: no-repeat;
}
.homepage-hero-slider-text-only .top-section .container {
padding-top: 60px;
display: grid;
grid-template-columns: calc(50% - 30px) calc(50% - 30px);
gap: 60px;
align-items: center;
max-height: 650px;
@media (max-width: 1024px) {
gap: 24px;
max-height: none;
display: flex;
flex-direction: column-reverse;
max-width: none;
}
}
.homepage-hero-slider-text-only .squares-hero-slider-text-only {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
@media (max-width: 1024px) {
grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
gap: 16px;
grid-template-columns: repeat(1, 1fr);
}
}
.homepage-hero-slider-text-only .image-hero-slider-text-only {
max-height: 610px;
max-width: 610px;
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
object-fit: cover;
object-position: center;
}
.homepage-hero-slider-text-only .image-hero-slider-text-only img {
width: 100%;
height: 100%;
object-fit: contain;
object-position: center;
object-fit: cover;
object-position: center;
}
.homepage-hero-slider-text-only
.squares-hero-slider-text-only
.slider-hero-slider-text-only__item {
padding: 40px;
background-color: #fff;
box-shadow: 0px 4px 20px 0px #170f4914;
border-radius: 15px;
display: flex;
flex-direction: column;
gap: 10px;
align-items: flex-start;
}
.homepage-hero-slider-text-only
.squares-hero-slider-text-only
.slider-hero-slider-text-only__item
p {
margin: 0;
padding: 0;
color: var(--Colors-Text-Secondery-Text);
font-size: 15px;
line-height: 1.4;
text-align: start;
}
.homepage-hero-slider-text-only
.squares-hero-slider-text-only
.slider-hero-slider-text-only__item
h3 {
margin: 0;
padding: 0;
font-size: 18px;
font-weight: 600;
color: var(--Colors-Text-Main-Text);
line-height: 1;
text-align: start;
}
.homepage-hero-slider-text-only
.squares-hero-slider-text-only
.slider-hero-slider-text-only__item
img {
width: 62px;
height: 62px;
object-fit: contain;
}
.homepage-hero-slider-text-only .bottom-section {
transform: translateY(-40%);
@media (max-width: 768px) {
transform: translateY(-5%);
}
}
.homepage-hero-slider-text-only .bottom-section .container{
@media (max-width: 1024px) {
max-width: none;
}
}
.slider-hero-slider-text-only__item a {
background: linear-gradient(123.51deg, #00cbff 12.65%, #006afe 89.81%);
padding: 10px 22px;
border-radius: 10px;
color: #fff;
font-size: 16px;
font-weight: 600;
line-height: 1;
text-align: center;
text-decoration: none;
display: flex;
align-items: center;
gap: 10px;
width: fit-content;
flex-direction: row-reverse;
@media (max-width: 768px) {
max-width: 450px;
width: 100%;
justify-content: center;
}
}
.slider-hero-slider-text-only__item h2 {
margin: 0;
font-size: 40px;
color: var(--Colors-Text-Main-Text);
}
.slider-hero-slider-text-only__item p {
margin: 8px 0 44px;
color: var(--Colors-Text-Secondery-Text);
font-size: 18px;
}
.homepage-hero-slider-text-only .slider-hero-slider-text-only {
position: relative;
padding-top: 100px;
display: flex;
flex-direction: column;
align-items: flex-start;
width: 100%;
@media (max-width: 1024px) {
padding-top: 0;
align-items: center;
}
}
.homepage-hero-slider-text-only .slider-hero-slider-text-only .swiper {
width: 100%;
}
.homepage-hero-slider-text-only .slider-hero-slider-text-only .swiper-slide {
height: auto;
}
.homepage-hero-slider-text-only .slider-hero-slider-text-only .swiper-wrapper {
display: flex;
flex-direction: row;
}
.homepage-hero-slider-text-only
.slider-hero-slider-text-only
.slider-hero-slider-text-only__item {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
padding: 0 10px 40px 0;
@media (max-width: 1024px) {
padding: 0 0 20px 0;
align-items: center;
}
}
.homepage-hero-slider-text-only
.slider-hero-slider-text-only
.slider-hero-slider-text-only__item
h2,
.homepage-hero-slider-text-only
.slider-hero-slider-text-only
.slider-hero-slider-text-only__item
p {
text-align: start;
}
.homepage-hero-slider-text-only
.slider-hero-slider-text-only
.text-only-slider__pagination {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
}
.homepage-hero-slider-text-only
.slider-hero-slider-text-only
.text-only-slider__pagination
.swiper-pagination-bullet {
width: 4px;
height: 4px;
margin: 0 !important;
opacity: 1;
border-radius: 999px;
background: #c7d2de;
transition: all 0.2s ease;
}
.homepage-hero-slider-text-only
.slider-hero-slider-text-only
.text-only-slider__pagination
.swiper-pagination-bullet-active {
width: 8px;
height: 8px;
background: #00a7ff;
}
.homepage-hero-slider-text-only
.slider-hero-slider-text-only
.text-only-slider__pagination__nav {
position: absolute;
bottom: -2px;
z-index: 2;
width: 20px;
height: 20px;
border: 0;
background: transparent;
padding: 0;
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
}
.homepage-hero-slider-text-only
.slider-hero-slider-text-only
.text-only-slider__pagination__nav
svg {
width: 10px;
height: 12px;
}
.homepage-hero-slider-text-only
.slider-hero-slider-text-only
.text-only-slider__pagination__nav
svg
path {
fill: #00a7ff;
}
.homepage-hero-slider-text-only
.slider-hero-slider-text-only
.text-only-slider__pagination__nav {
position: relative;
bottom: 0;
}
.homepage-hero-slider-text-only
.slider-hero-slider-text-only
.text-only-slider__pagination__nav:hover svg path {
fill: var(--Colors-Text-Paragraph);
opacity: .5;
}
.text-only-slider__pagination__nav--next{
transform: rotate(180deg);
}
.homepage-hero-slider-text-only
.slider-hero-slider-text-only
.text-only-slider__pagination__nav.swiper-button-disabled {
opacity: 0.35;
cursor: not-allowed;
}
.slider-hero-slider-text-only {
height: 100%;
}
.slider-hero-slider-text-only .swiper-slide {
height: fit-content;
}
.homepage-hero-slider-text-only
.slider-hero-slider-text-only.is-single-slide
.text-only-slider__pagination,
.homepage-hero-slider-text-only
.slider-hero-slider-text-only.is-single-slide
.text-only-slider__pagination__nav {
display: none;
}
.text-only-slider__pagination__nav-wrapper {
position: relative;
}
.text-only-slider__pagination__nav-wrapper {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
margin-top: 15px;
padding-inline-start: 30px;
@media (max-width: 1024px) {
padding-inline-start: 0;
}
}
.section-simple-text {
padding: 50px 0;
}
@media (max-width: 767px) {
.section-simple-text {
padding: 30px 0;
}
}
:root {
--Colors-Main-background-Blue-03: #CCEEFF;
--Colors-Text-Thired-Text: #4C5B67;
--Colors-Text-Paragraph: #4C5B67;
--Colors-Bg-Lavender: #F6F6FE;
--Colors-Bg-Soft-Orange: #FFE9D8;
--Colors-Text-Main-Text: #01447C;
--Colors-Text-Secondery-Text: #2C4153;
}
.after-header-spacing {
width: 100%;
height: 65px;
@media (max-width: 768px) {
height: 82.25px;
}
}
.page-template-template-flexible-lp .section-page-first::before{
height: calc(100% - 50px);
}