@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Forum&display=swap');
@import "./calsidebar.css";
@import "./month-calendar.css";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --primary : #0845eefd;
    --secondary : #36e8ff;
    --navlink-bckgnd: #0845eefd;
    --nav-color: #efefef;
    --white : #efefef;
    --gold: #D4AF37;
    --spinner-animation-speed: 1s;
    --li-bullet: #efefef;
    --background1: #0845eefd;
    --link-color: #0845eefd;
    --btn1color: #0845eefd;
    --btn1text: #efefef;
    --btn2color: #0845eefd;
    --btn2text: #efefef;
    --btn2hover: #12f0c0fd;
    
    --busnamebkgnd: #0845eefd;
    --busnametext: #efefef;
    --spanbusnametext:white;
    --spanbusnamebkgnd: #0845eefd;

    --color-text-light: #f9fafb;
    --color-text-dark: #030712;
    --color-gray-100: #f3f4f6;
    --color-gray-300: #d1d5db;
    --font-size-sm: 0.875rem;
    --line-height-sm: 1.25rem;
    --line-height-md: 1.5rem;
    --line-height-lg: 1.75rem;
    --border-radius-md: 0.25rem;
    --duration-sm: 100ms;
    --color-white: #ffffff;
    --font-size-lg: 1.125rem;
    --font-size-md: 1rem;
    --color-blue-500: #3b82f6;
    --color-blue-600: #2563eb;
}

body {
    font-family: "DM Sans", sans-serif; 
    color: var(--primary);
}

#main {
    background-image: url('./img/Bluewoffice2.png');
    min-height: 45vh;
    background-position: bottom-center;
    background-size: cover;
}

a {
    text-decoration: none;
}
.container {
    max-width: 1200px;
    padding: 16px;
    margin: auto;
}
section {
    margin: 60px auto;
}
nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-list {
    display: flex;
    list-style: none;
    gap: 28px;
    align-items: center;
}
.nav-list a {
   color: var(--nav-color);
   background: var(--navlink-bckgnd); 
   border: 2px solid var(--white);
   padding: 12px 20px;
   /*background: transparent;*/
   outline: none;
   cursor: pointer;
   border-radius: 5px;
   font-size: x-large;
}
.nav-list li:not(:last-child) {
    /*border: 2px solid var(--white);*/
    font-weight: bold;
}  
.nav-list li:last-child a {
    border: none;
}
.btn a, btn-secondary a {
    color: var(--nav-color);
}

p#busname { 
    color: var(--white);
    background-color: var(--busnamebkgnd);    
}
span.comname { 
    color: var(--spanbusnametext);
    font-weight:bold;
    background-color: var(--spanbusnamebkgnd);
    text-transform: uppercase;
    font-size: 1.75rem;
}

.btn {
    padding: 12px 20px;
    background: transparent;
    outline: none;
    cursor: pointer;
    border-radius: 5px;
}
.btn-secondary {
    background-color: var(--btn1color);
    border: 2px solid var(--white);
    color: var(--btn2color);
    font-weight: bold;
    color: var(--btn2text);
}
.btn-primary {
    border: none;
    background: var(--btn1color);
    color: var(--btn1text);
}

.btncircle {
    height: 80px;
    line-height: 80px;   
    width: 80px;  
    font-size: 0.9rem;
    font-weight: bold;
    border-radius: 50%;
    background-color: #0845eefd;
    color: Var(--white);
    text-align: center;
    cursor: pointer;
}
.atagcircle {
    height: 80px;
    line-height: 80px;   
    width: 80px;  
    font-size: 0.9rem;
    font-weight: bold;
    border-radius: 50%;
    background-color: var(--btn2color);
    
    text-align: center;
    cursor: pointer; 
}
li.atagcircle a {
    color: var(--btn2text);
}

.btn-holder a.sqbtnatag {
    display: inline-block;
    font-size: 18px;
    line-height: 48px;
    height: 48px;
    color: #ffffff;
    min-width: 212px;
    background-color: #006aff;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
    border-radius: 6px;
}
.squbtn-holder {
    overflow: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 259px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: -2px 10px 5px rgba(0, 0, 0, 0);
  border-radius: 10px;
  font-family: SQ Market, SQ Market, Helvetica, Arial, sans-serif;
}
p.squbtnptag {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
}

.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    color: var(--white);
}
.main-content .intro-heading {
   font-size: 20px; 
   color: #0845eefd;
}
.main-content .main-heading {
    font-size: 44px; 
    margin-top: -20px;
    color: #0845eefd;
 }
 .main-content p {
    max-width: 250px;
    margin-bottom: 10px;
 }
 .menu-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    display: none;
 }

