/*------------------------------------------------------------------
* Project:        Royalheart - NonProfit Fundraising Charity HTML Template
* Author:         HtmlDesignTemplates
* URL:            https://themeforest.net/user/htmldesigntemplates
* Created:        09/14/2025
-------------------------------------------------------------------*/

/* 
1.Header
2.Banner
*/

/* Header */
header .header-nav .header-logo img {
  width: 250px;
}

.navbar-nav li {
  cursor: pointer !important;
}

.navbar-nav .nav-link{
  padding: 13px 15px;
  cursor: pointer !important;
}

.navbar-nav .nav-item.no-after::after {
  display: none;
}

.dropdown-menu>li {
  cursor: pointer !important;
}

.dropdown-menu>li>a {
  font-size: 16px;
  padding: 13px 30px;
  background-color: #FBFBFB;
  cursor: pointer !important;
}


.navbar-nav .nav-link:hover, .navbar-nav .nav-link.show{
  color: #E3C18A;
}

.dropdown-menu>li>a:hover{
  background-color: #E3C18A;
  color: #ffffff;
}

@media (min-width: 1180px) {
  .navbar-nav .dropdown-menu{
    position: absolute;
    top: auto;
  }

  .dropdown-menu{
    display: block;
    opacity: 0;
    visibility:hidden;
  }

  .dropdown:hover>.dropdown-menu {
    opacity: 1 ;
    visibility: visible;
    transition:all .3s ease-in-out;
  }
  
  .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
  }

  ul.dropdown-menu {
    max-height: 630px !important; 
    overflow-y: auto !important;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

  .navbar-nav .nav-link.active{
    color: #E3C18A;
  }

  .dropdown-item.active{
    background-color: #E3C18A;
  }
}

@media (min-width: 1181px) and (max-width: 1380px){
  .navbar-logo img {
    width: 70% !important;
  }
}

@media (max-width: 1180px){
  div#slicknav-mobile, .dropdown-toggle::after  {
    display: block;
  }

  .header-nav-inner {
    position: relative;
  }

  .header-top, .mt_search ,.slicknav_nav .slicknav_arrow,  .navbar-button, .navbar-sticky-in, #responsive-menu {
    display: none;
  }

  .slicknav_menu {
    display: block;
  }

  .nav-link{
    padding: 12px 36px !important;
    margin: 0 !important;
  }

  .slicknav_btn{
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .slicknav_btn.slicknav_open:before, .slicknav_btn.slicknav_collapsed:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 8px;
    position: absolute;
    color: #33373d;
  }

  .slicknav_btn.slicknav_collapsed:before {
    content: "\f0c9"; /* fa-bars */
  }

  .slicknav_btn.slicknav_open:before {
    content: "\f00d"; /* fa-times */
    color: #E3C18A;
  }

  .dropdown-menu {
    border-radius: 0 !important;
  }

  .slicknav_nav {
    top: 84px;
    left: 0;
    background-color: #F5F5F5;
    position: absolute;
    height: 280px;
    overflow: auto;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
  } 

  .slicknav_nav a:hover, li.nav-item.dropdown.slicknav_parent.slicknav_open > a > a {
    background-color: #E3C18A !important;
    color: #fff;
  }

  .slicknav_nav li {
    cursor: pointer !important;
  }

  .slicknav_nav a, .dropdown-menu>li>a{
    font-size: 16px;
    background-color: #F5F5F5;
    color: #33373d;
    text-transform: capitalize !important;
    border: none !important;
    font-weight: 400 !important;
    cursor: pointer !important;
  }

  .dropdown-menu>li>a{
    padding-left: 50px !important;
    border-top: 1px solid #FBFBFB !important;
  }
  
  .dropdown-toggle::after{
    display: none;
  }

  .slicknav_nav .active, .fa-angle-up:before{
    background-color: #E3C18A;
    color: #fff;
  }

  .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
  }
}

@media (max-width: 1100px) {
  .slicknav_nav .slicknav_item a {
      pointer-events: none;
  }
}

@media (max-width: 768px) {
  header .header-nav .header-logo img {
    width: 250px;        /* increased size */
    max-width: 100%;
    height: auto;
  }

    .slicknav_btn.slicknav_open:before,
  .slicknav_btn.slicknav_collapsed:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    top: 50%;
    transform: translateY(-50%);
  }
  .slicknav_btn.slicknav_collapsed:before {
    content: "\f0c9"; /* fa-bars */
  }
  .slicknav_btn.slicknav_open:before {
    content: "\f00d"; /* fa-times */
  }
  .slicknav_nav{
    top: 72px;
  }
}

/* Popup hidden by default */
#search1 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

#search1 input{
width: 400px;
}

#search1.open {
  display: flex;
}

#search1 .close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2rem;
  color: #fff;
  background: none;
  border: none;
  cursor: pointer;
}


/* =========================
   Banner Section
========================= */

.banner .slide {
  height: 500px;
  background-position: center;
  background-size: cover;
  cursor: grab;
  position: relative;
}

/* Linear Gradient Overlay (Left → Right) */
.banner .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.55) 35%,
    rgba(0, 0, 0, 0.25) 65%,
    rgba(0, 0, 0, 0.05) 100%
  );
  z-index: 1;
}

/* Slide Content – FORCE LEFT (override Bootstrap utilities) */
.banner .slide-info {
  position: absolute;
  opacity: 0;
  top: 122%;
  left: 8% !important;                     /* override start-50 */
  transform: translateY(-50%) !important;  /* override translate-middle */
  text-align: left !important;              /* override text-center */
  max-width: 580px;
  z-index: 2;
}

/* Heading */
.banner h1 {
  font-size: 52px;
  line-height: 1.25;
  font-weight: 700;
}

/* Paragraph */
.banner .slide-info p {
  font-size: 17px;
  line-height: 1.7;
  opacity: 0.95;
}



/* Animation Trigger */
.banner .slide.slick-slide.slick-current.slick-active .slide-info {
  animation: bannerfadein 1.2s ease-out forwards;
}

