.html-block-body {
    width:100%;
    color:#636367;
    position:relative;
}
.html-block-body .row {
    margin-left: -16px;
    margin-right: -16px;
}
.html-block-body img{
    max-width: 100%;
    height:auto!important;
}
.html-block-body iframe {
    max-width: 100%;
}
.html-block-body p{
    margin-bottom:16px;
}
.html-block-body hr {
    margin:16px 0;
}
.html-block-body .col-md-3,
.html-block-body .col-md-9,
.html-block-body .col-md-6.col-1,
.html-block-body .col-md-6.col-2,
.html-block-body .col-md-4.col-1,
.html-block-body .col-md-4.col-2,
.html-block-body .col-md-4.col-3 {
    height: auto!important;
    position: relative;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 16px;
    display:block;
}
@media (min-width:992px) {
    .html-block-body .row {
        display:flex;
    }
    .html-block-body .col-md-3 {
        width: 25%;
    }
    .html-block-body .col-md-9 {
        width: 75%;
    }
    .html-block-body .col-md-6.col-1,
    .html-block-body .col-md-6.col-2 {
        width: 50%;
    }
    .html-block-body .col-md-4.col-1,
    .html-block-body .col-md-4.col-2,
    .html-block-body .col-md-4.col-3 {
        width: 33.33333333%;
    }
    .block-type-html .html-block-body p,
    .block-type-html .html-block-body li{
        font-size:14px;
    }
    .html-block-body table {
        margin-bottom:20px;
    }
}

@media (max-width:991px) {
    .html-block-body img,
    .html-block-body .col-md-3,
    .html-block-body .col-md-9,
    .html-block-body .col-md-6.col-1,
    .html-block-body .col-md-6.col-2,
    .html-block-body .col-md-4.col-1,
    .html-block-body .col-md-4.col-2,
    .html-block-body .col-md-4.col-3 {
        width: 100%;
    }
    .block-type-html .html-block-body p,
    .block-type-html .html-block-body li,
    .block-type-html .html-block-body table{
        font-size:12px;
    }
    .html-block-body table {
        margin-bottom:15px;
    }
}

/*---Table---*/
.html-block-body table:not(.table) {
    width: 100%!important;
    margin: 10px 0;
    border-spacing: 0;
    border-color: #999;
}
.html-block-body table:not(.table) td,
.html-block-body table:not(.table) th {
    padding: 15px 10px!important;
}
.html-block-body table:not(.table) td p,
.html-block-body table:not(.table) th p {
    margin-bottom:0!important;
}
@media (min-width:992px) {
    .html-block-body table {
        margin-bottom:16px;
    }
    .html-block-body table:not(.table) td,
    .html-block-body .table:not(.table) td {
        padding: 15px !important;
    }
}

@media (max-width:991px) {
    .html-block-body table {
        margin-bottom:12px;
    }
    .html-block-body table:not(.table) td,
    .html-block-body .table:not(.table) td {
        padding: 10px !important;
    }
}

.block-type-html .button-row {
    width: 100%;
}
.block-type-html .button-row a {
    width: fit-content;
}

#single-post .font-size button{
    padding: 6px 12px;
    border-radius: 20px;
}

#single-post .date-read-count-category {
    align-items: center;
}


@media (max-width:991px) {
    #single-post .html-block-body iframe {
        height:940px;
    }
}

