@import url('../css/Global.css');

/* contact us */
.contact-form {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
}

.form-control {
    margin-bottom: 20px;
    padding: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.send-btn {
    background-color: var(--primary-pink);
    border: none;
    padding: 12px 40px;
    border-radius: 8px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.send-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.encryption-notice {
    color: #666;
    font-size: 0.9rem;
    margin-top: 10px;
}

.map-section iframe {
    width: 100%;
    height: 350px;
    border: none;
}

/* Contact us SECTION */
.form-control:focus {
    border-color: var(--primary-pink); 
    outline: none;
    box-shadow: 0 0 8px 0 rgba(242, 34, 131, 0.247);
    transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.hero-section-contact {
    position: relative;
    height: 400px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)),
        url('../Assets/contact-update.jpg') center/cover no-repeat;
    overflow: hidden;
}

/* about us */
.hero-section-about {
    position: relative;
    height: 400px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)),
        url('../Assets/About-us.jpg') center/cover no-repeat;
    overflow: hidden;
}

/* careers */
.hero-section-career {
    position: relative;
    height: 400px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)),
        url('../Assets/career-update.jpg') center/cover no-repeat;
    overflow: hidden;
}

/* service */

.hero-section-service {
    position: relative;
    height: 400px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)),
        url('../Assets/our-services.jpg') center/cover no-repeat;
    overflow: hidden;
}

/* franchisee */

.hero-section-franchisee{
    position: relative;
    height: 400px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)),
        url('../Assets/franchisee-enquiry.jpg') center/cover no-repeat;
    overflow: hidden;
}
.hero-section-award{
    position: relative;
    height: 400px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)),
        url('../Assets/Awards\ \(1\).jpg') center/cover no-repeat;
    overflow: hidden;
}
.hero-section-news{
    position: relative;
    height: 400px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0)),
        url('../Assets/News-events.jpg') center/cover no-repeat;
    overflow: hidden;
}

.main-content {
    margin-left: 60px;
}

.main-title {
    font-size: 3rem;
    font-weight: bold;
}

.main-title span:first-child {
    color: var(--primary-purple);
}

.main-title span:last-child {
    color: var(--primary-pink);
}

.breadcrumb {
    margin-bottom: 0;
    font-weight: bold;
}

.breadcrumb-item a {
    color: var(--primary-blue-name);
    text-decoration: none;
}

.breadcrumb-item a:hover{
    color: var(--primary-pink);
}

.breadcrumb-item.active {
    color: var(--primary-gray);
}

@media (max-width: 768px) {
    .hero-section-contact {
        text-align: center;
    }

    /* about us */
    .hero-section-about {
        text-align: center;
    }

    /* careers */
    .hero-section-career {
        text-align: center;
    }

    .hero-section-service {
        text-align: center;
    }
    .hero-section-franchisee{
        text-align: center;
    }
    .hero-section-award{
        text-align: center;
    }
    .hero-section-news{
        text-align: center;
    }

    .content-wrapper {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0 15px;
    }

    .breadcrumb {
        justify-content: center;
    }

    .about-title {
        font-size: 3rem;
        /* Slightly smaller font size for mobile */
    }
}


/*careers*/

.jobcareer-title {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 2px;
}

.jobcareer-title span {
    letter-spacing: -1.6px;
    line-height: 0.8;
    color: #F22283;
}


.intro-text {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}

.career-opportunities {
    margin-top: 40px;
}

.opportunity-list {
    list-style: none;
    padding: 0;
}

