@import url("font.css");

:root {
    --IsfPortal-primary: #08bed4;
    --IsfPortal-secondary: #cd9945;
    --IsfPortal-navy-blue: #29338a;
    --IsfPortal-black: #403c3e;
    --IsfPortal-black-gray: #454545;
    --IsfPortal-gray0: #363636;
    --IsfPortal-gray1: #a9a9aa;
    --IsfPortal-gray2: #eaebec;
    --IsfPortal-white: #ffffff;
    --IsfPortal-rounded: 15px;
    --IsfPortal-padding: 15px;
    --bs-gutter-x: var(--IsfPortal-padding);
    --IsfPortal-input-rounded: 10px;
    --IsfPortal-Font-1: GothamRnd;
    --IsfPortal-Font-2: IRANSans;
    --IsfPortal-Font-3: Lato;
    --Isfportal-font-size-12: 12px;
    --Isfportal-font-size-14: 14px;
    --Isfportal-font-size-15: 15px;
    --Isfportal-font-size-16: 16px;
    --Isfportal-font-size-17: 17px;
    --Isfportal-font-size-18: 18px;
    --Isfportal-font-size-19: 19px;
    --Isfportal-font-size-20: 20px;
    --Isfportal-font-size-22: 22px;
    --Isfportal-font-size-25: 25px;
    --Isfportal-font-size-27: 27px;
}

.text-right {
    text-align: right;
}

*,
body {
    font-family: var(--IsfPortal-Font-3), sans-serif;
}

input,
textarea {
    outline: none;
}

html {
    scroll-behavior: smooth;
}

* {
    text-decoration: none !important;
}

a {
    outline: none !important;
    cursor: pointer;
}

button,
input,
textarea,
select {
    outline: 0;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
    outline: 0;
}

@font-face {
    font-family: GothamRnd;
    src: url('../fonts/GothamRnd/GothamRnd-Medium.eot') format("woff");
    src: url('../fonts/GothamRnd/GothamRnd-Medium.woff2') format("woff2");
    src: url('../fonts/GothamRnd/GothamRnd-Medium.woff') format("woff");
}


/*///////////////////////////////////////////*/
/*----------------------------------------------------Header------------------------------------------------------------*/
.logo {
    height: auto;
    width: 10rem;
}

.primary-background {
    background-color: var(--IsfPortal-primary);
}

.primary-color {
    color: var(--IsfPortal-white);
}

.parent-icon-nav {
    border: transparent;
}

.search-icon,
.setting-icon,
.icon-nav {
    width: 16px;
    height: 16px;
}

.pl-0-important {
    padding-left: 0 !important;
}

.pr-0-important {
    padding-right: 0 !important;
}

.modal-body-custom .modal-title.modal-title-search {
    font-size: 22px;
}

.input-search {
    font-size: 20px;
    /* font-weight: bold; */
}

.input-search:focus {
    box-shadow: 0 0 0;
    border: 1px solid var(--IsfPortal-blue);
}

.popover-header {
    color: var(--IsfPortal-secondary);
    font-size: var(--Isfportal-font-size-18);
    /* font-weight: bold; */
}

.popover-body {
    color: var(--IsfPortal-navy-blue);
    font-size: var(--Isfportal-font-size-16);
    /* font-weight: bold; */
}


/*----------------------------------------------------------Start-Nav----------------------------------------------------*/
.search-icon-mob {
    text-align: end;
}

.offcanvas-body-custom .ul-offcanvas {
    /* font-weight: normal; */
    margin: 0;
}

.dropdown-item:active {
    background-color: white;
}

.dropdown-menu .dropdown-item {
    font-size: var(--Isfportal-font-size-14) !important;
    /* font-weight: normal; */
    color: var(--IsfPortal-black) !important;
    padding: 5px 10px !important;
    min-width: max-content;
    overflow: hidden;
    text-wrap: pretty !important;
}

.offcanvas-body-custom .ul-offcanvas li {
    margin: 0;
    list-style: none;
    display: inline-block;
    white-space: nowrap;
}

.offcanvas-body-custom .ul-offcanvas li a {
    /*color: #3e3d3d;*/
    color: white;
    font-size: var(--Isfportal-font-size-14);
    text-decoration: none;
    display: inline-block;
    padding: 0 0.8rem;
}