.section-title h1 {
    font-size: 50px;
    text-align: center;
}
.section-title .line {
    width: 150px;
    height: 4px;
    border: 10px;
    background: var(--secondary);
    margin: auto;
}

.services {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.service {
    width: 375px;
}

.service img {
    max-width: 100%;
    border-radius: 5px;
    transition: transform 0.3s ease;
}
.service img:hover {
    transform: scale(1.05);
}

#testimonial {
    background: #f1f2fa;
}
#testimonial .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    gap: 30px;
    padding: 50px 16px;
}
#testimonial h1 {
    font-size: 50px;
    font-family: 'Forum', sans-serif; 
    text-align: center;
}
#testimonial h1 sup {
    font-size: 25px;
}
#testimonial .profile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#photos .pic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pic img {
    max-width: 100%;
    border-radius: 5px;
    transition: transform 0.3s ease;
}
/*
.formparts {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.formpart {
    width: 375px;
}
.formpart .formdata {
    display: block;
}    
.formpart .formdata label {
    float: left;
}
.formpart .formdata .form-control {
    float: right;
}
.formpart button {
    display: block;
}
*/
#contact h1 {
    font-size: 50px;
    font-family: 'Forum', sans-serif; 
    text-align: center;
}

.hero {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.hero form {
    background: #f1f2fa;
    width: 500px;
    padding: 30px;
    font-size: 18px;
}
.hero form input, .hero form textarea, .hero form select {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid var(--primary);
    outline: none;
}
.hero form select {
    color: var(--primary);
}
.hero .input-field {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}
.hero form textarea {
    color: inherit;
    font-family: inherit;
}
.hero .input-field ion-icon {
    font-size: 22px;
    margin-right: 15px;
}
#btn_send_email {
    width: 100%;
    color: var(--white);
    font-size: 16px;
    font-weight: bold;
}
::placeholder {
    color: var(--primary);
    opacity: 1; /* Firefox */
    font-size: 14px;
}
::-ms-input-placeholder { /* Edge 12 -18 */
    color: var(--primary);
}
.loader {
    width: 100%;
    padding: 10px;
    background-color: lightgray;
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
    display: none;
}
.loader.show {
    display: block;
}
.frm-status {
    display: none;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
}
.frm-status.show {
    display: block;
}
.success-msg {
    color: var(--primary);
    line-height: 3;
}
/* Loader Animation */
@keyframes rotateme {

    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.load-spinner {
    animation: rotateme var(--spinner-animation-speed) linear infinite;
}

#about-us .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 120px;
}
#about-us .container .about-content {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: start;
}
#about-us .container .about-content h1 {
    font-family: 'Forum', sans-serif;
    font-size: 30px;
}

#maps .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    gap: 30px;
    padding: 50px 16px;    
}
#maps .container .map {
    max-width: 500px;
 /*   display: flex;  */
  /*  flex-direction: column;  */
   /* gap: 16px;
    align-items: start;*/
}
#maps .container .map h1 {
    font-family: 'Forum', sans-serif;
    font-size: 30px;
}

#questions {
    min-height: 90vh;
    background-image: url('./img/main2.png');
    background-position: bottom  center;
    background-size: cover;
}
#questions .container {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
    justify-content: center;
    height: 500px;
    text-align: center;
}
#questions h1 {
    font-size: 40px;
}

footer {
    margin-top: -60px;
}
footer .container {
    display: flex;
    padding: 20px 16px;
    justify-content: space-between;
    align-items: center;
}
.footer-links {
    display: flex;
    align-items: center;
    gap: 16px;
    list-style: none;
    height: 80px;
   /* line-height: 80px; */ 
}
.footer-links a {
    color: var(--link-color);
}
footer {
    color: var(--link-color);
}
/*
.activities {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.activity {
    width: 375px;
}

.activity .accordian {
    --xy-padding: 14px;
    --border-radius: 6px;
    --transition-ms: 0.3s;

    margin: 1em 0;
    font-size: 16px;
}
.accordian--open .accordian__content-wrapper {
    grid-template-rows: 1fr;
}
.accordian--open .accordian__icon {
    transform: rotate(-90deg);
}
.accordian__title-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: var(--xy-padding);
    user-select: none;
    border-radius: var(--border-radius) var(--border-radius) 0 0;
    cursor: pointer;
    background-color: lightgrey;
    color: blue;
}

.accordian__title {
    font-weight: bold;
}
.accordian__icon {
    transition: transform var(--transition-ms);
}
.accordian__content {
    padding: 0 var(--xy-padding);
    line-height: 1.4;
    font-size: 0.85em;
    border: 1px solid #dddddd;
    border-top: none;
    border-radius: 0 0 var(--border-radius) var(--border-radius);
    overflow: hidden;
}

.accordian__content-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows var(--transition-ms) ease-out;
}
*/