.opportunity-item {
    background: white;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.opportunity-item:hover {
    background: #f0f0f0;
    cursor: pointer;
}

.opportunity-item i {
    color: #5b308a;
}
@media (max-width: 1200px) {
    .blue-circle {
        position: absolute;
        width: 350px;
        height: 330px;
        background-color: var(--primary-purple);
        border-radius: 50%;
        left: -10px;
        top:50px;
        z-index: 1;
    }
    
    .pink-circle {
        position: absolute;
        width: 120px;
        height: 120px;
        background-color: #FF1493;
        border-radius: 50%;
        left: -10px;
        top: 70px;
        z-index: 2;
    }
    
    .profile-image {
        position: relative;
        z-index: 3;
        max-width: 250px;
        margin-left: 100px;
        top: -50px;
    }
}

@media (max-width: 768px) {
    .jobcareer-title {
        font-size: 36px;
    }
    .blue-circle {
        left: 0px !important;
        top:50px;
    }
    .pink-circle{
        left: 0px !important;
    }

}

/* Career Content Styles */

.career-description {
    margin-bottom: 40px;
}

.career-description p {
    color: var(--primary-gray);
    line-height: 1.6;
    margin-bottom: 20px;
}

.career-description a {
    color: #5b308a;
    text-decoration: none;
}

.career-description a:hover {
    text-decoration: underline;
}

.career-opportunities h2 {
    color: #5b308a;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
}

.opportunities-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.opportunities-list ul li {
    position: relative;
    padding: 10px 0 10px 20px;
    color: #333;
    border-bottom: 1px solid #e9ecef;
}

.opportunities-list ul li:before {
    content: "›";
    position: absolute;
    left: 0;
    color: #5b308a;
    font-weight: bold;
}

.job-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.job-card img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.job-card:hover img {
    transform: scale(1.03);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .opportunities-list {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .career-opportunities h2 {
        font-size: 24px;
    }
}

@media (max-width: 1200px) {

    /* Additional responsive adjustments */
    .jobcareer-title {
        font-size: 36px;
        margin-bottom: 10px;
    }
}


/* Awards and Accreditations */
.certificate-img {
    cursor: pointer;
    transition: transform 0.3s;
    width: 280px;
    height: 350px;
}
.certificate-img:hover {
    transform: scale(1.05);
}
.certificate-title {
    font-size: 1.2rem;
    margin-top: 1rem;
    text-align: center;
}
.modal-img {
    width: 100%;
    height: auto;
}

/* Gallery section*/
.campaign-title {
    text-align: center;
    color: #333;
    margin: 2rem 0;
    font-weight: 600;
}
.gallery-img {
    width: 280px;
    height: 204px;
    object-fit: cover;
    border: 2px solid #0d6efd;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.gallery-img:hover {
    transform: scale(1.05);
}
.modal-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.img-container {
    margin-bottom: 2rem;
}



.franchise-opportunities {
    background-color: #f8f9fa; 
    color: #333; 
}

.franchise-opportunities h1 {
    font-weight: bold;
}
.franchise-opportunities .prime-text{
    color: var(--primary-blue-name);
}
.franchise-opportunities .gen-text{
    color: var(--primary-purple);
}

.franchise-opportunities p {
    line-height: 1.8;
    font-size: large;
}

.franchise-opportunities .btn-primary {
    background-color: var(--primary-pink);
    border-color: var(--primary-pink);
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
}
.franchise-opportunities .btn-primary:hover{
    background-color: var(--primary-light-pink);
    color: var(--primary-gray);
}
.franchise-opportunities .btn-primary:active{
    background-color: var(--primary-pink);
    border-color: var(--primary-pink);
}
.card-footer{
    background-color: var(--primary-pink);
}
.card.lab {
    min-height: 450px;
    display: flex;
    flex-direction: column;
}

.card-body {
    flex-grow: 1;
}

/* Packages section */
.health-checkup {
    padding: 40px 20px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.main-heading {
    font-size: clamp(24px, 4vw, 36px);
    margin-bottom: 15px;
}

.primary-text {
    color: #6a1b9a;
}

.secondary-text {
    color: #e91e63;
}

.header-description {
    color: #666;
    font-size: clamp(14px, 2vw, 18px);
    max-width: 600px;
    margin: 0 auto;
}

.packages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.package-item {
    display: flex;
    flex-direction: column;
}

.package-wrapper {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.package-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.package-wrapper.success {
    background-color: var(--card-green);
}

.package-wrapper.primary {
    background-color: var(--card-purple);
}

.package-wrapper.info {
    background-color: var(--card-blue);
}

.package-thumbnail {
    width: 100%;
    margin-bottom: 20px;
}

.package-image {
    width: 100%;
    height: auto;
    max-width: 280px;
    object-fit: cover;
}

.package-name {
    font-size: clamp(20px, 3vw, 24px);
    /* margin-bottom: 15px; */
    color: #333;
}

.package-info {
    font-size: clamp(14px, 2vw, 16px);
    margin-bottom: 25px;
    color: #666;
    flex-grow: 1;
    line-height: 1.5;
}

.package-link {
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid var(--primary-pink);
    color: var(--primary-pink);
    text-decoration: none;
    border-radius: 25px;
    transition: all 0.3s ease;
    font-size: clamp(14px, 2vw, 16px);
}

.package-link:hover {
    background-color: var(--primary-pink);
    color: #fff;
}

/* Responsive breakpoints */
@media (max-width: 992px) {
    .health-checkup {
        padding: 50px 30px;
    }

    .packages-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .health-checkup {
        padding: 40px 20px;
    }

    .main-heading {
        font-size: 28px;
    }

    .header-description {
        font-size: 16px;
    }
}

@media (max-width: 575px) {
    .health-checkup {
        padding: 30px 15px;
    }

    .package-wrapper {
        padding: 20px;
    }

    .packages-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}


/* Mission-Vision */
.mission-vision {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
    background-image: url(../Assets/banner-shape.png);
}

.mission-title {
    margin-bottom: 30px;
    line-height: 1.2;
}

.mission-title .text-purple {
    color: var(--primary-purple);
}

.mission-title .text-blue {
    color: var(--primary-pink);
}

.mission-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.mission-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    color: #333;
    font-size: 1.1rem;
}

.mission-list li::before {
    content: '›';
    position: absolute;
    left: 0;
    color: #333;
    font-size: 1.2rem;
    font-weight: bold;
}

/* management-section */
.management-section {
    padding: 50px 0;
    position: relative;
}

.profile-container {
    position: relative;
}

.circle-bg {
    position: relative;
    width: 100%;
    max-width: 600px;
}

.blue-circle {
    position: absolute;
    width: 500px;
    height: 430px;
    background-color: var(--primary-purple);
    border-radius: 50%;
    left: -50px;
    top: 150px;
    z-index: 1;
}

.pink-circle {
    position: absolute;
    width: 120px;
    height: 120px;
    background-color: #FF1493;
    border-radius: 50%;
    left: -20px;
    top: 150px;
    z-index: 2;
}

.profile-image {
    position: relative;
    z-index: 3;
    max-width: 450px;
    margin-left: 100px;
}

.management-title {
    margin-bottom: 30px;
}

.management-title .our {
    color: var(--primary-purple);
}

.management-title .management {
    color: var(--primary-pink);
}

.doctor-name {
    font-size: 2rem;
    color: #333;
    margin-bottom: 20px;
}

.profile-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
    text-align: justify;
}

.primegen-link {
    color: #0088cc;
    text-decoration: none;
}

.primegen-link:hover {
    text-decoration: underline;
}

@media (max-width: 1200px) {
    /* .profile-container{
        display: none !important;;
    } */
}

@media (max-width: 768px) {
    .blue-circle {
        width: 300px;
        height: 300px;
    }

    .profile-image {
        max-width: 280px;
        margin-left: 30px;
    }

    .pink-circle {
        width: 80px;
        height: 80px;
    }
}

* Packages test section  */
.package-test-container {
    background: linear-gradient(to bottom right, #f8f9ff, #f0f2ff);
    padding: 20px;
    min-height: 100vh;
}
.page-title {
    font-size: 28px;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 1.5rem;
    text-align: center;
}
.search-container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
.search-input {
    border-radius: 25px;
    padding: 12px 45px 12px 25px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.search-input:focus {
    border-color: #E91E63;
    box-shadow: 0 2px 15px rgba(233, 30, 99, 0.1);
}
.search-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #a0aec0;
}
.collapse-indicator {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(233, 30, 99, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    transition: all 0.3s ease;
}

.collapse-indicator svg {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
    color: #E91E63;
}

.collapsed .collapse-indicator svg {
    transform: rotate(-90deg);
}

.card {
    border-radius: 15px;
    border: none;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    margin-bottom: 15px;
    transition: all 0.3s ease;
    background: white;
}
.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.card-header {
    background: none;
    border: none;
    padding: 18px 25px;
}
.card-header button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: left;
    padding: 0;
    color: #4a5568;
    text-decoration: none;
    transition: all 0.3s ease;
}

.left-content {
    display: flex;
    align-items: center;
    flex: 1;
}
.card-header button:hover {
    color: #E91E63;
}
.package-icon {
    color: #E91E63;
    margin-right: 15px;
    font-size: 20px;
}
.package-title {
    font-weight: 500;
    margin-right: 10px;
}
.test-count {
    color: #718096;
    font-size: 14px;
}
.price {
    background: var(--primary-pink);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 14px;
    box-shadow: 0 2px 10px rgba(233, 30, 99, 0.2);
}
.book-button {
    background: linear-gradient(45deg, var(--primary-pink), var(--primary-purple));
    color: white;
    border: none;
    border-radius: 25px;
    padding: 14px 35px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(233, 30, 99, 0.3);
}
.book-button:hover {
    background: linear-gradient(45deg, var(--primary-purple), var(--primary-pink));
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(233, 30, 99, 0.4);
}
.book-button svg {
    margin-left: 10px;
    transition: transform 0.3s ease;
}
.book-button:hover svg {
    transform: translateX(5px);
}
.test-details {
    color: #4a5568;
    padding: 15px 25px;
    background: #fafbff;
    border-top: 1px solid #f0f2f5;
}
.test-info {
    display: flex;
    align-items: center;
    flex: 1;
}
.test-details p {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}
.test-details p:before {
    content: "•";
    color: #E91E63;
    position: absolute;
    left: 0;
    font-size: 20px;
    line-height: 1;
}
.test-details p:last-child {
    margin-bottom: 0;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
.collapse.show {
    animation: fadeIn 0.3s ease forwards;
}

.card-header .btn-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-decoration: none;
    color: inherit;
}

.price-checkbox-container {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-checkbox {
    width: 20px;
    height: 20px;
    cursor: pointer;
    pointer-events: auto;
}

#testPackages .card {
    display: none;
  }
  
  #testPackages .card.visible {
    display: block;
  }
  
  #view-more-btn{
    background-color: var(--primary-pink);
    color: white;
    border-color: var(--primary-pink);
    padding: 10px 20px;
  }
  
  #testPackages .card.visible.hidden {
    display: none;
  }
  #no-results{
    text-align: center !important;
    color: red !important;
    font-weight: bold;
    margin-top: 10px;
  }

  .hidden {
    display: none;
  }
  
  
  /*terms and condition, privacy policy, cancellation and refund, terms of services, cookie policy and patient information consent*/
  .text-justify{
    text-align: justify !important;
  }
  .custom-list {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 0;
  }
  .custom-list li {
    margin-bottom: 15px;
    line-height: 1.5;
    color: rgb(33, 37, 41);
  }
  .title {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 8px;
  }
  .subtitle {
    margin-bottom: 15px;
  }
  .content-wrapper {
    max-width: 1200px;
    padding: 20px;
  }
  a {
    color: var(--primary-blue-name);
    text-decoration: none;
  }

  /* contact form */
  .form-container {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}
