/*

TemplateMo 587 Tiya Golf Club

https://templatemo.com/tm-587-tiya-golf-club

*/


/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color:                  #ffffff;
  --primary-color:                #81B29A;
  --secondary-color:              #3D405B;
  --section-bg-color:             #F4F1DE;
  --custom-btn-bg-color:          #F2CC8F;
  --custom-btn-bg-hover-color:    #E07A5F;
  --dark-color:                   #000000;
  --p-color:                      #717275;
  --link-hover-color:             #F2CC8F;

  --body-font-family:             'DM Sans', sans-serif;

  --h1-font-size:                 42px;
  --h2-font-size:                 36px;
  --h3-font-size:                 28px;
  --h4-font-size:                 24px;
  --h5-font-size:                 22px;
  --h6-font-size:                 20px;
  --p-font-size:                  18px;
  --menu-font-size:               16px;
  --btn-font-size:                14px;

  --border-radius-large:          100px;
  --border-radius-medium:         20px;
  --border-radius-small:          10px;

  --font-weight-normal:           400;
  --font-weight-medium:           500;
  --font-weight-bold:             700;
}

body {
  background-color: var(--white-color);
  font-family: var(--body-font-family); 
}


/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-medium);
  letter-spacing: -1px;
}

h1 {
  font-size: var(--h1-font-size);
  font-weight: var(--font-weight-bold);
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--font-weight-bold);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  display: inline-block;
  color: var(--secondary-color);
  text-decoration: none;
}

a:hover {
  color: var(--link-hover-color);
}

b,
strong {
  font-weight: var(--font-weight-bold);
}


/*---------------------------------------
  SECTION               
-----------------------------------------*/
.section-bg {
   background-color:white;
}

.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-overlay {
  content: "";
  background: rgba(0, 0, 0, 0) linear-gradient(rgba(39, 48, 83, 0.01) 0%, rgb(45, 60, 121) 100%) repeat scroll 0% 0%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.scm-overlay{
  content: "";
  background: rgba(0, 0, 0, 0) linear-gradient(rgba(43, 60, 129, 0.01) 0%, rgb(9, 36, 144) 100%) repeat scroll 0% 0%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 70%;
}

::selection {
  background-color: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  ANIMATED HEADLINE               
-----------------------------------------*/
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  color: var(--link-hover-color);
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

.cd-headline.rotate-1 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-1 b {
    opacity: 0;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

    .cd-headline.rotate-1 b.is-visible {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        -webkit-animation: cd-rotate-1-in 1.2s;
        -moz-animation: cd-rotate-1-in 1.2s;
        animation: cd-rotate-1-in 1.2s;
    }

    .cd-headline.rotate-1 b.is-hidden {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        -webkit-animation: cd-rotate-1-out 1.2s;
        -moz-animation: cd-rotate-1-out 1.2s;
        animation: cd-rotate-1-out 1.2s;
    }

@-webkit-keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        -webkit-transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(360deg);
        opacity: 1;
    }
}

@-moz-keyframes cd-rotate-1-in {
    0% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        -moz-transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        -moz-transform: rotateX(360deg);
        opacity: 1;
    }
}

@keyframes cd-rotate-1-in {
    0% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }

    35% {
        -webkit-transform: rotateX(120deg);
        -moz-transform: rotateX(120deg);
        -ms-transform: rotateX(120deg);
        -o-transform: rotateX(120deg);
        transform: rotateX(120deg);
        opacity: 0;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(360deg);
        -moz-transform: rotateX(360deg);
        -ms-transform: rotateX(360deg);
        -o-transform: rotateX(360deg);
        transform: rotateX(360deg);
        opacity: 1;
    }
}

@-webkit-keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cd-rotate-1-out {
    0% {
        -moz-transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        -moz-transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        -moz-transform: rotateX(180deg);
        opacity: 0;
    }
}

@keyframes cd-rotate-1-out {
    0% {
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }

    35% {
        -webkit-transform: rotateX(-40deg);
        -moz-transform: rotateX(-40deg);
        -ms-transform: rotateX(-40deg);
        -o-transform: rotateX(-40deg);
        transform: rotateX(-40deg);
        opacity: 1;
    }

    65% {
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg);
        opacity: 0;
    }
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn {
  background: var(--custom-btn-bg-color);
  border: 2px solid transparent;
  border-radius: var(--border-radius-medium);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  font-weight: var(--font-weight-bold);
  line-height: normal;
  transition: all 0.3s;
  padding: 10px;
}

.custom-btn:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--custom-btn-bg-color);
  color: var(--custom-btn-bg-color);
}

.custom-border-btn:hover {
  background: var(--custom-btn-bg-color);
  border-color: transparent;
  color: var(--white-color);
}

.custom-btn-bg-white {
  border-color: var(--white-color);
  color: var(--white-color);
}

.custom-btn-group .link {
  color: var(--white-color);
  font-weight: var(--font-weight-medium);
}

.custom-btn-group .link:hover {
  color: var(--link-hover-color);
}


/*---------------------------------------
  NAVIGATION BAR & OFFCANVAS              
-----------------------------------------*/
.offcanvas {
  background-color: var(--primary-color);
  padding: 30px;
}

.offcanvas.offcanvas-end {
  border-left: 0;
}

.offcanvas-header .btn-close {
  transition: all 0.3s;
}

.offcanvas-header .btn-close:hover {
  transform: rotate(180deg);
}

