/* @import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Malayalam:wght@100..900&display=swap');


@media (min-width: 576px) {
    .container.custom-container{
        max-width: 100%;
    }
}
@media (min-width: 768px) {
    .container.custom-container {
        max-width: 100%;
    }
} 
@media (min-width: 992px) {
    .container.custom-container {
        max-width: 992px;
    }
}

@media (min-width: 1200px) {
    .container.custom-container {
        max-width: 1200px;
    }
}

@media (min-width: 1400px) {
    .container.custom-container {
        max-width: 1400px;
    }
}


:root {

    --primary-clr: linear-gradient(0deg, rgba(107, 40, 56, 1) 0%, rgba(198, 23, 30, 1) 100%);
    ;
    --secondary-clr: #133852;
    --logo-clr-primary:#C6171E;
    --accent-clr: rgba(183, 214, 255, 0.50);
    --primary-text-clr: #2E2E2E;
    --secondary-text-clr: #6A6A6A;
    --accent-text-clr: #787878;
    --black: #000;
    --white: #fff;
    --innerBackground:#F5F9FB;
    --card-radius: 10px;
    --card-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.25);
}
html{
    scroll-behavior: smooth;
}
a {
    text-decoration: none !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.pagination{
    margin-top: 1rem;
}
.page-link{
    font-size: 14px;
    color: var(--logo-clr-primary);
}
.page-link:focus,
.page-link:hover{
    box-shadow: none;
    background: transparent;
    color: var(--logo-clr-primary);
}
.page-item.active .page-link{
    background: var(--primary-clr);
    border: var(--logo-clr-primary);
}

/* back-to-top button */
#back-to-top {
    display: inline-block;
    background: var(--primary-clr);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: all .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #back-to-top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #back-to-top:hover {
    cursor: pointer;
    background-color: #333;
  }
  #back-to-top:active {
    background-color: #555;
  }
  #back-to-top.show {
    opacity: 1;
    visibility: visible;
  }
  @media(max-width:768px){
    #back-to-top{
        width: 25px;
        height: 25px;
    }
    #back-to-top::after {
        font-size: 1em;
        line-height: 30px;
    }
  }
  /* ****** */

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none !important;
}

html::-webkit-scrollbar-track,
.dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--white);
}

html::-webkit-scrollbar,
.dropdown-menu::-webkit-scrollbar {
    width: 6px;
    background-color: var(--white);
}

html::-webkit-scrollbar-thumb,
.dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #008e46;
}

.btn {
    border: none;
}

.btn i {
    font-size: 13px;
}

.btn-primary {
    background: var(--primary-clr);
}
.btn-download{
    background: var(--white) !important;
    border-radius: 8px !important;
    color: var(--logo-clr-primary) !important;
    padding: 14px 12px;
    transition: all .3s linear;
}
.btn-download i{
    font-size: 1.1rem;
    vertical-align: middle;
    margin-left: .5rem;
}
.btn-download:hover{
    background: var(--logo-clr-primary) !important;
    color: var(--white) !important;
}

.btn-outline {
    background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 3px, transparent 3px) 0% 0%/4px 4px no-repeat,
        radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 3px, transparent 3px) 100% 0%/4px 4px no-repeat,
        radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 3px, transparent 3px) 0% 100%/4px 4px no-repeat,
        radial-gradient(circle at 0 0, #ffffff 0, #ffffff 3px, transparent 3px) 100% 100%/4px 4px no-repeat,
        linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 2px) calc(100% - 8px) no-repeat,
        linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 8px) calc(100% - 2px) no-repeat,
        linear-gradient(rgba(198, 23, 30, 1) 0%, rgba(107, 40, 56, 1) 100%);
    border-radius: 4px;
    padding: 5px;
    box-sizing: border-box;
    font-size: 13px !important;
    font-weight: 600 !important;
    transition: all .3s linear;
}

.btn-outline span {
    background: var(--primary-clr);
    background-clip: text;
    color: transparent;
    transition: all .3s linear;
}

.btn-outline:hover {
    background: var(--primary-clr);
}

.btn-outline:hover span {
    background: var(--white);
    background-clip: text;
}

