
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap');

@font-face {
    font-family: 'SFProDisplayMedium';
    src: url('public/backend/fonts/SFPRODISPLAYMEDIUM.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SFProDisplayHeavy';
    src: url('public/backend/fonts/SFProDisplay-Heavy.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SFProDisplay-Thin';
    src: url('public/backend/fonts/SFProDisplay-Thin.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SFProDisplay-Thin';
    src: url('public/backend/fonts/sf-pro-display-light.otf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: 'SFProDisplayMedium', sans-serif;
                                                
}

.full-wrapper {
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: top;
    min-height: 90vh;
}

.title-container {
    display: flex;
    flex-direction: column;
    align-items:center;
}


/* Full-page centering */
.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    
}

/* Button grid */
.button-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 35px;
    max-width: 800px;
    width: 100%;
    padding: 0 20px;
    margin-top: 50px;
}

._mbutton-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 5px;
    width: 100%;
    max-width: 800px;
    padding: 0 20px;
    margin-top: 50px;
}

/* Image button with overlay */


.title_text {
    font-size: 30px;
    color: #073C3C;
    font-family: 'SFPRODISPLAYMEDIUM', sans-serif;
    font-weight:bold;
    height: 20px;
}

.title_text1 {
    font-size: 50px;
    color: #073C3C;
    font-family: 'SFPRODISPLAYMEDIUM', sans-serif;
    font-weight:300;
}

._mtitle_text1 {
    font-size: 25px;
    color: #073C3C;
    font-family: 'SFPRODISPLAYMEDIUM', sans-serif;
    font-weight:300;
}

.title_text2 {
    font-size: 30px;
    color: #073C3C;
    font-family: 'SFProDisplayHeavy', sans-serif;
    font-weight:bolder;
    padding-top: 60px;
}

._mtitle_text2 {
    font-size: 20px;
    color: #073C3C;
    font-family: 'SFProDisplayHeavy', sans-serif;
    font-weight:bolder;
    padding-top: 60px;
}

.site-header {
    background-color: #ffffff;
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0;
    text-align: center;
}

.wrap {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.title-area {
    text-align: center;
    margin-bottom: 10px;
}

.custom-logo {
    max-width: 180px;
    height: auto;
}

.site-title {
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0 0;
}

.site-description {
    font-size: 30px;
    color: #666;
    margin: 5px 0 15px;
    
}

.navbar, .navbar-brand, .navbar-nav .nav-link {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px; /* adjust as needed */
    font-weight: 400;
}

.nav-item{
    padding-right: 25px;
}

.menu-toggle {
    display: none;
    background: #007bff;
    color: white;
    padding: 8px 15px;
    border: none;
    font-size: 16px;
    border-radius: 4px;
    margin-bottom: 15px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .nav-primary .menu {
        flex-direction: column;
        display: none;
    }

    .nav-primary .menu.active {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }
}

.footer {
    background-color: #f8f9fa;
    font-family: 'SFProDisplayHeavy', sans-serif;
    font-size: 0.95rem;
    padding: 0;
    border-top: 1px solid #dee2e6;
}

.footer a {
    color: #073C3C;
    text-decoration: none;
    margin: 0 5px;
}

.footer a:hover {
    text-decoration: none;
}

.footer-logo{
    padding-bottom: 35px;
}

.footer-text {
    font-size: 14px;
    
    font-family: 'SFProDisplayMedium', sans-serif;
    height: 20px;
}

.footer-links{
    font-size: 14px;
    color: #073C3C !important; 
    font-family: 'SFProDisplayMedium', sans-serif;
    height: 20px;
    text-decoration: none;
    width: 800px;
}


.footer-links li{
    padding: 0;
    margin: -5px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;

}

.button-caption {
    margin-top: 8px;
    font-size: 16px;
    color: #333;
    font-family: 'SFProDisplayHeavy', sans-serif;
}


.servicebutton {
    position: relative;
    width: 230px;
    aspect-ratio: 3 / 3;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.5s ease;
    background-color: rgb(221, 221, 221);
    transition: background-image 0.8s ease, transform 0.8s ease;
    
}

.subservicebutton {
    position: relative;
    width: 230px;
    aspect-ratio: 3 / 3;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.5s ease;
    background-color: rgb(221, 221, 221, 0.5);
    transition: background-image 0.8s ease, transform 0.8s ease;
    z-index: 1; 
}

._mservicebutton {
    position: relative;
    width: 115px;
    aspect-ratio: 2 / 2;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.5s ease;
    background-color: rgb(221, 221, 221);
    transition: background-image 0.8s ease, transform 0.8s ease;
    
}

._msubservicebutton {
    position: relative;
    width: 115px;
    aspect-ratio: 3 / 3;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.5s ease;
    background-color: rgb(221, 221, 221, 0.5);
    transition: background-image 0.8s ease, transform 0.8s ease;
    z-index: 1; 
}

.subservicebutton:hover .overlay-image {
    background-image: url('/storage/img/play_hover.png');
    background-size: 100%;

}

.servicebutton:hover {
    transform: scale(1.03);
    transition: 0.3s;
    
}

.servicebutton:hover .overlay-image {
    background-image: url('/storage/img/play_hover.png');
    background-size: 100%;
}

.overlay-image {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background-image: url('/storage/img/play_default.png');
    background-size: 35%;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    transition: background-image 0.3s ease; 
}

.overlay-color {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 3;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
    background-color: rgba(0, 128, 128, 0.2); /* Transparent teal */
    transition: background-color 0.3s ease;
    z-index: 1;
}

.servicebutton-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    text-align: center;
    width: 230px;
}

._mservicebutton-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px;
    text-align: center;
    width: 150px;
}

