.serviceHead{flex-direction:column;justify-content:flex-start;align-items:flex-start;display:flex}.serviceHead>h6{color:var(--customColor);text-align:center;justify-content:center;align-items:center;gap:10px;width:100%;display:flex}.serviceHead>h6:before{content:"•";color:var(--customColor);font-size:20px}.serviceHead>h6:after{content:"•";color:#00aeff;font-size:20px}.serviceHead>h2{text-align:start;font-size:50px}.serviceHead>h2>span{color:var(--customColor)}.serviceHead>p{color:#666;text-align:justify;width:100%;font-size:20px}.serviceSubHead-container>h2{text-align:start;color:var(--customColor);font-size:30px}.serviceSubHead-container>p{color:#666;text-align:justify;width:100%;font-size:20px}.serviceHead>h4,.serviceSubHead-container>h4{color:var(--customColor)}.serviceSubHead-container>ul{margin:0;padding:0}.serviceSubHead-container>ul>li{color:#666;margin-top:20px;font-size:20px;list-style:none}.serviceSubHead-container>ul>li>b{color:var(--customColor)}.service-container{border-top:2px solid var(--customColor);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;width:100%;height:100%;margin:20px 10px 10px;padding:35px 20px;display:flex}.service-card{justify-content:flex-start;align-items:center;gap:20px;width:40%;padding:10px;display:flex}.service-cardContent>h3{font-size:20px}.service-cardIcon{color:var(--customColor);font-size:40px}.serviceBenefits-container{border-top:2px solid var(--customColor);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;width:100%;height:100%;margin:20px 10px 10px;padding:40px 20px;display:flex}.serviceBenefit-head{justify-content:center;align-items:flex-start;gap:20px;width:100%;display:flex}.serviceBenefit-head>h2{text-align:start;width:100%;color:var(--customColor);margin-bottom:20px;font-size:30px}.serviceBenefits-card{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;width:46%;padding:10px;display:flex}.serviceBenefits-cardContent>h3{font-size:30px}.serviceBenefits-cardContent>p{text-align:justify}.serviceBenefits-cardIcon{color:var(--customColor);font-size:40px}.serviceBook-container{background-color:var(--customBg);border-radius:20px;justify-content:space-between;align-items:center;width:100%;height:100%;display:flex}.serviceBook-content>h3{color:var(--customColory)}.serviceBook-content:first-child{width:60%;padding:20px}.serviceBook-content:nth-child(2){justify-content:space-between;align-items:flex-end;width:30%;height:250px;display:flex}.serviceBook-content:nth-child(2)>img{object-fit:cover;width:100%;height:300px}.serviceBook-content>button{background-color:var(--customColor);color:#fff;border:none;border-radius:20px;padding:10px;font-size:20px}.serviceBrochure-container{border-radius:20px;width:100%;height:300px;overflow:hidden;box-shadow:0 0 10px gray}.serviceBrochure-content>img{object-fit:cover;width:100%;height:100%}.serviceBrochure-content:first-child{width:100%;height:200px}.serviceBrochure-content:nth-child(2){background-color:#fff;justify-content:center;align-items:center;width:100%;height:100px;padding:10px;display:flex}.serviceBrochure-content>a{color:var(--customColor);justify-content:center;align-items:center;width:100%;height:100%;text-decoration:none;display:flex}.serviceBrochure-item{flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.serviceBrochure-item>p{text-align:center;font-size:20px;font-weight:700}.serviceBrochure-icon{color:var(--customColor);font-size:40px}@media screen and (min-width:320px) and (max-width:768px){.serviceHead>h2{font-size:40px}.service-container{border-top:2px solid var(--customColor);flex-direction:column;gap:20px;width:100%;height:100%;margin:20px 10px 10px;padding:10px}.service-card{width:100%;padding:10px}.serviceBenefits-container{flex-direction:column;width:100%;height:100%;margin-top:10px;padding:10px}.serviceBenefits-card{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;width:100%;padding:10px;display:flex}.serviceBook-container{flex-direction:column-reverse}.serviceBook-content:first-child{width:100%;padding:20px}.serviceBook-content:nth-child(2){justify-content:space-between;align-items:flex-end;width:100%;height:250px;display:flex}}
.packageTable-container{flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;padding:20px;display:flex;overflow-x:auto}.packageTable-Head>h2{text-align:center;font-size:50px}.packageTable-Head>p{color:#666;text-align:justify;width:100%;font-size:20px}.packageTable-content{width:90%;height:100%;color:var(--customColor);text-align:center;border-collapse:collapse;background-color:#fff;border:1px solid #fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 20px #0003}.packageTable-content>thead>tr>th{background-color:var(--customColor);color:#fff;border:1px solid gray;width:12.5%;height:60px}.packageTable-content>thead>tr>th:first-child{color:var(--customColor);background-color:#fff;font-size:25px}.packageTable-content>tbody>tr>td{border:1px solid gray;height:60px;font-size:20px;font-weight:700}.packageTable-content>tbody>tr>td>button{border:1px solid var(--customColor);color:var(--customColor);background-color:#0000;border-radius:10px;padding:5px 10px;transition:all .3s}.packageTable-content>tbody>tr>td>button:hover{background-color:var(--customColor);color:#fff}.packageTable-content>tbody>tr>th{background-color:var(--customColor);color:#fff;border:1px solid gray;padding:10px}.packageTable-checkIco{color:green;font-size:30px}.packageTable-crossIco{color:red;font-size:30px}.packageTable-exIco{color:gold;font-size:30px}@media screen and (max-width:768px){.packageTable-container{align-items:flex-start;width:100%;overflow-x:auto}.packageTable-content>thead>tr>th:first-child{color:var(--customColor);background-color:#fff;font-size:20px}.packageTable-content>tbody>tr>td{padding:10px}}