.dropdown-toggle::after {
    vertical-align: middle !important;
    border: none !important;
    content: "\f078" !important;
    font-weight: 900;
    font-size: 12px;
    font-family: Font Awesome\ 6 Free;
}
.form-label, .form-control, .form-select{
    /* font-family: 'Mulish', sans-serif; */
    font-family: "Noto Sans Malayalam", serif !important;
}
.form-label{
    font-weight: 700;
    font-size: 14px;
    color: var(--secondary-clr);
}
.form-control,
.form-select{
    font-size: 14px !important;
    color: var(--secondary-clr) !important;
}
body {
    /* font-family: 'Mulish', sans-serif !important; */
    font-family: "Noto Sans Malayalam", serif !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Pre-loader */
body.loading {
    height: 100vh !important;
    background: #fff;
    background-image: url('../images/loader.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: background-color 0;
    transition: background-color 0;
    opacity: 0;
    -webkit-transition: opacity 0;
    transition: opacity 0;
    overflow: hidden;

}

/* Support header style */
.support-head-wrapper {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.main-navbar {
    position: absolute;
    top: 36px;
    z-index: 2;
}

.support-head-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.support-head {
    display: flex;
    align-items: center;
}

.support-head .social-links {
    display: flex;
    align-items: center;
    list-style: none;
    padding-inline-start: 0;
    margin: 0;
    gap: 1rem;
}

.support-head .social-links li a {
    color: var(--white);
}

.support-head .support-details {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 1rem;
}

.support-details a,
.support-links a {
    margin: 0;
    font-size: 14px;
    color: var(--white);
}

.support-details i,
.support-details svg {
    font-size: 14px;
    color: var(--white);
}
.inner-head .support-details i,
.inner-head .support-details svg {
    font-size: 14px;
    color: var(--secondary-clr);
}

.lang-dropdown .lang-flag {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.lang-dropdown .dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
}

.lang-dropdown .dropdown-menu .dropdown-item {
    color: var(--primary-text-clr);
    padding: .25rem .5rem;
}

.lang-dropdown .dropdown-menu .dropdown-item:active {
    background-color: transparent;
}

.lang-dropdown .dropdown-menu h6 {
    font-size: 13px;
    padding: 2px 8px;
    border-bottom: 1px solid #d3d3d378;
    margin: 0;
}

@media (max-width:992px) {
    .support-head .support-details {
        display: none;
    }

    .support-head .social-links {
        gap: .5rem;
    }
}

/* Support inner-header */
.support-head-wrapper.inner-head{
    background: var(--white);
}
.support-head-wrapper.inner-head .support-head .social-links li a{
    background: var(--primary-clr);
    color: transparent;
    background-clip: text;
}
.support-head-wrapper.inner-head .support-head .social-links li a svg{
    color: var(--logo-clr-primary);
}
.support-head-wrapper.inner-head .support-details a,
.support-head-wrapper.inner-head .support-links a,
.support-head-wrapper.inner-head .support-details i{
    color: var(--secondary-clr);
}

/* Navbar styling */
.main-navbar.inner-head{
    background: var(--white);
    /* box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.25); */
}
header {
    position: relative;
}

.nav-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: var(--white);
}

.wrapper-navbar {
    background: rgba(255, 255, 255, 0);
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */

}

.navbar-brand,
.footer-brand {
    display: block;
    width: clamp(6.25rem, 4.9342rem + 6.5789vw, 9.375rem);
    /* height: 80px; */
}


.navbar .offcanvas-body .navbar-nav .nav-link {
    font-size: clamp(0.875rem, 0.8625rem + 0.0625vw, 0.9375rem);
    font-weight: 500;
    color: var(--white);

}

.navbar .offcanvas-body .navbar-nav .nav-link:hover,
.navbar .offcanvas-body .navbar-nav .nav-link:focus {
    color: var(--white);

}

.navbar .offcanvas-body .navbar-nav .nav-link.active {
    color: var(--white);
}

.navbar .offcanvas-body .navbar-nav .dropdown .dropdown-menu {
    border-radius: 20px;
    /* padding: 16px 12px 22px 12px; */
    padding: 6px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: none;
    border-top-left-radius: 0;
}

.navbar .dropdown-menu-custom .dropdown-item {
    font-weight: 500;
    font-size: 14px;
}

.navbar .dropdown-menu-custom .dropdown-item:active {
    background: var(--primary-clr);
}

.nav-link.btn {
    padding: 5px 10px;
}

@media(max-width:992px) {
    .navbar .offcanvas-body .navbar-nav .dropdown .dropdown-menu {
        box-shadow: none;
        padding: 0rem;
    }

    .navbar .offcanvas-body .navbar-nav .nav-link {
        font-size: clamp(1rem, 0.6759rem + 0.3704vw, 1.5rem);
        color: var(--primary-text-clr);
    }

    .navbar .offcanvas-body .navbar-nav .nav-link:hover,
    .navbar .offcanvas-body .navbar-nav .nav-link:focus {
        color: var(--primary-text-clr);
    }

    /* .navbar-brand-light img {
        filter: brightness(0%) invert(1);
    } */

    /* .offcanvas-end{
      background-color: var(--ind-orange);
  } */
}

.offcanvas-end {
    width: 300px !important;
    /* background: var(--primary-clr); */

}


/* Hero Section */
#carouselHero {
    isolation: isolate;
}

#carouselHero .carousel-control-next,
#carouselHero .carousel-control-prev {
    z-index: 1 !important;
}