.section-divider {
    border-top: 2px solid #e9ecef;
    margin: 2rem 0;
    padding-top: 1rem;
}
.btn-location {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: var(--primary-pink);
    padding: 0.5rem;
    border: 1px dashed var(--primary-pink);
    border-radius: 8px;
    transition: all 0.3s ease;
}
.btn-location:hover {
    background-color: #f8f9fa;
    color: var(--primary-pink);
}
.selected-packages {
    margin: 1rem 0;
    padding: 0.5rem;
    border: 1px solid #dee2e6;
    border-radius: 4px;
}
.package-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    background-color: #f8f9fa;
    margin: 0.25rem 0;
    border-radius: 4px;
}
.package-item .remove-package {
    color: #dc3545;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0.25rem 0.5rem;
}
.package-name {
    font-size: 18px !important;
    /* margin-bottom: 15px; */
    color: #333;
}  
.total-price {
    text-align: right;
    font-weight: bold;
    margin-top: 0.5rem;
    border-top: 1px solid #dee2e6;
    padding-top: 0.5rem;
}

.selected-packages:empty::after {
    content: 'No packages selected';
    display: block;
    text-align: center;
    color: #6c757d;
    padding: 1rem;
}

.total-price {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #dee2e6;
    text-align: right;
    font-weight: 500;
}
.form-label {
    font-weight: 500;
    color: #495057;
}
/* .form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.15);
} */
.booktestbtn{
    background-color: var(--primary-pink);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.booktestbtn:hover{
    background-color: var(--primary-pink) !important;
    color: white !important;
}