/* Animation */
@keyframes bannerfadein {
  0% {
    opacity: 0;
    top: 122%;
  }
  100% {
    opacity: 1;
    top: 50%;
  }
}

/* =========================
   Responsive
========================= */

/* Mobile – LEFT aligned content (fixed) */
@media (max-width: 768px) {
  .banner .slide {
    height: 520px;
  }

  .banner .slide-info {
    left: 6% !important;                 /* keep left */
    right: 6%;
    top: 120%;
    transform: translateY(-50%) !important;
    text-align: left !important;
    max-width: 100%;
  }

  .banner h1 {
    font-size: 24px;                     /* reduced */
    line-height: 1.3;
  }

  .banner .slide-info p {
    font-size: 14px;
    line-height: 1.6;
  }
}



/* About Section */
/* .about {
  background-image: url(../images/causes-01.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 60% auto;
} */

/* Images */
.about-left {
  position: relative;
}

.about-main-img {
  width: 100%;
  height: auto;
  display: block;
}

.about-inner-img {
  position: absolute;
  width: 45%;
  bottom: -20px;
  right: -20px;
}

/* Features Hover */
.about .feature-box {
  transition: all 0.3s ease-in-out;
}

.about .feature-box:hover {
  background-color: #33373d;
  transform: translateY(-10px);
  color: #fff;
}

.about .feature-box:hover h4 {
  color: #E3C18A;
}