.offcanvas-body-custom .ul-offcanvas li a:hover {
    color: #000;
}

.content {
    padding: 1.5em;
}

.custom-li {
    border-right: 0 !important;
}

.custom-li a {
    padding-right: 0 !important;
}

#Newstring {
    font-size: var(--Isfportal-font-size-18);
}

.close-nav {
    width: 36px;
    height: 36px;
}

.modal-body-custom {
    border-radius: 18px;
}

/*-----------------------------------------------------start-section----------------------------------------------------*/
.back {
    height: 35rem;
    border-bottom-left-radius: 15px;
}

.news-position {
    position: absolute;
    right: 0;
    top: 1.5rem;
}

.img-news {
    height: 15rem;
    width: 100%;
    border-radius: 15px;
}

.parent-swiper1 {
    width: 100%;
    height: 466px;
}

.parent-swiper2 {
    width: 100%;
    height: 400px;
    background: white;
    z-index: 999;
    position: relative;
    border-radius: 15px;
    padding: .5rem;
}

.p1-news {
    font-weight: bold;
    line-height: normal;
    /* margin: 0 0.5rem; */
    margin: 0.5em;
    color: var(--IsfPortal-primary);
}

.p2-news {
    color: #000;
    font-size: smaller;
    margin: 0 .5rem;
    font-weight: bold;
}

.p3-news {
    color: var(--IsfPortal-black-gray);
    font-size: smaller;
    margin: 0 .5rem;
}

.parent-banner {
    display: flex;
    align-items: center;
    text-align: center;
    height: 45px;
    width: 50%;
    border-radius: 10px;
    margin: 0 auto;
    background: var(--IsfPortal-secondary);
    /* line-height: 2.5rem; */
    color: white;
}

.weather {
    /* font-weight: bold; */
    font-size: x-large;
    margin-right: .2rem;
    margin-left: 0.2rem;
}

.prouduct-category {
    width: 100%;
    border: 5px solid white;
    border-radius: 15px;
}

.back-blue {
    background-color: var(--IsfPortal-primary);
    border: 5px solid white;
    border-radius: 15px;
    color: white;
    padding: 1rem;
    display: flex;
}

.img-mayoor {
    height: auto;
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    object-position: top center;
    border-radius: 15px;
    border: 5px solid white;
}

.mayor-message-col .ta-justify-children {
    font-size: 14px;
    margin-top: 0.5rem;
}

.icon-services {
    width: 2.5rem;
    margin-right: 0.8em;
}

.ul-services {
    list-style: none;
    padding: 0 1em;
}

.ul-services li {
    margin: 1.5rem 0.5rem;
    width: 100%;
    /* font-size: 16px; */
    font-size: 18px;
    /* font-weight: 400; */
}

.ul-services a {
    color: white;
}

.parent-swiper1 .mySwiper1,
.parent-swiper2 .mySwiper2,
.parent-swiper2 .mySwiperComments,
.parent-swiper-section4 .swiper-section4,
.parent-swiper-section5 .swiper-section5 {
    width: 100%;
    min-height: 350px;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.parent-swiper1 .swiper-slide,
.parent-swiper1 .slide-link {
    position: relative;
    display: block;
    height: 100%;
}

.parent-swiper1 .img-slide-1 {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.parent-swiper1 .slide-caption {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2.5rem 20px 20px;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.72) 0%,
        rgba(0, 0, 0, 0.35) 55%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 2;
    pointer-events: none;
}

.parent-swiper1 .slide-caption .title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 4px;
}

.parent-swiper1 .slide-caption .text {
    font-size: 14px;
    color: #fff;
    max-width: 70%;
}

.parent-swiper1 .img-slide-1,
.parent-swiper2 .img-slide-2,
.parent-swiper-section4 .img-swiper-section4,
.box-video img,
.box-post-card img,
.box-post-card-little img,
.parent-swiper-section5 .img-swiper-section5 {
    width: 100%;
    /** the height line should be commented, or use images with 16:9 aspect ratio for this section */
    height: 100%;
    object-fit: fill;
    border-radius: 12px;
}

.parent-swiper2 .mySwiper2 .swiper-button-custom,
.parent-swiper2 .mySwiperComments .swiper-button-custom {
    color: var(--IsfPortal-white);
    border-radius: 50%;
    border: 2px solid var(--IsfPortal-white);
    /* border: 4px solid var(--IsfPortal-white); */
    width: 45px;
    height: 45px;
}

