.int_logo img {
    position: relative;
}

/* =====================================================
   BOOKING WIDGET
===================================================== */

.booking_widget {
    width: 100%;
}


/* =====================================================
   HEADINGS
===================================================== */

.booking_widget .widget_title {
    color: #d52b20 !important;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;

    margin: 0 0 28px 0;
    padding: 0;
}


/* =====================================================
   BOOKING BUTTONS
===================================================== */

.booking_buttons {
    width: 100%;

    display: flex;
    flex-direction: column;

    gap: 24px;
}


/* Common Booking Button */

.booking_btn {
    width: 100%;
    max-width: 218px;
    height: 75px;
    display: flex;
    align-items: center;
    border-radius: 15px;
    text-decoration: none !important;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.20);
    transition: all 0.3s ease;
}


/* =====================================================
   PHONE BUTTON
===================================================== */

.phone_btn {
    background: #ffc400 !important;
    color: #000 !important;
}


/* =====================================================
   WHATSAPP BUTTON
===================================================== */

.whatsapp_btn {
    background: #00c83c !important;
    color: #000 !important;
}


/* Hover */

.booking_btn:hover {
    transform: translateY(-3px);

    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.25);
}


/* =====================================================
   BLACK CIRCLE ICON
===================================================== */

.booking_icon {
    width: 59px;
    height: 61px;

    min-width: 58px;

    margin-left: 12px;
    margin-right: 20px;

    background: #000 !important;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}


/* Phone / WhatsApp Icon */

.booking_icon i {
    color: #fff !important;

    font-size: 35px !important;

    line-height: 1 !important;

    display: block !important;
}


/* =====================================================
   BOOKING TEXT
===================================================== */

.booking_text {
    display: flex;

    flex-direction: column;

    justify-content: center;

    line-height: 1;
}


/* Book on */

.booking_text strong {
    display: block;

    color: #000 !important;

    font-size: 20px;

    font-weight: 700;

    margin-bottom: 7px;
}


/* Phone / WhatsApp */

.booking_text b {
    display: block;

    color: #000 !important;

    font-size: 24px;

    font-weight: 800;

    line-height: 1;
}


/* =====================================================
   FOLLOW US
===================================================== */

.booking_widget .follow_title {
    margin-top: 38px !important;

    margin-bottom: 25px !important;
}


/* =====================================================
   SOCIAL ICONS
===================================================== */

.social_links {
    display: flex;

    align-items: center;

    gap: 10px;

    margin: 0;
    padding: 0;
}


/* Social Circle */

.social_links a {
    width: 48px;
    height: 48px;

    min-width: 48px;

    border-radius: 50%;

    background: #fff;

    border: 2px solid #aaa;

    display: flex;

    align-items: center;

    justify-content: center;

    text-decoration: none !important;

    transition: all 0.3s ease;
}


/* Social Icons */

.social_links a i {
    display: block !important;

    font-size: 19px !important;

    line-height: 1 !important;
}


/* LinkedIn */

.social_links a:nth-child(1) i {
    color: #0077b5 !important;
}


/* Facebook */

.social_links a:nth-child(2) i {
    color: #1877f2 !important;
}


/* Twitter */

.social_links a:nth-child(3) i {
    color: #1da1f2 !important;
}


/* Instagram */

.social_links a:nth-child(4) i {
    color: #e4405f !important;
}


/* YouTube */

.social_links a:nth-child(5) i {
    color: #ff0000 !important;
}


/* =====================================================
   SOCIAL HOVER
===================================================== */

.social_links a:hover {
    background: #d52b20;

    border-color: #d52b20;

    transform: translateY(-3px);
}


.social_links a:hover i {
    color: #fff !important;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1199px) {

    .booking_btn {
        max-width: 100%;
    }

    .booking_icon {
        width: 78px;
        height: 78px;

        min-width: 78px;
    }

    .booking_text b {
        font-size: 30px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .booking_widget {
        margin-top: 30px;
    }

    .booking_btn {
        max-width: 345px;

        height: 105px;
    }

    .booking_icon {
        width: 75px;
        height: 75px;

        min-width: 75px;

        margin-left: 10px;
        margin-right: 16px;
    }

    .booking_icon i {
        font-size: 32px !important;
    }

    .booking_text strong {
        font-size: 19px;
    }

    .booking_text b {
        font-size: 29px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .booking_widget .widget_title {
        font-size: 26px;
    }

    .booking_btn {
        height: 95px;
    }

    .booking_icon {
        width: 68px;
        height: 68px;

        min-width: 68px;
    }

    .booking_icon i {
        font-size: 29px !important;
    }

    .booking_text strong {
        font-size: 17px;
    }

    .booking_text b {
        font-size: 26px;
    }

    .social_links {
        gap: 8px;
    }

    .social_links a {
        width: 44px;
        height: 44px;

        min-width: 44px;
    }

}




.booking_buttons address{
font-style: normal; margin-top: 10px; color: white;
}
.booking_buttons address a{
    color: white;
}
/*address{
    display: none;
}*/

/*offers card*/
  .massage-section {
    display: flex;
    gap: 24px;
/*    padding: 40px;*/
  

    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 25px;
  }

.massage-card {
  width: 300px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  display: flex;              /* ADD */
  flex-direction: column;     /* ADD */
}

.m-body {
  padding: 20px;
  flex-grow: 1;                /* ADD - pushes footer to bottom */
}
  .m-header {
    padding: 16px 20px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
  }

  .m-body {
    padding: 20px;
  }

  .m-body h3 {
    margin: 0 0 10px;
    color: #2b2b2b;
    font-size: 18px;    min-height: 44px;
  }

  .m-body p {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 20px;
  }

  .m-body .price {
    font-size: 20px;
    font-weight: bold;
    color: #2b2b2b;
    margin: 0;
  }

  .m-footer {
    text-align: center;
    padding: 14px;
    font-weight: 500;
    color: #2b2b2b;
    cursor: pointer;
    transition: 0.2s;
  }

  .m-footer:hover { opacity: 0.85; }

  /* 8 Color Pairs */
  .h1 { background: #dc9a1d; }  .f1 { background: #fbecd2; }
  .h2 { background: #1e5aa8; }  .f2 { background: #d9e6f5; }
  .h3 { background: #8c2145; }  .f3 { background: #f3d9e2; }
  .h4 { background: #2f7d5f; }  .f4 { background: #d8ece3; }
  .h5 { background: #6a3fa0; }  .f5 { background: #e6dbf2; }
  .h6 { background: #b5482c; }  .f6 { background: #f6ddd4; }
  .h7 { background: #1a7a7a; }  .f7 { background: #d3ecec; }
  .h8 { background: #4a4a4a; }  .f8 { background: #e2e2e2; }


   .spa-heading-section {
    text-align: center;
    padding: 50px 20px 30px;

  }

  .spa-heading-section .tagline {
    color: #dc9a1d;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .spa-heading-section h1 {
    font-size: 34px;
    color: #1e2733;
    margin: 0 0 12px;
    line-height: 1.3;
  }

  .spa-heading-section h1 span {
    color: #1e5aa8;
  }

  .spa-heading-section p {
  font-size: 16px;
    color: #6b7280;
    max-width: 69%;
    margin: 0 auto;
    line-height: 1.6;
  }

  @media (max-width: 600px) {
    .spa-heading-section h1 {
      font-size: 26px;
    }
  }
.faq-heading {
    text-align: center;
}
 .faq-section-home{
    background: #eef4f7;
 }
    .faq-section {
/*    background: #eef4f7;*/
    /* padding: 60px 20px; */
    /* font-family: Arial, sans-serif; */
    padding-top: 0%;
   display: inline-block;
  }

  .faq-container {
    max-width: 1000px;
    margin: 0 auto;
  }

  .faq-heading h2 {
    font-size: 32px;
    color: #12263f;
    font-weight: 700;
    margin-bottom: 12px;
  }

  .faq-heading p {
    color: #4b5b6b;
    font-size: 15px;
    line-height: 1.6;

    margin-bottom: 30px;
  }

  .faq-item {
    background: #fff;
    border: 1px solid #dde6ec;
    border-radius: 10px;
    margin-bottom: 16px;
    overflow: hidden;
  }

  .faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
   padding: 9px 14px;
    cursor: pointer;
    font-weight: 700;
    color: #12263f;
    font-size: 16px;
  }

  .faq-icon {
    width: 32px;
    height: 32px;
       border: 2px solid #a4562587;
    border-radius: 50%;
    color: #a45625;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    margin-left: 16px;
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 24px;
  }

  .faq-answer p {
    color: #4b5b6b;
    font-size: 15px;
    line-height: 1.7;
    padding-bottom: 20px;
    margin: 0;
  }

  .faq-item.active .faq-answer {
    max-height: 400px;
  }
  
  .int_logo{
    z-index: 1;
    position: relative;
  }

    .benefits-section {
  display: inline-table;
  }
  .benefit-card {
     background-color: #a4562524;
    border-radius: 10px;
    color: #1b1b1b;
  }

 .call-to-action h2{
    color: #24248e;
  }
.qouate{

      background: #055a0830;
    padding: 10px;
    line-height: 4px;
    height: 44px;

}
.call-to-action{


    background: #2b7b211a;
    padding: 25px 0px;

}

/*404 page*/

 .flex-container {
/*    display: flex;*/
    justify-content: center;
    align-items: center;
/*    height: 100vh;*/
    color: white;
    animation: colorSlide 15s cubic-bezier(0.075, 0.82, 0.165, 1) infinite;
        margin-top: 12%;
    margin-bottom: 12%;
}
 .flex-container .text-center {
    text-align: center;
}
 .flex-container .text-center h1, .flex-container .text-center h3 {
    margin: 10px;
    cursor: default;
}
 .flex-container .text-center h1 .fade-in, .flex-container .text-center h3 .fade-in {
    animation: fadeIn 2s ease infinite;
}
 .flex-container .text-center h1 {
    font-size: 8em;
    transition: font-size 200ms ease-in-out;
    border-bottom: 1px dashed white;
}
 .flex-container .text-center h1 span#digit1 {
    animation-delay: 200ms;
}
 .flex-container .text-center h1 span#digit2 {
    animation-delay: 300ms;
}
 .flex-container .text-center h1 span#digit3 {
    animation-delay: 400ms;
}
 .flex-container .text-center button {
    border: 1px solid white;
    background: transparent;
    outline: none;
    padding: 10px 20px;
    font-size: 1.1rem;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    transition: background-color 200ms ease-in;
    margin: 20px 0;
}
 .flex-container .text-center button:hover {
    background-color: white;
    color: #555;
    cursor: pointer;
}

 @keyframes fadeIn {
    from {
       opacity: 0;
   }
    100% {
       opacity: 1;
   }
}

.readMore_2, .readMore_2:focus {
    min-width: 160px !important;
 }


 .card-custom {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    height: 100%;
    padding: 25px;
    transition: transform 0.2s ease;
  }
  .card-custom:hover {
    transform: translateY(-5px);
  }
  .icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f3e3d3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #7a4b2f;
    margin-bottom: 15px;
  }
  .price-table th {
    background-color: #7a4b2f;
    color: #fff;
  }
  .price-table td, .price-table th {
    text-align: center;
    vertical-align: middle;
  }
  .btn-brand {
    background-color: #7a4b2f;
    color: #fff;
    border-radius: 30px;
    padding: 10px 28px;
    font-weight: 500;
  }
  .btn-brand:hover {
    background-color: #5c3620;
    color: #fff;
  }
  .bg-soft {
    background-color: #f7efe7;
        padding: 25px 0px;
  }
  .what-to-except{
    padding: 25px 0px;
  }
  .client{
     padding: 25px 0px;
  }
  .rating {
    color: #f5a623;
  }
  .link-list a {
    color: #7a4b2f;
    text-decoration: none;
  }
  .link-list a:hover {
    text-decoration: underline;
  }

   .section-title {
    font-weight: 700;
    color: #7a4b2f;
    margin-bottom: 15px;
  }
  .section-sub {
    color: #555;
/*    max-width: 800px;*/
/*    margin: 0 auto 40px auto;*/
  }

.why-choose{
    padding: 25px 0px;
}
.card-custom .small {
    font-size: 15px;
}
.book-your-session{
        padding: 25px 0px;

}

.wp-btn{
        color: green;
    border: 1px solid #018b01;
}

.wp-btn:hover{
    background: green;
}
.heading_banner{
    background-image: url(../../wp-media/image/bb.webp) !important; 
}