.business {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.company {
    /*width: 375px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comdets {
    flex: 1;
    min-width: 48%;
    margin: 1%;
    box-sizing: border-box;
}
.worddesc {
    display: flex;
    align-items: center;
    justify-content: center;
}

#eventimg {
   width: 300px; /* Sets the width to 300 pixels */
   height: 200px; /* Sets the height to 200 pixels */ 
}
.company img {
    max-width: 100%;
    border-radius: 5px;
    transition: transform 0.3s ease;
}
.company img:hover {
    transform: scale(1.05);
}

#packages {
    background: #f1f2fa;
}
.cards {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.card {
    width: 375px;
    background-color: var(--background1);
    color: var(--white);
    border-radius: 15px;
    padding: 2rem;
    display: flex;
    flex-direction: column; /* Stack items vertically */
    justify-content: space-between; /* Push button to the bottom */
    /* text-align: cetner; */
}
.card ul {
    list-style: none;
}
.card .card-title {
    font-size: 1.5rem;
   /* font-weight: lighter; */
   margin-bottom: 1rem;
   text-align: center;
}
.card .card-price {
    font-size: 2rem;
    text-align: center;
}
.card-price h3>span {
    font-size: 1rem;
}
#card-4 .card-price {
    font-size: 2rem;
}
#card-1 .card-price, #card-2 .card-price, #card-3 .card-price {
    margin-bottom: 2rem;
}
/*
#packages .card #maus {
    background: transparent;
    color: var(--primary);
    border-color: var(--primary);
    margin-top: 1rem;
    width: 100%;
    padding: 1rem 2rem;
    font-size: 1rem;
    border-radius: 5px;
}
#packages .card #maus option {
    font-size: 1.2rem;
    background-color: lightgrey;
}
*/
/*
#packages .card .note {
    color: var(--primary);
    font-size: 0.75rem;
    text-align: center;
    display: block;
    margin-top: 5px;
}
*/


#packages .card ul {
    text-align: left;
    font-size: 0.9rem;
   /* font-weight: lighter; */
}
#packages #card-4 ul {
    /*margin-top: 1rem;*/
}
#packages .card ul li:before {
    content: "•";
    margin-right: 0.5rem;
    color: var(--li-bullet); 
    font-size: 1.5rem;
}
#packages .card ul li {
    margin-bottom: 0.5rem;
}
#packages .card .card-btn {
    margin-top: 1rem;
    width: 100%;
   /* background-color: transparent; */
    background-color: var(--white);
    border: 1px solid var(--primary);
    color: var(--btn2color); 
    font-size: 1rem;
    font-weight: 600;
    padding: 1rem;
    border-radius: 5px;
    align-self: flex-end;
    text-align: center;
}
#packages #card-1 .card-btn:hover, #packages #card-2 .card-btn:hover, #packages #card-3 .card-btn:hover, #packages #card-5 .card-btn:hover, #packages .card.active .card-btn {
/*#packages .card-btn:hover {*/
    background-color: var(--btn2hover);
}
#packages .toggle-switch {
    display: flex;
    height: 30px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}
#packages .toggler {
    appearance: none;
    -moz-appearance: none;
    width: 50px;
    height: 25px;
    background-color: var(--primary);
    border-radius: 25px;
    margin: 0 1rem;
    position: relative;
}
#packages .toggler::before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: var(--white);
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
}
#packages .toggler:checked:before {
    right: 55%;
}
#card-5 ul {
   /* margin-top: 7.5rem;*/
}
.fBold {
    font-weight: bold;
}
.switchbackgrd {
    background-color: #36e8ff; 
}
.tax {
    font-size: 0.8rem;
}

dialog {
   /* width: 85%;
    height: 90%;*/
    /*width: 100%;*/
    
    max-width: 100vw;
    max-height: 100vh;
    height: 100%;
    background-color: white;
    box-shadow: 0 0 10px #343333;
    border: 0;
    padding: 0;
    margin: 0;
}
dialog::backdrop {
   background: black;
   opacity: 80%; 
}
.purchase-dialog {
    display: flex;
    flex-direction: column;
    height: 100%; 
}

.modal-header {

}

.modal-body {
    flex: 1;
    overflow: auto;
}
/*#modal-package fieldset {
    height: 100%;
    overflow: auto;
}*/

.modal-body {
    padding: 5px 10px;
}


