/* Mobile Friendly CSS */

@font-face {
  font-family: Poppins;
  src: url(/font/Poppins-Regular.ttf);
}

@font-face {
  font-family: Kalam;
  src: url(/font/Kalam-Regular.ttf);
}


@font-face {
    font-family: ArchivoNarrow-VariableFont;
    src: url(/font/ArchivoNarrow-VariableFont_wght.ttf);
}

.flex-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px;
}
.flex-wrap-reverse {
    display: flex;
    justify-content: center;
    flex-wrap: wrap-reverse; 
    /*this allows items to wrap in reverse */
}
.header {
    position: sticky;
    top: 0;
    bottom: -10px;
    z-index: 1000;
}
.logo {
    height: 150px;
    padding-bottom: -20px;
    padding-top: 10px;  
}

@media screen and (max-width: 768px) {
    .logo {
        height: 100px; /* Adjust logo height for mobile */
    }
}

/*NAVBAR MENU STYLE*/
*{text-decoration:none; list-style:none; margin:0px; padding:0px; outline:none;}
body{margin:0px; padding:0px; font-family: 'Poppins', sans-serif;}
section{width:90%; max-width:1200px; margin:0px auto; display:table; position:relative;}
h1{margin:0px auto; display:table; font-size:26px; padding:40px 0px; color: #1e347d;; text-align:center;}
h1 span{font-weight:500;}

header{width:100%; display:table; background-color:#FFFFFF; margin-bottom:0px;}
#logo{float:left; font-size:24px; text-transform:uppercase; color:#1e347d;; font-weight:600; padding:20px 0px;}
nav{width:auto; float:right;}
nav ul{display:table; float:right;}
nav ul li{float:left;}
nav ul li:last-child{padding-right:0px;}
nav ul li a{color:#1e347d;; font-size:18px; padding: 25px 20px; display:inline-block; transition: all 0.5s ease 0s;}
nav ul li a:hover{background-color:#01e3be;; color:#1e347d; transition: all 0.5s ease 0s;}
nav ul li a:hover i{color:#1e347d; transition: all 0.5s ease 0s;}
nav ul li a i{padding-right:10px; color:#1e347d;; transition: all 0.5s ease 0s;}


.toggle-menu ul{display:table; width:25px;}
.toggle-menu ul li{width:100%; height:3px; background-color:#444444;; margin-bottom:4px;}
.toggle-menu ul li:last-child{margin-bottom:0px;}

input[type=checkbox], label{display:none;}

.content{display:table; margin-bottom:60px; width:900px;}
.content h2{font-size:18px; font-weight:500; color:#1e347d;; border-bottom:1px solid #1e347d; display:table; padding-bottom:10px; margin-bottom:10px;}
.content p{font-size:14px; line-height:22px; color:#1e347d; text-align:justify;}

@media only screen and (max-width: 1440px) {
section{max-width:95%;}
}

@media only screen and (max-width: 980px) {
header{padding:20px 0px;}
#logo{padding:0px;}
input[type=checkbox] {position: absolute; top: -9999px; left: -9999px; background:none;}
input[type=checkbox]:fous{background:none;}
label {float:right; padding:8px 0px; display:inline-block; cursor:pointer; }
input[type=checkbox]:checked ~ nav {display:block;}

nav{display:none; position:absolute; right:0px; top:53px; background-color:#01e3be; padding:0px; z-index:99;}
nav ul{width:auto;}
nav ul li{float:none; padding:0px; width:100%; display:table;}
nav ul li a{color:#1e347d; font-size:15px; padding:10px 20px; display:block; border-bottom: 1px solid rgba(225,225,225,0.1);}
nav ul li a i{color:#1e347d; padding-right:13px;}
}


@media only screen and (max-width: 980px) {
.content{width:90%;}
}

@media only screen and (max-width: 568px) {
h1{padding:25px 0px;}
h1 span{display:block;}
}

@media only screen and (max-width: 480px) {
section {max-width: 90%;}
}

@media only screen and (max-width: 360px) {
h1{font-size:20px;}
label{padding:5px 0px;}
#logo{font-size: 20px;}
nav{top:47px;}
}

@media only screen and (max-width: 320px) {
h1 {padding: 20px 0px;}
}

/*END NAVBAR MENU STYLE*/

/*START HOME PAGE STYLE*/

.button {
    position: absolute
    top: 50%;
    background-color: #ff7729;
    color: #FFFFFF;
    border: none;
    boader-radius: 10px;
}



.block-1 {
    background-color: #01e3be;
    
    background-repeat: no-repeat ;
    background-size: cover;
    padding-top: 500px;
    padding-bottom: 150px;
    position:relative;
    
}
#heroimg{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}


.block-1 h2 {
    margin: 0px;
    /* margin-left: 1em; */
    padding: 10px;
    border-radius: 10px;
    font-size: 2rem;
    background-color: #01e3be;
    color: #ffffff;
    font-family: poppins;
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 65%;
    right: 82%;
    transform: translate(60%, -60%); /* Adjust positioning for better responsiveness */
    width: auto; /* Ensure it adjusts to content */
}

/* Add media query for mobile */
@media screen and (max-width: 900px) {
    .block-1 h2 {
        font-size: 1.5rem; /* Adjust font size for smaller screens */
        top: 50%; /* Adjust position for mobile */
        right: 50%;
        transform: translate(50%, -50%); /* Center on smaller screens */
        width: 90%; /* Ensure it fits within the screen */
    }
}


.wave {
    min-height: 60px;
    margin-top: -45px;
    margin-bottom: -8px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #0178ca;
    /*mask created with https://css-generators.com/wavy-shapes/ */
    --mask:
    radial-gradient(67.08px at 50% 90px,#000 99%,#0000 101%) calc(50% - 60px) 0/120px 100%,
    radial-gradient(67.08px at 50% -60px,#0000 99%,#000 101%) 50% 30px/120px 100% repeat-x;
  -webkit-mask: var(--mask);
          mask: var(--mask); 
}
.wave1 {
    min-height: 60px;
    margin-top: -35px;
    margin-bottom: -8px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #0178ca;
    /*mask created with https://css-generators.com/wavy-shapes/ */
    --mask:
    radial-gradient(67.08px at 50% 90px,#000 99%,#0000 101%) calc(50% - 60px) 0/120px 100%,
    radial-gradient(67.08px at 50% -60px,#0000 99%,#000 101%) 50% 30px/120px 100% repeat-x;
  -webkit-mask: var(--mask);
          mask: var(--mask); 
}
.wavebottom {
    min-height: 60px;
    margin-top:0px;
    margin-bottom: -8px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #0178ca;
    /*mask created with https://css-generators.com/wavy-shapes/ */
        --mask:
          radial-gradient(67.08px at 50% calc(100% - 90px),#000 99%,#0000 101%) calc(50% - 60px) 0/120px 100%,
          radial-gradient(67.08px at 50% calc(100% + 60px),#0000 99%,#000 101%) 50% calc(100% - 30px)/120px 100% repeat-x;
        -webkit-mask: var(--mask);
                mask: var(--mask);
      }
.wave-2 {
    min-height: 60px;
    margin-top: -45px;
    margin-bottom: -8px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #e0f2ff;
    /*mask created with https://css-generators.com/wavy-shapes/ */
    --mask:
    radial-gradient(67.08px at 50% 90px,#000 99%,#0000 101%) calc(50% - 60px) 0/120px 100%,
    radial-gradient(67.08px at 50% -60px,#0000 99%,#000 101%) 50% 30px/120px 100% repeat-x;
  -webkit-mask: var(--mask);
          mask: var(--mask); 
}
.block-2 {
    background-color: #0178ca;
    color: #ffffff;
    font-family: Poppins;
    font-size: 1rem;
    text-align: center;
    padding-bottom: 4rem;
    padding-top: 2rem;
    max-width: 100%;
;      
}

/* Adjust padding for mobile */
@media screen and (max-width: 768px) {
    .block-2 {
        padding-inline: 1rem; /* Add padding to the sides for smaller screens */
        padding-bottom: calc(5rem / 1.5); /* Reduce bottom padding by 1/3 */
    }
}
.block-2 h3 {
    font-size: 4rem;
    font-weight: 600;
    font-family: Kalam;
    padding-bottom: .5rem;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    background-color: #0178ca;
}

/* Add media query for mobile */
@media screen and (max-width: 768px) {
    .block-2 h3 {
        font-size: 4rem; /* Adjust font size for smaller screens */
    }
}

.block-3 {
    background-color: #FFFFFF;
    color: #1e347d;
    font-family: poppins;
    font-size: 1rem;
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column; /* Stack items vertically */
    justify-content: center; /* Center content vertically */
    align-items: center; /* Center content horizontally */
    height: auto; /* Allow height to adjust based on content */
    position: relative;
    text-align: center; /* Ensure text is centered */
}
.block-3 h2 {
    font-size: 4rem;
    font-family: poppins;
    text-align: center;
    padding-bottom: .25rem;
    border-radius: 10px;
    background-color: #ff7729;
    white-space: normal; /* Allow text wrapping */
    margin: 0 auto;
}

/* Add media query for mobile */
@media screen and (max-width: 768px) {
    .block-3 {
        padding: 10px; /* Add padding for smaller screens */
    }
    .block-3 h2 {
        font-size: 2.5rem; /* Adjust font size for smaller screens */
    }
    .block-3 h3 {
        font-size: 2rem; /* Adjust font size for smaller screens */
    }
    .block-3 button {
        font-size: 1.5rem; /* Adjust button size for smaller screens */
        padding: 10px 20px; /* Adjust padding for smaller screens */
    
    }
}
.block-3 h3 {
    font-size: 4rem;
    font-weight: 600;
    font-family: kalam;
    padding-bottom: .75rem;
    text-transform: uppercase;
    padding-top: 1rem;
}
.left { 
    width: 50%; /* Set to 50% for side-by-side layout */
    padding: 10px;
    display: inline-block; /* Ensure side-by-side display */
    vertical-align: top; /* Align items to the top */
    box-sizing: border-box; /* Include padding and border in width */
}
.right {
    width: 50%; /* Set to 50% for side-by-side layout */
    padding: 10px;
    display: inline-block; /* Ensure side-by-side display */
    vertical-align: top; /* Align items to the top */
    box-sizing: border-box; /* Include padding and border in width */
}
.block-3right {
    width: 100%; /* Make it full width on mobile */
    padding: 10px;
    text-align: center; /* Center content */
    display: flex;
}

.block-3 button {
  background-color: #ff7729;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2rem;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 10px;
}

.block-4 {
    background-color: #0178ca;
    color: #ffffff;
    font-family: Poppins;
    font-size: 1rem;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.block-4 h3 {
    font-size: 4rem;
    font-weight: 600;
    font-family: kalam;
    padding-bottom: 1rem;
    text-transform: uppercase;
    color: #ff9ac2;
}
.block-4 h4 {
    font-size: 2rem;
    font-weight: 600;
    font-family: ArchivoNarrow-VariableFont;
    text-align: center;
    padding-bottom: .75rem;
    color: #ffffff;
}
@media screen and (max-width:768px) {
    .flex-wrap{
        flex-direction: column;
    }
} 
@media screen and (max-width:768px) {
    .left, .right {
        width: 100%;
    }
}    

.left-4, .middle-4, .right-4 {
    width: 300px;
    margin: 20px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .left-4, .middle-4, .right-4 {
        margin: 20px auto; /* Center elements horizontally */
    }
}
.block-4 img {
    width: auto;
    height: 100px;
    padding-bottom: .75rem;
}



.block-5 {
    background-color: #FFFFFF;
    font-family: Poppins;
    font-size: 2rem;
    padding-top: 50px;
    padding-bottom: 50px;
    
}
.block-5 h3 {
    font-size: 4rem;
    font-weight: 600;
    font-family: kalam;
    padding-bottom: .75rem;
    text-transform: uppercase;
    color: #1e347d;
    text-align: center;
}
.block-5 h4 {
    font-size: 4rem;
    font-weight: 600;
    font-family: ArchivoNarrow-VariableFont;
    text-align: left;
    padding-bottom: .75rem;
    color: #1e347d;
    
}

.block-5 button {
    font-size: 1.5rem; /* Adjust button size for smaller screens */
    padding: 10px 20px; /* Adjust padding for smaller screens */
}

.left-full-screen {
    width: 37.5%; /* Adjust to full width for mobile */
    margin: 0 auto; /* Center horizontally */
    height: auto;
    /*color: ;*/
    font-family: poppins;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center vertically */   
    padding-bottom: 40px;
    /*align-items: center;*/
}



.right-full-screen {
    width: 37.5%; /* Adjust to full width for mobile */
    /*color: #1e347d;*/
    font-family: Poppins;
    font-size: 1rem;
    margin: auto; /* Center horizontally */
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center vertically */
    /*align-items: center;  Center content horizontally */
}



.right-full-screen img {
    width: 100%;   
    height: auto;
    align-items: center;
}

.left-full-screen img {
    width: 100%;
    height: auto;
    align-items: center;
    
}

/* Add media query for mobile */
@media screen and (max-width: 768px) {
    .left-full-screen, .right-full-screen {
        width: 90%; /* Make columns take full width */
        padding: 10px; /* Add padding for better spacing */
        flex: 1 1 auto; /* Allow flexible resizing */
    }
    .left-full-screen h4, .right-full-screen h4 {
        font-size: 2rem; /* Further adjust font size for smaller screens */
    }
}
.left-full-screen button {
    background-color: #ff7729;
    border: none;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: left;
    font-size: 1rem;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    max-width: max-content;
}
.left-full-screen :visited {
    color: white;
}
.right-full-screen button {
    background-color: #1e347d;
    border: none;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: left;
    font-size: 2rem;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
    max-width: max-content;
}
.right-full-screen :visited {
    color: white;
}

.block-8 {
    background-color: #0178ca;
    font-family: Poppins;
    font-size: 1rem;
    margin: auto; 
    padding: 10px; 
    padding-top: 30px;
}
.block-8 h3 {
    font-size: 4rem;
    font-weight: 600;
    font-family: kalam;
    padding-bottom: .75rem;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}
.row-9-left-item {
    width: 550px;
    margin: 1em;
    }
.row-9-right-item{
    width: 550px;
    margin: 1em;
}
/* Adjust for mobile screens */
@media screen and (max-width: 768px) {
    .row-9-left-item, .row-9-right-item {
        width: 90%; /* Reduce width to fit within the screen */
        margin: 1em auto; /* Center items horizontally */
    }
}
.block-6 h2 {
    font-size: 2rem;
    font-family: poppins;
    text-align: center;
    padding-bottom: .75rem;
    border-radius: 10px;
}
.block-6 {
    background-color: #0178ca;
    color: #ffffff;
    font-family: poppins;
    font-size: 2rem;
    padding-top: 25px;
    padding-bottom: 20px;
    display: flex; /* Use flexbox for alignment */
    justify-content: center; /* Center content horizontally */
    align-items: flex-start; /* Align items to the top */
    gap: 20px; /* Add 20px gap between left and right */
    /*padding: 10px; /* Optional padding for the block */
    box-sizing: border-box; /* Include padding and border in width */
    text-align: center; /* Center text inside the blocks */
    
    }
    
.block-6 .left, .block-6 .right {
    width: auto; /* Allow content to adjust dynamically */
    max-width: 50%; /* Ensure each block doesn't exceed 50% */
    padding: 10px;
    box-sizing: border-box; /* Include padding and border in width */
    text-align: center; /* Ensure text is centered */
    display: inline-block; /* Ensure they are displayed side by side */
    vertical-align: top; /* Align items to the top */
    box-sizing: border-box; /* Include padding and border in width */
    text-align: center; /* Center content horizontally */
    margin: 0 auto; /* Center the blocks within the page */
}
.block-6 button {
  background-color: #ff7729;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 2rem;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 10px;
    
}

/*Style for the buttons used to open and close accordion*/
.accordion {
    background-color: #ffffff;
    color: #1e347d;
    cursor: pointer;
    padding: .75rem;
    width: 95%;
    text-align: center; 
    outline: none;
    border: .25px solid #0178ca ;
    font-family: poppins;
    font-size: 1rem;
    transition: 0.4s;
    border-radius: 10px;
}

/*Background color for button if clicked (add the .active class with JS)*/
.active, .accordion:hover {
    background-color: #ffffff;
}

/*Style for accordion panel*/
.accordion-content {
    padding: 0 18px;
    background-color:#ffffff;
    display: none;
    overflow: hidden;
    color: #1e347d;
    text-align: left;
    font-size: 1rem;
    padding: .75rem;
    font-weight: normal;
    width: 95%;
    border-radius: 10px;
}

/* Adjust accordion for mobile */
@media screen and (max-width: 768px) {
    .accordion {
        width: 95%; /* Make accordion full width on mobile */
        font-size: 1rem; /* Adjust font size for better readability */
        margin: 0 auto; /* Center the accordion horizontally */
    }
    .accordion-content {
        width: 90%; /* Ensure content fits within the screen */
        font-size: 0.9rem; /* Slightly smaller font size for mobile */
        margin: 0 auto; /* Center the accordion content horizontally */
    }
}
.block-7 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.block-7 h3 {
    font-size: 4rem;
    font-weight: 600;
    font-family: kalam;
    padding-bottom: .75rem;
    text-transform: uppercase;
    text-align: center;
    color: #1e347d;
}

.block-9 {
    background-color: #FFFFFF;
    color: #0178ca;
    font-family: Poppins;
    font-size: 1rem;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 1200px;
    margin: 0 auto; /* Center the block horizontally */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center content vertically */
    align-items: center; /* Center content horizontally */
}
.block-9 h3 {
    font-size: 4rem;
    font-weight: 600;
    font-family: kalam;
    padding-bottom: .75rem;
    text-transform: uppercase;
    color: #0178ca;
}
.footer {
    background-color: #0178ca;
    color: #ffffff;
    font-family: Poppins;
    font-size: 1rem;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
/*END HOME PAGE STYLE*/

/*GALLERY PAGE STYLE*/
.gallery {
    
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
    font-family: poppins;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto; /* Center the block horizontally */
    text-align: center; /* Center text inside the blocks */
}
.gallery-header {
    
    color: #1e347d;
    font-family: poppins;
    font-size: 1rem;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 1400px;
    margin: 0 auto; /* Center the block horizontally */
}
.gallery-header h1 {
    font-size: 4rem;
    font-weight: 600;
    font-family: kalam;
    padding-bottom: .75rem;
    text-transform: uppercase;
    color: #1e347d;
    text-align: center;
}
.gallery h4 {
    font-size: 2rem;
    font-weight: 600;
    font-family: ArchivoNarrow-VariableFont;
    color: #1e347d;
    text-align: centre;
}

.left-gallery, .middle-gallery, .right-gallery {
    width: 400px;
    margin: 20px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .left-gallery, .middle-gallery, .right-gallery {
        margin: 20px auto; /* Center elements horizontally */
    }
}

.gallery img {
    width: 400px;
    height: auto;
    padding-bottom: .75rem;
}

.gallery p {
    font-size: 1rem;
    color: #1e347d;
    text-align: center;
    padding-bottom: .75rem;
    max-width: 1200px;
}

.rates-left, .rates-middle, .rates-right {
    width: 300px;
    margin: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Align content from top to bottom */
    align-items: center;
}

@media screen and (max-width: 768px) {
    .rates-left, .rates-middle, .rates-right {
        width: 90%;
        margin: 20px auto;
        display: block;
        box-sizing: border-box;
    }
}
.background-row {
    background-color: #e0f2ff;
    
}


.conditions {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto; /* Center the block horizontally */
    color: #1e347d;
    text-align: left;
    max-width: 1200px;
}

.rates {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
    font-family: poppins;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto; /* Center the block horizontally */
    text-align: center; /* Center text inside the blocks */
}

.rates p {
    font-size: 1rem;
    color: #1e347d;
    text-align: center;
    padding-bottom: .75rem;
    max-width: 1200px;
}
.rates h4{
    font-size: 2rem;
    font-weight: 600;
    font-family: ArchivoNarrow-VariableFont;
    color: #1e347d;
    
}
.rates-header {

    color: #1e347d;
    font-family: poppins;
    font-size: 1rem;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width: 1200px;
    margin: 0 auto; /* Center the block horizontally */
}
.rates-header h1 {
    font-size: 4rem;
    font-weight: 600;
    font-family: kalam;
    padding-bottom: .75rem;
    text-transform: uppercase;
    color: #1e347d;
    text-align: center;
}

.rates img {
    width: 300px;
    height: auto;
    padding-bottom: .75rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}