#carouselHero .carousel-item img {
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

#carouselHero .carousel-control-next {
    right: 88%;
}

#carouselHero .carousel-control-prev {
    left: 6%;
}

#carouselHero .carousel-control-next,
#carouselHero .carousel-control-prev {
    width: auto;
    align-items: flex-end;
    height: 50px;
    top: 82%;
}

#carouselHero .carousel-indicators {
    bottom: 10px;
    justify-content: start;
    margin-left: 6%;
}

#carouselHero .carousel-caption {
    right: 0;
    max-width: 500px;
    max-height: 400px;
    left: 6%;
    top: 8rem;
    bottom: 0;
    text-align: left;
    z-index: 2;
}

#carouselHero .carousel-caption h5 {
    font-size: clamp(1.5rem, 0.675rem + 2.25vw, 3.375rem);
    /* font-family: 'Times New Roman', Times, serif; */
}

#carouselHero .carousel-caption p {
    font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
}

#carouselHero .overlay::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

/* Currency converter */
.converter-wrapper {
    position: absolute;
    top: 20%;
    right: 10%;
    max-width: 400px;
    background: rgba(254, 254, 254, 82%);
    border-radius: 14px;
}

.coverter-head {
    text-align: center;
    padding: 2rem;
    background: linear-gradient(0deg, rgba(107, 40, 56, 1) 0%, rgba(198, 23, 30, 0.68) 100%);
    color: var(--white);
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
}

.coverter-head h6 {
    font-size: clamp(1.125rem, 0.95rem + 0.875vw, 2rem);
    margin: 0;
}

.converter-form {
    padding: 1rem;
}

.converter-form .input-wrapper {
    background: rgba(254, 254, 254, 65%);
    border-radius: 10px;
    padding: 5px 10px;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 25%);
}

.converter-form .service-select {
    font-weight: 700;
    background-color: transparent;
    text-align: right;
    border: none;
}

.converter-form .service-select:focus {
    border-color: transparent;
    box-shadow: none;
}

.converter-form .form-label {
    font-weight: 500;
    font-size: 14px;

}
.converter-form .currency-tab {
    --bar-color: #C6171E;
    --background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, #e0e0e0);
    display: flex;
    width: 100%;
  }
  
  /* .currency-tab .tabs > .tab {
    flex: 1;
    display: flex;
  } */
  .converter-form .currency-tab .tab{
    width: 100%;
    font-size: 13px;
    font-weight: 500;
   }
   .converter-form .currency-tab .tab:hover{
    cursor: pointer;
   }
  
   .converter-form .currency-tab .tab > .tab-input {
    width: 0;
    height: 0;
    margin: 0;
    display: none;
  }
  
  .converter-form .currency-tab .tab > .tab-box {
    padding: .5rem .5rem .8rem .5rem;
    width: 100%;
    text-align: center;
    transition: 0.5s;
    border-bottom: 2px solid rgba(0,0,0,0);
  }
  
  .converter-form .currency-tab .tab > .tab-input:checked + .tab-box {
    /* background: var(--background); */
    border-color: var(--bar-color);
    color: var(--bar-color);
  }
  .converter-form .convert-btn{
    position: relative;
    isolation: isolate;
  }
  .converter-form .convert-btn::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #E7E7EE;
    left: 0;
    top: 50%;
    z-index: -1;
  }

  .converter-form .convert-btn button{
    appearance: none;
    background: var(--secondary-clr);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0px 0px 4px 1px #a3a3a3;
  }
  img.select-loading {
    width: 22px;
    top: 38px;
    position: absolute;
    right: -42px;

}