.parent-swiper2 .mySwiper2 .swiper-button-custom::after,
.parent-swiper2 .mySwiperComments .swiper-button-custom::after {
    font-size: 23px;
    /* font-weight: bold; */
}

.custom-btn {
    cursor: pointer;
    color: var(--IsfPortal-white);
    border-radius: 12px;
    background-color: var(--IsfPortal-blue);
    padding: 20px;
    display: block;
    font-size: var(--Isfportal-font-size-20);
    border: none;
    /* font-weight: bold; */
}

.custom-btn:focus-visible {
    box-shadow: 0 0 0;
}

/*--------------------------------------------------------start-section2------------------------------------------------*/
.custom-box-nav-pill {
    padding: 9px;
    background-color: var(--IsfPortal-gray1);
    display: inline-block;
    border-radius: 12px;
    border: none;
}

.custom-box-nav-pill {
    padding: 9px;
    background-color: var(--IsfPortal-gray1);
    display: inline-block;
    border-radius: 12px;
    border: none;
}

.custom-box-nav-pill img {
    width: 28px;
}

.custom-btn-nav-pill.active .custom-box-nav-pill,
.custom-btn-nav-pill.active .hr-nav-pill {
    background-color: var(--IsfPortal-secondary);
}

.custom-btn-nav-pill:focus-visible,
.hr-nav-pill {
    border: none;
}

.custom-btn-nav-pill span {
    padding: 5px;
    color: var(--IsfPortal-gray1);
    /* font-weight: bold; */

}

.custom-btn-nav-pill.active span {
    color: var(--IsfPortal-gray0);
}

.hr-nav-pill {
    margin-top: 20px;
    height: 4px;
    width: 40px;
    background-color: var(--IsfPortal-gray1);
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    opacity: 1;
    border: none;
}

.box-slide-nav-pill {
    background-color: #f7f7f7;
    width: 10rem;
    height: 10rem;
    border-radius: 12px;
    text-align: center;
    position: relative;
    margin: auto;
    padding: 30px 10px;
}

.box-slide-nav-pill img {
    width: 100%;
    height: 5rem;
}

.box-slide-nav-pill .default-img {
    position: relative;
    right: 2px;
}

.box-slide-nav-pill p {
    color: var(--IsfPortal-black-gray);
    font-size: var(--Isfportal-font-size-18);
    /* font-weight: normal; */
}

.box-slide-nav-pill .hover-img {
    opacity: 0;
    width: 0;
    height: 0;
}

.box-slide-nav-pill:hover .hover-img {
    opacity: 1;
    transition: .6s;
    transform-origin: bottom;
    width: 65px;
    height: 65px;

}

.box-slide-nav-pill:hover .default-img {
    opacity: 0;
    width: 0;
    height: 0;
    display: none;
}

.box-slide-nav-pill:hover,
.box-slide-nav-pill:hover p {
    background-color: #c4c4c4;
    color: rgba(1, 31, 93, 0.84);
}

.parent-swiper-nav-pill {
    position: relative;
}

.parent-swiper-nav-pill .swiper-button-next.swiper-button-next-nav-pill {
    position: absolute;
    right: -40px;
    width: 40px;
}

.parent-swiper-nav-pill .swiper-button-prev.swiper-button-prev-nav-pill {
    position: absolute;
    left: -40px;
    width: 40px;
}

.parent-swiper-nav-pill .swiper-button-next.swiper-button-next-nav-pill::after,
.parent-swiper-nav-pill .swiper-button-prev.swiper-button-prev-nav-pill::after,
.parent-swiper-section5 .swiper-button-prev.swiper-button-prev-sec5::after,
.parent-swiper-section5 .swiper-button-next.swiper-button-next-sec5::after {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--IsfPortal-gray1);
    content: '';
    position: relative;
}