._mresponsive-iframe-container {
    position: relative;
    min-width: 350px;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
    border-radius: 8px; /* optional rounded corners */
}

._mresponsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.subservice-overlay{
     background-color: rgba(0, 128, 128, 0.4);
}

/* .subservice-caption:hover{
    transform: scale(1.08);
    transition: 0.3s;
    color: #f7aa3e !important;
}

.subservice-caption{
    font-size: 30px;
    color: #073C3C;
    font-family: 'SFProDisplayMedium', sans-serif;
    font-weight:300;
} */

.service-caption{
    font-size: 15px;
    color: #073C3C;
    font-family: 'SFProDisplay-Thin', sans-serif;
    transition: transform 0.3s ease;
    width: 150px;
    padding-top: 5px;
}

.service-caption:hover{
    transform: scale(1.05);
    transition: transform 0.3s ease;
    color: #f7aa3e !important;
}

.service-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: bold;
    transition: opacity 0.3s ease;
    text-align: center;
    padding: 10px;
}



.bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.yes-no-title-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #073C3C;
    font-family: 'SFProDisplayMedium', sans-serif;
} 

.yes-no-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 40px;
    font-size: 20px;
    color: #073C3C;
    font-family: 'SFProDisplayMedium', sans-serif;
}



.yes-button, .no-button {

    height: 35px;
    width: 80px;
    font-family: 'SFProDisplayMedium', sans-serif;
    font-weight: bolder;
    color: #073C3C;
    background: #E4E4E4;
    border-radius: 25px;
    float: left;
    position: relative;
    border:0px;
    box-shadow: 0 0 2px #707070;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear;
    box-shadow:0px 0 0 #E4E4E4  inset;
}

.yes-button:hover, .no-button:hover{
    -webkit-box-shadow: -180px 0 0 #31708f inset;
    
}


.yes-button::after, .no-button::after {
    content: 'Thank You!';
    font-family: 'SFProDisplay-Thin', sans-serif;
    font-size: 12px;
    font-weight:lighter;
    color: #073C3C;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: white;
    background-color: #073C3C;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.8s ease;
    pointer-events: none;
}

.no-button::after {
    content: 'Create Ticket';
    font-family: 'SFProDisplay-Thin', sans-serif;
    font-size: 12px;
     color: white;
}

.yes-button:hover::after, .no-button:hover::after {
    opacity: 1;
}

.back-to-top{
    
    display: inline-block;
    font-family: 'SFProDisplayMedium', sans-serif;
    font-size: 15px;
    color: #073C3C; /* Dark teal */
    cursor: pointer;
    transition: transform 0.2s ease;
    margin-left: 7px;
}

.back-to-top:hover {
    transform: scale(1.08);
    transition: transform 0.3s ease;
    color: #f7aa3e !important;
}


  .contact-form {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
  }

  .contact-form label {
    font-weight: 700;
  }

  .contact-form .form-control {
    border-radius: 5px;
  }

  .contact-form textarea {
    resize: none;
  }


.custom-nav-link {
    color: #333; /* default color */
}

.custom-nav-link:hover {
    color: #f7aa3e !important; /* hover color override */
}


.thank-you-container {
    font-family: 'SFProDisplayMedium', sans-serif;
    font-size: 25px;
    color: #073C3C; /* Dark teal */
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 100px;
}

.ticket-caption{
    font-size: 15px;
    color: #073C3C;
    font-family: 'SFProDisplay-Thin', sans-serif;
    transition: transform 0.3s ease;
    width: 800px;
    padding-top: 5px;
    padding-bottom: 25px;
    text-align: center;
  margin: 20px auto;
  max-width: 90%;     /* shrink on smaller screens */
  font-size: 1rem;    /* base size */
  line-height: 1.6;   /* better readability */
    
    
}


.form-control{
    background-color: #eeeeee !important;
}
.form-label{
    padding-left: 10px;
}

@media (min-width: 768px) {
  .ticket-caption {
    max-width: 600px; /* readable width on tablets & desktops */
    font-size: 1.1rem;
  }
}

@media (min-width: 1200px) {
  .ticket-caption {
    font-size: 1.2rem; /* slightly bigger on large screens */
  }
}