/* @media(max-width:1100px) {
    #carouselHero .carousel-caption {
        max-width: 400px;
    }
} */
@media(max-width:1100px){
    .hero-section{
        background: rgba(240, 245, 249, 64%);
    }
    .converter-wrapper{
        position: relative;
        top: unset;
        right: unset;
        max-width: 400px;
        margin-inline: auto;
        box-shadow: var(--card-shadow);
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    #carouselHero .carousel-caption {
        max-width: 700px;
    }
    
}
@media(max-width:768px) {
    #carouselHero .carousel-control-next {
        right: 85%;
    }
    #carouselHero .carousel-item img{
        height: 80vh;
    }
    #carouselHero .carousel-control-next, #carouselHero .carousel-control-prev{
        top: 78%;
    }
}

@media(max-width:576px) {
    #carouselHero .carousel-control-next {
        right: 80%;
    }
}


/* Services section */
.sub-title {
    font-size: clamp(1rem, 0.9rem + 0.5vw, 1.2rem);
    font-weight: 700;
    color: transparent;
    background: var(--primary-clr);
    background-clip: text;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.main-title {
    font-size: clamp(1.125rem, 0.95rem + 0.875vw, 2rem);
    color: var(--secondary-clr);
    font-weight: 700;
}

.services-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.services-card {
    height: 100%;
}

.services-card .card-body {
    background: #F5F9FB;
    height: 100%;
}

.services-card .card-title {
    font-size: 18px;
}

.services-card .card-text {
    font-size: 14px;
    overflow: hidden;
    color: #6A6A6A;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.feature-bg{
    background: linear-gradient(0deg, rgba(107, 40, 56, 88%) 0%, rgba(198, 23, 30, 88%) 100%),url(../images/feature-bg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
}
.feature-card .feature-title{
    display: flex;
    align-items: end;
    gap: 10px;
}
.feature-card .feature-title h6{
    color: var(--white);
    text-transform: uppercase;
}
.feature-card .feature-title img{
    width: 60px;
    height: 54px;
    object-fit: contain;
}
.feature-card .feature-body p{
    color: var(--white);
    font-size: 14px;
}

.photo-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.photo-grid .item-xl{
    max-height: 303px;
}
.photo-grid .item-xl img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
    max-height: 303px;
}

.photo-grid .item-sm img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
    max-height: 235px;
}
.photo-grid .item-sm{
    max-height: 235px;
}
.photo-grid .column-shift{
    margin-top: auto;
}

.para-text,
.feature-card .feature-body .para-text{
    font-size: 14px;
    color: #6A6A6A;
}
@media(max-width:768px){
    .photo-grid{
        gap: 12px;
    }
}

/* Daily Rates */

.daily-rates-bg{
    background-color: rgba(240, 245, 249, 64%);
}

/* Testimonial  */

.review-card{
    flex-direction: row !important;
    align-items: center;
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0px 0px 18px 4px rgba(0, 0, 0, 3%);
}
.review-card .card-img{
    padding: 1rem 1rem 1rem 0rem;
}
.review-card .card-img img{
    aspect-ratio: 3 / 4;
    border-radius: 50%;
    min-width: 150px;
    max-height: 180px;
    object-fit: cover;
}
.review-card .quote{
    width: 32px;
    height: 32px;
    position: relative;
    quotes: "“" "”";
}
.review-card .quote::after{
    content: open-quote;
    font-size: 2rem;
    font-family: auto;
    background: var(--primary-clr);
    position: absolute;
    top: -9px;
    right: -15px;
    height: 32px;
    width: 32px;
    transform: scale(2.5);
    background-clip: text;
    color: transparent;
}

