body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

body::-webkit-scrollbar-thumb {
  background-color: #383B34;
  border-radius: 20px;
  border: 3px solid #383B34;
}

.owl-theme .owl-dots {
  display: none;
}

.fonte-verde-escuro {
  color: #0c5029;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  cursor: url(https://lp.clinicalotus.es/wp-content/themes/lotus/img/cursor.png), pointer;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 187.5% */
  font-family: "Montserrat", sans-serif;
}

h3,
h4,
h5 {
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Montserrat", sans-serif;
}

p,
li,
a,
.fonte-padrao {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 163%; /* 32.6px */
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}

.p-relative {
  position: relative;
}

.f-right {
  float: right;
}

.color-rose {
  color: #845537;
}

.color-black {
  color: #27292C;
}

.color-blue {
  color: #095D74;
}

.fonte-bold {
  font-weight: bold;
}

.color-white {
  color: white;
}

.color-green{
  color: #383B34;
}

.color-pink {
  color: #8F3846;
}

.size-16{
  font-size: 16px;
}

.size-14{
  font-size: 14px;
}

@media(min-width: 991.99px) {
  .esconde-desktop {
    display: none;
  }
}

@media(max-width: 991.98px) {
  .esconde-mobile {
    display: none;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}

.centraliza {
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.center {
  align-items: center !important;
  justify-content: center !important;
  display: flex;
}

.centraliza-desk-position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cta-container-2 {
  position: fixed;
  right: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  bottom: 45px;
  z-index: 1000;
}

.cta-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px #888;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
}

.cta-button{
	background-color: #25d366;
}

.cta-button:hover{
	background: #383B34;
	color: white;
	transition: all 0.3s ease-in
}

.cta-text {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 8px 12px;
  border-radius: 5px;
  font-size: 14px;
  white-space: nowrap;
  opacity: 1;
  transform: translateX(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.cta-container:hover .cta-text {
  opacity: 1;
  transform: translateX(0);
}

.word {
  position: relative;
}

.word::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1.5px;
  background-color: #FF8731;
  bottom: 0;
  left: 0;
  transform-origin: bottom;
  animation: infinite-line 2s linear infinite;
}

.botao-fixo-rodape-1,
.botao-fixo-rodape-2 {
  position: fixed;
  bottom: -100px;
  /* Inicialmente fora da tela */
  left: 0;
  width: 100%;
  transition: bottom 0.5s ease-in-out;
  z-index: 1000;
}

/* Botão WhatsApp */
.botao-fixo-rodape-1 {
  bottom: 38.5px;
  /* Espaço para o segundo botão */
}

.botao-fixo-rodape-1 a {
  color: white;
  background-color: #DFA116;
  width: 100%;
}

/* Botão Telefone */
.botao-fixo-rodape-2 {
  bottom: 0px;
}

.botao-fixo-rodape-2 a {
  color: black;
  background-color: #F8F2F4;
  width: 100%;
}

@media(min-width: 991.99px) {
  .esconde-desktop {
    display: none;
  }
}

@media(max-width: 991.98px) {
  .esconde-mobile {
    display: none;
  }
}

/*-------- INICIO -----*/
.full-banner-inicio {
  background-image: url(/wp-content/themes/dr-marcio/img/full-banner-inicio.png);
  background-position-y: 0px;
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 781px;
  padding-top: 161px;
}

.full-banner-inicio h1 {
  color: #383B34;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 68px; /* 106.25% */
  margin: 27px 0px 15px;
}

.full-banner-inicio h1 span{
  color: #919F88;
}

.full-banner-inicio h2 {
  color: #383B34;
  font-size: 16px;
  font-style: normal;
  padding: 0px 27px;
  border-radius: 99px;
  background: rgba(145, 159, 136, 0.14);
  font-weight: 400;
  line-height: 60px; /* 375% */
  display: inline-block;
}

.full-banner-inicio h2 i{
  margin-right: 7px;
}

.full-banner-inicio p{
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 200;
  line-height: 60px; /* 230.769% */
}

.cta-wpp-header {
  border-radius: 999px;
  background: #919F88;
  box-shadow: 0 4px 27.4px 0 rgba(255, 255, 255, 0.65); 
  padding: 16px 10px 16px 25px;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 155.556% */
  display: flex;
  width: 316px; 
  text-decoration: none;
  margin-top: 10px;
}

.cta-wpp-header i{
  padding: 10px 12px;
  border-radius: 999px;
  color: white;
  font-size: 20px;
  margin-left: 10px;
  background: #383B34;
}

.cta-wpp{
  padding: 8px 20px;
  border-radius: 999px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
  background: #919F88;
}

/*---- PARTE 2 ----*/
.bg-parte-2{
  padding: 60px 0px;
}

.links-pt-2{
  display: flex;
  font-size: 16px;
  margin-top: 20px;
}

.bg-parte-2 h2{
  margin-bottom: 25px;
}

.links-pt-2 h4{
  font-size: 16px;
  border-radius: 99px;
  margin-right: 10px;
}

.card-pt-2{
  border-radius: 16px;
  background: #F2F1EF;
  padding: 35px;
  margin-top: 35px;
  height: 470px;
}

.card-pt-2 li{
  margin-bottom: 12px;
}

.card-pt-2 ul{
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.card-p-2{
  display: flex;
  margin-top: 15px;
}

.card-p-2 h3{
  margin-top: 13px;
}

.card-p-2 img{
  height: 100%;
  padding-right: 20px;
  object-fit: contain;
}

.bg-parte-2 .card-p-2:nth-child(1){
  margin-top: 50px;
}

.card-pt-2 p{
  margin: 20px 0px;
}

.h2-pt-2{
  margin-bottom: 18px;
  margin-top: 60px;
}

.bg-parte-2 .cta-wpp{
  padding: 16px 20px;
  width: 430px;
  display: block;
  font-size: 16px;
}



/*---- PARTE 3 ----*/
.bg-parte-3{
  background-image: url(https://otorrino.rioclinicasaude.com.br/wp-content/uploads/2025/08/bg-parte-3.png);
  background-color: #383B34;
  background-position-y: 0px;
  background-position-x: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: auto;
  padding-bottom: 120px;
}

.bg-parte-3 h2{
  margin-top: 80px;
}

@media(min-width: 992px){
  .bg-parte-3 p{
    color: white;
    width: 90%;
  }
}

.bg-parte-3 p{
  color: white;
}

.bg-parte-3 img{
  position: absolute;
  width: 600px;
  height: 590px;
}

.cta-leia-mais{
  padding: 8px 20px;
  border-radius: 999px;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 200% */
  background: #919F88;
  margin-top: 15px;
}

/*---- PARTE 4 ----*/
.bg-parte-4{
  padding-top: 30px;
  padding-bottom: 30px;
  background: #919F88;
}

.bg-parte-4 h3 span{
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px; /* 125% */
  text-transform: capitalize;
  display: block;
}

.bg-parte-4 h3{
  font-size: 36px;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: 60px; /* 166.667% */
  text-transform: capitalize;
}

/*---- PARTE 5 ----*/
.bg-parte-5{
  padding-top: 80px;
  padding-bottom: 80px;
}

.card-pt-5{
  border-radius: 10px;
  background: #F2F1EF;
  margin-top: 40px;
  padding: 30px;
  height: 100%;
}

.card-pt-5 h3{
  color: #383B34;
  margin: 15px 0px;
  font-weight: bold;
}

.card-pt-5 p{
  font-size: 16px;
}

.card-pt-5 li{
  font-size: 16px;
  margin-bottom: 12px;
}

.card-pt-5 ul{
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

/*---- PARTE 6 ----*/
.bg-parte-6{
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F2F1EF;
}

.bg-parte-6 h2{
  margin-top: 60px;
}

.bg-parte-6 img{
  z-index: 99;
  position: relative;
}

.card-pt-6-green{
  padding: 40px 47px;
  align-items: center;
  display: flex;
  gap: 32px;
  align-self: stretch;
  border-radius: 16px;
  background: rgba(145, 159, 136, 0.19);
  margin-top: -157px;
  z-index: 0;
}

.card-pt-6-green h3 span, .card-pt-6 h3 span{
  color: #383B34;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 93.75% */
  text-transform: uppercase;
  margin-right: 32px;
  position: relative;
  top: 10px;
}

.card-pt-6-green h3, .card-pt-6 h3{
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 163%; /* 52.16px */
}

.card-pt-6{
  padding: 40px 47px;
  align-items: center;
  display: flex;
  gap: 32px;
  align-self: stretch;
  border-radius: 0px;
  border-bottom: 1px solid #000;
}

.pt-6-center{
  margin: 22px 0px;
}

/*---- PARTE 7 ----*/
.bg-parte-7{
  padding-top: 80px;
  padding-bottom: 80px;
}

.card-pt-7{
  display: flex;
  padding: 25px 30px;
  border-radius: 16px;
  background: #F2F1EF;
  margin-bottom: 15px;
}

.bg-parte-7 h2{
  margin-bottom: 50px;
}

.img-pt-7{
  height: 100%;
  object-fit: contain;
}

/*---- PARTE 8 ----*/
.bg-parte-8{
  padding-top: 80px;
  padding-bottom: 80px;
  background: #383B34;
}

/*---- PARTE 9 ----*/
.bg-parte-9{
  padding-top: 80px;
  padding-bottom: 80px;
}

.bg-parte-9 h2{
  margin-top: 90px;
}

/*---- PARTE 10 ----*/
.bg-parte-10 {
  background-image: url(/wp-content/themes/dr-marcio/img/bg-prate-10.png);
  background-position-y: 0px;
  background-position-x: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bg-parte-10 h2{
  color: #FFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 56px */
  margin-bottom: 14px;
}

.mb-30{
  margin-bottom: 30px;
}

/*---- PARTE 11 ----*/
.bg-parte-11{
  padding-top: 80px;
  padding-bottom: 80px;
  background: #F2F1EF;
}

.bg-parte-11 img{
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
}

/*---- PARTE 12 ----*/
.bg-parte-12{
  padding-top: 80px;
}

.bg-parte-12 h2{
  margin-bottom: 48px;
}

/*---- PARTE 13 ----*/
.bg-parte-13{
  padding-top: 80px;
  padding-bottom: 80px;
}


.accordion-item{
  border: none;
}

.accordion-header{
  border-bottom: 1px solid #383B34;
}

.accordion-item{
  padding: 0 30px;
  margin-top: 48px;
}

.accordion-button::after{
  background-image: url(/wp-content/themes/dr-marcio/img/+.png);
}

.accordion-button:not(.collapsed)::after{
  background-image: url(/wp-content/themes/dr-marcio/img/-.png);
}

.accordion-button:not(.collapsed){
  color: #383B34;
  background-color: #F2F1EF;
  font-weight: bolder;
}

/*---------- Footer ---------*/
.bg-footer {
  padding: 40px 0px;
  background: #383B34;
  color: white;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.bg-footer h2 {
  font-size: 20px;
  font-weight: bold;
  color: white;
  margin-bottom: 15px;
  line-height: normal;
}

.bg-footer img {
  margin-bottom: 15px;
}

.bg-footer p {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.bg-footer a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

.a-loc {
  text-decoration: none;
}

.a-tel i, .a-wpp i{
   display: none;
   margin-right: 5px;
}

.a-tel:hover i, .a-wpp:hover i{
   font-weight: bolder;
   transition: all 0.3s ease;
   display: inline;
}

.a-tel:hover {
  color: #25d366;
  transition: 0.3s all ease;
}

.a-wpp:hover {
  color: #00CFF6;
  transition: 0.3s all ease;
}

.a-loc:hover {
  color: #DFA116;
  transition: 0.3s all ease;
}

#p-wta3{
  margin-top: 25px;
}

#p-wta3 a:hover {
  color: #007bff;
  transition: 0.3s all ease;
}

.bg-footer .footer-h2{
  margin-bottom: 0;
  line-height: normal;
}

/*------- MEDIA QUERIES -----*/
@media(min-width: 1200px) and (max-width: 1300px){
  .full-banner-inicio h1{
    font-size: 59px;
  }

  .full-banner-inicio p {
    font-size: 24.5px;
  }
    
  .bg-parte-3 img{
    width: 550px;
  }
}

@media(min-width: 992px) and (max-width: 1200px){
  .full-banner-inicio h1{
    font-size: 46px;
  }

  .full-banner-inicio p {
    font-size: 19.5px;
  }

  /*---- PARTE 2 ----*/
  .card-pt-2{
    height: 100%;
  } 

  /*---- PARTE 3 ----*/
  .bg-parte-3{
    height: 700px;
  }

  .bg-parte-3 h2{
    margin-top: 0;
  }
  
  .bg-parte-3 img{
    width: 48%;
    height: 640px;
  }

  /*---- PARTE 6 ----*/
  .bg-parte-6 h2 {
    margin-top: 3px;
  }  

  .bg-parte-11 img{
    object-fit: cover;
  }
}

@media(max-width: 992px){
  /*---- PARTE 2 ----*/
  .card-p-2, .card-pt-7{
    display: block;
  }

  .bg-parte-2 .cta-wpp{
    width: 100%;
  }

  .card-p-2 img{
    height: auto;
  }

  /*---- PARTE 3 ----*/
  .bg-parte-3{
    text-align: center;
    height: auto;
    padding: 0;
  }

  .bg-parte-3 h2{
    margin-top: 80px;
  }

  .bg-parte-3 img{
    position: relative;
    width: 100%;
    height: auto;
  }

  /*---- PARTE 5 ----*/
  .card-pt-5{
    height: auto;
  }

  .bg-parte-6 h2{
    margin-top: 20px;
    text-align: center;
  }

  .bg-parte-6 .col-lg-6{
    text-align: center;
  }

  .card-pt-6-green{
    margin-top: 30px;
  }

  .pt-6-center{
    margin: 0;
  }

  /*---- PARTE 7 ----*/
  .bg-parte-7 .center{
    align-items: baseline !important;
    justify-content: baseline !important;
    display: block;
  }

  .bg-parte-7 h3{
    margin-top: 25px;
  }

  .img-pt-7 {
    height: auto;
  }

  /*---- PARTE 8 ----*/
  .bg-parte-8{
    text-align: center;
  }  

  /*---- PARTE 9 ----*/  
  .bg-parte-9 h2{
    margin-top: 0;
  }

  /*---- PARTE 11 ----*/ 
  .bg-parte-11, .bg-parte-12{
    text-align: center;
  }

  .bg-parte-11 h2{
    margin-top: 25px;
  }
}

@media(min-width: 550px) and (max-width: 767.99px){
  .full-banner-inicio{
    padding-top: 50px;
    background-image: url(/wp-content/themes/dr-marcio/img/full-banner-inicio-mobile.png);
    text-align: center;
    height: 1000px;
    background-position-y: 70%;
  }

  .full-banner-inicio .container{
    width: 530px;
  }

  .full-banner-inicio h1{
    font-size: 46px;
    line-height: 44px; /* 118.75% */
  }

  .full-banner-inicio p{
    line-height: 26px; /* 130% */
    font-size: 20px;
    margin-bottom: 26px;
  }

  .cta-wpp-header{
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }

  .card-p-2 img{
    margin-top: 30px;
  }

  .card-pt-6-green h3, .card-pt-6 h3 {
    font-size: 30px;
  }
}

@media(max-width: 550px){
  /*---- GLOBAL -----*/
  p, li, a, .fonte-padrao{
    font-size: 16px;
  }

  /*----- INICIO -----*/
  .full-banner-inicio{
    padding-top: 50px;
    background-image: url(/wp-content/themes/dr-marcio/img/full-banner-inicio-mobile.png);
    text-align: center;
    height: 1000px;
    background-position-y: 70%;
  }

  .full-banner-inicio h1{
    font-size: 38px;
    margin-top: 17px;
    line-height: 44px; /* 118.75% */
  }

  .full-banner-inicio h2 {
    font-size: 14px;
  }

  .full-banner-inicio p{
    line-height: 26px; /* 130% */
    font-size: 20px;
    margin-bottom: 26px;
  }

  .cta-wpp-header{
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
  }

  /*---- PARTE 2 ----*/
  .card-p-2 img{
    margin-top: 30px;
  }

  .links-pt-2 h4 a{
    display: flex;
    padding: 12px 13px;
  }

  .card-pt-2{
    height: auto;
  }

  /*---- PARTE 6 ----*/
  .card-pt-6-green h3, .card-pt-6 h3 {
    font-size: 30px;
    display: flex;
  }

  /**---- PARTE 10 ----*/
  .bg-parte-10{
    padding-top: 250px;
    background-image: url(/wp-content/themes/dr-marcio/img/bg-parte-10-mobile.png);
  }

  .bg-parte-10 h2{
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 38px; /* 118.75% */
  }
}

@media(max-width: 420px){
  h2{
    line-height: 36px; /* 112.5% */
    font-size: 32px;
  }

      .full-banner-inicio {
        height: 864px;
        background-position-x: 88%;
    }

.full-banner-inicio h2 {
      font-size: 14px;
      line-height: normal;
      padding: 10px;
  }

      .full-banner-inicio h1 {
        font-size: 34px;
      }

      .cta-wpp-header{
        height: 60px;
      }

.bg-parte-4 h3 span{
  font-size: 40px;
  margin-top: 20px;
  line-height: 60px; /* 250% */
}      
}


@media(max-width: 380px){
  h2{
    line-height: 36px; /* 112.5% */
    font-size: 32px;
  }

      .full-banner-inicio {
        height: 844px;
        background-position-x: 88%;
    }

.full-banner-inicio h2 {
      font-size: 12px;
      line-height: normal;
      padding: 10px;
  }

      .full-banner-inicio h1 {
        font-size: 30px;
      }

      .cta-wpp-header{
        height: 50px;
      }

      .bg-parte-2{
        padding-top: 40px;
      }

.bg-parte-4 h3 span{
  font-size: 40px;
  margin-top: 20px;
  line-height: 60px; /* 250% */
}      

.accordion-header{
  border-bottom: 1px solid #383B34;
  padding: 0;
}
}

@media(max-width: 351px) {
  h2 {
    line-height: 30px;
    /* 112.5% */
    font-size: 26px;
  }

  .full-banner-inicio {
    height: 784px;
    background-position-x: 88%;
  }

  .full-banner-inicio h2 {
    font-size: 12px;
    line-height: normal;
    padding: 10px;
  }

  .full-banner-inicio h1 {
    font-size: 27px;
    line-height: 30px;
  }

  .cta-wpp-header {
    height: 48px;
    width: 100%;
    font-size: 16px;
  }

  .bg-parte-2 {
    padding-top: 40px;
  }

    .links-pt-2 h4 a {
      padding: 12px 7px;
    }  

  .bg-parte-4 h3 span {
    font-size: 36px;
    margin-top: 20px;
    line-height: 60px;
    /* 250% */
  }

  .bg-parte-4 h3{
    line-height: 30px;
    font-size: 28px;
  }

  .card-pt-6-green h3, .card-pt-6 h3, .bg-parte-10 h2
  {
    font-size: 26px;
  }

  .card-pt-6-green, .card-pt-6{
    padding: 40px 20px;
  }

  .accordion-header {
    border-bottom: 1px solid #383B34;
    padding: 0;
  }
}

@media(max-width: 331px) {
  h2 {
    line-height: 26px;
    /* 112.5% */
    font-size: 22px;
  }

  .full-banner-inicio {
    height: 784px;
    background-position-x: 88%;
  }

  .full-banner-inicio h2 {
    font-size: 12px;
    line-height: normal;
    padding: 10px;
  }

  .full-banner-inicio h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .cta-wpp-header {
    height: 48px;
    width: 100%;
    font-size: 14px;
  }

  .bg-parte-2 {
    padding-top: 40px;
  }

  .card-pt-2{
    padding: 35px 20px;
  }

    .links-pt-2 h4 a {
      padding: 12px 7px;
      font-size: 13px;
    }  

  .bg-parte-4 h3 span {
    font-size: 36px;
    margin-top: 20px;
    line-height: 60px;
    /* 250% */
  }

  .bg-parte-4 h3{
    line-height: 30px;
    font-size: 28px;
  }

  .card-pt-6-green h3, .card-pt-6 h3, .bg-parte-10 h2
  {
    font-size: 20px;
  }

  .card-pt-6-green, .card-pt-6{
    padding: 40px 20px;
  }

  .accordion-header {
    border-bottom: 1px solid #383B34;
    padding: 0;
  }
}

.cta-wpp-header:hover{
	background: #25d366;
	color: white;
	font-weight: bolder;
	transition: all 0.3s ease-in-out;
}

.cta-wpp-header:hover i{
	background: white;
	color: #25d366;
	font-weight: bolder;
	transition: all 0.3s ease-in-out;
}

.cta-wpp:hover{
	background: #25d366;
	color: white;
	font-weight: bolder;
	transition: all 0.3s ease-in-out;
}

.cta-wppr:hover i{
	background: white;
	color: #25d366;
	font-weight: bolder;
	transition: all 0.3s ease-in-out;
}

  .custom-arrows {
    display: flex;
    justify-content: center;
    margin-top: 80px;
    gap: 14px;
  }
  .custom-arrows button {
    background: #6b8e23;
    color: #fff;
    border: none;
    padding: 0px 16px;
    border-radius: 50%;
    font-size: 26px;
    cursor: pointer;
    transition: 0.3s;
  }
  .custom-arrows button:hover {
    background: #4e6b1a;
  }