.modal-header {
    padding: 10 0;
    min-height: 40px;
    width: 100%;
    background-color: var(--background1);
    color: #fff;
}
.modal-title {
    text-align: center;
    padding: 5px 0 0 0;
    font-size: 22px;
}
.modal-header button.close {
    -webkit-appearance: none;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal-header .close {
    float: right;
    padding: 5px 5px 0 0;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    /*color: #000;*/
    text-shadow: 0 1px 0 #fff;
    /*opacity: .2;*/
}

.modal-footer{
    
    padding: 10px 0;
   /* height:20px;
    width:100%;
    margin-top: auto;
    position: fixed;
    left: 0;
    bottom: 0;*/
}
.modal-footer .btn-footer {  
    border: 1px solid var(--primary);
    color: var(--btn2color);
    font-size: 1rem;
    font-weight: 600;
}
.modal-footer .btn-close {
    margin-left: 3rem;
}
.modal-footer .btn-accept {
    margin-right: 3rem;
    float: right;
}
.btn-footer:hover {
    background-color: var(--btn2hover);
}

#modal-package{
    background-color: #f2f2f2;
    padding: 20px;
}
.form-group input[type=text], .form-group input[type=email], .form-group select {
    width: 100%;
    padding: 8px 20px;
    margin: 4px 0;
    /*display: inline-block;*/
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1.1rem; 
}
/*.form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}*/
#contactnamediv {
    display: none;
}

.service-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
}
.service-label {
    flex: 1;
    padding: 0 20px;
}
.service-chkbox {
    width: 20%;
}
div.service-group:nth-child(even) {background: #f2f2f2;}
div.service-group:nth-child(odd) { background: #FFF;}
.condition-group { background: #f2f2f2;}

#initialsdiv {
    display: none;
}
ol#conditions {
    list-style-position: inside;
}
.condition-group input[type=text] {
    width: 100%;
    padding: 8px 20px;
    margin: 4px 0;
    /*display: inline-block;*/
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 1.1rem; 
}
.inactiveLink {
    pointer-events: none;
    cursor: default;
 }
 
.price-group, .price-tax, .price-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
}
.price-total {
    padding: 10px 0;
}
.price-tax {
    padding-top: 20px;
}
.price-text {
    flex: 1;
    padding: 0 20px;
}
.price-value {
    width: 30%;
}
.price-value {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.price-amt {
    flex: 1;
}
.price-denom {
    width: 20%;
    text-align: left;
}

.price-text {
    text-align: left;
}
.price-amt {
    text-align: center;
}
.price-total .price-value .price-amt {
    border-top: 1px solid #000;
    border-bottom: 3px double #000;
}
.price-tax .price-value .price-amt {
    border-top: 1px solid #000;
}
.price-denom {
    font-style: italic;
}
#compdetails, #datedetails {
    display: none;
}



@media (min-width: 768px) {
    .calendarapp {
        display: grid;
        grid-template-columns: auto 1fr;
    }

}

@media screen and (max-width:768px) {
    .nav-list {
        gap: 0;
    }
    .nav-list a {
        padding: 6px 10px;
    }
    /*.price-denom {
        display: none;
    }*/
    .company {
        padding-bottom: 20px;
    }
    .comdets {
        flex: none;
        width: 100%;
        margin: 0;
    }
    .worddesc {
        align-items: flex-start;
        justify-content: flex-start; /* Aligns content to the left on mobile */
        text-align: left; /* Aligns text to the left on mobile */
    }

}


 @media screen and (max-width:520px) {
    .menu-btn {
        display: block;
    }
    .nav-list {
        flex-direction: column;
        background: gray;
        position: absolute;
        top: 0;
        right: -900px;
        width: 80%;
        height: 100vh;
        padding-top: 80px;
        transition: all 0.3s ease;
    }
    .nav-list.active {
        right: 0;
    }
    .nav-list li:not(:last-child) {
        text-align: left;
        width: 100%;
        padding: 10px 30px;
        border-bottom: 1px solid var(--white);
    }
    
    .main-content .intro-heading {
        font-size: 30px;
    }
    .main-content .main-heading {
        font-size: 38px;
    }

    #about-us .container {
        flex-direction: column;
        gap: 30px;
    }

    footer .container {
        flex-direction: column;
        gap: 16px;
    }
/*
    dialog {
        max-width: 100vw;
        max-height: 100vh;
    }*/
    /*.service-group {
        flex-direction: column;
        align-items:flex-start;
    }*/
    .service-label {
        padding: 0 10px;
    }
    .service-chkbox {
        width: 10%;
    }
    .price-value {
        width: 100%;
    }

    .price-group, .price-tax, .price-total {
        flex-direction: column;
        align-items:flex-start;
    }
    .price-amt {
        text-align: right;
    }
   /* .price-denom {
        display: inherit;
    }*/

 }