.testimonial-carousel .owl-stage{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.owl-dots{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.owl-dots .owl-dot span{
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #F5D8D9;
    border-radius: 50%;
}
.owl-dots .owl-dot.active span{
    width: 14px;
    border-radius: 5px;
    background: #C6171E;
}
.owl-nav{
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
}
.review-card .card-img-sm{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.review-card .card-img-sm img#userImg{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
    display: none;
}
@media(max-width:768px){
    .review-card .card-img-sm img#userImg{
        display: block;
    }
    .review-card .card-img{
        display: none;
    }
}

/* Contact form */
.contact-form{
    max-width: 1024px;
    background: var(--white);
    border-radius: 4px;
    padding: 54px;
    margin-inline: auto;
    box-shadow: 0px 0px 30.8px 6px 3%;
}


/* Footer */
.footer-bg{
    background: var(--secondary-clr);
    padding-top: 40px;
    margin-top: auto;
}

 .social-links {
    display: flex;
    align-items: center;
    list-style: none;
    padding-inline-start: 0;
    margin: 0;
    gap: 1rem;
}

.social-links li a {
    color: var(--white);
}
.footer-right h6{
    font-size: 14px;
    color: var(--white);
    text-transform: uppercase;
}
.footer-links{
    list-style: none;
    font-size: 13px;
    margin: 0;
    padding-inline-start: 0;
    text-wrap: balance;
    overflow-wrap: anywhere;
}
.footer-links li{
    margin-bottom: .25rem;
}
.footer-links li a{
    color: var(--white);
}
.footer-bottom{
    display: flex;
    justify-content: center;
    color: white;
    font-size: 12px;
    gap: 10px;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 28%);
}
.footer-bottom p{
    margin: 0;
}

/* Inner Page styling */
.header-gap{
    margin-top: 100px;
}

.inner-cnt-wrapper{
    background: var(--white);
    padding: 2rem;
    margin: 2rem 0;
    border-radius: 20px;
}
.inner-title{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 1rem;
}
.inner-title img{
    width: 30px;
}
.inner-title h6{
    font-size: clamp(1.5rem, 1.2rem + 1.5vw, 2rem);
    color: var(--secondary-clr);
    font-weight: bold;
    margin: 0;
}

.ck-content p{
    font-size: 14px;
    color: #6A6A6A;
}

/* Message of Management Page */

.mfm-img{
   text-align: center;
}
.mfm-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    max-width: 300px;
    max-height: 300px;
    
}
.mfm-img h6{
    font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
    font-weight: bold;
    color: var(--black);
    margin-top: 1rem;
}
.mfm-img p{
    font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
    font-weight: bold;
    color: var(--logo-clr-primary);

}
@media(max-width:768px){
    .mfm-img img{
        max-width:200px;
        max-height: 200px;
    }
}

/* Mission Vision Page */
.mission-card{
    flex-direction: row !important;
    align-items: center;
    padding: 1.5rem;
    gap: 1.5rem;
    max-width: 500px;
    box-shadow: 0px 1px 8.9px -3px #00000040;
    border-radius: 20px !important;
    border: none !important;
    height: 100%;
}
.mission-card img{
    width: 60px;
    height: 54px;
    object-fit: contain;
}
.mission-card .card-text h6{
    font-size: clamp(1.125rem, 1rem + 0.625vw, 1.75rem);
    color: var(--secondary-clr);
    font-weight: bold;
}

/* Services page */
.vertical-card {
   align-items:center;
   box-shadow: 0px 1px 8.9px -3px #00000040;
    border-radius: 20px !important;
    border: none !important;
    padding: 1.5rem;
    height: 100%;
}
.vertical-card .img-wrapper{
    background: var(--white);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 8.9px -3px #00000040;
    margin-bottom: .5rem;

}
.vertical-card img{
    width: 60px;
    height: 54px;
    object-fit: contain;
}
/* .vertical-card .card-text{
    text-align: center;
} */
.vertical-card .card-text h6{
    font-size: clamp(1.125rem, 1rem + 0.625vw, 1.75rem);
    color: var(--secondary-clr);
    font-weight: bold;
    text-align: center;
}
/* Downloads page */