.offcanvas svg {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.sticky-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.sticky-wrapper.is-sticky .navbar {
  background-color: rgb(61 64 91);
}

.navbar {
  background: transparent;
  z-index: 99;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-brand,
.navbar-brand:hover {
  font-size: var(--h4-font-size);
  font-weight: var(--font-weight-bold);
  display: block;
  color: var(--dark-color);
  max-width: 48px;
}

.navbar .navbar-brand,
.navbar .navbar-brand:hover {
  color: var(--white-color);
}

.navbar .navbar-brand-image {
  filter: brightness(0) invert(1);
}

.navbar-brand-image {
  width: 48px;
  height: 48px;
}

.navbar-brand-text {
  line-height: normal;
  margin-left: 10px;
  position: relative;
  bottom: 5px;
}

.navbar-brand-text small {
  display: block;
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link {
  border-radius: var(--border-radius-large);
  margin: 10px;
  padding: 10px;
}

.navbar-nav .nav-link {
  display: inline-block;
  color:grey;
  font-family:'Montserrat';
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active, 
.navbar-nav .nav-link:hover {
  color: var(--link-hover-color);
}

.navbar .dropdown-menu {
  background: var(--white-color);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  border: 0;
  display: inherit;
  opacity: 0;
  min-width: 9rem;
  margin-top: 20px;
  padding: 13px 0 10px 0;
  transition: all 0.3s;
  pointer-events: none;
}

.navbar .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 15px solid var(--white-color);
  position: absolute;
  top: -10px;
  left: 10px;
}

.navbar .dropdown-item {
  display: inline-block;
  color: var(--p-color);
  font-family:'Montserrat';
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  position: relative;
}

.navbar .dropdown-item.active, 
.navbar .dropdown-item:active,
.navbar .dropdown-item:focus, 
.navbar .dropdown-item:hover {
  background: transparent;
  color: var(--link-hover-color);
}

.navbar .dropdown-toggle::after {
  content: "\f282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-size: var(--copyright-font-size);
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: 2px;
  border: 0;
}

@media screen and (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    opacity: 1;
    margin-top: 0;
    pointer-events: auto;
  }
}

.navbar-toggler {
  border: 0;
  padding: 1px 1px 1px 5px;
  cursor: pointer;
  margin: 0;
  width: 40px;
  height: 40px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        background: transparent;
    }

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--white-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--white-color);
  width: 30px;
  height: 2px;
  content: '';
}