/* Tablet */
@media (max-width: 992px) {
  .about {
    background-position: top center;
    background-size: 80% auto;
  }

  .about-inner-img {
    right: 0;
    bottom: -10px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .about {
    background-position: top center;
    background-size: 100% auto;
    padding-top: 40px;
  }

  .about-left {
    text-align: center;
  }

  .about-inner-img {
    position: relative;
    width: 60%;
    margin: 20px auto 0;
    bottom: auto;
    right: auto;
  }
}


/* Donation Banner */
.dono-banner {
  background-image: linear-gradient(90deg, #fff 50%, #2C2734 0%);
}

.dono-banner .dono-banner-left {
  background-position: center center;
  background-size: cover;
}

.dono-banner .dono-banner-left .overlay {
  background-color: #33373d;
  opacity: .8;
}

@media (max-width: 768px){
  .donate-banner .donate-banner-right img {
    width: 75%;
  }
}

/* Donation Section */
.percentage-wrapper {
  height: 22px;
  right: 0px;
  border-radius: 3px; 
  font-size: 13px;
}

.progress-bar {
  animation: progressBar 3s ease-in-out;
  animation-fill-mode:both; 
  -moz-animation: progressBar 3s ease-in-out;
  -moz-animation-fill-mode:both; 
  background-color: #E3C18A
}

@keyframes progressBar {
  0% { width: 0; }
  100% { width: width; }
}

/* Stats CSS */
.stats {
  background-image: linear-gradient(90deg, #E3C18A 0%, #2C2734 100%);
}

.stats .overlay {
  background-color: #2C2734;
  opacity: .8;
}

.stats .stats-left{
  background-color: #FFFFFF2E;
}

/* Events */
/* .events {
  background-image: url(../images/group-of-kids-using-tablet-in-school-2021-09-24-03-47-39-utc-e1752131460102.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: auto;
} */

.events .overlay {
  background-color: #FBFBFB;
  opacity: .8;
}

/* Volunteer Banner */
/* .volunteer-banner {
  background-image: url(../images/diverse-team-of-volunteers-2021-09-24-04-19-01-utc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
} */

.volunteer-banner .overlay {
  background-color: #2C2734;
  opacity: .8;
}

/* Faq */
.faq .faq-left img {
  border: 8px solid #FFFFFF33;
}

.faq .accordion-button:not(.collapsed) {
  background-color: #2C2734 !important;
  color: #fff;
}

.faq .accordion-button::after {
  background-image: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078"; 
  margin-right: 8px;
  color: #2C2734;
}

.faq .accordion-button:not(.collapsed)::after {
  color: #fff;
}

/* Vounteer CSS */
.volunteer .volunteer-title{
  background-image:  linear-gradient(90deg, #2C2734 77%, #fff 0%);
}

 .social-link li a{
  width:30px;
  height:30px;
  line-height:30px;
  font-size: 12px;
  background-color: #a1a1a1;
  transition:all .3s ease-in-out
}

@keyframes iconTranslateY {
  48% {
      -webkit-transform: translateY(50%);
      transform: translateY(50%)
  }

  49% {
      opacity: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%)
  }

  50% {
    opacity: 1;
  }
}

.social-link>li>a:hover>i {
  -webkit-animation: iconTranslateY .4s forwards; 
  animation: iconTranslateY .4s forwards; 
}

.social-link li a:hover{
  background:#1DA1F2;
  color: #fff;
}

.social-link li:last-child a:hover{background:#E60023;}

.social-link li:first-child a:hover{background:#1877F2;}

.volunteer-box .volunteer-info {
  top: 115%;
  transition: all 0.4s ease-in-out;
}

.volunteer-box:hover .volunteer-info{
  top: 75%;
  transition: all 0.4s ease-in-out;
}

.volunteer-box .overlay {
  opacity: 0;
  background-color: #111;
  transition: all 0.4s ease-in-out;
}

.volunteer-box:hover .overlay{
  opacity: .8;
  transition: all 0.4s ease-in-out;
}

@media (min-width: 996px) and (max-width: 1400px){
  .volunteer-box .volunteer-info {
    top: 150%;
    transition: all 0.4s ease-in-out;
  }

  .volunteer-box:hover .volunteer-info{
    top: 65%;
    transition: all 0.4s ease-in-out;
  }
}

/* Testimonial */
/* .testimonial {
  background-image: url(../images/multi-ethnic-group-of-kids-lying-on-each-other-in-2021-08-26-16-13-19-utc.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
} */
/* .testimonial .testimonial-body {
 padding-left: 300px;
} */

.testimonial .testimonial-box .reviewer {
  bottom: -50%;
}

.testimonial .overlay {
  background-color: #F9F9FA;
  opacity: .8;
}

@media (max-width: 1400px){
  .testimonial .testimonial-box .reviewer {
    bottom: -45%;
  }
}

@media (max-width: 1100px){
  .testimonial .testimonial-box .reviewer {
    bottom: -37%;
  }
}

@media (max-width: 992px) {
  .testimonial .testimonial-body  {
    padding-left: 0px;
  }
}

/* Gallery Slider */
.gallery-slider .slide img {
  height: 350px;
  object-fit: cover;
}

/* Donate CSS */
.donation-type-box:hover span {
  color: #2C2734;
  transition: all .3s ease-in-out;
}

 .donation-type-box.bg-secondary:hover span{
  color: #fff;
}

/* Donate Banner CSS */
.donate-banner {
  background-image: url(../images/serednie-ukraine-march-09-2011-romani-boy-and-little-girl-in-orange-pumpkin-style-dress-over-clothes_t20_dzoxaJ.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.donate-banner .overlay {
  background-color: #2C2734;
  opacity: .8;
}

/* Volunteer Banner2 */
.volunteer-banner2 {
  padding-left: 300px;
}

@media (max-width: 1400px){
  .volunteer-banner2 {
    padding-left: 90px;
  }
}

@media (max-width: 1100px) {
  .volunteer-banner2 {
    padding-left: 0;
  }
}


/* Blog */
 .blog-box {
  background-color: #FBFBFB;
}
 .blog-box .blog-info-top {
  border-bottom: 1px solid #eaeaea;
}

 .blog-box .blog-info-bottom span:last-of-type::before{
  content: "•";
  margin: 0 5px;
}

 .blog-box .blog-image .overlay {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .35), transparent 75%);
  background-color: transparent;
  opacity: 1;
  transition: all .3s ease-in-out;
}

 .blog-box .blog-image:hover .overlay {
  opacity: 0;
  transition: all .3s ease-in-out;
}

/* Involvement */
.involvement-banner {
  background-image: linear-gradient(90deg, #E3C18A 85%, #2C2734 15%);
}

.involvement-banner-left ul li span {
  height: 100px;
  width: 100px;
}

.involvement-banner-right a {
  background-color: #fff;
  color: #E3C18A;
}

.involvement-banner-right a:hover {
  background-color: #2C2734;
  color: #fff;
}

/* Footer */
/* footer {
  background-image: url(../images/group-of-kids-using-tablet-in-school-2021-09-24-03-47-39-utc-e1752131460102.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
} */

footer .overlay{
  background-color:  #000000;
  opacity: .9;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.social-links a i {
  height: 42px;
  width: 42px;
  font-size: 21px;
  line-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all .3s ease-in-out;
}

.social-links a:hover i {
  opacity: 1;
  transform: translateY(-3px);
  transition: all .3s ease-in-out;
}

/* Individual social media background colors on hover */
.social-links a:hover .fa-facebook-f {
  background-color: #1877F2;
}

.social-links a:hover .fa-twitter {
  background-color: #1DA1F2;
}

.social-links a:hover .fa-youtube {
  background-color: #FF0000;
}

.social-links a:hover .fa-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}


/* ========================================= */
/*             Homepage-2 page CSS           */
/* ========================================= */

/* About */
.home2 .about .about-right img{
  border: 8px solid #FFFFFF33;
  margin-top: -100px;
}

/* .home2 .about {
  background-image: url(../images/group-of-kids-using-tablet-in-school-2021-09-24-03-47-39-utc-e1752131460102.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
} */

.home2 .about .overlay {
  background-color: #FBFBFB;
  opacity: .8;
}

.home2 .about .donation-type-box img{
  height: 40px;
  width: 40px;
}

@media (max-width: 1100px) {
  .home2 .about .about-right img {
    margin-top: 0px;
  }
  .home-2 .banner-bottom-slider {
    padding-bottom: 0 !important;
  }
}



/* Ad Banner */
.home2 .ad-banner-left, .event-detail-ad-banner .ad-banner-left {
  background-image: url(../images/serednie-ukraine-march-09-2011-portrat-of-romani-schoolgirl-looking-at-the-camera-younger-siblings_t20_JJYomO.jpg);
  background-position: center center;
  background-size: cover;
}

.home2 .ad-banner-left .overlay, .event-detail-ad-banner .ad-banner-left .overlay{
  background-color: #2C2734;
  opacity: .8;
}

.home2 .ad-banner-right, .event-detail-ad-banner .ad-banner-right{
  background-image: url(../images/children-left-alone-after-hostilities-2021-09-24-02-51-49-utc.jpg);
  background-position: center center;
  background-size: cover;
}

.home2 .ad-banner-right .overlay, .event-detail-ad-banner .ad-banner-right .overlay{
  background-color: #E3C18A;
  opacity: .5;
}


/* Stats Section */
.home2 .stats{
  background-image: url(../images/serednie-ukraine-march-09-2011-romani-boy-and-little-girl-in-orange-pumpkin-style-dress-over-clothes_t20_dzoxaJ.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

/* Events */
.home2 .event-box:hover .event-image img {
  transform: scale(1.05) rotate(2deg);
  opacity: 0.8;
  transition: all .3s ease-in-out;
} 

/* Donate CSS */
.home2 .donate {
  background-image: url(../images/multi-ethnic-group-of-kids-lying-on-each-other-in-2021-08-26-16-13-19-utc.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.home2 .donate .overlay {
  background-color: #FBFBFB;
  opacity: .9;
}


/* ========================================= */
/*             Homepage-3 page CSS           */
/* ========================================= */

/* Banner */
.home3 .banner {
  background-image: url(../images/photorealistic-kid-refugee-camp.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home3 .banner .overlay {
  background-image: linear-gradient(180deg, #0F0D13 0%, #2C2734 100%);
  opacity: 0.65;
  background-color: transparent;
}

.home3 .banner .banner-right {
  background-image: url(../images/main-slider-two-img-shape-1.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.home3 .banner .banner-right img {
  width: 65%;
}

@media (max-width: 996px){
  .home3 .banner .banner-right img {
    width: 45%;
  }
}

@media (max-width: 768px){
  .home3 .banner .banner-right img {
    width: 65%;
  }
}

/* Banner Bottom */
.home3 .banner-bottom-left {
  background-image: url(../images/children-left-alone-after-hostilities-2021-09-24-02-51-49-utc.jpg);
  background-position: center center;
  background-size: cover;
}

/* About CSS */
.home3 .about .about-right .lightgallery i {
  height: 66px;
  width: 66px;
  font-size: 33px;
  line-height: 66px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}

.home3 .about .about-right .lightgallery a::after, 
.home3 .about .about-right .lightgallery a::before{
  content: " ";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  color: #fff;
  box-shadow: currentcolor 0px 0px 0px 0px;
  opacity: 0.6;
  z-index: -1;
  border-radius: 50%;
  animation: 3s ease 0s infinite normal none running button-ripple;
}

.home3 .about .about-right .lightgallery a::before {
  animation-delay: 0.3s;
}

@keyframes button-ripple {
  70% {
    box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
    opacity: 0;
  }

  100% {
      box-shadow: currentcolor 0px 0px 0px 0px;
      opacity: 0;
  }
}

@media (max-width: 768px){
  .home3 .about .exp-box {
    left: 200px;
    bottom: -20px !important;
  }

  /* .about-right {
    margin-bottom: 100px;
  } */
}

/* Feature */
.feature .feature-icon {
  height: 80px;
  width: 80px;
}

.home3 .feature .feature-inner .col-lg-3 {
  border-right: 1px solid #fff;
}

@media (max-width: 996px){
  .home3 .feature .feature-inner .col-lg-3:nth-child(2){
    border-right: none !important;
  }
}

@media (max-width: 768px){
  .home3 .feature .feature-inner .col-lg-3{
    border-right: none !important;
    border-bottom: 1px solid #fff;
  }
}

/* Donate Banner */
.home3 .donate-banner {
  background-image: url(../images/people-donating-clothing-to-charity-collection-in-2021-08-26-16-13-29-utc.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.home3 .donate-banner .overlay {
  background-color: transparent;
  background-image: linear-gradient(180deg, #2C2734 0%, #0F0D13 100%);
  opacity: 0.9;
}

/* Events */
.home3 .events .event-box {
  border-bottom-width: 4px !important;
}

/* Volunteer */
.home3 .volunteer .volunteer-title {
  background-image: linear-gradient(90deg, #2C2734 77%, #F9FAFB 0%);
}

/* Donate*/
.home3 .donate {
  background-image: linear-gradient(90deg, #F9FAFB 56%,#2C2734 0%);
}

@media (max-width: 996px){
  .home3 .donate {
    background-image: linear-gradient(180deg, #F9FAFB 38%,#2C2734 0%);
  }
}

/* Testimonial */
.home3 .testimonial {
  background-image: url(../images/testimonial.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain
}

/* Partner Slider */
.home3 .partner {
  background-image: url(../images/serednie-ukraine-march-09-2011-romani-boy-and-little-girl-in-orange-pumpkin-style-dress-over-clothes_t20_dzoxaJ.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.home3 .partner .overlay {
  background-color: #2C2734;
  opacity: .8;
}

/* ========================================= */
/*              About Us page CSS            */
/* ========================================= */
/* Breadcrumb */
.breadcrumb {
  min-height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/* Dark overlay */
.breadcrumb .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

/* MOBILE FIX — IMPORTANT */
@media (max-width: 768px) {
  .breadcrumb {
    min-height: 260px;
    background-attachment: scroll;   /* ✅ REQUIRED */
    background-position: center top; /* ✅ Shows full image better */
  }
}

/* Small phones */
@media (max-width: 480px) {
  .breadcrumb {
    min-height: 220px;
  }
}

.breadcrumb-about {
  background-image: url("../images/bg/abtbg.png");
}
/* Donate page breadcrumb */
.breadcrumb-event {
  background-image: url("../images/bg/evntbg.png");
}

/* Gallery page breadcrumb */
.breadcrumb-gallery {
  background-image: url("../images/bg/gbg.png");
}

/* Contact page breadcrumb */
.breadcrumb-contact {
  background-image: url("../images/bg/cnctbg.png");
}

/* ========================================= */
/*           Causse Detail page CSS          */
/* ========================================= */
.gallery-slider1 .slide img{
  height: 300px;
  object-fit: cover;
}

.volunteer-form {
  background-image: url(../images/volunteer_t20_jLXp2X.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.volunteer-form input, .volunteer-form textarea, .search-bar input, 
.error input, .sidebar-searchbar input, .contact-us-right input, 
.contact-us-right textarea, .blog-detail textarea, .blog-detail input{
  color: #7e838b;
}

.volunteer-form input::placeholder, .volunteer-form textarea::placeholder, 
.search-bar input::placeholder , .error input::placeholder, 
.sidebar-searchbar input::placeholder, .contact-us-right input::placeholder, 
.contact-us-right textarea::placeholder, .blog-detail textarea::placeholder, .blog-detail input::placeholder{
  color: #7e838b90;
}

/* ========================================= */
/*            Event Detail page CSS          */
/* ========================================= */
.event-detail .volunteer-box:hover .volunteer-info{
  top: 50%;
  transition: all 0.4s ease-in-out;
}

.event-detail .volunteer-form {
  background-image: url(../images/serednie-ukraine-march-09-2011-romani-boy-and-little-girl-in-orange-pumpkin-style-dress-over-clothes_t20_dzoxaJ.jpg);
}

.event-detail .volunteer-box .volunteer-info {
      top: 120%;
}

/* ========================================= */
/*                Faq page CSS               */
/* ========================================= */
.faq-top .accordion-button:not(.collapsed), .faq-bottom .accordion-button:not(.collapsed) {
  color: #E3C18A;
}

.faq-bottom .volunteer-form {
  background-image: url(../images/teen-volunteer-girl-2021-08-27-09-31-01-utc.jpg);
}

/* ========================================= */
/*            Testimonial page CSS           */
/* ========================================= */
.testimonial1 .testimonial-icon {
  bottom: 24px;
  right: 24px;
}

.testimonial1 {
  background-image: url(../images/serednie-ukraine-march-09-2011-romani-boy-and-little-girl-in-orange-pumpkin-style-dress-over-clothes_t20_dzoxaJ.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

/* ========================================= */
/*             Volunteer page CSS            */
/* ========================================= */
/* .donate1 {
  background-image: url(../images/group-of-kids-using-tablet-in-school-2021-09-24-03-47-39-utc-e1752131460102.png);
  background-position: center right;
  background-repeat: no-repeat;
} */

/* ========================================= */
/*           Search Result page CSS          */
/* ========================================= */
.search-result-box {
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.search-result-box-stats span:last-of-type::before{
  content: "•";
  margin: 0 5px;
}

/* ========================================= */
/*             Coming Soon page CSS          */
/* ========================================= */
.coming-soon {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/serednie-ukraine-march-09-2011-romani-boy-and-little-girl-in-orange-pumpkin-style-dress-over-clothes_t20_dzoxaJ.jpg);
}

.label {
  background: #E3C18A;
  color: white;
  padding: 10px;
  font-weight: bold;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.flip-card {
  perspective: 1000px;
  width: 100%;
  height: 80px;
  position: relative;
  margin-bottom: 20px;
}

.digit {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
  background: white;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}

/* halves */
.top, .bottom {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  overflow: hidden;
}

.top {
  top: 0;
  border-bottom: 3px solid #F1F1F1;
}

.bottom {
  bottom: 0;
  line-height: 0;
}

/* animated flipping panel */
.flip {
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  overflow: hidden;
  backface-visibility: hidden;
  transform-origin: bottom;
  background: white;
  transform: rotateX(0);
}

.flip.animate {
  animation: flip .5s forwards;
}

@keyframes flip {
  0%   { transform: rotateX(0); }
  100% { transform: rotateX(-90deg); }
}

.coming-soon .social-links a i {
  height: 50px;
  width: 50px;
  font-size: 25px;
  line-height: 50px;
  transition: all .3s ease-in-out;
}


@media (max-width: 995px) and (orientation: landscape) {
  .coming-soon {
    height: 200vh;
  }
}

/* ========================================= */
/*             Blog Detail page CSS          */
/* ========================================= */
.blog-detail .bg-twitter:hover {
  opacity: .8;
  background-color: #1DA1F2;
}

/* ========================================= */
/*              Contact US page CSS          */
/* ========================================= */
.contact-us .contact-info ul li a i{
  height: 70px;
  width: 70px;
  line-height: 70px;
  font-size: 30px;
}

.contact-us .overlay {
  background-color: rgba(255, 255, 255, 0.15);

  background-color: transparent;
}

.contact-social-media ul li a i {
  height: 50px;
  width: 50px;
  line-height: 50px;
}

/* Donation Form Page */
.donation-form1 select, .donation-form1 input, 
.donation select , .donation input, .home4 .faq-right input, 
.home4 .faq-right textarea {
  color: #7e838b;
}

.donation-form1 input::placeholder,
 .donation input::placeholder, 
 .home4 .faq-right input::placeholder, 
.home4 .faq-right textarea::placeholder {
  color: #7e838b90;
}

.donation-form1 {
  background-image: url(../images/multi-ethnic-group-of-kids-lying-on-each-other-in-2021-08-26-16-13-19-utc.jpg);
  background-size: 25%;
  background-position: top top;
  background-repeat: no-repeat;
}

/* ========================================= */
/*              Homepage 4 page CSS          */
/* ========================================= */
.home4 .header-nav-inner{
  margin-top: -30px;
}

.home4 .navbar-sticky-in .header-nav-inner{
  margin-top: 0 !important;
  background-color: #fff !important;
}

.home4 .banner {
  margin-top: -35px;
  background-image: linear-gradient(to top, rgba(44, 39, 52, .9) 0%, #2C2734 50%);
}

.home4 .banner-spin, .home4 .banner-volunteers {
  top: 100px;
  right: 100px;
}

.home4 .banner-volunteers {
  left: 75px;
  right: auto;
}

.banner-spin:hover .spin-demo-main i {
  color: #E3C18A;
  transition: all ease-in-out 0.5s;
}

.spin-demo-main {
  display: grid;
  align-items: center;
  justify-items: center;
  cursor: pointer;
}

.spin-demo-main i {
  position: absolute;
  font-size: 25px;
  color: #fff;
  transition: all ease-in-out 0.5s;
}

.spin-demo-main #rotatingText {
  animation-name: rotate-circle;
  animation-duration: 15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.spin-demo-main .text {
  font-weight: 400;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  fill: #fff;
  font-size: 22px;
}

@keyframes rotate-circle {
  to {
    transform: rotate(1turn);
  }
}

@media (max-width: 1200px) {
  .home4 .header-nav-inner, .home4 .banner{
    margin-top: 0px;
  }
  .home4 .header-nav-inner{
    padding: 16px 8px !important;
  }
}

@media (max-width: 992px){
  .home4 .banner-spin, .home4 .banner-volunteers {
    display: none;
  }
}


/* About US */
.about .about-body .about-body-left .overlay {
  background-color: transparent;
  background: linear-gradient(to bottom, #ffffff00, #2C2734);
  opacity: .9;
}

/* Feature */
.home4 .feature .feature-inner {
  margin-top: -96px;
}

/* Ad Banner */
.home4 .ad-banner .social-links a i {
    height: 30px;
    width: 30px;
    font-size: 15px;
    line-height: 30px;
}    

/* Ad Banner */
.home4 .ad-banner .social-links a i:hover{
  color: #E3C18A;
}

.home4 .ad-banner .ad-banner-left img{
  width: 90% ;
}

.home4 .ad-banner .overlay {
  background-color: transparent;
  background-image: radial-gradient(circle at bottom left, rgba(44, 39, 52, 0.5) 0%, rgba(44, 39, 52, 0.95) 45%);
  opacity: 1;
}

/* Testimonial Section */
.home4 .testimonials {
 background-image: url(../images/pexels-suraphat-933632.jpg);
 background-position: center;
 background-size: cover;
 background-attachment: fixed;
}

.home4 .testimonials .overlay {
  background-color: transparent;
  background-image: linear-gradient(to right, rgba(44, 39, 52, 0.902) 0%, #2C2734 75%);
  opacity: 1;
}

.testimonials .swiper {
  width: 100%;
  height: 600px; /* full screen height */
}

.testimonials .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Side slides */
.testimonials .swiper-slide {
  opacity: 0.7;
}

.testimonials .swiper-slide-active {
  transform: scale(1.1);
  opacity: 1;
  transition: all 0.3s ease;
}

.testimonials .swiper-slide-active .testimonial-box {
  width: 85% !important;
}

.testimonials .swiper-pagination-bullet {
  background-color: #F1F1F1 !important;
}

.testimonials .swiper-pagination-bullet-active {
  background-color: #E3C18A !important;
}

@media (max-width: 768px) {
  .testimonials .swiper {
    height: 1000px;
  }
}

/* Volunteer */
.home4 .faq {
 background-image: url(../images/testimonial.png);
}

.home4 .volunteers .volunteers-box .volunteers-info {
  bottom: -50px;
  transition: all .3s ease-in-out;
}

.home4 .volunteers .volunteers-box:hover .volunteers-info {
  bottom: 0;
  transition: all .3s ease-in-out;
}

.home4 .volunteer-box1 {
  margin-top: -96px
}

@media (max-width: 992px) {
  .home4 .volunteer-box1 {
    margin-top: 0
  }

  .home4 .volunteers-inner {
    padding: 0 !important;
  }
}

/* Blog */
.home4 .blog .blog-box .overlay {
  background-color: transparent;
  background: linear-gradient(to bottom, #ffffff00, #2C2734);
  opacity: .9;
}


/* Footer */
.home4 .newsletter-inner {
  background-color: transparent;
  background-image: radial-gradient(circle at bottom left, rgba(44, 39, 52, 0.7) 0%, rgba(44, 39, 52, 0.95) 45%);
}

.home4 footer {
  background-image: none;
}

.home4 .social-links a i{
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 16px;
}

@media (max-width:  1200px){
  .home4 .footer-left {
    border: none !important;
  }
}

@media (max-width: 768px) {
  .home4 .newsletter-right input, 
  .home4 .newsletter-right button{
    border-radius: .5rem !important;
  }
}

/* ========================================= */
/*              Homepage 5 page CSS          */
/* ========================================= */

/* Banner CSS */
.home5 .banner .banner-position-img {
  top: -5%;
  right: -5%;
}

.home5 .banner .play-icon a i{
  height: 70px;
  width:70px;
  line-height: 70px;
  font-size: 30px;
  background-color: #E3C18A;
  opacity: .8;
  color: #fff;
  transition: all .3s ease-in-out;
}

.home5 .banner .play-icon a i:hover {
  color: #2C2734;
  opacity: 1;
  transition: all .3s ease-in-out;
}

.donation-progress {
  position: absolute;
  bottom: -5%;
  left: 0;
}

.circular-progress {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: conic-gradient(#E3C18A 0%, #e5e5e5 0%);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  --progress: 0;
}

.circular-progress::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
}

.progress-value {
  position: absolute;
  font-size: 1rem;
  font-weight: bold;
  color: #E3C18A;
}

/* Services CSS */
.home5 .services-box:hover {
  background-color: #2C2734 !important;
  color: #fff;
  transition: all .3s ease-in-out;
}

/* Causes CSS */
.home5 .causes .percentage-wrapper{
  background-color: #E3C18A;
}

/* Mission CSS */
.home5 .mission .mission-right {
  background-image: url(../images/donation.jpeg);
  background-size: cover;
}
/*--------------------------------------------------------about us changes css----------------------------------------------- */
/* Feature Card */
.about-features .feature-box {
  background: #fff;
  transition: all 0.3s ease;
  height: 100%;
}

.about-features .feature-box:hover {
  background-color: #33373d;
  transform: translateY(-8px);
  color: #fff;
}

.about-features .feature-box:hover h4 a,
.about-features .feature-box:hover p {
  color: #E3C18A;
}

/* Title styling */
.about-features .feature-info h4 {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 12px;
}

/* Stack icon above title */
.about-features .feature-info h4 a {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* LEFT aligned */
  text-align: left;
  gap: 10px;
  text-decoration: none;
}

/* Icon */
.about-features .feature-info h4 i {
  font-size: 40px;
  line-height: 1;
}

/* Title text */
.about-features .feature-info h4 span {
  font-size: inherit;
  font-weight: inherit;
}

/* Paragraph */
.about-features .feature-info p {
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

/* Mobile center (optional – clean UX) */
@media (max-width: 768px) {
  .about-features .feature-info h4 a {
    align-items: center;
    text-align: center;
  }
}


.about-left {
  position: relative;
  max-width: 520px;
}

/* Main image – deeper reverse L shape */
.about-main-img {
  width: 100%;
  display: block;


  /* Deeper cut (more height + width removed) */
  clip-path: polygon(0 0,
          100% 0,
          100% 55%,
          55% 55%,
          55% 100%,
          0 100%);
}

/* Inner image inside L-shape – taller */
.about-inner-img {
  position: absolute;
  bottom: 0;
  right: 0;

  width: 44%;
  aspect-ratio: 4/ 4;
  /* ⬅ makes it taller */

  object-fit: cover;
  /* keeps image proportional */
  /* border-radius: 16px; */
  background: #fff;
  padding: 6px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.2);
}
/*--------------------------------------------------------------------------------------------------------------------------- */
.mv-section-dark {
  padding: 90px 0;
  background: #0e0e0e;
}

/* Image blocks */
.mv-image {
  background: #1b1b1b;
  overflow: hidden;
}

.mv-image img {
  width: 100%;
  height: 380px;
  object-fit: cover;
}

/* Dark cards */
.mv-card-dark {
  height: 100%;
  padding: 45px 35px;
  background: #121212;
  border: 1px solid #222;
  transition: all 0.3s ease;
}

.mv-card-dark:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

/* SVG icons */
.mv-icon-svg {
  margin-bottom: 16px;
}

/* Sub heading */
.mv-sub {
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 8px;
  display: block;
}

/* Titles */
.mv-card-dark h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 14px;
}

/* Text */
.mv-card-dark p {
  font-size: 15px;
  line-height: 1.7;
  color: #bdbdbd;
}
/* 1. Container for the dots */
.slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0; /* Adjust spacing from the cards */
  gap: 12px;          /* Space between dots */
}

.slick-dots li {
  margin: 0;
}

/* 2. The Outer Ring (The Button) */
.slick-dots li button {
  font-size: 0;       /* Hide the numbers */
  line-height: 0;
  display: block;
  width: 20px;        /* Size of the outer ring */
  height: 20px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  
  /* Default (Inactive) Ring Color - Black */
  border: 2px solid #222; 
  border-radius: 50%;
  transition: all 0.3s ease;
  position: relative;
}

/* 3. The Inner Dot */
.slick-dots li button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;         /* Size of the inner dot */
  height: 8px;
  border-radius: 50%;
  
  /* Default (Inactive) Inner Dot Color - Black */
  background-color: #222; 
  opacity: 1;
  transition: all 0.3s ease;
}

/* 4. ACTIVE STATE (The Blue Style) */

/* Active Ring */
.slick-dots li.slick-active button {
  border-color: #E3C18A; /* Your Blue Color */
}

/* Active Inner Dot */
.slick-dots li.slick-active button:before {
  background-color: #E3C18A; /* Your Blue Color */
}
/* ------------------------------------- */
  /* SECTION WRAPPER */
  .what-we-do-section {
    
    background: #ffffff;
}

.what-we-do-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* PROCESS LIST */
.process {
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* PROCESS ITEM */
.process__item {
    position: relative;
    padding: 20px 35px;
    transition: background 0.4s ease-in-out;
}

.process__item:hover {
    background: #f5f5f5;
}

/* NUMBER */
.process__number {
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 90px;
    -webkit-text-stroke: 1px #E3C18A;
    color: transparent;
    transition: transform 0.4s ease-in-out, color 0.4s ease-in-out;
}

.process__item:hover .process__number {
    transform: translateY(5px);
    color: #E3C18A;
}

/* TITLE */
.process__title {
    display: block;

    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1.5px;
    color: #E3C18A;
    text-transform: uppercase;
}

/* SUBTITLE */
.process__subtitle {
    display: block;
    margin-top: 20px;
    font-family: "Josefin Slab", serif;
    font-size: 20px;
    line-height: 1.6;
    color: #666666;
}

/* TABLET */
@media (min-width: 768px) {
    .process {
        display: inline-block;
    }

    .process__item {
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }
}

/* DESKTOP */
@media (min-width: 1200px) {
    .process {
        display: flex;
        justify-content: space-between;
    }

    .process__item {
        width: 100%;
    }

    .process__item:not(:last-of-type)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        width: 1px;
        height: 75%;
        background: #999999;
        opacity: 0.25;
        transform: translateY(-50%);
    }
}
/* ---------------------------------------------------------------------------------- */
  /* Reduce program titles font size */
  .donation-info h4 {
    font-size: 18px;
    /* default is usually ~22–24px */
    line-height: 1.4;
}

.donation-info h4 a {
    font-size: 18px;
}

.donation-slide {
    padding: 0 15px;
}
/* =========================================== */
@media (max-width: 600px) {

  .gallery {
    overflow: hidden;
  }

  .gallery-slider {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .gallery-slider .slick-track {
    display: flex !important;
  }

  .gallery-slider .slick-slide {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .gallery-slider .slick-slide > div {
    width: 100%;
  }

  .gallery-slider img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
}
/* ======================================================= */
    /* ================= ACHIEVEMENTS SECTION ================= */

#achievements {
  background: linear-gradient(135deg, #f9fafc 0%, #f0f4f8 100%);
  padding: 5rem 0;
}

/* Section Heading */
#achievements .display-5 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #2c3e50;
  position: relative;
  display: inline-block;
}

#achievements .display-5::after {
  content: '';
  position: absolute;
  width: 60px;
  height: 4px;
  background: linear-gradient(to right, #4a6baf, #3498db);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

#achievements .lead {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
  color: #7f8c8d;
}

/* Card Styling */
#achievements .achievement-card {
  border-radius: 20px;
  transition: all 0.4s ease;
  overflow: hidden;
  background-color: #ffffff;
  position: relative;
  border-top: 5px solid transparent;
  animation: fadeInUp 0.6s ease forwards;
}

#achievements .achievement-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Hover Border Colors */
#achievements .achievement-card:nth-child(1):hover {
  border-top-color: #2ecc71;
}

#achievements .achievement-card:nth-child(2):hover {
  border-top-color: #f39c12;
}

/* Icons */
#achievements .icon-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #ffffff;
  margin: 0 auto;
  transition: all 0.3s ease;
}

#achievements .temple {
  background: linear-gradient(135deg, #E3C18A, #E3C18A);
}

#achievements .education {
  background: linear-gradient(135deg, #E3C18A, #E3C18A);
}

#achievements .achievement-card:hover .icon-circle {
  transform: scale(1.1) rotate(5deg);
}

/* Titles & Text */
#achievements .card-title {
  font-family: 'Poppins', sans-serif;
  color: #E3C18A;
  font-size: 1.4rem;
}

/* Progress */
#achievements .progress {
  border-radius: 10px;
  background-color: #eef2f7;
}

#achievements .progress-bar {
  border-radius: 10px;
}

/* Badges */
#achievements .badge {
  border-radius: 8px;
  font-weight: 500;
  font-size: 0.85rem;
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#achievements .achievement-card:nth-child(1) {
  animation-delay: 0.1s;
}

#achievements .achievement-card:nth-child(2) {
  animation-delay: 0.2s;
}

/* Responsive */
@media (max-width: 768px) {
  #achievements .display-5 {
    font-size: 2.2rem;
  }

  #achievements .lead {
    font-size: 1rem;
  }

  #achievements .icon-circle {
    width: 70px;
    height: 70px;
    font-size: 1.7rem;
  }
}

@media (max-width: 576px) {
  #achievements {
    padding: 3rem 0;
  }

  #achievements .card-body {
    padding: 1.5rem !important;
  }
}
/* =================================================================== */
/* ================= FOOTER FIX ================= */

/* LOGO + TEXT WRAPPER */
.footer-logo-wrap {
  display: flex;
  align-items: center;
  gap: 18px;
}

/* LOGO SIZE (DEFAULT = MOBILE) */
.footer-logo-img {
  width: 160px;
  height: 160px;
  object-fit: contain;
  display: block;
}

/* BRAND TEXT */
.footer-brand-text .brand-title {
  color: #ffffff;
  font-family: 'Times New Roman', Georgia, serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 1.1;
}

.footer-brand-text .brand-subtitle {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  font-family: 'Times New Roman', Georgia, serif;
  font-size: 0.9rem;
  letter-spacing: 3px;
  margin-top: 6px;
  text-transform: uppercase;
}

.footer-brand-text .line {
  width: 40px;
  height: 1px;
  background: #ffffff;
  opacity: 0.8;
}

/* DESKTOP ONLY */
@media (min-width: 992px) {
  .footer-logo-img {
    width: 180px;
    height: 180px;
  }

  .footer-brand-text .brand-title {
    font-size: 2.1rem;
  }

  /* TRUE center Quick Links column */
  .footer-links-center-desktop {
    display: flex;
    justify-content: center;
  }

  .footer-links-center-desktop .footer-links {
    text-align: left;
  }
}

/* MOBILE ONLY */
@media (max-width: 767px) {
  .footer-logo-img {
    width: 200px;   /* increase size */
    height: 200px;
  }
  .footer-logo-wrap {
    flex-direction: column;
    align-items: flex-start; /* LEFT aligned */
  }

  .footer-brand-text {
    text-align: left;
  }

  .footer-brand-text .brand-subtitle {
    justify-content: flex-start;
  }
}

/* ==============================================================================================
gallery pagecss===========================================================================  */
:root {
  --video-radius: 10px; /* 🔹 reduced curve */
}

/* Gallery layout */
.gallery-slider {
  display: flex;
  flex-wrap: wrap;
  margin: -6px; /* 🔹 reduced gap */
}

/* Gallery item */
.gallery-video-item {
  position: relative;
  cursor: pointer;
  padding: 6px; /* 🔹 reduced gap */
  width: calc(33.333% - 12px);
  box-sizing: border-box;
}

/* Image */
.gallery-img {
  width: 100%;
  display: block;
  border-radius: var(--video-radius);
}

/* Dark overlay */
.gallery-video-item::before {
  content: "";
  position: absolute;
  inset: 6px;
  background: rgba(0, 0, 0, 0.65);
  border-radius: var(--video-radius);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

/* Play icon */
.gallery-video-item::after {
  content: "";
  position: absolute;
  inset: 6px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 48'%3E%3Cpath fill='%23FF0000' d='M66.52 7.02a8 8 0 0 0-5.63-5.65C55.94 0 34 0 34 0S12.06 0 7.11 1.37A8 8 0 0 0 1.48 7.02C0 12 0 24 0 24s0 12 1.48 16.98a8 8 0 0 0 5.63 5.65C12.06 48 34 48 34 48s21.94 0 26.89-1.37a8 8 0 0 0 5.63-5.65C68 36 68 24 68 24s0-12-1.48-16.98z'/%3E%3Cpath fill='%23FFF' d='M45 24L27 14v20z'/%3E%3C/svg%3E")
    center / 60px no-repeat;
  border-radius: var(--video-radius);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

/* Hover */
.gallery-video-item:hover::before,
.gallery-video-item:hover::after {
  opacity: 1;
}

/* Responsive */
@media (max-width: 992px) {
  .gallery-video-item {
    width: calc(50% - 12px);
  }
}

@media (max-width: 576px) {
  .gallery-video-item {
    width: 100%;
  }
}

/*============================================================ */
/*======================== gallery page  ========================*/
/* Section */
.gal-section {
  padding: 20px 20px; /* ✅ left & right space */
   overflow-x: hidden; 
}

.gal-grid {
  max-width: 1200px;   /* ✅ prevents full viewport stretch */
  margin: 0 auto;      /* ✅ centers the grid */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}


/* Gallery item */
.gal-item {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px; /* curved edges */
}

/* Image */
.gal-img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

/* Overlay */
.gal-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

/* Play icon */
.gal-icon {
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 68 48'%3E%3Cpath fill='%23FF0000' d='M66.52 7.02a8 8 0 0 0-5.63-5.65C55.94 0 34 0 34 0S12.06 0 7.11 1.37A8 8 0 0 0 1.48 7.02C0 12 0 24 0 24s0 12 1.48 16.98a8 8 0 0 0 5.63 5.65C12.06 48 34 48 34 48s21.94 0 26.89-1.37a8 8 0 0 0 5.63-5.65C68 36 68 24 68 24s0-12-1.48-16.98z'/%3E%3Cpath fill='%23FFF' d='M45 24L27 14v20z'/%3E%3C/svg%3E")
    center / 56px no-repeat;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

/* Hover */
.gal-item:hover::before,
.gal-item:hover .gal-icon {
  opacity: 1;
}

/* Events Slider */
.events-slider {
  margin: 0 -15px;
}

.events-slide {
  padding: 0 15px;
}

.events-slider .slick-slide {
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .events-slider {
    margin: 0 -10px;
  }

  .events-slide {
    padding: 0 10px;
  }
}