.weather-report-4 .icon {
    height: 32px;
    width: 100%;
    display: flex;
    filter: drop-shadow(0px 0px 10px #333);
    -webkit-filter: drop-shadow(0px 0px 10px #333);
}

#footer .footer-widgets {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
#footer .col-code {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

@media (max-width:991px) {
    #footer .col-code {
        row-gap: 16px;
    }
}


/* <---------Accodion----------> */
.accordion {
    width: 100%;
    margin: 0 auto;
}

.accordion-header {
    display: block;
    padding: 16px 24px!important;
    cursor: pointer;
    background-color: #f6f6f6!important;
    transition: background-color 0.3s ease; /* Add transition to header background color */
    position:relative;
    color:#636367;
    font-size: 14px;
    border-radius: 8px;
    margin-bottom:16px;
}

.accordion-content {
    padding: 10px 20px;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease; /* Add transition to max-height for smooth opening/closing */
    opacity: 0;
    display:none;
}

/* Show the content when the checkbox is checked */
.accordion-content.open {
  height: max-content;
  opacity: 1;
}

/* Style the accordion item checkboxes to be hidden */
.accordion-item-checkbox {
    display: none;
}

.accordion-wrapper .card-header button:not(.collapsed)::after {
    transform: rotate(90deg);
    transition: .4s;
}
.accordion-header:after {
    content: "";
    right: 24px!important;
    left: auto;
    color: #0672a8;
    transition: .4s;
    position: absolute;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    background-image: url(/site_templates/1488/dist/svg/Vectors-Wrapper_18.svg);
    background-size: 100%;
    filter: brightness(0) saturate(100%) invert(33%) sepia(25%) saturate(4245%) hue-rotate(175deg) brightness(90%) contrast(95%);
    bottom: 50%;
    transform: translateY(50%);
}
.accordion-header.rotate-icon:after {
  transform: translateY(50%)rotate(90deg)!important;
}
@media(max-width:991px) {
    .accordion-header {
        font-size: 12px;
        border-radius: 4px;
        margin-bottom: 8px;
        padding: 12px 16px!important;
    }
    .accordion-header:after {
        right:16px!important;
    }
    .accordion-content {
        padding:8px 16px;
    }
}


/* <---------Tabs----------> */
.tabs {
    width:100%;
}
.tabs-header {
    display: flex;
    gap: 8px;
    flex-wrap:wrap;
}
.tab-button {
  border: 1px solid #e9e9e9;
  border-radius: 64px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  background-color:#fff;
  font-weight:600;
  font-size:14px;
  color: #636367;
}
.tab-button.active {
  border-color: #0672A8;
  transition: .4s;
  color: #0672A8;
}
.tab-content>section {
    padding:0!important;
}
.tab-content {
  display: none;
  padding: 0px;
  margin:0 -16px;
}

.tab-content.active {
  display: block;
}
@media(min-width:992px) {
    .tabs-header {
        display: grid;
        gap: 16px;
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 32px;
    }
}
@media(max-width:991px) {
    .tabs-header {
        margin-bottom: 16px;
    }
    .tab-button { 
        padding:8px 16px;
        font-size:12px;
    }
}




/* <---------Module photo Grid----------> */
.block-type-module_photo-v2 .img-wrapper {
    position: relative;
    margin-top: 15px;
}

.block-type-module_photo-v2 .img-wrapper img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4/3;
}

.block-type-module_photo-v2 .img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

.block-type-module_photo-v2 .img-overlay i {
    color: #fff;
    font-size: 3em;
}

.block-type-module_photo-v2 #overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.block-type-module_photo-v2 #overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
}

@media screen and (min-width: 768px) {
    .block-type-module_photo-v2 #overlay img {
        width: 60%;
    }
}

@media screen and (min-width: 1200px) {
    .block-type-module_photo-v2 #overlay img {
        width: 75%;
    }
}

.block-type-module_photo-v2 #nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

.block-type-module_photo-v2 #nextButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    .block-type-module_photo-v2 #nextButton {
        font-size: 3em;
    }
}

.block-type-module_photo-v2 #prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}

.block-type-module_photo-v2 #prevButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    .block-type-module_photo-v2 #prevButton {
        font-size: 3em;
    }
}

.block-type-module_photo-v2 #exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}

.block-type-module_photo-v2 #exitButton:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    .block-type-module_photo-v2 #exitButton {
        font-size: 3em;
    }
}

.block-type-module_photo-v2 #image-gallery .image {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.block-type-module_photo-v2 #image-gallery .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

@media(min-width:992px) {
    .block-type-module_photo-v2 #image-gallery .col-lg-3 {
        width: 25%;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .block-type-module_photo-v2 #image-gallery .col-md-6 {
        width: 50%;
    }
}

@media(min-width:576px) and (max-width:768px) {
    .block-type-module_photo-v2 #image-gallery .col-sm-6 {
        width: 50%;
    }
}

@media(max-width:576px) {
    .block-type-module_photo-v2 #image-gallery .col-6 {
        width: 50%;
    }
    .block-type-module_photo-v2 #image-gallery .image {
        padding-right: 9px;
        padding-left: 9px;
    }
}