.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  HERO        
-----------------------------------------*/
.hero-image {
    background-image: url('../images/mmgga.png');
    background-attachment: fixed;
    background-position: center top -250px;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-section {
    background-image: url("../images/mmgga.png");
    background-attachment: fixed;
    background-position: center top -250px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    height: 100vh;
    min-height: 670px;
    margin-bottom: -90px;
}

.hero-50 {
  height: auto;
  min-height: 540px;
  margin-bottom: -100px;
}

.hero-50 .container + svg {
  transform: rotate(180deg);
}

.hero-section .ratio {
  border-radius: var(--border-radius-medium);
  overflow: hidden;
}

.hero-section svg {
  position: absolute;
  right: 0;
  left: 0;
}

.hero-section > svg {
  top: 0;
}

.hero-section .container + svg {
  top: auto;
  bottom: -1px;
}

.hero-section .row {
  position: relative;
  z-index: 22;
}
/*---------------------------------------
  BACKGROUND IMAGE SECTION ABOUT    
-----------------------------------------*/
.about-bg-image {
    background-image: url('../images/GA2.jpeg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top -250px;
    min-width: 450px;
    position: relative;
    margin-bottom: 100px;
}

    .about-bg-image .container + svg {
        transform: rotate(180deg);
        position: relative;
        bottom: -1px;
    }

.about-bg-image-block {
    background-position: center;
    backdrop-filter: blur(5px) saturate(180%);
    -webkit-backdrop-filter: blur(5px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: var(--border-radius-medium);
    border: 1px solid rgba(209, 213, 219, 0.3);
    border-radius: var(--border-radius-medium);
    padding: 50px;
}

.about-bg-image-block1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url('../images/palm-blossom-g3fced54ad_1920.jpg');
    background-size: cover;
    background-position: center top -250px;
    opacity: 20%;
    z-index: 1;
}

.about-bg-image-block2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background-image: url('../images/palm-blossom-g3fced54ad_1920.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center top -250px;
    opacity: 20%;
    z-index: 1;
}

.about-bg-image-block .input-group {
    background-color: var(--white-color);
    border-radius: var(--border-radius-large);
    padding: 10px 15px;
}

.about-bg-image-block .input-group-text {
    background-color: transparent;
    border: 0;
}

.about-bg-image-block input[type="email"] {
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
    padding-left: 0;
}

.about-bg-image-block button[type="submit"] {
    background-color: var(--primary-color);
    border: 0;
    border-radius: var(--border-radius-large) !important;
    color: var(--white-color);
    max-width: 150px;
}


/*---------------------------------------
  BACKGROUND IMAGE SECTION HOME    
-----------------------------------------*/
.home-bg-image {
    background-image: url('../images/mmgga.png');
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top -250px;
    min-width: 450px;
    position: relative;
    margin-bottom: 100px;
}

    .home-bg-image .container + svg {
        transform: rotate(180deg);
        position: relative;
        bottom: -1px;
    }

.home-bg-image-block {
    backdrop-filter: blur(5px) saturate(180%);
    -webkit-backdrop-filter: blur(5px) saturate(180%);
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: var(--border-radius-medium);
    border: 1px solid rgba(209, 213, 219, 0.3);
    border-radius: var(--border-radius-medium);
    padding: 50px;
}

.home-vid {
    border-radius: var(--border-radius-small);
    border-top-style: solid;
}

.home-bg-image-block .input-group {
    background-color: var(--white-color);
    border-radius: var(--border-radius-large);
    padding: 10px 15px;
}

.home-bg-image-block .input-group-text {
    background-color: transparent;
    border: 0;
}

.home-bg-image-block input[type="email"] {
    border: 0;
    box-shadow: none;
    margin-bottom: 0;
    padding-left: 0;
}

.home-bg-image-block button[type="submit"] {
    background-color: var(--primary-color);
    border: 0;
    border-radius: var(--border-radius-large) !important;
    color: var(--white-color);
    max-width: 150px;
}



/*---------------------------------------
  BACKGROUND IMAGE SECTION        
-----------------------------------------*/
.section-bg-image {
  background-image: url('../images/mmgga.png');
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top -250px;
  position: relative;
  margin-bottom: -70px;
}

.section-bg-image .container + svg {
  transform: rotate(180deg);
  position: relative;
  bottom: -1px;
}

.section-bg-image-block {
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: var(--border-radius-medium);
  border: 1px solid rgba(209, 213, 219, 0.3);
  border-radius: var(--border-radius-medium);
  padding: 50px;
}
.section-bg-image-block p {
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.section-bg-image-block .input-group {
  background-color: var(--white-color);
  border-radius: var(--border-radius-large);
  padding: 10px 15px;
}

.section-bg-image-block .input-group-text {
  background-color: transparent;
  border: 0;
}

.section-bg-image-block input[type="email"] {
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
  padding-left: 0;
}

.section-bg-image-block button[type="submit"] {
  background-color: var(--primary-color);
  border: 0;
  border-radius: var(--border-radius-large) !important;
  color: var(--white-color);
  max-width: 150px;
}
@media (max-width: 991.98px) {
    #navbarNav {
        max-height: 80vh;
        overflow-y: auto;
        padding-right: 10px;
    }
}

/* Optional: scrollbar polish */
#navbarNav::-webkit-scrollbar {
    width: 6px;
}

#navbarNav::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}
/*----------------------------------------
    Group Block
-----------------------------------------*/
.group-block {
    transition: box-shadow 0.4s ease, transform 0.3s ease; /* smooth border and lift */
    box-shadow: inset 0 0 0 0px white, /* start with no inner border */
    0 0 0 rgba(0, 0, 0, 0); /* no outer shadow initially */
    border-radius: 20px 20px 0 0;
    box-sizing: border-box; /* prevent size jump */
}

    .group-block:hover {
        background: var(--white-color, #fff);
        box-shadow: inset 0 0 0 10px white, /* grow inner border */
        0 1rem 3rem rgba(0, 0, 0, .175); /* outer shadow appears */
        transform: translateY(-3px); /* lift effect */
    }

.group-block-image-wrap {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
}

.group-block-image-wrap1 {
    position: relative;
    overflow: hidden;
}

.group-block-image-wrap:hover .group-block-image {
    transform: scale(1.2);
}

.group-block-image-wrap:hover .social-icon {
    opacity: 1;
}

.group-block-image-wrap .social-icon {
    background-color: var(--white-color);
    border-radius: var(--border-radius-large);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
    padding: 15px 20px;
    width: auto;
}

.group-block-image {
    transition: all 0.3s;
}

.group-block-info {
    padding: 10px;
}

    .group-block-info h4,
    .group-block-info p {
        margin-bottom: 0;
    }

/*---------------------------------------
    Member Block
------------------------------------------*/
.member-block {
    transition: box-shadow 0.4s ease, transform 0.3s ease; /* smooth border and lift */
    box-shadow: inset 0 0 0 0px white, /* start with no inner border */
    0 0 0 rgba(0, 0, 0, 0); /* no outer shadow initially */
    border-radius: 20px 20px 0 0;
    box-sizing: border-box; /* prevent size jump */
}

    .member-block:hover {
        background: var(--white-color, #fff);
        box-shadow: inset 0 0 0 10px white, /* grow inner border */
        0 1rem 3rem rgba(0, 0, 0, .175); /* outer shadow appears */
        transform: translateY(-3px); /* lift effect */
    }

.member-block-image-wrap {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
}

.member-block-image-wrap1 {
    position: relative;
    overflow: hidden;
}

.member-block-image-wrap:hover .member-block-image {
    transform: scale(1.2);
}

.member-block-image-wrap:hover .social-icon {
    opacity: 1;
}

.member-block-image-wrap .social-icon {
    background-color: var(--white-color);
    border-radius: var(--border-radius-large);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
    padding: 15px 20px;
    width: auto;
}

.member-block-image {
    transition: all 0.3s;
}

.member-block-info {
    padding: 10px;
}

    .member-block-info h4,
    .member-block-info p {
        margin-bottom: 0;
    }

/*---------------------------------------
  ABOUT SECTOIN              
-----------------------------------------*/
.about-section {
  padding-bottom: 70px;
}

..member-block {
    transition: box-shadow 0.4s ease, transform 0.3s ease; /* smooth border and lift */
    box-shadow: inset 0 0 0 0px white, /* start with no inner border */
    0 0 0 rgba(0, 0, 0, 0); /* no outer shadow initially */
    border-radius: 20px 20px 0 0;
    box-sizing: border-box; /* prevent size jump */
}

.member-block:hover {
    background: var(--white-color, #fff);
    box-shadow: inset 0 0 0 10px white, /* grow inner border */
    0 1rem 3rem rgba(0, 0, 0, .175); /* outer shadow appears */
    transform: translateY(-3px); /* lift effect */
}

.member-block-image-wrap {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
}

.member-block-image-wrap1 {
    position: relative;
    overflow: hidden;
}

.member-block-image-wrap:hover .member-block-image {
    transform: scale(1.2);
}

.member-block-image-wrap:hover .social-icon {
    opacity: 1;
}

.member-block-image-wrap .social-icon {
    background-color: var(--white-color);
    border-radius: var(--border-radius-large);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
    padding: 15px 20px;
    width: auto;
}

.member-block-image {
    transition: all 0.3s;
}

.member-block-info {
    padding: 10px;
}

    .member-block-info h4,
    .member-block-info p {
        margin-bottom: 0;
    }

/*---------------------------------------
  CUSTOM BLOCK              
-----------------------------------------*/
.custom-block {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
  padding: 30px 20px;
}

.custom-block-bg {
    background-color: #FEEBF6;
}

.custom-block-date-wrap {
  background-color: var(--primary-color);
  border-radius: var(--border-radius-medium);
  text-align: center;
  padding: 20px 30px;
}

.custom-block-date {
  font-size: var(--h1-font-size);
}

.custom-block-image-wrap {
  border-radius: var(--border-radius-medium);
  position: relative;
  overflow: hidden;
}

.custom-block-image-wrap:hover .custom-block-image {
  transform: scale(1.2);
}

.custom-block-image-wrap:hover .custom-block-icon {
  opacity: 1;
}

.custom-block-image {
  transition: all 0.3s;
}

.custom-block-image-wrap .custom-block-date-wrap,
.custom-block-image-wrap .custom-btn-wrap {
  position: absolute;
  bottom: 0;
}

.custom-block-image-wrap .custom-block-date-wrap {
  border-radius: 0;
  left: 0;
  width: 50%;
  padding: 12.30px 20px;
}

.custom-block-image-wrap .custom-btn-wrap {
  right: 0;
  width: 50%;
}

.custom-block-image-wrap .custom-btn  {
  border-radius: 0;
  display: block;
  padding: 15px 20px;
}

.custom-block-info {
  padding-top: 10px;
}

.custom-block-image-wrap + .custom-block-info {
  padding-top: 20px;
}

.custom-block-span {
  color: var(--secondary-color);
  font-weight: var(--font-weight-bold);
  min-width: 110px;
  margin-right: 10px;
}

.custom-block-icon {
  background: var(--custom-btn-bg-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: var(--h3-font-size);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.5s;
}

.custom-block-icon:hover {
  background: var(--custom-btn-bg-hover-color);
  color: var(--white-color);
}


/*---------------------------------------
  EVENTS SECTION            
-----------------------------------------*/
.events-section.section-bg .container > .row {
  margin-right: 5px;
  margin-left: 5px;
}

.events-section.section-bg .container > .row .row {
  margin: auto;
}

.events-listing-section {
  margin-bottom: 100px;
}

.events-detail-section .custom-block-info {
  padding: 40px 60px;
}

.events-detail-info {
  background-color: var(--section-bg-color);
  border-radius: var(--border-radius-medium);
  padding: 50px 25px;
}

.events-title {
  font-size: var(--h3-font-size);
  font-weight: var(--font-weight-medium);
}


/*---------------------------------------
  MEMBERSHIP SECTION            
-----------------------------------------*/
.membership-section .container {
  position: relative;
  z-index: 2;
}

.table-responsive {
  border-radius: var(--border-radius-medium);
}

.table-responsive tbody, 
.table-responsive td, 
.table-responsive tfoot, 
.table-responsive th, 
.table-responsive thead, 
.table-responsive tr {
  border: 0;
}

.table-responsive thead tr {
  background-color: var(--secondary-color);
  color: var(--white-color);
}

.table-responsive thead th {
  padding: 22px 16px !important;
}

.table-responsive tbody tr:nth-child(even) {
  background-color: var(--section-bg-color);
}

.table>:not(caption)>*>* {
  padding: 18px 16px;
}

.table-responsive .bi-check-circle-fill {
  color: var(--primary-color);
}

.table-responsive .bi-x-circle-fill {
  color: var(--custom-btn-bg-hover-color);
}

.membership-form {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius-medium);
  padding: 35px;
}

.membership-form .form-floating>textarea {
  border-radius: var(--border-radius-medium);
  height: 100px;
}


/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.contact-form .form-floating>textarea {
  border-radius: var(--border-radius-medium);
  height: 120px;
}
.contact-form {
    border-radius: var(--border-radius-medium);
    height: 220px;
    width:100%;
}
.contact-info {
  position: relative;
}

.contact-info-item {
  background: var(--secondary-color);
  border-radius: var(--border-radius-medium);
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.contact-info-body {
  padding: 20px 30px;
}

.contact-info-body strong,
.contact-info-item a {
  color: var(--white-color);
}

.contact-info-footer {
  background-color: var(--custom-btn-bg-hover-color);
  padding: 10px 20px;
  transition: all 0.3s;
}

.contact-info-footer:hover {
  background-color: var(--custom-btn-bg-color);
}

.contact-info-footer a {
  display: block;
  font-weight: var(--font-weight-bold);
}


/*---------------------------------------
  SITE FOOTER            
-----------------------------------------*/
.site-footer {
  position: relative;
  padding-bottom: 200px;
}

.site-footer .container {
  position: relative;
  z-index: 2;
}

.site-footer svg {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: none;
}

.site-footer-title {
  color: var(--secondary-color);
}

.site-footer p span {
  font-weight: var(--font-weight-medium);
  margin-right: auto;
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  border-radius: var(--border-radius-large);
  border-width: 2px;
  box-shadow: none;
  color: var(--p-color);
  margin-bottom: 20px;
  padding: 10px;
  padding-left: 20px;
  outline: none;
}

.custom-form .form-control:focus,
.custom-form .form-control:hover {
  border-color: var(--dark-color);
}

.form-floating>label {
  padding-left: 20px;
}

.custom-form button[type="submit"] {
  background: var(--custom-btn-bg-color);
  border: none;
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-medium);
  transition: all 0.3s;
  margin-bottom: 0;
  padding-left: 10px;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--custom-btn-bg-hover-color);
  border-color: transparent;
}

.header-form {
  position: relative;
}

.header-form .form-control {
  padding-left: 42px;
}

.header-form-icon {
  width: 24px;
  position: absolute;
  top: 0;
  margin: 12px;
  margin-left: 15px;
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--secondary-color);
  border-radius: var(--border-radius-large);
  color: var(--white-color);
  font-size: var(--btn-font-size);
  display: block;
  margin-right: 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 36px;
  transition: background 0.2s, color 0.2s;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 991px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  h6 {
    font-size: 16px;
  }

  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .navbar {
    background-color: var(--secondary-color);
  }

  .navbar-nav .dropdown-menu {
    position: relative;
    left: 10px;
    opacity: 1;
    pointer-events: auto;
    max-width: 155px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .navbar-expand-lg .navbar-nav {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    margin: 5px;
    padding: 0;
  }

  .hero-section {
    position: relative;
    top: 82px;
    margin-bottom: 82px;
  }

  .events-listing-section {
    margin-bottom: 50px;
  }

  .events-detail-section .custom-block-info {
    padding: 40px;
  }

  .events-detail-info {
    padding: 35px 25px;
  }

  .contact-info-item {
    width: 60%;
  }

  .events-detail-section .contact-info-item {
    width: 70%;
  }

  .section-bg-image {
    margin-bottom: 0;
  }

  .section-bg-image-block {
    padding: 30px;
  }

  .site-footer {
    padding-top: 20px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 480px) {
  .navbar-brand {
    font-size: var(--p-font-size);
  }

  .navbar-brand-icon {
    width: 30px;
    height: 30px;
  }

  .navbar-brand-icon::after {
    top: 5px;
  }

  .section-bg-image-block {
    padding: 30px;
  }

  .contact-info-item {
    width: 72%;
  }
}

@media screen and (max-width: 360px) {
  .custom-btn {
    font-size: 12px;
    padding: 4px 12px;
  }
}
/*---------------------------------------
  CONTACT               
-----------------------------------------*/
.contact-section {
    background: var(--custom-btn-bg-color);
    position: relative;
    overflow: hidden;
}

    .contact-section::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 450px 450px 0 0;
        border-color: var(--white-color) transparent transparent;
        pointer-events: none;
    }

    .contact-section .container {
        position: relative;
    }

    .contact-section p {
        color: var(--white-color);
        font-size: var(--h6-font-size);
    }

.contact-link {
    color: var(--white-color);
}

.contact-section .copyright-text {
    font-size: var(--copyright-font-size);
}

/*---------------------------------------
    Scrollable Paragraph
----------------------------------------*/
 .scrollable-paragraph {
        height: 450px;
        overflow-y: hidden;
        transition: overflow 0.3s ease;
    }

    .scrollable-paragraph:hover {
        overflow-y: auto;
    }

    /* Optional: smooth scrollbar for WebKit browsers */
    .scrollable-paragraph::-webkit-scrollbar {
        width: 6px;
    }

    .scrollable-paragraph::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 3px;
    }

    .scrollable-paragraph::-webkit-scrollbar-track {
        background: transparent;
    }


/*---------------------------------------
  EBOOK DOWNLOAD FORM               
-----------------------------------------*/
.ebook-download-form {
    border-radius: var(--border-radius-medium);
    position: relative;
    z-index: 2;
    padding: 50px;
}
.jumbotron {
    background: linear-gradient(45deg, #007bff, #00c6ff);
    color: white;
    border-radius: 0 0 50px 50px;
}
.jumbotron-footer {
    background: linear-gradient(45deg, #007bff, #00c6ff);
    color: white;
}
/*--------------------------------------------------------------
    Carousel
---------------------------------------------------------------*/
.carousel-text-overlay {
    z-index: 6;
    background: rgba(255, 255, 255, 0.4); /* semi-transparent white */
    max-width: 100%;
    border-radius: 10px;
    margin-left: 5px
}
.carousel-wrapper {
    max-width: 560px;
    margin: auto;
}
.carousel-inner img {
    border-radius: 20px;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.carousel-control-prev,
.carousel-control-next {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(0);
}

.thumbs {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
}

    .thumbs img {
        width: 100px;
        height: 60px;
        object-fit: cover;
        border-radius: 12px;
        opacity: 0.4;
        border: 3px solid transparent;
        cursor: pointer;
        transition: all 0.3s ease;
    }

        .thumbs img.active {
            opacity: 1;
            border-color: #24c36a;
        }

.swiper-container {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    color: white;
    background: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    opacity: 50%;
}

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 20px;
        color: #2c2c2c;
    }

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

.gallery-thumbs {
    margin-top: 15px;
}

    .gallery-thumbs .swiper-slide {
        opacity: 0.4;
        border-radius: 12px;
        overflow: hidden;
        border: 3px solid transparent;
        transition: all 0.3s ease;
    }

    .gallery-thumbs .swiper-slide-thumb-active {
        opacity: 1;
        border-color: #24c36a;
    }

    .gallery-thumbs img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

@media (max-width: 600px) {
    .swiper-button-next,
    .swiper-button-prev {
        width: 34px;
        height: 34px;
    }
}
/* Make map responsive */
#map {
    height: 60vh; /* Map height: 60% of viewport height */
    width: 100%;
    min-height: 300px; /* Ensure it's not too small on mobile */
}

@media (max-width: 768px) {
    #map {
        height: 50vh; /* Slightly smaller height on tablets/mobile */
    }
}

@media (max-width: 480px) {
    #map {
        height: 40vh; /* Even smaller on small phones */
    }
}
/*---------------------------------------
  HERO & HERO SLIDE         
-----------------------------------------*/
.hero-section-full-height {
  height: 680px;
  min-height: 680px;
  position: relative;
}

.carousel:hover .carousel-control-next-icon, 
.carousel:hover .carousel-control-prev-icon {
  opacity: 1;
}

#hero-slide .carousel-item {
  height: 680px;
  min-height: 680px;
}