.parent-swiper-nav-pill .swiper-button-next.swiper-button-next-nav-pill .triangle,
.parent-swiper-section5 .swiper-button-next.swiper-button-next-sec5 .triangle {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid var(--IsfPortal-white);
    border-bottom: 7px solid transparent;
    position: absolute;
    z-index: 1;
    left: 0;
    right: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.parent-swiper-nav-pill .swiper-button-prev.swiper-button-prev-nav-pill .triangle,
.parent-swiper-section5 .swiper-button-prev.swiper-button-prev-sec5 .triangle {
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 10px solid var(--IsfPortal-white);
    border-bottom: 7px solid transparent;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.custom-tab {
    padding-right: 35px;
    padding-left: 35px;
}

/*--------------------------------------------------start-section3-------------------------------------------------------*/

.pic-map {
    width: 100%;
    border-radius: 12px;
    /* height: 10.6rem; */
    padding: 0.5em;
}

.ul-pic {
    padding: 0;
    list-style: none;
}

.ul-pic li {
    margin: 1rem auto;
    width: 100%;
    font-size: 14px;
    /* font-weight: normal; */
}

.btn-main {
    background: #cd9945;
    padding: .5rem;
    border: none;
    border-radius: 5px;
    /* font-weight: 500; */
    /* color: #38393a; */
    color: #fff;
    font-size: 14px;
    text-align: center;
}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider-brand {
    background: #d3d0d0;
    /* height: 85px; */
    height: 75px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.slider-brand::before,
.slider-brand::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}

.slider-brand::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider-brand::before {
    left: 0;
    top: 0;
}

.slider-brand .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    /* width: calc(250px * 5); */
    /* width: 100%; */
    width: max-content;
    text-align: center;
}

.slider-brand .slide {
    height: 85px;
    /* width: 8%; */
    width: 100%;
    align-content: center;
    /* font-weight: bold; */
}

.slider-brand .slide-track .slide a p {
    /* font-size: 20px; */
    color: #59595a;
    /* font-weight: bolder; */
    /* text-align: center; */
    /* margin: 1.5rem; */
}

.parent-swiper-section4 {
    width: 100%;
    /* height: 320px; */
    height: 100%;
}

.box-slide-swiper-section4,
.box-post-card,
.box-post-card-little,
.box-slide-swiper-section5 {
    position: relative;
    width: 100%;
    min-height: 350px;
    height: 100%;
    object-fit: fill;
    border-radius: 12px;
}

.img-swiper-section4,
.img-swiper-section5 {
    position: absolute;
    bottom: 0;
}

.box-slide-swiper-section5::after {
    content: '';
    background: linear-gradient(180deg, rgba(105, 133, 255, 0.085) 50%, var(--IsfPortal-primary) 85%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    right: 0;
}

.parent-text-swiper {
    position: absolute;
    bottom: 20px;
    padding: 0 20px;
    text-align: justify;
    color: var(--IsfPortal-white);
    z-index: 1;
}

.parent-text-swiper .title {
    font-size: var(--Isfportal-font-size-18);
    font-weight: bold;
}

.parent-text-swiper .text {
    font-size: var(--Isfportal-font-size-14);

}

.mySwiper.swiper-section4 .swiper-pagination.customize-swiper-p-s4 {
    width: auto;
    left: 25px;
}

.swiper-section4 .swiper-pagination.customize-swiper-p-s4 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid var(--IsfPortal-white);
    background-color: transparent;
    opacity: 1;
}

.swiper-section4 .swiper-pagination.customize-swiper-p-s4 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--IsfPortal-white);
}

