:root {
    --primary-blue: #1b9ce4;
    --secondary-blue: #183e9f;
    --light-blue: #e9f2f9;
    --white: #fff;
    --dark-blue: #2c3e50;
    --hover-blue: #3498db;
    --background-blue: #81c3ed1c;
    --card-background: #d7e7ff;
}

body{
  font-family: Poppins, serif;
  font-weight: 300;
  font-style: normal;
}

.book-button{
    font-size: 12px;
    padding: 10px !important;
   
}

.hero {
    background-image: url('/assets/images/safe_sex_background.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.hero-text {
    padding: 70px;
    position: absolute;
    inset: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}

.font-size {
    font-weight: 400;
}

.logo {
    height: 60px;
}

.border-style {
    border: 2px solid #f0f0f0;
    border-radius: 30px !important;
    background: url('/assets/images/what_we_do_img.png') no-repeat center center;
    background-size: cover;
    padding: 20px;
    position: relative;
    overflow: hidden;
    height: auto;
}

.border-style::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.border-style-content {
    position: relative;
    z-index: 2;
    color: white;
}

.content-wrapper {
    padding: 20px;
    margin-top: auto;
}

.what-we-do-text {
    max-width: 100%;
    white-space: normal;
}

.service-card {
    background-color: var(--card-background);
    transition: transform 0.3s ease;
    border-radius: 15px !important;
    height: auto;
    align-items: center;
    gap: 1rem;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.service-card i {
    font-size: 1.5rem;
    color: #5c81e0;
}

.service-card p {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 500;
}

.object-fit-cover {
    border-radius: 15px;
}

.services-text {
    font-size: 0.7rem !important;
    color: black;
}

.row-custom {
    height: 100vh;
}

.col-custom {
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    border: 1px solid #f0f0f0;
}

.centered-text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 20px;
}

.centered-text h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.centered-text p {
    font-size: 16px;
    line-height: 1.4;
}

@media (width <= 768px) {
    .centered-text h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .centered-text p {
        font-size: 14px;
        line-height: 1.3;
    }

    .border-style {
        padding: 5px;
    }
    
    .content-wrapper {
        padding: 15px;
    }
    
    .what-we-do-text br {
        display: none;
    }
}

@media (width <= 576px) {
    .centered-text {
        padding: 10px;
    }
    
    .centered-text h3 {
        font-size: 12px;
        margin-bottom: 8px;
    }
    
    .centered-text p {
        font-size: 7px;
        line-height: 1.2;
    }
}

@media (min-width: 0) and (max-width: 400px) {
    .centered-text h3 {
        font-size: 10px;
        margin-bottom: 6px;
    }
    
    .centered-text p {
        font-size: 8px;
        line-height: 1.1;
    }
}

.curved-section {
    background-color: var(--background-blue);
    border-radius: 25px;
    overflow: hidden;
    margin-top: 85px;
}

.hero-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.card {
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}

.card-img-top {
    height: 170px;
    object-fit: cover;
}

.card-body {
    padding: 0.7rem;
}

footer {
    background-color: var(--dark-blue);
    color: #ecf0f1;
    padding: 4rem 0 2rem;
}

.footer-heading {
    color: var(--hover-blue);
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}

footer a {
    color: #ecf0f1;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer a:hover {
    color: var(--hover-blue);
}

.social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-color: #34495e;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background-color: var(--hover-blue);
    transform: translateY(-3px);
}

.footer-bottom {
    border-top: 1px solid #34495e;
    padding-top: 20px;
    margin-top: 40px;
}

.contact-info i {
    margin-right: 10px;
    color: var(--hover-blue);
}

.quick-links li {
    margin-bottom: 10px;
}

.display-bg {
    background-image: url('/assets/images/display_1.png');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
}

.display-bg-2 {
    background-image: url('/assets/images/display_2.png');
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat;
}

.display-bg-3 {
    background-image: url('/assets/images/display_3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.display-bg-4 {
    background-image: url('/assets/images/display_4.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.display-bg-5 {
    background-image: url('/assets/images/display_5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 50%);
    z-index: 1;
}

@media (width: 769px) and (width <= 991px) {
    .border-style {
        padding: 40px;
    }
    
    .content-wrapper {
        padding: 40px;
    }
}

@media (992px <= width <= 1199px) {
    .border-style {
        padding: 60px;
    }
    
    .service-card {
        width: 160px;
    }
}

@media (width <= 768px) {
    .row-custom {
        height: auto; 
        display: block; 
    }
    
    .col-custom {
        height: 400px; 
        width: 100%; 
        margin-bottom: 1px;
    }

    .centered-text {
        padding: 20px;
    }
    
    .centered-text h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .centered-text p {
        font-size: 16px;
        line-height: 1.5;
    }
}

@media (max-width: 768px) and (min-width: 0) {
    .row {
        flex-direction: column-reverse;
    }
}

.btn-light {
    background-color: var(--white);
    border: none;
    padding: 8px 24px;
    transition: background-color 0.3s;
}

.btn-light:hover {
    background-color: #f8f9fa;
}

.page-header {
    background: linear-gradient(to right, var(--primary-blue), var(--secondary-blue));
    color: var(--white);
    padding: 4rem 0;
    margin-top: 60px;
}

.header-text {
    font-size: 1.25rem;
}

.booking-btn {
    background-color: var(--white);
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.booking-btn:hover {
    background-color: var(--light-blue);
}

.service-box {
    border-radius: 10px;
    border: none;
    transition: transform 0.3s ease;
    height: 100%;
    background-color: var(--white);
    
}

.service-box:hover {
    transform: translateY(-5px);
    
}

.inner-content {
    padding: 1.5rem;
}

.info-container {
    background-color: var(--light-blue);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.booking-container {
    background: var(--primary-blue);
    color: var(--white);
    border-radius: 10px;
    padding: 2rem;
}

.main-heading {
    color: var(--primary-blue);
    margin-bottom: 2rem;
    position: relative;
    padding-bottom: 10px;
}

.main-heading::after {
    content: '';
    position: absolute;
    inset: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: var(--primary-blue);
}

.custom-list {
    list-style: none;
    padding: 0;
}

.list-item {
    margin-bottom: 0.5rem;
}

.submit-btn {
    background-color: var(--white);
    color: var(--primary-blue);
    border: none;
    padding: 0.75rem;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.submit-btn:hover {
    background-color: var(--light-blue);
}

.book-image {
    height: auto; 
    object-fit: cover;
}

.bg-map {
    position: relative;
    background-image: url('/assets/images/map_page_background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-map::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    inset: 0;
    background: rgba(102, 104, 106, 50%);
    z-index: 1;
}

.bg-map > * {
    position: relative;
    z-index: 2;
}

.faq-section {
    background: #f8f9fa;
    padding: 80px 0;
}

.faq-title {
    color: #2c3e50;
    font-weight: 700;
    margin-bottom: 30px;
}

.faq-item {
    background: white;
    border-radius: 8px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.faq-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    inset: 0;
    width: 4px;
    background-color: #2f8ddb; 
}

.question-header {
    padding: 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.2s;
}

.question-header:hover {
    background-color: #edf6ff;
}

.question-header h4 {
    margin: 0;
    font-size: 1.25rem;
    color: #2c3e50;
}

.answer-content {
    padding: 0 25px 25px;
    color: #6c757d;
}

.chevron-icon {
    transition: transform 0.3s ease;
}

.chevron-icon.rotated {
    transform: rotate(180deg);
}

.contact-section {
    text-align: center;
    padding: 50px 0;
}

.contact-btn {
    padding: 15px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 1px;
}