.download-card{
    background: #F5F9FB !important;
    /* padding: 1rem; */
    border-radius: 10px !important;
    border: none !important;
}
.download-card .card-body p{
    margin: 0;
    color: var(--primary-text-clr);
}
.download-card .card-body{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* correspondent page */

.side-block-title{
    padding: 10px 1rem;
    background-color: rgba(19, 56, 82, 6%);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
    display: block;
}
.side-block-title h6{
    margin: 0;
    color: var(--logo-clr-primary);
    font-size: 14px;
    font-weight: bold;
}
.side-block .accordion-button{
    font-size: 14px;
    color: var(--secondary-clr);
    font-weight: bold;
    background: #F5F9FB;
}
.side-block .accordion-button:not(.collapsed){
    color: var(--logo-clr-primary);
    background: #F5F9FB;
}
.side-block .accordion-button:focus{
    border: none;
    box-shadow: none;
}
.side-block .accordion-button:not(.collapsed)::after{
    background-image: none !important;
}
.side-block .accordion-button::after{
    background-image: none;
    content: "\f078" !important;
    font-weight: 900;
    font-size: 12px;
    font-family: Font Awesome\ 6 Free;
    display: flex;
    justify-content: center;
    align-items: center;
}
.side-block .accordion-body ul li a{
    padding: 1rem 1.25rem;
    background: #F5F9FB;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #dee2e6;
    width: 100%;
    display: block;
}
.side-block .accordion-body ul li a{
    color: var(--secondary-clr);
}

.partner-head h6{
    color: var(--logo-clr-primary);
    font-weight: bold;
}
.partner-img-list{
    list-style: none;
    padding-inline-start: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;

}
.partner-img-list li{
    min-height: 115px;
}
.partner-img-list li img{
    width: 150px;
    margin: 5px;
}

/* News and event page */
.news-card{
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0px 4px 5.4px -4px rgba(0, 0, 0, 10%);
}
.news-card .card-body{
    padding: .5rem;
}

.news-card .card-img > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    aspect-ratio: 4 / 3;
    max-height: 300px;
}
.news-card .card-text p{
    font-size: 13px;
    font-weight: 600;
    margin-bottom: .5rem;
    color: var(--black);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-card .card-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-card .card-link .timeline,
.news-card .card-link i{
    font-size: 12px;
    color: var(--logo-clr-primary);
}
.article-footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.article-footer .social-links li a{
    background: var(--primary-clr);
    color: transparent;
    background-clip: text;
}
.article-footer .publish-timeline,
.article-footer .publish-timeline i{
    font-size: 12px;
    color: var(--logo-clr-primary);
}

/* Gallery Page */
.gallery-card .card-body{
    display: flex;
    gap: 1rem;
}
.gallery-card .card-link{
    display: block;
}
.gallery-card .card-text{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
}
.gallery-card .card-text p{
    font-size: 15px;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
/* gallery album hover effect */
figure.effect-hera{
    position: relative;
}
figure.effect-hera figcaption::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    top: 0;
    z-index: 0;
}
figure.effect-hera img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    max-height: 300px;
}

figure.effect-hera h2 {
	font-size: 1rem;
    font-weight: 500;
    color: var(--white);
    text-align: center;
    width: 100%;
    padding: 0px 10px;
}

figure.effect-hera h2,
figure.effect-hera p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
    z-index: 1;
}

/* figure.effect-hera figcaption::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	border: 2px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
} */

figure.effect-hera p {
	/* width: 100px; */
	text-transform: none;
	font-size: 121%;
	line-height: 2;
}

figure.effect-hera p a {
	color: #fff;
}

figure.effect-hera p a:hover,
figure.effect-hera p a:focus {
	opacity: 0.6;
}

figure.effect-hera p a  {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-hera:hover p a{
    opacity: 1;
    /* transform: translate3d(0px,0px,0); */
}
/* figure.effect-hera p a:first-child {
	-webkit-transform: translate3d(-60px,-60px,0);
	transform: translate3d(-60px,-60px,0);
}

figure.effect-hera p a:nth-child(2) {
	-webkit-transform: translate3d(60px,-60px,0);
	transform: translate3d(60px,-60px,0);
}

figure.effect-hera p a:nth-child(3) {
	-webkit-transform: translate3d(-60px,60px,0);
	transform: translate3d(-60px,60px,0);
}

figure.effect-hera p a:nth-child(4){
	-webkit-transform: translate3d(60px,60px,0);
	transform: translate3d(60px,60px,0);
} */

/* figure.effect-hera:hover figcaption::before {
	opacity: 1;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
} */

figure.effect-hera:hover h2 {
	opacity: 0;
	-webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
	transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}

figure.effect-hera:hover p a:empty {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0); /* just because it's stronger than nth-child */
	opacity: 1;
}

/* Branches page design */