.box-video {
    width: 100%;
    height: 140px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.parent-box-post-card {
    width: 100%;
    height: 355px;
    position: relative;
}

.box-post-card-little {
    height: 105px;
}

.box-post-card::after {
    content: '';
    background: linear-gradient(180deg, rgba(105, 133, 255, 0.085) 79%, var(--IsfPortal-primary) 105%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    right: 0;
}

.text-post-card {
    position: absolute;
    bottom: 15px;
    padding: 0 20px;
    text-align: justify;
    color: var(--IsfPortal-white);
    z-index: 1;
}

.text-post-card p {
    font-size: var(--Isfportal-font-size-14);
    /* font-weight: bold; */
}

.modal-body-custom {
    background: linear-gradient(320deg, rgba(105, 133, 255, 0.095) 77%, rgb(27, 57, 234) 100%);
    border-radius: 18px;
}

.modal-video-sizing {
    width: 100%;
    height: 430px;
    border-radius: 20px;
    overflow: hidden;
}

.modal-content {
    border-radius: 20px;
}

.modal-video-sizing video {
    border-radius: 20px;
    overflow: hidden;
}

.modal-body-custom .modal-title {
    color: #00087a;
    font-size: var(--Isfportal-font-size-16);
    /* font-weight: bold; */
}

.play-video {
    position: absolute;
    top: 10px;
    left: 10px;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--IsfPortal-red);
}

.triangle-video {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 14px solid white;
    border-bottom: 10px solid transparent;
    margin: 16px;
}

.custom-btn.custom-btn-new {
    background-color: var(--IsfPortal-red);
    width: max-content;
    padding: 8px 40px;
    /* font-weight: bold; */
}

.custom-btn.custom-btn-new:active,
.custom-btn.custom-btn-new:hover,
.custom-btn.custom-btn-new:focus-visible {
    background-color: #ee1313;
}

.parent-swiper2Comments .mySwiperTestimonial {
    min-height: 350px;
    height: 100%;
}
.parent-swiper2 .mySwiperComments .swiper-button-custom {
    color: #2815ae;
}

.swiper-slide:nth-child(n+2) {
    margin-left: 0; /* Adjust the value as needed */
}

.p-size {
    font-size: 18px;
    /* font-weight: normal; */
    color: black;
}

.text-white,
.text-white a,
.title a {
    color: #fff !important;
}

.text-dark {
    color: #000 !important;
}

.btn-disable {
    background: #a9a9a9 !important;
}

/*--------------------------------------------------------start-footer---------------------------------------------------*/
.site-footer {
    position: relative;
    margin-top: 2rem;
    overflow: hidden;
    background:
        radial-gradient(ellipse 70% 80% at 0% 100%, rgba(8, 190, 212, 0.08), transparent 55%),
        radial-gradient(ellipse 50% 60% at 100% 0%, rgba(41, 51, 138, 0.06), transparent 50%),
        linear-gradient(180deg, #f7fafb 0%, #eef5f7 100%);
}

.site-footer-wave {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 28px;
    background: var(--IsfPortal-white);
    clip-path: ellipse(70% 100% at 50% 0%);
    pointer-events: none;
}

.site-footer-main {
    position: relative;
    z-index: 1;
}

.site-footer-inner {
    padding: 2.25rem 0 2.85rem;
    margin: 0;
    justify-content: center;
}

.site-footer-brand {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 2rem 2.5rem;
    animation: siteFooterFadeUp 0.55s ease both;
}

.site-footer-logo {
    flex: 0 0 auto;
    margin: 0;
}

.site-footer-logo .footer-logo {
    width: auto;
    max-width: 22rem;
    height: auto;
    display: block;
    margin: 0;
    filter: drop-shadow(0 4px 12px rgba(41, 51, 138, 0.12));
    transition: transform 0.35s ease;
}

.site-footer-logo .footer-logo:hover {
    transform: translateY(-2px);
}

.site-footer-copy {
    flex: 1 1 18rem;
    min-width: 0;
    max-width: 32rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.9rem;
}

.site-footer-desc {
    color: var(--IsfPortal-black-gray);
    font-size: var(--Isfportal-font-size-16);
    line-height: 1.7;
    margin-bottom: 0;
    text-align: left;
    position: relative;
    padding-left: 0.85rem;
    border-left: 3px solid var(--IsfPortal-primary);
    border-top: none;
    padding-top: 0;
}

.site-footer-desc p {
    margin: 0;
    text-align: left;
}

.site-footer-desc strong,
.site-footer-desc b {
    font-weight: 700;
    color: var(--IsfPortal-navy-blue);
    margin-right: 0.3rem;
}

.site-footer-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    text-align: left;
    padding-left: 0.85rem;
    margin: 0;
    border: none;
}

.site-footer-phone {
    margin: 0;
    font-size: var(--Isfportal-font-size-16);
    color: var(--IsfPortal-black);
    text-align: left !important;
}

.footer .p-phone {
    color: var(--IsfPortal-gray1);
    font-size: inherit;
    margin-right: 0.35rem;
}

.site-footer-phone-number {
    color: var(--IsfPortal-navy-blue);
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none;
    transition: color 0.2s ease;
}

.site-footer-phone-number:hover,
.site-footer-phone-number:focus {
    color: var(--IsfPortal-primary);
    text-decoration: none;
}

.site-footer-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
}