#hero-slide .carousel-caption {
  background: var(--white-color);
  clip-path: polygon(100% 100%, 100% 150px, 0 100%);
  color: var(--secondary-color);
  top: 1px;
  bottom: -1px;
  right: 0;
  left: auto;
  text-align: right;
  min-width: 680px;
  min-height: 680px;
  padding: 100px 100px 50px 100px;
}

.carousel-image {
  display: block;
  width: 100%;
  min-height: 680px;
}

#hero-slide .carousel-indicators-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

#hero-slide .carousel-indicators {
  margin-right: 0;
  margin-left: 22px;
  justify-content: inherit;
}

.carousel-control-next, 
.carousel-control-prev {
  opacity: 1;
}

.carousel-control-next-icon, 
.carousel-control-prev-icon {
  background-color: var(--secondary-color);
  border-radius: var(--border-radius-large);
  background-size: 60% 60%;
  width: 80px;
  height: 80px;
  opacity: 0;
  transition: all 0.5s;
}

.carousel-control-next-icon:hover, 
.carousel-control-prev-icon:hover {
  background-color: var(--primary-color);
}
.carousel-fade .carousel-item {
    transition: opacity 1s ease-in-out;
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

    .carousel-fade .carousel-item.active {
        opacity: 1;
        position: relative;
    }

.carousel-thumbnails img {
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    opacity: 0.5;
    transition: 0.3s;
    border: 2px solid transparent;
}

    .carousel-thumbnails img.active-thumbnail {
        opacity: 1;
        border-color: #0d6efd;
    }
/*---------------------------------------
  FEATURE BLOCK              
-----------------------------------------*/
.featured-block {
    text-align: center;
    transition: all 0.5s ease;
    min-height: 256px;
    padding: 15px;
}

    .featured-block:hover {
        background: var(--white-color);
        border-radius: var(--border-radius-medium);
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    }

        .featured-block:hover .featured-block-image {
            transform: scale(0.75);
        }

.featured-block-image {
    display: block;
    margin: auto;
    transition: all 0.5s;
}

.featured-block:hover .featured-block-text {
    margin-top: 0;
}

.featured-block-text {
    color: var(--primary-color);
    font-size: var(--h5-font-size);
    margin-top: 20px;
    transition: all 0.5s;
}
/*---------------------------------------
  FEATURE BLOCK              
-----------------------------------------*/
.featured-block {
    text-align: center;
    transition: all 0.5s ease;
    min-height: 256px;
    padding: 15px;
}

    .featured-block:hover {
        background: var(--white-color);
        border-radius: var(--border-radius-medium);
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    }

        .featured-block:hover .featured-block-image {
            transform: scale(0.75);
        }

.featured-block-image {
    display: block;
    margin: auto;
    transition: all 0.5s;
}

.featured-block:hover .featured-block-text {
    margin-top: 0;
}

.featured-block-text {
    color: var(--primary-color);
    font-size: var(--h5-font-size);
    margin-top: 20px;
    transition: all 0.5s;
}
.chap-bg {
    background-color: var(--section-bg-color);
}

.chap-overlay {
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

    .chap-overlay + .container {
        position: relative;
    }

/*---------------------------------------
  CUSTOM LIST               
-----------------------------------------*/
.custom-list {
    margin-bottom: 0;
    padding-left: 0;
}

.custom-list-item {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*---------------------------------------
  CUSTOM TEXT BOX               
-----------------------------------------*/
.custom-text-box {
    background: var(--white-color);
    border-radius: var(--border-radius-medium);
    margin-bottom: 24px;
    padding: 40px;
}

.custom-text-box-image {
    border-radius: var(--border-radius-medium);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-text-box-icon {
    background: var(--section-bg-color);
    border-radius: var(--border-radius-large);
    color: var(--secondary-color);
    font-size: var(--h6-font-size);
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    line-height: 30px;
}
.carousel-item img {
    border-radius: 12px;
    max-height: 500px;
    object-fit: cover;
}

.thumbnail-img {
    max-height: 100px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.3s, transform 0.3s;
}

    .thumbnail-img:hover, .thumbnail-img.active {
        opacity: 1;
        transform: scale(1.05);
    }

.grid-gallery {
    display: none;
}

    .grid-gallery img {
        border-radius: 12px;
        margin-bottom: 15px;
        transition: transform 0.3s, box-shadow 0.3s;
    }

        .grid-gallery img:hover {
            transform: scale(1.03);
            box-shadow: 0 5px 15px rgba(0,0,0,0.3);
        }
/* 
---------------------------------------------
parallax & home seperator
--------------------------------------------- 
*/
.mini {
    min-height: 215px;
    overflow: hidden;
    position: relative;
    padding-top: 20px;

}

    .mini mini-box i {
        width: 50px;
    }

    .mini:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: .95;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        z-index: 2;
        top: -20%;
        left: -20%;
    }

    .mini .mini-content {
        position: relative;
        z-index: 3;
    }

.mini .mini-content .info {
    text-align: center;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .mini .mini-content .info small {
        display: block;
        font-weight: 400;
        font-size: 13px;
        margin-bottom: 5px;
    }

    .mini .mini-content .info strong {
        font-weight: 700;
        font-size: 17px;
        margin-bottom: 40px;
        display: block;
    }

    .mini .mini-content .info h1 {
        color: #fff;
        font-weight: 500;
        font-size: 28px;
        letter-spacing: 0.25px;
        margin-bottom: 30px;
    }

    .mini .mini-content .info p {
        letter-spacing: 1px;
        margin-bottom: 40px;
        color: #fff;
        letter-spacing: 0.25px;
        line-height: 26px;
        font-weight: 400;
        font-size: 15px;
    }

        .mini .mini-content .info p span {
            text-decoration: underline;
        }

.mini .mini-content .mini-box {
    display: block;
    background: #fff;
    padding: 10px;
    border-radius: 20px;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
    margin-bottom: 10px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-align: center;
    font-family: 'Montserrat';

}

    .mini .mini-content .mini-box:hover {
        margin-top: -10px;
        background: var(--white-color);
        box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
        border-color: crimson;
        border-width: 3px;
        transform: translateY(-3px);
    }

    .mini .mini-content .mini-box:before {
        content: '';
        position: absolute;
        z-index: -1;
        background: #fff;
        width: 100%;
        opacity: .15;
        height: 100%;
        bottom: -10px;
        left: 0px;
        right: -20px;
        margin: auto;
        border-radius: 20px;
    }

    .mini .mini-content .mini-box i {
        display: block;
        font-size: 20px;
        margin-bottom: 5px;
    }

    .mini .mini-content .mini-box span {
        font-weight: 400;
        font-size: 14px;
        color: #777;
        letter-spacing: .75px;
    }

    .mini .mini-content .mini-box strong {
        display: block;
        font-weight: 400;
        font-size: 17px;
        color: #1e1e1e;
        letter-spacing: 0.25px;
        margin-bottom: 5px;
        margin-top: 20px;
    }
    .mini .mini-content .mini-box img {
        transform: scale(0.75);
    }
    mini-box img{
        transform:scale(0.75);
    }
.member-text p {
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 500; /* Semi-bold */
    text-align: center; /* Center horizontally */
}
.learn-more-btn-fixed {
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 600;
    color: white;
    background-color: cornflowerblue;
    border: none;
    border-radius: 6px;
    transition: background-color 0.3s ease;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

    .learn-more-btn-fixed:hover {
        background-color: slateblue;
        color:#e4f000;
        text-decoration: none;
        transform:scale(1.1);
    }
.avbar-toggler {
    padding: 0.75rem 1rem; /* increase clickable area */
    font-size: 1.5rem; /* scale up icon */
    border-width: 2px; /* optional: thicker border */
}

.navbar-toggler-icon {
    width: 2em; /* default is 1.5em */
    height: 2em;
    background-size: contain; /* make the icon scale properly */
}.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon-item {
  list-style: none;
  display: inline-block;
  vertical-align: center;
}
.social-icon-link {
  background: #0e32a0;
  border-radius: 50%;
  color: white;
  font-size: 16px; /* You can adjust */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}
/*----------------------------------------
    Group Block
-----------------------------------------*/
.group-block {
    transition: box-shadow 0.4s ease, transform 0.3s ease; /* smooth border and lift */
    box-shadow: inset 0 0 0 0px white, /* start with no inner border */
    0 0 0 rgba(0, 0, 0, 0); /* no outer shadow initially */
    border-radius: 20px 20px 0 0;
    box-sizing: border-box; /* prevent size jump */
}

    .group-block:hover {
        background: var(--white-color, #fff);
        box-shadow: inset 0 0 0 10px white, /* grow inner border */
        0 1rem 3rem rgba(0, 0, 0, .175); /* outer shadow appears */
        transform: translateY(-3px); /* lift effect */
    }

.group-block-image-wrap {
    border-radius: var(--border-radius-medium);
    position: relative;
    overflow: hidden;
}

.group-block-image-wrap1 {
    position: relative;
    overflow: hidden;
}

.group-block-image-wrap:hover .group-block-image {
    transform: scale(1.2);
}

.group-block-image-wrap:hover .social-icon {
    opacity: 1;
}

.group-block-image-wrap .social-icon {
    background-color: var(--white-color);
    border-radius: var(--border-radius-large);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
    padding: 15px 20px;
    width: auto;
}

.group-block-image {
    transition: all 0.3s;
}

.group-block-info {
    padding: 10px;
}

    .group-block-info h4,
    .group-block-info p {
        margin-bottom: 0;
    }

.services .service-item .main-content {
  border-radius: 25px;
  padding: 80px 30px 50px 30px;
  background-color: #f1f0fe;
  margin-bottom: 30px;
  margin-right: 80px;
  transition: all .4s;
}
.team-member .main-content {
  border-radius: 25px;
  padding: 140px 30px 40px 30px;
  background-color: #f1f0fe;
  text-align: center;
}

.team-member .main-content span.category {
  color: #7a6ad8;
  font-size: 15px;
}

.team-member .main-content h4 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 15px;
}

.team-member .main-content ul li {
  display: inline-block;
  margin: 0px 2px;
}

.team-member .main-content ul li a {
  background-color: #fff;
  color: #7a6ad8;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all .3s;
}

.team-member .main-content ul li a:hover {
  background-color: #7a6ad8;
  color: #fff;
}
.services .service-item .img-icon-mission img {
  transition: transform 0.3s ease; /* smooth animation */
}

.services .service-item:hover .img-icon-mission img {
  transform: scale(0.9); /* zoom out to 90% of original size */
}
.services .service-item .img-icon-vision img {
  transition: transform 0.3s ease; /* smooth animation */
}

.services .service-item:hover .img-icon-vision img {
  transform: scale(0.9); /* zoom out to 90% of original size */
}
.services .service-item .img-icon-values img {
  transition: transform 0.3s ease; /* smooth animation */
}

.services .service-item:hover .img-icon-values img {
  transform: scale(0.9); /* zoom out to 90% of original size */
}
.services .service-item .img-icon-goals img {
  transition: transform 0.3s ease; /* smooth animation */
}

.services .service-item:hover .img-icon-goals img {
  transform: scale(0.9); /* zoom out to 90% of original size */
}
.img-icon-mission{
    position: absolute;
    display: inline-block;
    text-align: center;
    right: 0;
    top: -120px;
    margin-right:190px;
    line-height: 120px;
}
.img-icon-mission img{
   max-width: 100px;
}
.img-icon-vision{
    position: absolute;
    display: inline-block;
    text-align: center;
    right: 0;
    top:-120px;
    margin-right:190px;
    line-height: 120px;
}
.img-icon-vision img{
  max-width: 100px;
}
.img-icon-values{
    position: absolute;
    display: inline-block;
    text-align: center;
    right: 0;
    top: -120px;
    margin-right:190px;
    line-height: 120px;
}
.img-icon-values img{
   max-width: 100px;
}
.img-icon-goals{
    position: absolute;
    display: inline-block;
    text-align: center;
    right: 0;
    top: -120px;
    margin-right:640px;
    line-height: 120px;
}
.img-icon-goals img{
  max-width:100px;
}
  .event_filter  {
    padding: 15px 20px;
  }
  .event_filter li {
    display: inline-block;
    margin: 0px 10px;
  }
}
.event_filter {
  text-align: center;
}

.event_filter {
  background-color: #f1f0fe;
  border-radius: 50px;
  padding: 15px 40px;
  list-style: none;
  margin: 0 auto 70px;
  max-width: max-content;
}

.event_filter li {
  display: inline-block;
  margin: 0px 20px;
}

.event_filter li a {
  font-size: 14px;
  font-weight: 500;
  color: #1e1e1e;
  transition: all .3s;
}

.event_filter li

.event_filter li a.is_active,
.event_filter li a:hover {
  color: #7a6ad8;
}
.section-heading h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
}

.section-heading h2 em {
  font-style: normal;
  color: #03a4ed;
}

.section-heading h2 span {
  color: #fe3f40;
}
.events-section.section-bg .container > .row {
  margin-right: 5px;
  margin-left: 5px;
}

.events-section.section-bg .container > .row .row {
  margin: auto;
}
 /* Fixed Background Hero */
    .scm-section {
        background-image: url("../images/wallpaper.png");
        background-size: cover;
        background-attachment: fixed;
        color: white;
        text-align: center;
        padding: 100px 20px;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        overflow: hidden;
        z-index:1;
    }

    /* Clarify in animation */
    @keyframes clarifyIn {
        from {
            opacity: 0;
            filter: blur(10px);
            transform: translateY(30px) scale(0.95);
        }
        to {
            opacity: 1;
            filter: blur(0);
            transform: translateY(0) scale(1);
        }
    }

    /* Clarify out animation */
    @keyframes clarifyOut {
        from {
            opacity: 1;
            filter: blur(0);
            transform: translateY(0) scale(1);
        }
        to {
            opacity: 0;
            filter: blur(6px);
            transform: translateY(30px) scale(0.95);
        }
    }

    .clarify-text,
    .clarify-img {
        opacity: 0;
        transform: translateY(30px) scale(0.95);
    }

    .clarify-animate-in {
        animation: clarifyIn 1.2s ease forwards;
    }

    .clarify-animate-out {
        animation: clarifyOut 1.6s ease forwards;
    }

    /* Delay for staggered appearance */
    .clarify-text:nth-child(1) { animation-delay: 0.9s; }
    .clarify-text:nth-child(2) { animation-delay: 0.6s; }
    .clarify-text:nth-child(3) { animation-delay: 0.3s; }
    .clarify-img { animation-delay: 0.4s; } 

    /* Stats strip */
    .stats{background:var(--soft)}
    .stats .wrap{max-width:1100px; margin:0 auto; padding:24px 20px; display:grid; grid-template-columns:repeat(2,1fr); gap:14px}
    @media (min-width:900px){.stats .wrap{grid-template-columns:repeat(4,1fr)}}
    .stat{background:#fff; border-radius:16px; padding:16px; text-align:center; box-shadow: var(--shadow)}
    .stat .num{font-size: clamp(24px, 4.4vw, 40px); font-weight:900; color:var(--brand)}
    .stat .label{opacity:.7}