/*====================================================================
   Custom CSS File for most of Desktop and Mobile look for Kipya Template
   Developed by Amazing LWEGATECH LTD team.
===================================================================**/
:root {
	--kpy-font: "Poppins", sans-serif;
	--kpy-font-2: "Poiret One", sans-serif;
	--kpy-primary: #17458F;
	--kpy-primary-rgb: 23, 69, 143;
	--kpy-secondary:#F7A81B;
	--kpy-light:#e4eef2;
	--kpy-secondary-rgb: 247, 168, 27;
	--kpy-blue: #0067C8;
	--kpy-blue-rgb: 0,103,200;
	--kpy-base: #15044f;
	--kpy-base-rgb: 21, 4, 79;
    --kpy-gold: #d8913c;
	--kpy-white: #ffffff;
	--kpy-white-rgb: 255, 255, 255;
	--kpy-black: #36454F;
	--kpy-black-rgb: 54, 69, 79;
	--kpy-font-size: 16px;
  }
  html,body {
	font-family: var(--kpy-font)!important;color:var(--kpy-black);font-size: var(--kpy-font-size);font-weight:200;line-height: 1.6; text-rendering: auto; height:100vh;margin: 0;  font-optical-sizing: auto;}
.btn-primary{background-color: #062e85;border-color: #062e85;}
.btn-outline-primary{border-color: #062e85;}
/*.wp-block-button__link{border-radius: 10px!important;}*/

/** ==========================================================
Header Section
===========================================================**/
.top-header{background: linear-gradient(to right, rgba(var(--kpy-primary-rgb),1) 30%, rgba(var(--kpy-base-rgb),0.99)) 100%; height: 40px;line-height: 40px;align-items: center; color:var(--kpy-white);}
.top-header .navbar{padding:0;}
.topmenu {height: 100%;width:100%;background-color: transparent; font-family: var(--kpy-font-2);font-weight: 500;font-size: 0.8rem;letter-spacing: 0.5px;}
.topmenu *{padding:0;margin:0;}
.topmenu ul {display: flex;justify-content: flex-end;flex-direction: row;align-self: center;list-style: none;margin: 0;padding: 0;gap: 1.5rem;}
.topmenu li {position: relative;}
.topmenu a {line-height: 40px;color: var(--kpy-white);text-decoration: none;transition: all 0.3s ease;padding: 0.25rem 0;display: block;position: relative;padding:0;}
.topmenu a:hover,.topmenu .current-menu-item a {color: var(--kpy-primary);}

.topmenu a::after {content: '';position: absolute;bottom: 0;left: 0;width: 0;height: 2px;background-color: var(--kpy-primary);transition: width 0.3s ease;}
.topmenu a:hover::after {width: 100%;}


/* =============================================
   Flashing Discount Widget
*============================================= */
.top-header .discount {display: flex;align-items: center;height: 100%;padding: 0 15px;}
.discount-widget {font-size: 0.8rem;font-weight: 600;text-transform: uppercase;letter-spacing: 0.5px;
  animation: flashDiscount 2s infinite;display: inline-block;}
@keyframes flashDiscount {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.8;
    transform: scale(1.05);
    color: var(--kpy-orange2);
  }
}
.widget_discount {margin: 0 !important;line-height: 1;}

/** ===============================================================
   MAIN MENU
**================================================================= */
.menu-section {height: 80px;position: sticky;top: 0;z-index: 1000;background: #f7f7f7;height: 80px;display: flex;align-items: center;transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);box-shadow: 0 2px 10px rgba(0, 0, 0, 0);}
.menu-section .logo {height: 70px;width: auto;transition: all 0.4s ease;padding:5px 0;}
.menu-section .navbar-nav {height: 100%;display: flex;align-items: center;gap: 2rem;}
.menu-section .navbar-nav .nav-link {color: var(--kpy-black) !important;font-family: var(--kpy-font);font-weight: 500;text-transform: uppercase;letter-spacing: 1px;font-size: 0.9rem;height: 70px;display: flex;align-items: center;position: relative;transition: all 0.3s ease;}
.menu-section .dropdown-item.active, .dropdown-item:active{background-color: rgba(var(--kpy-primary-rgb),0.2) !important;}
.menu-section .dropdown-toggle::after{content: "\F282";display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: 600 !important; border-top: 0px;}
.dropdown-toggle::after {content: "\F282";display: inline-block;font-family: "bootstrap-icons" !important;  font-weight: 600 !important;margin-left: 6px;vertical-align: middle;border: none !important;transition: transform 0.3s ease;}
.menu-section .navbar-nav .nav-link:hover{color:var(--kpy-primary) !important;}
.nav-item:hover > .dropdown-toggle::after {transform: rotate(180deg);}
.nav-link {position: relative;padding-bottom: 8px !important; }
.nav-link::before {content: '';position: absolute;bottom: 0;left: 0;width: 0;height: 2px;background: var(--kpy-secondary);transition: width 0.3s ease;}
.nav-item:hover .nav-link::before{width: 100%;}
.menu-section.sticky {height:60px;background: var(--kpy-primary);box-shadow: 0 4px 12px rgba(0, 86, 64, 0.15);backdrop-filter: blur(8px);}
.menu-section.sticky .logo {height: 50px;}
.menu-section.sticky .nav-link {height: 60px;color: var(--kpy-white) !important;}
.menu-section.sticky .nav-link::after {background: var(--kpy-white);}
.menu-section.sticky .nav-link::before {background: var(--kpy-white);}
.offcanvas{width: 300px !important;}
.navbar-nav .dropdown-menu {display: none;position: absolute;left: 0; top: 100%; border: 0;border-radius: 0;margin-top: 0 !important;transform: translateY(10px);transition: all 0.3s ease;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);width: 240px;opacity: 0;text-align: left; }
.navbar-nav .dropdown:hover > .dropdown-menu {display: block;opacity: 1;transform: translateY(0);}
.navbar-nav .dropdown.show > .dropdown-menu {display: block;opacity: 1;transform: translateY(0);}
.dropdown-menu .dropdown-item {text-align: left;}
.navbar-nav .dropdown:hover .dropdown-menu {opacity: 1;visibility: visible;transform: translateY(0);}
.dropdown-item {position: relative;padding: 0.5rem 1.25rem !important;color: var(--kpy-black) !important; z-index: 1;transition: color 0.3s ease 0.1s;overflow: hidden;font-size: 17px;}
.dropdown-item::before {content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 0;background: rgba(var(--kpy-secondary-rgb), 0.3);z-index: -1;transition: height 0.3s ease;}
.dropdown-item:hover {color: var(--kpy-black) !important;font-weight: 600;}
.dropdown-item:hover::before {height: 100%;transition: height 0.3s ease;}
.dropdown-item span {display: inline-block;transition: transform 0.3s ease;}
.dropdown-item:hover span {transform: translateX(5px);}
.menu-section .bi {transition: all 0.3s ease;}
.menu-section .bi:hover {color: var(--kpy-secondary) !important;transform: scale(1.1);}
.menu-section.sticky .bi {color: var(--kpy-white);}
	
/** =====================================================================
*search
=======================================================================**/
.header-search input{visibility: visible;}
.header-search ul.search-dropdown{display: none;}
.header-search label{position: relative;display: block;cursor: pointer;margin-top: -20px}
.header-search input:checked~ul.search-dropdown{display: block;position: absolute;z-index: 119;}
.search-dropdown .input-group{right:100%;flex-wrap: unset;margin-top:28px;}
.search-dropdown ul li{list-style: none !important;}
.search-dropdown .input-group input{visibility:visible;width: 600px !important;height: 60px;}
.search-dropdown .input-group .btn-search{background:#0b5a5f;color:#fff;}
#search-results {display: none;right: 100%;position: relative;background: rgba(255,255,255,0.93);padding: 1em;
    font-size: small;list-style: none;max-height: 300px;overflow-y: auto;width: 100%;border: 1px solid #ccc;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}
#search-results a{color:#125e63}
.search-result-item {margin-bottom: 3px;padding: 5px;}
.search-result-item h5 {margin: 0;font-size: 1.1em;}
.search-result-item p {margin-top: 2px;color: #666;font-size: 0.9em;margin-bottom: 5px;}
.search-result-item:hover{background: rgba(245, 227, 225, 0.92);}

/**modal search**/
.modal-search{background: rgba(0, 0, 0, 0.6);}
.modal-search .modal-body{align-items: center;}
.modal-search input{height: 60px;width: 600px;}
.modal-search .input-group .btn-search{background: #F72331 !important;color:#fff;height:60px;margin-top: 0px;}
.modal-search #search-results {display: none;right: 0;position: relative;background: transparent;	padding: 1em;list-style: none;width: 100%;border: 0px solid #ccc;color:#fff;}
.modal-search  #search-results a{color:#ff9;text-decoration:underline;}
.modal-search .search-result-item {margin-bottom: 3px;padding: 5px;}
.modal-search .search-result-item h5 {margin: 0;font-size: 1.15em;}
.modal-search .search-result-item p {margin-top: 2px;color: #eee;font-size: 0.95em;margin-bottom: 5px;}
.modal-search .search-result-item:hover{background: rgba(0, 175, 239, 0.139);}

/** ==========================================================
Main Slides
===========================================================**/
.btn-one {  position: relative;  display: inline-block;  overflow: hidden;  padding-left: 30px;  padding-right: 30px;  background-color: transparent;  color: var(--kpy-black);  font-size: 18px;
	line-height: 60px;  font-weight: 500;  text-transform: capitalize;  border-radius: 0px;  -webkit-transition: all 0.3s linear;  -o-transition: all 0.3s linear;  transition: all 0.3s linear;  z-index: 2;}
  .btn-one:before {  position: absolute;  top: 110px;  left: -50px;  right: -50px;  height: 170px;
	content: "";  background: var(--kpy-primary);  -webkit-transform: translateY(-50px);  transform: translateY(-50px);  border-radius: 50%;  transition-duration: 800ms;  z-index: 1;}
  .btn-one:hover:before {  top: 0%;  left: -70px;  right: -70px;}
  .btn-one:after {  content: "";  position: absolute;  top: 0px;left: 0px;  bottom: 0px;  right: 0px;
	border-radius: 0px;  background-color: #ffffff;  opacity: 1;  transform: scaleX(1.0);  transition-duration: 800ms;  z-index: -1;}
  .btn-one:hover:after {  transform: scaleX(0);  transition-duration: 1500ms;}
  .btn-one .txt {  position: relative;  z-index: 1;}
  .btn-one:hover,.btn-one:focus {  color: #ffffff;}
  .btn-one i {  position: relative;  display: inline-block;  padding-left: 5px;  font-size: 12px;  font-weight: 700;}
  .btn-btn {  color: var(--kpy-white);  background: var(--kpy-primary);  border-radius: 0px;  padding: 11px 24px;  display: inline-block;  box-shadow: inset 0 0 0 0 var(--kpy-black);  -webkit-transition: ease-out 0.4s;  -moz-transition: ease-out 0.4s;  transition: ease-out 0.4s;}
  .btn-btn:hover {  color: var(--kpy-white);  box-shadow: inset 400px 0 0 0 var(--kpy-black);}
.main-slider {}
.slider-buttom-box {position: absolute;left: 20px;bottom: 20px;z-index: 11;}
.slider-buttom-box a {position: relative;display: flex;align-items: center;justify-content: space-between;width: 230px;height: 50px;background-color: var(--kpy-primary);padding: 0 20px;color: #ffffff;font-weight: 500;transition: all 200ms linear;transition-delay: 0.1s;}
.slider-buttom-box a:hover {background-color: var(--kpy-primary);}
.slider-buttom-box a+a {  margin-top: 10px;}
.slider-buttom-box a.box-link {  background-color: var(--kpy-primary);}
.slider-buttom-box a.box-link:hover {  background-color: var(--kpy-primary);}
.main-slider .swiper-slide {  position: relative;height:600px}
.main-slider .container {  position: relative;  padding-top: 300px;  padding-bottom: 100px; z-index: 3;}
.main-slider .image-layer, .slider-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:transparent;background-blend-mode:overlay;background-repeat:no-repeat;background-size:cover;background-position:center center;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:opacity 1500ms ease-in,-webkit-transform 7000ms ease;transition:opacity 1500ms ease-in,-webkit-transform 7000ms ease;transition:transform 7000ms ease,opacity 1500ms ease-in;transition:transform 7000ms ease,opacity 1500ms ease-in,-webkit-transform 7000ms ease;z-index:1;background-image:linear-gradient(to bottom,rgba(40, 40, 132, 0) 0%,rgba(0,0,0,0) 40%,rgb(0,0,0) 99%,rgb(0,0,0) 100%);}
.main-slider .swiper-slide-active .image-layer {  -webkit-transform: scale(1.15);  transform: scale(1.15);}
.main-slider .main-slider-content {position: relative; top: 50%; display: block; 	width: 100%; margin: auto; text-align: center;}
.main-slider .main-slider-content__inner {  /*! position: relative; */  display: block;  overflow: hidden;
  /*! float: right; */width: 90%;
margin: auto;
}
.main-slider .main-slider-content .big-title {  position: relative;  display: block;  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}
.main-slider .swiper-slide-active .main-slider-content .big-title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.main-slider .main-slider-content .big-title h2 {   color: #ffffff;  font-size: 40px;  line-height: 1.2em;  font-weight: 700; text-shadow:0 1px 2px #000000ad; text-transform: uppercase;font-family: var(--kpy-font-2);}
.main-slider .main-slider-content .text {  position: relative;  display: block;  width: 80%;  margin-top: 16px;  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(80px);
  transform: perspective(400px) rotateY(0deg) translateX(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
margin: auto;
}

.main-slider .swiper-slide-active .main-slider-content .text {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
  transform: perspective(400px) rotateY(0deg) translateX(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.main-slider .main-slider-content .text p {color: #fff; line-height: 28px; font-weight: 500; font-size: 24px; text-shadow:0 1px 1px #000;}
.main-slider .main-slider-content .btns-box {  position: relative;  display: block;  line-height: 0;
  padding-top: 15px;  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}
.main-slider .main-slider-content .btns-box a {
  background: var(--kpy-primary);
}

.main-slider .swiper-slide-active .main-slider-content .btns-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.main-slider__nav {  position: absolute;  right: 120px;  top: 400px;  transform: translateY(0%) translateX(0);  display: flex;  flex-direction: row;  justify-content: space-between;  align-items: center;  z-index: 100;  width: 100px;}
.main-slider__nav .swiper-button-next {
    right: 70px;  
}
.main-slider__nav .swiper-button-prev {
    left: 70px;  
}
.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {  position: relative;  top: auto;  left: auto;  right: auto;  bottom: auto;  width: 50px;  height: 50px;  display: flex;  justify-content: center;  align-items: center;  font-size: 30px;  color: #fbfbfb;    border-radius: 0;  margin: 0;  text-align: center;  transition: all 500ms ease;  z-index: 100;}
.main-slider__nav .swiper-button-next:hover,.main-slider__nav .swiper-button-prev:hover {  color: #ffffff;  background-color: var(--kpy-primary);}
.main-slider__nav .swiper-button-next::after,.main-slider__nav .swiper-button-prev::after {  display: none;}

/*==========================================================
Projects
==========================================================**/
.featured-directory-container {display: flex;flex-direction: column;gap: 30px;}
.directory-item {width: 100%;margin-bottom: 20px;}
.directory-item.featured-item {background: #f8f9fa;padding: 20px;border-radius: 8px;}
.directory-link {text-decoration: none;color: inherit;display: block;}
.directory-thumbnail img {width: 100%;height: auto;border-radius: 4px;}
.directory-item.featured-item .directory-thumbnail img {max-height: 300px;object-fit: cover;}
.directory-item.small-item .directory-thumbnail img {max-height: 150px;object-fit: cover;}
.directory-title {font-size: 15px;margin-top: 0;margin-bottom: 10px;color: #333;}
.directory-item.featured-item .directory-title {font-size: 20px;}
.directory-excerpt {color: #666;font-size: 10px;line-height: 1.5;display: -webkit-box;-webkit-line-clamp: 3; -webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;margin-bottom: 10px;}

.project-card {background: #fff;border-radius: 8px;overflow: hidden;box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);transition: transform 0.3s ease, box-shadow 0.3s ease;}
.project-card:hover {transform: translateY(-5px);box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);}
.project-card-link {display: block;text-decoration: none;color: inherit;}
.project-image {height: 200px;overflow: hidden;position: relative;}
.project-image img {width: 100%;height: 100%;object-fit: cover;transition: transform 0.5s ease; border-radius:15px;}
.project-card:hover .project-image img {transform: scale(1.05);}
.project-image-placeholder {width: 100%;height: 100%;background: #f5f5f5;display: flex;align-items: center;justify-content: center;}
.project-content {padding: 20px;}
.project-title {margin: 0 0 10px;font-size: 1.25rem;color: #333;}
.project-excerpt {color: #666;font-size: 0.9rem; margin-bottom: 15px;line-height: 1.5;}
.project-link {display: inline-block;color: #0066cc;font-weight: 500;text-decoration: none;transition: color 0.2s ease;}
.project-card:hover .project-link {color: #004499;text-decoration: underline;}
.project-show-grid {display: flex;gap: 30px;}


.project-list {list-style: none;padding: 0;margin: 0;}
.project-list-item {display: flex;gap: 10px;padding: 0px 0;border-bottom: 1px solid #eee;align-items: flex-start;}
.project-list-item:last-child {border-bottom: none;}
.project-list-content {flex: 1;}
.project-list-title {font-size: 16px; padding-left: 20px;}
.project-list-title a {color: var(--kpy-primary);text-decoration: none;transition: color 0.2s ease;font-size: 80%;}
.project-list-title a:hover {color: var(--kpy-secondary);}

 /*==========================================================
PAGES
==========================================================**/
.president-message{position: relative;height: auto; }
.message-heading{font-size:35px; font-weight:600; color:var(--kpy-primary);}
.president-img{position: relative;height: auto; }
.president-img img{margin-bottom: 0;height: auto;width: 100%;max-width: 100%;object-fit: cover;}
.message-button {display: none;}

.rotary-club{padding-top:50px;padding-bottom:30px;}
.project-page h4, .rotary-club h4{color:var(--kpy-primary);}
.project-page h4:after, .rotary-club h4:after{display: block;content: "";border-top: .25rem solid var(--kpy-secondary);width: 4rem;margin-top:10px;}
.sidebar{position:sticky;top:50px;padding-top:1rem;}
.sidebar h4{color: var(--kpy-secondary);font-size: 24px;font-weight: 600;margin-bottom: 25px;transition: all 0.3s ease-in-out 0s;}
.project-page ul, .past-presidents{list-style-type:none;padding-left:0px;}
.project-page li, .past-presidents li{margin-bottom:0.5rem;}
.project-page li:before, .past-presidents li:before{content: "\F3EC";font-family:"bootstrap-icons";margin-right:5px;color:var(--kpy-primary);font-size:80%;}
.project-page li strong, .past-presidents li strong{color:var(--kpy-primary);font-size: 130%;}
.kpy-clubs h3{font-size: 28px;font-weight:700;}
.kpy-clubs a{color:var(--kpy-black);}
.kpy-clubs .post-thumbnail img{height:300px;object-fit: cover;width:100%;}
.kpy-clubs p{font-weight: 300;margin-top:0.5rem;margin-bottom:1rem;}
.kpy-clubs .read-more{border:1px solid var(--kpy-secondary);color:var(--kpy-secondary);}
.kpy-clubs .read-more:hover{background:var(--kpy-secondary);color:var(--kpy-white);border:1px solid var(--kpy-secondary);}
.project-page{padding-top:50px;padding-bottom:30px;}

/**===================================================
*Photo Gallery
====================================================**/
.gallery-grid .card-img-top{height: 200px; object-fit: cover;}
.gallery-grid h5{font-family:var(--kpy-font)}
.allgallery img{height:300px !important;width: 100%; object-fit: cover;object-position: top;}
.allgallery .card-body h3{font-size:15px;font-family:var(--kpy-font);}
.allgallery  .card-body:hover{background: var(--kpy-primary);transition:.5s all;}
.allgallery  .card-body:hover h3{color:#fff;}
.mygallery .ksmall{height: 200px;width: 300px; object-fit: cover;object-position: top;}
.about-side h5{font-family:var(--kpy-font);}


/*==========================================================
# Back to top button
==========================================================**/
.back-to-top { position: fixed; visibility: hidden; opacity: 0; right: 15px; bottom: 15px; z-index: 99999; background: #F72331; width: 40px; height: 40px; border-radius: 4px; transition: all 0.4s; }
.back-to-top i { font-size: 24px; color: #fff; line-height: 0; }
.back-to-top:hover { background: #017aae; color: #fff; }
.back-to-top.active { visibility: visible; opacity: 1; }

/** ==========================================================
Container CSS
===========================================================**/
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px!important;
  }
}
/** ==========================================================
Homepage Intro Section
===========================================================**/
.home-intro{background-color: #f7f7f7;}
.intro-section{padding-top:50px;padding-bottom:40px;}
.intro-message{background-color: var(--kpy-white);border-top: solid 5px var(--kpy-secondary);padding-top:20px; padding-left:20px; padding-right:20px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);}
.message-col{margin-top: 20px;}
.intro-heading {font-size: 24px;font-weight: 600;}    
.welcome{font-size:20px; font-weight:600; color:var(--kpy-black);}
.big-heading{font-weight: 700;color: #000;font-size: 36px;line-height: 1.2;}
.president-message-text p{margin-top: 0;margin-bottom: 16px;font-size: 1rem; font-weight: 400;line-height: 1.5;color: #212529;}
.intro-project{background-color: var(--kpy-white);border-top: solid 5px var(--kpy-primary); box-shadow: 0 4px 8px rgba(0,0,0,0.1);}
.intro-project-heading{font-size: 24px; padding-left: 20px;font-weight:600;}
.intro-banner{background-color: var(--kpy-white);border-top: solid 5px var(--kpy-primary);padding-top:20px; padding-left:20px; padding-right:20px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);}
/** =========================================================
event-banner
===============================================================**/
.event-banner {color: #000;padding: 18px;}
.event-banner-content {display: flex;flex-wrap: wrap;align-items: center;gap: 10px;}
.event-banner-img img {width: 100%;height: auto; object-fit: cover;}
.event-banner-text {flex: 1;}
.event-title {font-size: 18px; margin-bottom: 10px;color:var(--kpy-secondary);}
.event-date,
.event-location {font-size: 16px;margin: 5px 0;}
.event-link {display: inline-block;margin-top: 10px;padding: 5px 1rem;background: #fff;color:var(--kpy-primary);text-decoration: none;border-radius: 5px;font-weight: bold;}
.event-link:hover {background: var(--kpy-light);}


/** =========================================================
Event Details - Canvas
===============================================================**/
.kpy_event_details { height: calc(100vh - 6px ); padding: 20px 30px 20px 25px; margin-bottom: 6px; }
.kpy_event_details img.wp-post-image { height: 150px !important; }
.kpy_event_details .offcanvas-header { padding: 10px 10px 0; }
.kpy_event_details .offcanvas-title { font-size: 20px; font-weight: 500; line-height: 2; color: #F72331; border-bottom: dotted 1px #eee; }
.kpy_event_details .time, .kpy_event_details .location { color: #F72331; font-weight: 500; }
.kpy_event_details .btn-close { width: 35px; height: 35px; display: inline-block; text-align: center; border: 1px solid transparent; position: relative; cursor: pointer; transition: all .2s; top: 0; }

/** ==========================================================
Upcoming Events Page
===========================================================**/
.news-covers {background-image: url('https://lwegatech.net/rotaryclubofiganga/wp-content/uploads/2025/05/19388-scaled.jpg');}
.kpy_events img {width: 100%; height: 250px !important;  object-fit: cover;object-position: middle;}
.kpy_events .date {font-size: 13px;font-weight: 500; color: var(--kpy-primary); margin-bottom: 1rem;}
.kpy_events h3 {font-size: 17px;font-weight: 500;color: #333;overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3; -webkit-box-orient: vertical;}

.kpy_events .location {color: var(--kpy-primary);}
.upcoming-events{background-color: rgba(101, 93, 93, 0.05);padding:30px 15px;}
.upcoming-events h2{color: #5EC401;font-weight: 600;padding-bottom: 20px;}
.news-heading{font-size:25px; font-weight:400; color:var(--kpy-white);text-align: center; padding-bottom:20px;}
.news-front{padding-top:60px;padding-bottom:40px;}
.envent-heading{font-size: 32px;font-weight: 700;}
.event-item{margin-bottom: 10px;border-radius: 5px;box-shadow: 0 4px 8px rgba(0,0,0,0.1);padding:20px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);}
/** =========================================================
Event Details - Canvas
===============================================================**/
.kpy_event_details2 { height: calc(100vh - 6px ); padding: 20px 30px 20px 25px; margin-bottom: 6px; }
.kpy_event_details2 img{ width: 100%;height: 120px;transition: transform 0.3s ease;object-fit: cover;}
.kpy_event_details2 .offcanvas-header { padding: 10px 10px 0; }
.kpy_event_details2 .offcanvas-title { font-size: 20px; font-weight: 500; line-height: 2; color: var(--kpy-primary);; border-bottom: dotted 1px #eee; }
.kpy_event_details2 .time, .kpy_event_details .location { color: var(--kpy-primary);; font-weight: 500; }
.kpy_event_details2 .btn-close { width: 35px; height: 35px; display: inline-block; text-align: center; border: 1px solid transparent; position: relative; cursor: pointer; transition: all .2s; top: 0; }

.event-item h2{font-weight: 600;font-size: 20px !important;color: #333 !important;}
.event-item .location{color: #666 !important;font-size: 11px;display: -webkit-box; -webkit-line-clamp: 2;  -webkit-box-orient: vertical;  overflow: hidden;}
.event-item .location i{font-weight: 700 !important;color:#223F99}
.event-item .time{color: #444 !important;font-size: 14px;}
.event-item .link i{font-weight: 700 !important;color:var(--kpy-primary);}
.event-item .post-thumbnail img{ width: 100%;height: 120px;transition: transform 0.3s ease;object-fit: cover;}
/** =========================================================
NEWS section
===============================================================**/
.kpy-news img {width: 100%; height: 200px !important;  object-fit: cover;}
.kpy-news .date {font-size: 13px;font-weight: 500; color: #f46d61; margin-bottom: 1rem;}
.kpy-news h3 {font-size: 19px;font-weight: 600;color: #333;overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3; -webkit-box-orient: vertical;margin-bottom: 1rem;}
.kpy-news a.btn-outline-info {color: #f46d61; border-color:#f46d61;border-radius: 50px;padding: 2px 20px;font-size: 14px;font-size: 500;}
.kpy-news a.btn-outline-info:hover {color:#fff; background-color:#f46d61;}
.kpy-news .catz{font-size: 13px; font-weight: 600; color: #0b5a5f;margin-bottom: .3rem;}
.kpy-news .catz i::before {padding-right:0.5rem;}
/** =========================================================
NEWS home
===============================================================**/
.home-newz h3{position: relative;font-weight: 600;color: #012d20;margin-bottom:1.3rem;}
.home-newz  h3::after{content: ""; display: block; height: 1px; width: 80px; border-bottom: 3px dashed #00815d; background-color:transparent;margin-top: 5px;}

.front-news-section{background-color:#fff4f4;}
.kpy-other-news img{width: 100%;height: 120px;transition: transform 0.3s ease;object-fit: cover;}
.kpy-other-news h3 {font-size: 19px;font-weight: 600;color: #333;overflow: hidden;  text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;line-clamp: 3; -webkit-box-orient: vertical;margin-bottom: 1rem;}
.kpy-other-news .catz{font-size: 13px; font-weight: 600; color:#f46d61;margin-bottom: .3rem;}
.kpy-other-news a.btn-outline-info {color: var(--kpy-primary); border-color:var(--kpy-primary);border-radius: 50px;padding: 2px 20px;font-size: 14px;font-size: 500;}
.kpy-other-news a.btn-outline-info:hover {color:#fff; background-color: var(--kpy-primary);}

/** =========================================================
TEAM section
===============================================================**/
.team{padding-right: 15px;}
.team .card{min-height: 320px;margin-bottom: 2rem !important;}
.team .post-thumbnail img{height:400px;width:100%;object-fit: cover;object-position: top;}
.team .team-details{padding: 10px 10px 20px;margin:0 auto;text-align: center;position: absolute;bottom: 0;background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));width: 100%;color: #fff;}
.team-details h4 {font-size:26px; font-weight: 500;}
.team-details p {font-size: 15px;margin-bottom: 10px;}
.team .team-details .btn-outline-primary{color: #fff;font-size: 14px;padding: 5px 20px;border: solid 1px #fff;border-radius: 50px;}
.team .team-details .btn-outline-primary:hover{border:1px solid #062E85 !important;color:#fff;background-color:#062E85;}
.member-details img{height:400px;width:100%;object-fit: cover;object-position: top;}
.member-details .btx{margin-left: 90%;  margin-top: 10px;}
.member-details h4, .partner-details h4{font-weight: 500; font-size: 25px !important; line-height: 1.5;}
.member-details .modal-body span::after, .partner-details .modal-body span::after {border-bottom: 2px solid #eee; padding-bottom:10px;margin-bottom: 10px;}
.member-details .modal-body p.title,.partner-details .modal-body p.title{border-bottom: dotted 2px #eee; color:#F72331;}
.modal.show .modal-dialog {padding: 20px; background: #fff;}
.modal-content {max-height: 400px; overflow-y: auto;}
/** =========================================================
Past  section
===============================================================**/
.team{padding-right: 15px;}
.team .card{min-height: 320px;margin-bottom: 2rem !important;}
.team .post-thumbnail img{height:400px;width:100%;object-fit: cover;object-position: top;}
.team .team-details{padding: 10px 10px 20px;margin:0 auto;text-align: center;position: absolute;bottom: 0;background-image: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));width: 100%;color: #fff;}
.team-details h4 {font-size:26px; font-weight: 500;}
.team-details p {font-size: 15px;margin-bottom: 10px;}
.team .team-details .btn-outline-primary{color: #fff;font-size: 14px;padding: 5px 20px;border: solid 1px #fff;border-radius: 50px;}
.team .team-details .btn-outline-primary:hover{border:1px solid #062E85 !important;color:#fff;background-color:#062E85;}
.member-details img{height:400px;width:100%;object-fit: cover;object-position: top;}
.member-details .btx{margin-left: 90%;  margin-top: 10px;}
.member-details h4, .partner-details h4{font-weight: 500; font-size: 25px !important; line-height: 1.5;}
.member-details .modal-body span::after, .partner-details .modal-body span::after {border-bottom: 2px solid #eee; padding-bottom:10px;margin-bottom: 10px;}
.member-details .modal-body p.title,.partner-details .modal-body p.title{border-bottom: dotted 2px #eee; color:#F72331;}
.modal.show .modal-dialog {padding: 20px; background: #fff;}
.modal-content {max-height: 400px; overflow-y: auto;}
/** =========================================================
PARTNERS section
===============================================================**/
.partners{padding: 15px 10px;}
.partner{display: flex;overflow: hidden;position: relative;}
  .partner .card{min-height: 100px; white-space: nowrap;animation: marquee-animation 10s linear infinite;}
.partner img{height: 100px; object-fit: contain;object-position: center; display: grid; gap: 10px; padding: 10px;width: 200px;}

  @keyframes marquee-animation { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); }}
    .marquee a {animation: marquee-animation 5s linear infinite;}
.partnerlist img{width:100%;height:100px;object-fit: contain;object-position: center;}
.urreno_assoc img {width:100%;height: auto;}
.urreno_assoc h3{font-size:1rem;font-family: 'Roboto', sans-serif;letter-spacing: -.5px;}
.urreno_assoc .card {height:200px; padding:15px; margin-bottom:20px;}
 
/** ============================================================
Publication Page CSS
=============================================================**/
.pub-content-area {padding:60px 0;}
.publications {padding: 30px 0;}
.publications .pdf-thumbnail img {width: 90%; object-fit: cover; height: 200px; object-position:center;}
.publications h4.pub-title {font-size: 1.75rem;margin: 10px 0 0;font-weight: 500; color: #000;}
.publications h5.pub-summ, .about-side-pub h4.pub-summ{font-weight:600;}
.publications .pub-desc {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin: 0 0 1em 0; font-size: 1rem; line-height: 1.5;}
.publications .pub-link a {color: #333333; font-size: 18px;}
.publications .pub-link a::after { content: "\f138"; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-variant: normal; text-transform: none; vertical-align: -.3em;   }
.pub-download a {border: 2px solid #333333; padding: 8px 15px; font-size: 18px; font-weight: 500;	color: #333333; transition:.5s all;display: inline-block;}
.publications .pub-download {margin-top: 50%;}
.pub-download a::before { content: "\f30A"; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-variant: normal; text-transform: none; vertical-align: -.1em;   padding-right: 0.6rem;}
.pub-download:hover a {color:#fff; background:#333333;}
.table > thead {display:none;} 
tr:hover td, tbody tr:hover th {transition:.5s;}
tr:hover td, tbody tr:hover th {   background-color: #f9fafc; }
table.dataTable tbody tr {margin: 15px 0; display: block; border-bottom: solid 1px #333;}
table.dataTable tbody th, table.dataTable tbody td {padding: 15px 10px;}
#downloads-table small {font-weight:500;}
table.dataTable.no-footer {border-bottom:none!important;border-top: 1px solid #eee;padding-top: 10px;}
#downloads-table_length label, #downloads-table_info, #downloads-table_paginate, .dataTables_wrapper .dataTables_paginate .paginate_button, #downloads-table_filter label {font-weight: 500; padding: 10px 15px; color: #F72331!important;}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color:#F72331!important;}
.dataTables_wrapper .dataTables_length select {border: 1px solid #F72331 !important; border-radius: 0px !important; padding: 5px !important;color: #F72331;}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {background:transparent!important; color:#F72331 !important; border:1px solid !important; transition:.5s all;border-radius: 0;}
.dataTables_wrapper .dataTables_filter input {border: 1px solid #F72331!important; border-radius: 0px!important; margin-left: 5px!important;}
/** ============================================================
Single Publication Page CSS
=============================================================**/
.inner-about{padding:60px 0;}
.about-side-pub {padding-left: 5%;	border-left: 1px solid #ccc;}
.about-side-pub h1 {margin-bottom:1.5rem 0 1rem;}
.pub-stats {color: #F72331;	font-size: 16px;}
.pub-single .post-thumbnail {position:sticky;}
/** ============================================================
Contact Page CSS
=============================================================**/
.contact-page {padding: 60px 0;background-color: #f8f9fa;border-radius: 10px;box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);margin: 30px 0;}
.contact-page h3 {position: relative;font-size: 1.5rem;font-weight: 600;color: #2c3e50;margin-bottom: 25px;padding-bottom: 12px;text-transform: uppercase;letter-spacing: 0.5px;}
.contact-page h3::after {content: "";position: absolute;left: 0;bottom: 0;height: 3px;width: 50px; background-color: #0056b3;}
.contact-form {padding: 30px;background-color: #fff;border-radius: 8px;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);}
.form-group { margin-bottom: 20px;}
.form-control {border: 1px solid #e1e5eb;border-radius: 4px;padding: 12px 15px;font-size: 15px;transition: all 0.3s ease;}
.form-control:focus {border-color: #0056b3;box-shadow: 0 0 0 0.2rem rgba(0, 86, 179, 0.15);}
.form-control::placeholder {color: #a0aec0;font-size: 14px;}
textarea.form-control {resize: vertical;min-height: 120px;}
.btn-primary {background-color: #0056b3;border: none; border-radius: 4px; padding: 12px 30px;font-weight: 600;letter-spacing: 0.5px;text-transform: uppercase;font-size: 14px;transition: all 0.3s ease;cursor: pointer;}
.btn-primary:hover {background-color: #003d82;transform: translateY(-2px);box-shadow: 0 5px 15px rgba(0, 61, 130, 0.3);}
.alert {padding: 15px;border-radius: 4px;margin-top: 20px;}
.alert-success {background-color: #d4edda; border-color: #c3e6cb;color: #155724;}
.contact-info {padding: 30px;background-color: #fff;border-radius: 8px;box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);}
.contact-info ul {margin-bottom: 25px;}
.contact-info ul li { padding: 12px 0;border-bottom: 1px solid #edf2f7;font-size: 15px;color: #4a5568;}
.contact-info ul li:first-child {padding-top: 0;}
.contact-info ul li:last-child {border-bottom: none;}
.contact-info ul li strong {display: inline-block;width: 80px;color: #2d3748;font-weight: 600;}
.contact-info ul li a {color: #0056b3;text-decoration: none;transition: color 0.3s ease;}
.contact-info ul li a:hover {color: #003d82;  text-decoration: underline;}
.map-container {overflow: hidden;border-radius: 8px;box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);}
.map-container iframe {display: block;width: 100%;height: 300px;border: none;}
.social-icons {margin-top: 20px;display: flex;gap: 15px;}
.social-icons a {display: inline-flex;align-items: center;justify-content: center;width: 38px;height: 38px;background-color: #edf2f7;border-radius: 50%;color: #4a5568;transition: all 0.3s ease;}
.social-icons a:hover {background-color: #0056b3;color: #fff;transform: translateY(-3px);}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);}
    
}
.alert { animation: fadeIn 0.5s ease-out forwards;}
/** ============================================================
about-page
=============================================================**/

.header-wrap1 {min-height: 300px;padding-top: 150px;position: relative;}
.header-wrap1 h1 {font-weight: 700;text-shadow: 0 0 20px #000;width: 100%;}
.header-wrap1 .breadcrumb {color: var(--kpy-white);position: relative;z-index: 10;display: block;top: -5px;font-size:12px;font-weight:400;}
.header-wrap1 .breadcrumb a{text-decoration: none;color: var(--kpy-white);}
.about-side { padding-left: 8%; border-left: 1px solid #ccc; position: sticky;top: 5%;}
.about-side img {height: 120px !important;	object-fit: cover;}
.about-side h3 { margin: 0 0 1.5em; font-weight: 600; font-size: 18px;text-transform: uppercase; color: var(--kpy-black); }
.about-side h5{font-size:16px;font-weight:600;color:var(--kpy-black);}
.about-side .catz{font-size: 12px;color:var(--kpy-primary);}

.entry-title {font-weight: 800;font-size: 40px;color:var(--kpy-white);}
.about-intro{padding-bottom: 30px;padding-top: 40px; }
.about-intro h5{font-size: 35px; font-weight: 700; margin-bottom:20px;}
.about-intro p{font-size: 18px; font-weight: 400;}
.about-heading {font-weight: 500;font-size: 45px;line-height: 1.125;color: var(--kpy-primary);}
.mission-vision-box {border-radius: 12px;padding: 25px 20px 30px 26px; box-shadow: 0 4px 8px rgba(0,0,0,0.1);border-top: solid 5px var(--kpy-secondary);}
.mission-vision-box .title {font-weight: 800;margin-bottom: 18px;}
.mission-vision-box p {margin-top: 0;margin-bottom: 16px;}
.about-img-area img {border-radius: 12px;width: 100%;aspect-ratio: 3/4; object-fit: cover;object-position: center; height:auto;}
.focus-area {padding-bottom: 30px;padding-top: 40px; background:var(--kpy-light);}
.focus-area h3 {font-size: 35px; font-weight: 700; margin-bottom:20px;}
.focus-item {background: var(--kpy-primary);color: white;padding: 20px;border-radius: 8px;transition: transform 0.3s ease; height:150px; margin-bottom:20px;display: flex; align-items: center; }
.focus-item:hover {transform: translateY(-5px);}
.focus-item p {font-size: 25px;margin: 0; }

.focus-areas {background:#B6D0E2;}
/** ============================================================
Directory
=============================================================**/
.publications {margin-bottom: 40px;}
#downloads-table {border-collapse: separate; border-spacing: 0 15px; margin-top: 20px;  width: 100%;}
#downloads-table thead {display: none;}
#downloads-table tbody tr {box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);transition: transform 0.3s ease, box-shadow 0.3s ease;background-color: #fff;border-radius: 8px;}
#downloads-table tbody tr:hover {transform: translateY(-3px);box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);}
#downloads-table td {padding: 20px;vertical-align: top;border: none;}
.member-thumbnail {  text-align: center;}
.member-thumbnail img {max-width: 100%;height: auto;border-radius: 5px;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);}
.member-title {font-size: 1.4rem;font-weight: 600;color: #333;margin-bottom: 10px;transition: color 0.3s ease;}
.member-title:hover {color: #0056b3;}
.pub-summ {font-size: 1rem;font-weight: 500;color: #555;margin-bottom: 5px;text-transform: uppercase;letter-spacing: 0.5px;}
.pub-desc {margin-bottom: 15px;color: #666;line-height: 1.6;}
.member-summ {background-color: #f9f9f9;padding: 12px !important;border-radius: 5px;margin-top: 10px;color: #555;line-height: 1.8;}
.member-summ small {display: block;margin-bottom: 3px;}
.member-summ strong {color: #444;}
.member-link {  margin-top: 15px;}
.member-link a {display: inline-block;background-color: #0056b3;color: white;padding: 8px 20px;border-radius: 4px;text-decoration: none;font-weight: 500;transition: background-color 0.3s ease;}
.member-link a:hover {background-color: #003d82;text-decoration: none;}
.page-content2 {max-width: 1200px;margin: 0 auto;padding: 0 15px;}

.post-content {background-color: #fff;border-radius: 8px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);padding: 2rem;}

.pub-single {margin-bottom: 2rem;}

.post-thumbnail {overflow: hidden;border-radius: 6px;box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);}
.post-thumbnail img {width: 100%;height: auto;transition: transform 0.3s ease;}
.post-thumbnail img:hover {transform: scale(1.02);}
/* Content styles */
.about-side-pub { padding-left: 1.5rem;}
.page-content2 h1{font-size: 1.8rem;margin-bottom: 1rem;font-weight: 700;  line-height: 1.2;color:var(--kpy-black)}
h4.pub-summ {font-size: 1.25rem;margin-bottom: 0.75rem;color: #555;font-weight: 600;}
.pub-desc {margin-bottom: 1.5rem; color: #666;  line-height: 1.6;}
hr { margin: 1.5rem 0;border-color: #eee;}
.btn-sm {padding: 0.25rem 0.5rem; font-size: 0.875rem;border-radius: 4px; transition: all 0.2s ease;}
.btn-facebook {background-color: #3b5998;color: white;}
.btn-facebook:hover {background-color: #2d4373;color: white;}
.btn-twitter { background-color: #1da1f2; color: white;}
.btn-twitter:hover { background-color: #0c85d0;color: white;}
.btn-whatsapp {background-color: #25D366; color: white;}
.btn-whatsapp:hover {background-color: #128C7E;color: white;}
.text-muted {color: #6c757d;}
/** ============================================================
donation page
=============================================================**/
.donation-form-area{padding-left:10%; padding-right:10%;padding-top:60px;padding-bottom:60px;}
.custom-border {border: 2px dashed var(--kpy-secondary);cursor: pointer;}
.custom-border:hover {border-color: var(--kpy-primary);}
.card-header.bg-primary {background-color: var(--kpy-primary)!important;}
.text-blue{color: var(--kpy-primary) !important;}
.back-gold {background-color: var(--kpy-secondary) !important;}

/** ============================================================
Error 404 Page Not Found CSS
=============================================================**/
.member-form{padding-top:40px; padding-bottom:40px;}
.rotary-form-card {border-radius: 15px !important;}
.bg-primary {background-color: var(--kpy-primary)!important; }
.btn-primary {background-color: var(--kpy-primary) !important;border-color: var(--kpy-primary) !important;}
.btn-primary:hover { background-color: #0d4494 !important;border-color: #0d4494 !important;transform: translateY(-2px);box-shadow: 0 4px 12px rgba(21, 96, 189, 0.3) !important;}
.badge.bg-primary {background-color: var(--kpy-primary) !important; }
.section-title {color: var(--kpy-primary); font-weight: 600;border-bottom: 2px solid #e9ecef; padding-bottom: 10px;}
.membership-option {transition: all 0.3s ease;cursor: pointer;}
.membership-option:hover {border-color: var(--kpy-primary) !important;background-color: rgba(21, 96, 189, 0.05) !important;}
.membership-option input:checked + label {color: var(--kpy-primary); font-weight: 500;}
.form-check-input:checked {background-color: var(--kpy-primary) !important;border-color: var(--kpy-primary) !important; }
.form-control:focus {border-color: var(--kpy-primary) !important;box-shadow: 0 0 0 0.2rem rgba(21, 96, 189, 0.25) !important;}

    
/** ============================================================
Error 404 Page Not Found CSS
=============================================================**/
.Error_404 {overflow: hidden; padding:80px 0 120px;}
.Error_404 .error_pic {width: 35%; float: left; text-align: center;}
.Error_404 .error_pic i {color: var(--kpy-secondary); font-size: 250px; line-height: 250px; margin-right: .2em; text-align: center; font-variant: normal; text-transform: none; margin-left: .2em;}
.Error_404 .error_desk {width: 65%; float: left; padding-top: 40px;}
.Error_404 .error_desk h2 {font-size: 55px; line-height: 60px;color: var(--kpy-primary);font-weight: 500;}
.Error_404 .error_desk h4 {font-size: 28px; line-height: 30px;}
.Error_404 .error_desk p .check {line-height: 45px; font-size: 16px;}
.Error_404 .error_desk p .button {padding: 13px 20px; margin: 0; border-radius: 5px; display: inline; margin-left: 10px; box-shadow: inset 0 0 0 0;}
.Error_404 .error_desk p .button:hover{color:#f9f9f9; text-decoration: none; background: var(--kpy-primary);}
a.button, a.tp-button {transition:.2s all; background: transparent; color: var(--kpy-primary); border:solid 2px;}
.wp-block-ub-tabbed-content-tab-title strong {font-weight:500!important;}

/** ============================================================
Footer CSS
=============================================================**/
.footer-donate {background-size: cover;min-height: 250px;padding-top: 10%;}
.footer-donate h3 {color: #fff;font-weight: 200;margin-bottom: 28px;}
.footer-donate .btn-danger{background-color: var(--kpy-secondary) !important;border:solid 0 !important;}
.footer-donate a {color: #fff;margin-bottom: 20px;}
.footer{background: #000;color: #999;padding-top: 2.0rem;margin-bottom: 0;font-size: 18px;position: relative;}
.footer-menus a {color: #eee;font-size: 14px;text-decoration: none;}
.footer-top .footer-menus .social-links {display: flex; align-items: center; justify-content: center; font-size: 18px;}
.footer-menus .social-links a {font-size: 22px;}
.footer-top {text-align: center;}
.footer-policy ul li{list-style-type: none;display: inline-block;padding-right: 5px;font-size: 20px;}
.footer-policy ul li{list-style-type: none;display: inline-block;padding-right: 5px;font-size: 20px;}
.copyright {background-color: #000;color: #666;font-weight: 300;font-size: 12px;text-align: center;padding: 10px 0;}
.copyright a {color:#666;}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/* Mobile styles (up to 767px)@media only screen and (max-width: 768px */
@media only screen and (max-width: 768px)  {
    .menu-section .logo {object-fit: contain !important;height: 70px;}
    .menu-section .navbar-nav {height: 100%;display: flex;align-items: flex-start;gap: 5px;}
    .menu-section .navbar-nav .nav-link {color: var(--kpy-black) !important;font-family: var(--kpy-font);font-weight: 400;text-transform: uppercase;letter-spacing: 1px;font-size: 16px;height: 40px;display: flex;align-items: center;position: relative;transition: all 0.3s ease;padding: 0 0.5rem !important;}
    .menu-section {height: 80px;position: relative;top: 0;z-index: 1000;background: #f7f7f7;height: 80px;display: flex;align-items: center;transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);box-shadow: 0 2px 10px rgba(0, 0, 0, 0);}
    
    .main-slider .swiper-slide {position: relative;height:400px}
    .main-slider .main-slider-content .big-title h2 {   color: #ffffff;  font-size: 20px;  line-height: 20px;  font-weight: 700; text-shadow:0 1px 2px #000000ad; text-transform: uppercase;}
    .main-slider .main-slider-content .text {position: relative;  display: block;  width: 80%; opacity: 0;}
    .main-slider .main-slider-content .text p {color: #fff; line-height: 20px; font-weight: 400; font-size: 20px; text-shadow:0 1px 1px #000;}
    .main-slider .container {position: relative;  padding-top: 200px !important;  padding-bottom: 200px !important; z-index: 3;}
    .intro-image-col {display: flex;flex-direction: column;align-items: center; padding-bottom:20px;padding-top:0;}
    .message-heading{font-size:25px; font-weight:400; color:var(--kpy-primary);}
    .president-img img{margin-bottom: 0;height: 250px;width: 100%;max-width: 100%;object-position: top;}
    .president-message-text p{margin-top: 0;margin-bottom: 16px;font-size: 1rem; font-weight: 400;line-height: 1.5;color: #212529;}
    .president-message-text  {display: -webkit-box;-webkit-line-clamp: 10;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;max-height: calc(1.6em * 10);}
    .message-button {display: block; padding-top:10px;}
    .rotary-content {padding: 15px;}
    .rotary-header h1,
    .president-header h1 {font-size: 25px;}
    .president-profile {flex-direction: column;justify-content: center;}
    .president-photo {width: 200px;height: 200px;}
    #downloads-table {border-spacing: 0;}
    #downloads-table tr {display: flex;flex-direction: column;margin-bottom: 20px;}
    #downloads-table td {width: 100% !important;display: block;padding: 15px;}
    .member-thumbnail {margin-bottom: 15px;}
    .project-image {height: 180px;}
    .contact-page {margin: 20px 0;padding: 40px 0;}
    .contact-form,
    .contact-info {padding: 25px;}
    .contact-form { margin-bottom: 30px;}
    .contact-info ul li strong {width: 70px;}
    .map-container iframe {height: 250px;}
    .footer-menus {gap: 5px;font-size: 12px;}
    .footer-menus a {font-size: 12px;}
    .footer-menus .social-links a {font-size: 18px;}
    .donation-form-area{padding-left:5%; padding-right:5%;}
    h1.entry-title {font-size: 1.4rem;margin-top:10px;}
}
/* Tablet styles (768px to 1024px) */
@media only screen and (max-width: 1024px) and (min-width: 768px) {


}

/* Large desktop styles (1140px and up) */
@media only screen and (min-width: 1140px) {
  
}

/* Extra large desktop styles (1440px and up) */
@media only screen and (min-width: 1440px) {

}

/* High DPI screens */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}

/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