.site-footer-social-link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    color: var(--IsfPortal-navy-blue);
    text-decoration: none;
    font-size: var(--Isfportal-font-size-14);
    font-weight: 500;
    padding: 0.45rem 0.9rem;
    border: 1px solid rgba(41, 51, 138, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(4px);
    transition: color 0.25s ease, background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.site-footer-social-link:hover,
.site-footer-social-link:focus {
    color: var(--IsfPortal-white);
    background: var(--IsfPortal-navy-blue);
    border-color: var(--IsfPortal-navy-blue);
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(41, 51, 138, 0.2);
}

.site-footer-social-link:hover .icon-social,
.site-footer-social-link:focus .icon-social {
    filter: brightness(0) invert(1);
}

.icon-social {
    width: 1.05rem;
    height: 1.05rem;
    margin-right: 0;
    object-fit: contain;
    transition: filter 0.25s ease;
}

.site-footer-stats {
    position: relative;
    z-index: 1;
    margin-top: 0.35rem;
}

.site-footer-stats .statistics-footer {
    background: linear-gradient(
        90deg,
        rgba(8, 190, 212, 0.18) 0%,
        rgba(8, 190, 212, 0.32) 50%,
        rgba(8, 190, 212, 0.18) 100%
    );
    border-top: 1px solid rgba(8, 190, 212, 0.28);
    border-bottom: 1px solid rgba(8, 190, 212, 0.18);
    box-shadow: none;
}

.site-footer-stats .statistics-footer .row {
    gap: 0.75rem 2.5rem;
    align-items: center;
    justify-content: space-between !important;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

.site-footer-stats .statistics-span {
    display: inline-flex;
    align-items: baseline;
    gap: 0.35rem;
    color: var(--IsfPortal-navy-blue);
    font-size: var(--Isfportal-font-size-14);
}

.site-footer-stats .statistics-span span:first-child {
    opacity: 0.8;
    font-weight: 500;
}

.site-footer-stats .statistics-span span:last-child {
    font-weight: 700;
    font-size: var(--Isfportal-font-size-16);
    letter-spacing: 0.01em;
    color: var(--IsfPortal-navy-blue);
}

.site-footer-bar {
    border-top: 1px solid rgba(41, 51, 138, 0.06);
    padding: 0.9rem 0;
    text-align: center;
    background: #eef5f7;
}

.p-bold {
    font-weight: bold;
}

.about {
    clear: both;
    display: block;
    margin-top: 1rem;
    border: none;
    background: transparent;
    color: #cd9945;
}

.statistics-footer {
    background: aqua;
}

.design-by {
    font-size: small;
    color: #7a8a90;
}

@keyframes siteFooterFadeUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mayor-comment {
    font-size: 13px;
    text-align: justify;
}

#map-section {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin: 0 auto;
}

#map-section iframe {
    border-radius: 10px;
}

/* multi-level bootstrap menu */
#main-menu {
    z-index: 99999;
}

#main-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#main-menu ul li {
  display: block;
  position: relative;
  float: left;
}

#main-menu li ul {
    display: none;
}

#main-menu ul li a {
  display: block;
  padding: 0.6em;
  text-decoration: none;
  white-space: nowrap;
}

#main-menu li:hover > ul {
  display: block;
  position: absolute;
}

#main-menu li:hover li {
    float: none;
}

#main-menu .main-navigation li ul li {
    border-top: 0;
}

#main-menu ul ul ul {
  left: 100%;
  top: 0;
}

/* Adjusted dropdown positioning */
#main-menu ul ul ul.end {
    right: 100%;
    left: auto; /* Ensure left positioning is not applied */
    top: 0;
}

#main-menu ul:before,
#main-menu ul:after {
  content: " ";
  display: table;
}

#main-menu ul:after {
    clear: both;
}

/* Ensure dropdowns on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}
/* multi-level bootstrap menu */

.bg-lightgrey {
    background-color: #eee !important;
}

.bg-mediumgrey {
    background-color: #d5d5d5 !important;
}

.news-image {
    width: 100%;
    object-fit: fill;
    border-radius: 12px;
}

.news-date {
    color: var(--IsfPortal-primary);
    font-size: smaller;
    margin: 0 2rem 0.5rem 2rem;
    font-weight: 900;
    font-size: 1em;
}

.news-short {
    background-color: rgba(8, 190, 212, 0.25);
    border-radius: 12px;
    padding: 10px;
    margin: 10px 0;
}