.custom-nav-pills .nav-link.active{
    background: var(--primary-clr);
    background-color: transparent !important;
}
.custom-nav-pills .nav-link{
    color: var(--secondary-clr);
    font-weight: 600;
}
.branch-card .card-body .card-img{
    max-width:250px;
    height: 100%;
}
.branch-card .card-img >img{
    max-height: 200px;
}
.branch-card .card-img a{
    display: block;
    text-align: center;
    font-size: 14px;
    color: var(--logo-clr-primary);
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.branch-card .card-img a img{
    display: block;
    margin-inline: auto;
    width: 64px;
}
.branch-card .card-text{
    justify-content: start;
}
.branch-card .card-text h6{
    font-weight: bold;
    color: var(--secondary-clr);
}
.branch-card .branch-details{
    list-style: none;
    padding-inline-start: 0px;
}
.branch-card .branch-details li{
    display: flex;
    align-items: center;
    margin-bottom: .8rem;
}
.branch-card .branch-details li img{
    width: 32px;
    height: 32px;
}
.branch-card .branch-details li p{
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

/* Contact us card */
.reach-us h6{
    font-size: 18px;
    color: var(--logo-clr-primary);
    font-weight: 600px;
}
.reach-us ul li{
    margin-bottom: .8rem;
}
.reach-us ul li a{
    display: flex;
    align-items: center;
    
}
.reach-us ul li a img{
    width: 32px;
    height: 32px;
}
.reach-us ul li a p{
    margin: 0;
    color: var(--primary-text-clr);
    font-size: 14px;
}

/* Careers page */

.file-upld .input-group-text{
    color: var(--white);
    font-size: 12px;
    background: var(--secondary-clr);
    cursor: pointer;
}

/* faq page */
.custom-accordion .accordion-item{
    border: 1px solid #E6E6E6 !important;
    border-radius: 8px !important;
    margin-bottom: 1rem;
}
.custom-accordion .accordion-item .accordion-button{
    /* border: 1px solid #E6E6E6 !important; */
    border-radius: 8px !important;
}
.custom-accordion .accordion-item .accordion-button.collapsed{
    border: 1px solid #E6E6E6 !important;
    border-radius: 8px !important;
}
.custom-accordion .accordion-item .accordion-button:focus{
    box-shadow: none;
    border-color: transparent;

}
.custom-accordion .accordion-button:not(.collapsed){
    background-color: var(--white);
    color: initial;
    box-shadow: none;
}
.custom-accordion .accordion-header .accordion-button{
    font-size: 15px;
    font-weight: 600;
    color: var(--secondary-clr);
}

/* Help and support page styling */
.content-heading h6 {
    font-size: clamp(1.125rem, 1.05rem + 0.375vw, 1.5rem);
    font-weight: 500;
    color: var(--secondary-clr);
}

.content-heading img {
    width: 200px;
    height: auto;
    margin-bottom: 1rem;
}

.content-wrapper-card {
    background: var(--white);
    border-radius: 4px;
    min-height: 400px;
    position: relative;
    padding: 1rem 2rem;
    /* font-family: "Poppins", system-ui; */
    font-family: "Noto Sans Malayalam", serif !important;
}

.min-card {
    max-width: 700px;
}

@media(max-width:768px) {
    .min-card {
        padding: 1rem 0rem;
    }
}
.user-detail-card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 4px 8px;
    border: 2px solid #F1F5F6;
    border-radius: 6px;
}

.user-detail-card .detail-img {
    flex-shrink: 0;
}

.user-detail-card .detail-img img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.user-detail-card .detail-content label {
    font-size: 15px;
    color: var(--secondary-text-clr);
    margin-bottom: 4px;
}

.user-detail-card .detail-content h6 {
    font-size: 14px;
    color: var(--primary-text-clr);
    text-transform: uppercase;
}

.user-detail-card .detail-edit:has(a.btn) .btn {
    font-size: 12px;
}
.settings-card {
    color: var(--black);
    transition: all .3s linear;
}

.settings-card:hover {
    color: var(--logo-clr-primary);
}

.settings-detail-card {
    padding: 1rem;
}

.settings-detail-card .detail-content h6 {
    margin: 0;
    font-size: clamp(0.875rem, 0.85rem + 0.125vw, 1rem);
    font-weight: 500;
    text-transform: none;
}

.settings-detail-card .detail-img img {
    width: 32px;
    height: 32px;
}
.blip{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 2px solid #fff;
    flex-shrink: 0;

}
.blip.open-blip{
    background: #13bb1b;
    outline: 2px solid #13bb1b;
}
.blip.close-blip{
    background-color: var(--logo-clr-primary);
    outline: 2px solid var(--logo-clr-primary);
}