.news-text {
    padding: 10px;
    margin: 10px 0;
    text-align: justify;
}

.news-text table {
    border-collapse: collapse;
    width: 100%;
}

.news-text td,
.news-text th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.news-text tr:nth-child(even) {
    background-color: #dddddd;
}

.news-gallery-image,
.archive-gallery-image {
    width: 100%; /* Ensure the image takes the full width of its parent */
    height: auto; /* Maintain aspect ratio */
    object-fit: cover; /* Ensure the central part of the image is displayed */
    object-position: center; /* Center the image within the circle */
    aspect-ratio: 1 / 1; /* Force the image to maintain a square aspect ratio */
}

.news-gallery-image {
    border-radius: 15px !important;
}

.archive-gallery-image {
    border-radius: 12px !important;
}

.m-custom1 {
    margin: 0 0 1.5em 0;
}

.bg-int {
    background-color: rgb(8, 190, 212) !important;
    color: #fff !important;
}

.fs-15px {
    font-size: 15px !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.br-12px {
    border-radius: 12px !important;
}

.primary-text {
    color: var(--IsfPortal-primary) !important;
}

.easy-breadcrumb {
    width: fit-content;
    background-color: #eee;
    border-radius: 12px;
    padding: 5px 10px;
}

.news-text img {
    width: 100% !important;
    height: auto !important;
    border-radius: 12px;
}

.custom-node-card .row {
    padding: 3px !important;
}

.custom-node-card .row:hover {
    border: 1.5px solid #08bed4 !important;
    background: #08bed424 !important;
}

.gallery-card:hover {
    border: 1.5px solid #08bed4 !important;
    background: #08bed424 !important;
    border-radius: 5px !important;
}

.slick-arrow, .slick-prev, .slick-next {
    display: none !important;
}

.testimonial-body {
    flex: 0 0 auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0.5em;
    border-radius: 12px;
    background-color: #08bed429;
    margin: 0.5em 0;
}

.img-news-comments {
    height: 16em;
    width: 16em;
    border-radius: 50%;
    object-fit: cover;
}

.parent-swiper2Comments {
    min-height: 350px;
    height: 400px;
}

.testimonial-front-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.testimonial-front-link:hover {
    color: inherit;
    text-decoration: none;
}

.contain-caption-hover {
    overflow: hidden;
}

.contain-caption-hover .caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    max-height: 42%;
    margin: 0;
    padding: 2.5rem 14px 12px;
    border-top: none;
    box-shadow: none;
    background: linear-gradient(
        to top,
        rgba(8, 189, 212, 0.95) 0%,
        rgba(8, 189, 212, 0.85) 55%,
        rgba(8, 189, 212, 0) 100%
    );
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 2;
    transition: opacity 0.45s ease, visibility 0.45s ease;
}

.contain-caption-hover:hover .caption {
    opacity: 1;
    visibility: visible;
    height: auto;
    bottom: 0;
}

.contain-caption-hover .caption .text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.contain-caption-hover:hover .caption .title {
    font-weight: bold;
}
.contain-caption-hover .caption * {
    color: #212529 !important;
}
.node .node-files {
    border: 1px solid #a4a1a1;
    margin: 1rem auto;
    padding: 0.2rem;
    box-shadow: 4px 3px 2px rgba(0, 0, 0, 0.5);
}
.node .node-files .field-items {
}
.node .node-files .field-items .field-item {
    display: inline-block !important;
    margin-right: 0.5rem;
}
.node .node-files .field-label {
    border-bottom: 1px solid #a4a1a1;
    background-color: #c4c4c4;
}
.node .node-files .field-items .field-item::after {
    content: ',';
    display: inline-block;
    margin-right: 5px;
    margin-left: 1px;
}
.node .node-files .field-items >.field-item:last-child::after {
    display: none;
}
.container-cover-image.international_titles {
    float: left;
    margin: 0 0.5rem 0.5rem 0;
}
.container-cover-image.international_titles img {
    max-width: 10rem;
    aspect-ratio: 1;
}
.mySwiper22 .swiper-slide {
    width: auto !important;
}
.container-image {
}
.container-image .bg-image-container {
    /* border: 1px solid #cacaca; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /* background-color: black; */
    overflow: hidden;
    /*border-radius: 100%;*/
    overflow: hidden;
    margin: 0 2rem;
    box-sizing: border-box;
}
.container-image .bg-image-container img {
    width: 100%;
    /* visibility: hidden; */
    /* border: 10px solid transparent; */
    /* margin: 0 auto; */
    display: block;
    /* overflow: hidden; */
    /* height: auto !important; */
    /* aspect-ratio: 1/1; */
}

.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12,
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12,
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12,
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.ta-justify,
.ta-justify-children * {
    text-align: justify;
}
.text-align-center, .ta-center {
    text-align: center;   
}
.display-block {
    display: block;
}
/* Ask a Question + Comments & Suggestions forms */
#question-node-form #edit-title,
#question-node-form input[type="text"],
#question-node-form input.form-text,
#question-node-form textarea,
#question-node-form .form-select,
#suggestion-node-form #edit-title,
#suggestion-node-form input[type="text"],
#suggestion-node-form input.form-text,
#suggestion-node-form textarea,
#suggestion-node-form .form-select {
    width: 100% !important;
    border: 1px solid #ccc !important;
    border-radius: 12px !important;
    padding: 10px 14px !important;
    background: #fff !important;
    box-sizing: border-box !important;
}

#question-node-form .form-submit,
#question-node-form input[type="submit"],
#suggestion-node-form .form-submit,
#suggestion-node-form input[type="submit"] {
    border-radius: 12px !important;
    padding: 8px 24px !important;
    border: 0 !important;
    background: #08bed4 !important;
    color: #fff !important;
    margin-right: 12px !important;
    margin-left: 0 !important;
}

#question-node-form .cke,
#question-node-form .cke_chrome,
#suggestion-node-form .cke,
#suggestion-node-form .cke_chrome {
    border-radius: 12px !important;
    overflow: hidden !important;
}

#question-node-form textarea,
#question-node-form .form-textarea,
#suggestion-node-form textarea,
#suggestion-node-form .form-textarea {
    width: 100% !important;
    min-height: 180px !important;
    height: 180px !important;
    resize: vertical;
}

#question-node-form .grippie,
#suggestion-node-form .grippie {
    display: none !important;
}

.node-static_page .node-files {
    display: none !important;
}

.page-node-369 .news-date,
.page-node-370 .news-date,
.page-node-371 .news-date {
    display: none !important;
}

.faq-empty {
    margin: 0;
    color: #454545;
}

.faq-accordion .accordion-item {
    border: 1px solid #ccc;
    border-radius: 12px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #fff;
}

.faq-accordion .accordion-item:first-of-type,
.faq-accordion .accordion-item:last-of-type {
    border-radius: 12px;
}

.faq-accordion .accordion-button {
    background: #fff;
    color: #403c3e;
    font-weight: 600;
    box-shadow: none;
    padding: 14px 18px;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
    border-color: #08bed4;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #08bed4;
    color: #fff;
    box-shadow: none;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1);
}

.faq-accordion .accordion-body {
    background: #fff;
    color: #403c3e;
    padding: 16px 18px;
}
#tourist-help-node-form #edit-title,
#tourist-help-node-form input[type="text"],
#tourist-help-node-form input.form-text,
#tourist-help-node-form textarea,
#tourist-help-node-form .form-select {
    width: 100% !important;
    border: 1px solid #ccc !important;
    border-radius: 12px !important;
    padding: 10px 14px !important;
    background: #fff !important;
    box-sizing: border-box !important;
}

#tourist-help-node-form .form-submit,
#tourist-help-node-form input[type="submit"] {
    border-radius: 12px !important;
    padding: 8px 24px !important;
    border: 0 !important;
    background: #08bed4 !important;
    color: #fff !important;
    margin-right: 12px !important;
    margin-left: 0 !important;
}

#tourist-help-node-form textarea,
#tourist-help-node-form .form-textarea {
    width: 100% !important;
    min-height: 180px !important;
    height: 180px !important;
    resize: vertical;
}

#tourist-help-node-form .grippie {
    display: none !important;
}
.mayor-message-col,
.current-events-col {
    display: flex;
    flex-direction: column;
}

.current-events-col .parent-swiper-section4 {
    flex: 1;
    min-height: 0;
}

.parent-swiper-section4 .swiper-events,
.current-events-col .swiper-events .swiper-slide,
.current-events-col .box-slide-swiper-section4 {
    height: 100%;
    min-height: 350px;
}