/*====================================================================
   Custom CSS File for most of Desktop and Mobile look for Kipya Template
   Developed by Amazing LWEGATECH LTD team.
===================================================================**/

:root {
	/* Font Variables */
	--kpy-font: "Playfair Display", sans-serif;           /* Body font */
	--kpy-font-2: "Playfair Display", sans-serif;         /* Secondary body font */
	--kpy-font-playful-1: "Playfair Display", sans-serif; /* Playful font 1 */
	--kpy-font-playful-2: "Playfair Display", serif; /* Headings font */
	
	/* Logo-based Color Variables */
	--kpy-logo-blue: #2B5AA0;        /* Primary blue from logo */
	--kpy-logo-blue-rgb: 43, 90, 160;
	--kpy-logo-red: #E53935;         /* Red from logo */
	--kpy-logo-red-rgb: 229, 57, 53;
	--kpy-logo-dark-blue: #1E3A5F;   /* Darker blue variant */
	--kpy-logo-dark-blue-rgb: 30, 58, 95;
	
	/* Original Color Variables (kept for compatibility) */
	--kpy-base: var(--kpy-logo-red);
	--kpy-base-rgb: var(--kpy-logo-red-rgb);
	--kpy-yellow: #fcd20a;
	--kpy-yellow-rgb: 252, 210, 10;
	--kpy-green: #87c441;
	--kpy-green-rgb: 135, 196, 65;
	--kpy-grey: #7f7873;
	--kpy-grey-rgb: 127, 120, 115;
	--kpy-white: #ffffff;
	--kpy-white-rgb: 255, 255, 255;
	--kpy-black: #333;
	--kpy-black-rgb: 51, 51, 51;
	--kpy-primary: var(--kpy-logo-blue);
	--kpy-primary-rgb: var(--kpy-logo-blue-rgb);
	
	/* Typography Settings */
	--kpy-font-size: 15px;
	--kpy-heading-color: var(--kpy-logo-dark-blue);
	--kpy-body-color: var(--kpy-black);
}

/* Global Body Styles - Montserrat for body content */
html, body {
	font-family: var(--kpy-font) !important;
	color: var(--kpy-body-color);
	font-size: var(--kpy-font-size);
	font-weight: 300;
	line-height: 1.6;
	text-rendering: auto;
	height: 100vh;
	margin: 0;
	font-optical-sizing: auto;
}

/* Global Heading Styles - Playfair Display for all headings */
.h1, .h2, .h3, .h4, .h5, .h6, 
h1, h2, h3, h4, h5, h6 {
	font-family: var(--kpy-font-playful-2) !important;
	font-weight: 700;
	color: var(--kpy-heading-color);
	line-height: 1.2;
}

/* Specific heading sizes with Playfair Display */
h1, .h1 {
	font-size: 2.5rem;
	font-weight: 700;
}

h2, .h2 {
	font-size: 2rem;
	font-weight: 600;
}

h3, .h3 {
	font-size: 1.75rem;
	font-weight: 600;
}

h4, .h4 {
	font-size: 1.5rem;
	font-weight: 500;
}

h5, .h5 {
	font-size: 1.25rem;
	font-weight: 500;
}

h6, .h6 {
	font-size: 1rem;
	font-weight: 500;
}

/* Utility classes for consistent theming */
.text-primary {
	color: var(--kpy-primary) !important;
}

.text-logo-blue {
	color: var(--kpy-logo-blue) !important;
}

.text-logo-red {
	color: var(--kpy-logo-red) !important;
}

.bg-primary {
	background-color: var(--kpy-primary) !important;
}

.bg-logo-blue {
	background-color: var(--kpy-logo-blue) !important;
}

.bg-logo-red {
	background-color: var(--kpy-logo-red) !important;
}

/** =========================================================
Fading Effects
==========================================================**/
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-up {
  opacity: 0;
  transform: translateY(30px);
}

.fade-up.animate {
  animation: fadeUp 0.8s ease-out forwards;
}


/** ==========================================================
page.php Styles
===========================================================**/



.hero-section {
    position: relative;
    overflow: hidden;
}

.hero-image {
    min-height: 400px;
    display: flex;
    align-items: center;
}

.hero-curve {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    margin-top: -1px; /* ensures no gap */
}

.hero-curve svg {
    display: block;
    width: 100%;
    height: 100%;
}
	
/** ==========================================================
Header Section
===========================================================**/
.menu-section {font-family: var(--kpy-font); position: fixed; z-index: 999; color: #fff;	width: 100%; background: linear-gradient(to bottom, rgba(5, 5, 5, 0.90) 0%, rgba(5, 5, 5, 0.70) 12%, rgba(5, 5, 5, 0.50) 29%, rgba(4, 4, 4, 0) 100%);transition: .5s all;}
.menu-section .top-right-widget{margin-top:2px;display:flex;align-items:center;flex-wrap:nowrap;gap:10px;justify-content:flex-end;white-space:nowrap;}.menu-section .top-right-widget>*{display:inline-block;white-space:nowrap}.menu-section .top-right-widget div{margin-right: 10px;}
.menu-section .top-right-widget span {font-size:16px;padding-right: 30px;}
.menu-section .top-right-widget span strong{font-size: 22px; color: #ffcb01;font-family: 'Montserrat', 'Montserrat', sans-serif;}
.menu-section .top-right-widget ul {margin-bottom:0;}
.main-header-menu {margin:auto 80px;margin-top: -15px;}

.menu-section img {	width: auto;height: 90px; margin-top:5px; padding: 2px;background: transparent;border-radius: 0; transition: .4s ease-in-out;}
.menu-section .menu-item .nav-link{font-size: 15px; font-weight: 500;color:#fff;text-transform: capitalize;padding-right: 10px !important;}
.menu-section .menu-item .nav-link.active,
.menu-section .menu-item .nav-link:hover{color:#f9d109;}
.menu-section .menu-item .nav-link:focus .dropdown-item:hover{background: #E82A2A; color: #fff;}

.menu-section .dropdown-toggle::after {content: "\F282";display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-weight: 600 !important; font-variant: normal;text-transform: none;
  line-height: 1; vertical-align: -.125em; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; padding-right: .5rem; border:none!important;
margin-left: .3rem;
}
.menu-section .dropdown-menu{border-radius: 0px;width: 250px;padding: 0;border: 0;box-shadow: 0px 5px 25px #0000000d;}
.menu-section .dropdown-menu ul{min-width: 100% !important;}
.menu-section .dropdown-item{list-style:none;min-width: 100% !important;height:auto;  transition: .4s ease all;font-size: 16px;padding: 15px 20px 15px 5px;font-weight: 400;border-bottom: solid 1px #f9f9f9;color: var(--kpy-black);}
.menu-section .dropdown-item:before{font-family:'bootstrap-icons'; content:" \F285";margin-right:5px;font-size:80%;}
.menu-section .dropdown-item:hover{background:#E82A2A;color: #fff;transition: .3s ease-in-out;border-bottom: 0;padding-left: 15px;font-weight: 600;}
.menu-section .dropdown-item.active, .dropdown-item:active{background:#E82A2A;color: #fff;}
.menu-section .dropdown-item li {  font-weight: 400;  font-size: 16px; padding: 7px 20px;margin-bottom: 0;}
.menu-section .menu-item:hover > .dropdown-menu {display: block;}
.sticky-logo {display: none;}
.menu-section .socials ul{list-style-type: none;padding-left: 0;display: flex;}
.menu-section .socials ul li{align-self: center;margin-right: 7px;margin-top:10px}
.menu-section .socials ul li a{color:#fff;}
.menu-section .socials ul li a:hover{color:#f4de2f;}
.menu-section .search i{color:#fff!important;font-size: 22px;}
.menu-section .callus{color: #f4de2f;font-size: 12px;text-align: center;}
.menu-section .number{font-size: 17px; letter-spacing: 1px;position: absolute;right: 20px;font-weight: 600;}


.sticky-header {position: fixed;top: -10px;width: 100%;box-shadow: 0 0 10px rgba(0, 0, 0, 0.21);background: linear-gradient(to right,rgb(255, 255, 255) 0,rgba(251, 251, 251, 0.97) 99%,rgb(249, 249, 249) 100%); background-color: #fffffffa; z-index: 1050;}
.sticky-header .top-right-widget {margin-top:10px;}
.sticky-header .search i, .sticky-header .top-right-widget span, .sticky-header .wp-block-social-links .wp-social-link a {color:#333!important;}
.sticky-header .menu-item .nav-link{font-size: 14px; font-weight: 400;color:#333333;padding-right: 10px !important;}
.sticky-header .menu-item .nav-link.active{color:#E82A2A;}
.sticky-header .menu-item .nav-link:hover{color:#d8913c}
.sticky-header .callus{color: #d8913c;font-size: 12px;text-align: center;}
.sticky-header img {width: auto;height: 80px;transition: .4s ease-in-out;}
.sticky-header .logo {display: none;}
.sticky-header .sticky-logo {display: block;margin-left: 40px;}
.sticky-header .socials ul li a{color:#E82A2A;}
.sticky-header .socials ul li a:hover{color:#E82A2A;}

*Menu1 *
.menu_kipya{background: #fff !important; padding-top: 5px;padding-bottom:5px;border-bottom: #00815c3d 1px solid;font-family: var(--kpy-font-2);font-weight: 400;position: relative;}
.menu_kipya .menu-item .nav-link.active{color: #000;}
.menu_kipya .menu-item .nav-link:hover{color:#E82A2A}
.menu_kipya .menu-item .nav-link{color:#000;}
.menu_kipya  img {	width: auto;height: 70px;margin-top: -5px;}
.menu_kipya .logo {display: none;}
.menu_kipya .sticky-logo {display: block;}
.menu_kipya .socials ul li a{color:#000;}
.menu_kipya .search i{color:#000!important;}



   * {
    margin: 0;
    padding: 0;
}


    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
}


/*Menu Section */
.menu-section {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/* Top Info Bar */
.top-info-bar {
    background: transparent;
    padding: 5px 0;
}

.top-menu-layout {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    position: relative;
}

/* Left side items - Contact Info */
.left-items {
    display: flex;
    align-items: center;
    gap: 25px;
    flex: 1;
    font-size: 16px;
}

/* Center - Logo */
.center-logo {
    text-align: center;
    margin: 0 auto;
}

.center-logo .custom-logo {
    max-height: 100px; /* Adjust as needed */
    width: auto;
}

.center-logo .logo-text {
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.logo {
    height: 70px;
    width: auto;
    transition: all 0.3s ease;
}

.sticky-header .logo {
    height: 55px;
}

/* Right side items - Social, Currency, Book Now */
.right-items {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
    justify-content: flex-end;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 16px;
    opacity: 0.9;
}

.contact-item i {
    color: #FF6B6B;
    font-size: 16px;
}

/* Main Header */
.main-header {
    padding: 5px 0;
    position: relative;
}

.logo-container {
    display: flex;
    align-items: center;
}

/* Creative Navigation */
.nav-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.nav-item {
    position: relative;
    
}

.nav-link {
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
    padding: 12px 20px !important;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.nav-link::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    transition: left 0.5s;
}

.nav-link:hover::before {
    left: 100%;
    text-transform: capitalize;
    font-weight: 600px;
}

.nav-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    color: #fff !important;
    background: linear-gradient(135deg, #FF6B6B, #FF8E8E);
    
}

.nav-link.active {
    color: #ffcb01 !important;
    
}

/* Sticky state */
.sticky-header {
    background: linear-gradient(135deg, #4a54e1, #4a54e1) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.sticky-header::before {
    opacity: 0;
}

/* Sticky state nav links */
.sticky-header .nav-link {
    color: #fff !important;
    font-weight: 600;
    font-size: 18px;
}

.sticky-header .nav-link:hover {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Adjust other sticky elements to match */
.sticky-header .logo {
    height: 55px;
}

.sticky-header .currency-toggle,
.sticky-header .search-btn,
.sticky-header .social-link {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.sticky-header .mobile-toggle {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
}

.sticky-header .book-now-btn {
    background: linear-gradient(135deg, #ff8c00, #ff6b6b);
    box-shadow: 0 4px 15px rgba(255, 140, 0, 0.3);
}


/* Action Buttons Container */
.action-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Currency Toggle */
.currency-toggle {
    background: rgba(255,255,255,0.1);
    border: 2px solid rgba(255,255,255,0.2);
    color: #fff;
    padding: 8px 16px;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
}

.currency-toggle:hover {
    background: rgba(255,255,255,0.2);
    transform: scale(1.05);
}

.sticky-header .currency-toggle {
    color: #333;
    border-color: rgba(0,0,0,0.2);
}

/* Search Button */
.search-btn {
    background: rgba(255,255,255,0.1);
    border: 2px solid rgba(255,255,255,0.2);
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-btn:hover {
    background: rgba(255,255,255,0.2);
    transform: rotate(90deg) scale(1.1);
}

.sticky-header .search-btn {
    color: #333;
    border-color: rgba(0,0,0,0.2);
}

/* Book Now Button */
.book-now-btn {
    background: linear-gradient(135deg, #FF6B6B, #FF8E8E);
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255,140,0,0.3);
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.book-now-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(255,140,0,0.4);
    background: linear-gradient(135deg, #FF6B6B, #FF8E8E);
}

/* Social Links */
.social-links {
    display: flex;
    gap: 8px;
}

.social-link {
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 16px;
}

.social-link:hover {
    background: #FF8E8E;
    transform: translateY(-2px) rotate(360deg);
    color: white;
}

.sticky-header .social-link {
    color: #333;
}

/* Creative Search Modal */
.search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.05);
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.search-modal.active {
    display: flex;
    opacity: 1;
}

.search-container {
    max-width: 800px;
    width: 90%;
    position: relative;
    animation: searchSlideIn 0.5s ease-out;
}

@keyframes searchSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.search-input {
    width: 100%;
    padding: 25px 30px;
    font-size: 24px;
    border: none;
    border-radius: 50px;
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: 2px solid rgba(255,255,255,0.2);
    outline: none;
    transition: all 0.3s ease;
}

.search-input:focus {
    border-color: #FF8C00;
    box-shadow: 0 0 30px rgba(255,140,0,0.3);
    background: rgba(255,255,255,0.15);
}

.search-input::placeholder {
    color: rgba(255,255,255,0.7);
}

.search-close {
    position: absolute;
    top: -60px;
    right: 0;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.1);
}

.search-close:hover {
    background: #FF8C00;
    transform: rotate(180deg);
}

.search-suggestions {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.suggestion-tag {
    background: rgba(255,255,255,0.1);
    color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 16px;
}

.suggestion-tag:hover {
    background: #FF8C00;
    transform: translateY(-2px);
}

/* Mega Dropdown for Destinations */
.destination-text-item:hover {
    background-color: #f5f5f5;
    color: #000 !important;
    transform: translateX(5px);
}

.destination-item {
    transition: all 0.3s ease;
}

.destination-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.destination-item:hover img {
    transform: scale(1.1);
}

.destination-item:hover .destination-overlay {
    opacity: 1;
}


.dropdown-item {
    transition: all 0.3s ease;
    
}

.dropdown-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}


.mega-dropdown .dropdown-menu {
    width: 100%;
    max-width: 1200px;
    left: 50%;
    transform: translateX(-50%) translateY(-20px);
    min-width: 800px;
}

.mega-dropdown:hover .dropdown-menu {
    transform: translateX(-50%) translateY(0);
}

.destination-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
    padding: 15px;
}

/* Mobile Hamburger */
.mobile-toggle {
    display: none;
    background: rgba(255,255,255,0.1);
    border: 2px solid rgba(255,255,255,0.2);
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile-toggle:hover {
    background: rgba(255,255,255,0.2);
    transform: scale(1.1);
}

.sticky-header .mobile-toggle {
    color: #333;
    border-color: rgba(0,0,0,0.2);
}

/* Mobile Menu */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: linear-gradient(135deg, rgba(0,0,0,0.95), rgba(255,140,0,0.1));
    backdrop-filter: blur(25px);
    z-index: 10000;
    transition: right 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 80px 30px 30px;
}

.mobile-menu.active {
    right: 0;
}

.mobile-menu .nav-link {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    border-radius: 0;
    font-size: 18px;
}

.mobile-menu .nav-link:hover {
    background: none;
    transform: translateX(10px);
    border-radius: 0;
}

.mobile-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile-close:hover {
    transform: rotate(180deg);
    color: #FF8C00;
}

.mobile-menu .dropdown-content {
    display: none;
    padding-left: 20px;
}

.mobile-menu .dropdown.active .dropdown-content {
    display: block;
}

.mobile-menu .dropdown-toggle::after {
    content: '+';
    float: right;
    transition: transform 0.3s;
}

.mobile-menu .dropdown.active .dropdown-toggle::after {
    content: '-';
}

        /* Mobile Responsive */
        @media (max-width: 991px) {
            .nav-container {
                display: none;
            }
            
            .mobile-toggle {
                display: flex;
                align-items: center;
                justify-content: center;
            }
            
            .logo {
                height: 55px;
            }
            
            .main-header {
                padding: 10px 0;
            }
            
            .left-items {
                gap: 15px;
                flex-wrap: wrap;
            }

            .right-items {
                gap: 10px;
            }
            
            .contact-item {
                font-size: 12px;
            }
        }

        @media (max-width: 768px) {
            .left-items {
                display: none;
            }

            .center-logo {
                position: static;
                transform: none;
                flex: 1;
                text-align: center;
            }

            .right-items {
                justify-content: flex-end;
            }
        }

        @media (max-width: 576px) {
            .search-input {
                font-size: 18px;
                padding: 20px 25px;
            }
            
            .logo {
                height: 45px;
            }
            
            .book-now-btn {
                padding: 4px 10px;
                font-size: 11px;
            }

            .social-links {
                display: none;
            }

            .currency-toggle {
                padding: 4px 12px;
                font-size: 10px;
            }
        }

/* Notification Container */
        .notification-container {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 9999;
            pointer-events: none;
        }

        /* Individual Notification */
        .notification {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 15px 20px;
            margin: 10px 20px 0;
            border-radius: 8px;
            box-shadow: 0 4px 20px rgba(0,0,0,0.15);
            transform: translateY(-100px);
            opacity: 0;
            transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
            pointer-events: auto;
            position: relative;
            border-left: 4px solid #ffffff;
        }

        .notification.show {
            transform: translateY(0);
            opacity: 1;
        }

        .notification.hide {
            transform: translateY(-100px);
            opacity: 0;
        }

        /* Notification Types */
        .notification.destination {
            background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
            border-left-color: #fff;
        }

        .notification.tour {
            background: linear-gradient(135deg, #4ecdc4 0%, #44a08d 100%);
            border-left-color: #fff;
        }

        .notification.offer {
            background: linear-gradient(135deg, #feca57 0%, #ff9ff3 100%);
            border-left-color: #fff;
            color: #333;
        }

        /* Notification Content */
        .notification-content {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .notification-text {
            flex: 1;
            display: flex;
            align-items: center;
        }

        .notification-icon {
            margin-right: 12px;
            font-size: 18px;
        }

        .notification-message {
            flex: 1;
        }

        .notification-title {
            font-weight: 600;
            font-size: 14px;
            margin-bottom: 2px;
        }

        .notification-description {
            font-size: 12px;
            opacity: 0.9;
        }

        .notification-close {
            background: none;
            border: none;
            color: inherit;
            font-size: 16px;
            cursor: pointer;
            padding: 5px;
            margin-left: 15px;
            border-radius: 50%;
            transition: background-color 0.3s ease;
        }

        .notification-close:hover {
            background-color: rgba(255,255,255,0.2);
        }

        /* Progress Bar */
        .notification-progress {
            position: absolute;
            bottom: 0;
            left: 0;
            height: 3px;
            background-color: rgba(255,255,255,0.3);
            border-radius: 0 0 8px 8px;
            animation: progress 5s linear;
        }

        @keyframes progress {
            from { width: 100%; }
            to { width: 0%; }
        }

        /* Responsive */
        @media (max-width: 768px) {
            .notification {
                margin: 10px 10px 0;
                padding: 12px 15px;
            }
            
            .notification-title {
                font-size: 13px;
            }
            
            .notification-description {
                font-size: 11px;
            }
        }




/** =====================================================================
*search
=======================================================================**/

.header-search input{visibility: hidden;}
.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(42, 42, 134, 0.6);}
.modal-search .modal-body{align-items: center;}
.modal-search input{height: 60px;width: 600px;}
.modal-search .input-group .btn-search{background: #00AEEF;color:#fff;}
.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:#00aeef;}
.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);}



/** ==========================================================
Homepage Layout- Beaute Sauvage Safaris
===========================================================**/





/** ==========================================================
Beaute Sauvage Safaris - Overview
===========================================================**/
/* Base Styles */
.bs-overview {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    line-height: 1.6;
}

.bs-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Parallax Sections */
.bs-hero-parallax,
.bs-approach-parallax,
.bs-cta-parallax {
    position: relative;
    height: 70vh;
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.bs-hero-overlay,
.bs-parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.bs-hero-content,
.bs-approach-parallax .bs-container,
.bs-cta-parallax .bs-container {
    position: relative;
    z-index: 2;
    padding: 40px;
}

.bs-hero-content h1 {
    font-size: 4rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 300;
}

.bs-tagline {
    font-size: 1.5rem;
    font-style: italic;
    margin-bottom: 30px;
}

/* Section Styles */
.bs-section {
    padding: 100px 0;
}

.bs-our-story .bs-container {
    display: flex;
    align-items: center;
    gap: 50px;
}

.bs-text-content {
    flex: 1;
}

.bs-text-content h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #2c3e50;
}

.bs-text-content p {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.bs-image-wrapper {
    flex: 1;
    position: relative;
    min-height: 400px;
}

.bs-story-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/* Approach Grid */
.bs-approach-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.bs-approach-card {
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    border-radius: 5px;
    color: #333;
    text-align: center;
    transition: transform 0.3s ease;
}

.bs-approach-card:hover {
    transform: translateY(-10px);
}

.bs-icon {
    font-size: 2.5rem;
    color: #e67e22;
    margin-bottom: 20px;
}

.bs-approach-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

/* Team Section */
.bs-team-intro {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
    font-size: 1.1rem;
}

.bs-team-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.bs-team-member {
    text-align: center;
}

.bs-member-photo {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin: 0 auto 20px;
    background-size: cover;
    background-position: center;
    border: 5px solid #f1f1f1;
}

.bs-team-member h3 {
    font-size: 1.3rem;
    margin-bottom: 5px;
}

.bs-member-title {
    color: #e67e22;
    font-weight: bold;
    margin-bottom: 15px;
}

.bs-member-bio {
    font-size: 0.95rem;
}

/* Why Choose Us */
.bs-why-choose {
    background-color: #2c3e50;
    color: white;
}

.bs-why-choose h2 {
    text-align: center;
    margin-bottom: 50px;
    color: white;
}

.bs-reasons-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.bs-reason {
    display: flex;
    gap: 20px;
}

.bs-number {
    font-size: 2rem;
    color: #e67e22;
    font-weight: bold;
    min-width: 50px;
}

.bs-reason h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

/* CTA Section */
.bs-cta-parallax h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.bs-cta-parallax p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.bs-cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.bs-primary-button,
.bs-secondary-button {
    padding: 15px 30px;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.bs-primary-button {
    background-color: #e67e22;
    color: white;
    border: 2px solid #e67e22;
}

.bs-primary-button:hover {
    background-color: transparent;
    color: white;
}

.bs-secondary-button {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}

.bs-secondary-button:hover {
    background-color: white;
    color: #333;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .bs-our-story .bs-container {
        flex-direction: column;
    }
    
    .bs-image-wrapper {
        width: 100%;
        margin-top: 30px;
    }
    
    .bs-approach-grid,
    .bs-team-grid {
        grid-template-columns: 1fr;
    }
    
    .bs-reasons-grid {
        grid-template-columns: 1fr;
    }
    
    .bs-cta-buttons {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .bs-hero-content h1 {
        font-size: 2.5rem;
    }
    
    .bs-tagline {
        font-size: 1.2rem;
    }
    
    .bs-section {
        padding: 60px 0;
    }
}









/** ==========================================================
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: 500;}
  .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);}
.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: 350px;  padding-bottom: 100px; z-index: 3;}
.main-slider .image-layer, .slider-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,rgb(0, 0, 0) 0,rgba(251, 251, 251, 0.97) 99%,rgb(249, 249, 249) 100%);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(0, 0, 0, 0.2) 0%,rgba(0,0,0,0.2) 40%,rgba(0, 0, 0, 0.15) 99%,rgba(0, 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;  display: block; 	width: 100%; margin: auto; text-align: center;}
.main-slider .main-slider-content__inner {  position: relative;  display: block;  overflow: hidden;width: 60%;padding: 1rem 2rem 0;border-left: solid 5px #E82A2A;}
.main-slider .main-slider-content__inner::before{ border-left: 3.2rem solid #E82A2A;}
.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: 36px;  line-height: 1.2em;  font-weight: 800;  text-transform: uppercase; text-shadow:1px .5px .5px #000;text-transform: capitalize;letter-spacing: -.8px;text-align: left;}
.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;
}

.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;  font-weight: 500; font-size: 18px; text-shadow:.5px .5px .5px #000;letter-spacing: -.5px;text-align: left;}
.main-slider .main-slider-content  a.text-link {text-align: left;  color: #E82A2A;  float: left; font-weight:500;}
.main-slider .main-slider-content a.text-link::after {content: "\F285"; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-variant: normal; text-transform: none; vertical-align: -.3em; padding-left: .6rem; font-size: 1.1rem;}
.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: #E82A2A;}
.main-slider__nav .swiper-button-next::after,.main-slider__nav .swiper-button-prev::after {  display: none;}


/*==========================================================
# Sticky Side buttons
==========================================================**/
.iisu-sticky-buttons{position:fixed;right:30px;top:60%;transform:translateY(-50%);display:flex;flex-direction:column;gap:10px;z-index:1000;}  
.iisu-btn{display:flex;flex-direction:column;justify-content:center;align-items:center;background:#e82a2a;color:white;padding:12px;transition:background .5s ease-in-out;text-align:center;width:80px;height:80px;border-radius:50%;font-size:11px;font-weight:500;word-wrap:break-word;white-space:normal;overflow-wrap:break-word;text-align:center;line-height:1.2;overflow:hidden; border:solid 3px #f9f9f9;}  
.iisu-btn:hover{background:#c30000;}  
.iisu-btn i{font-size:20px;}  
.btn-content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;text-align:center;word-break:break-word;}  
@media (max-width:768px){.iisu-sticky-buttons{right:0;left:0;bottom:0px;top:auto;transform:none;flex-direction:row;justify-content:center;gap:5px;margin: auto;background: #fffffffc;padding: 15px 0;}  
.iisu-btn{padding:8px;width:70px;height:70px;font-size:12px;}}  



/*==========================================================
# Back to top button
==========================================================**/
.back-to-top {position: fixed;opacity: 0; visibility: hidden;right: 15px;bottom: 15px;z-index: 99999;    background: var(--kpy-base);width: 40px;height: 40px;border-radius: 4px;transition: all 0.4s;}
.back-to-top i {font-size: 24px;color: #fff;padding: 5px;text-align: center;}
.back-to-top:hover {background: var(--kpy-yellow);color: #fff;}
.back-to-top.active {visibility: visible;opacity: 1;}


/** ==========================================================
Homepage Layout
===========================================================**/
.intro-home {z-index: 9; position: relative;}
.intro-home .intro-banner{background-color:#e82a2a; width:90% !important; margin:auto;position: relative;margin-top: -100px;z-index: 99;padding: 40px;color: #fff;}
.intro-home .intro-banner h3 {font-family:var(--kpy-font-playful-2);letter-spacing:-0.25px; font-size:22px; font-weight:600;}
.intro-home .intro-banner p{font-size:14px;line-height:20px;}
.home-curricula {padding:3rem 0 8rem;}
.home-curricula .separator img, .home-gallery .separator img{width: 300px; margin: 20px auto; display: flex;}
.home-curricula h2, .home-gallery h2{color: var(--kpy-green);font-family: var(--kpy-font-playful-1); font-size: 45px; font-weight: 800;letter-spacing: -1.0px;}
.home-curricula .curricular-intro {width:70%; margin:auto;}
.home-curricula .curricular-intro p {font-size:20px; margin-bottom:2rem;}
.home-curricula .curricular-item .wp-block-cover{padding:0!important;} 
.home-curricula .curricular-item .item-desc, 
.home-curricula .curricular-item .item-desc1, 
.home-curricula .curricular-item .item-desc2, 
.home-curricula .curricular-item .item-desc3{ text-align:center;padding:20px 10px;transform:translateY(160%);transition:transform 0.5s ease-in-out, padding 0.5s ease-in-out;} 
.home-curricula .curricular-item:hover .item-desc, 
.home-curricula .curricular-item:hover .item-desc1, 
.home-curricula .curricular-item:hover .item-desc2, 
.home-curricula .curricular-item:hover .item-desc3{transform:translateY(0%);padding:80px 9px;}
.home-curricula .curricular-item .item-desc {background: #3d9846f0;}
.home-curricula .curricular-item .item-desc1 {background:#ffcb01f0;}
.home-curricula .curricular-item .item-desc2 {background:#d82121f0;}
.home-curricula .curricular-item .item-desc3 {background:#009ad6f0;}
.home-curricula .curricular-item .item-desc p, .home-curricula .curricular-item .item-desc a, .home-curricula .curricular-item .item-desc1 p, .home-curricula .curricular-item .item-desc1 a,.home-curricula .curricular-item .item-desc2 p, .home-curricula .curricular-item .item-desc2 a,.home-curricula .curricular-item .item-desc3 p, .home-curricula .curricular-item .item-desc3 a {display:none;}

.home-curricula .curricular-item .item-desc a, .home-curricula .curricular-item .item-desc1 a, .home-curricula .curricular-item .item-desc2 a,.home-curricula .curricular-item .item-desc3 a {color: #fff; background: #e82a2a; display: inline-block !important; padding: 3px 20px;}

.home-curricula .curricular-item .item-desc h3, .home-curricula .curricular-item .item-desc1 h3, .home-curricula .curricular-item .item-desc2 h3, .home-curricula .curricular-item .item-desc3 h3 {font-size:20px; text-transform:uppercase;font-weight:800; letter-spacing: -1.0px;}

.home-curricula .curricular-item:hover  .item-desc p, .home-curricula .curricular-item:hover  .item-desc a, .home-curricula .curricular-item:hover  .item-desc1 p, .home-curricula .curricular-item:hover  .item-desc1 a,.home-curricula .curricular-item:hover  .item-desc2 p, .home-curricula .curricular-item:hover  .item-desc2 a,.home-curricula .curricular-item:hover  .item-desc3 p, .home-curricula .curricular-item:hover .item-desc3 a {display:block;}

.home-curricula .curricular-item a::after, .inyana-blog .card-body a.read-more::after {content: "\F285"; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-variant: normal; text-transform: none; vertical-align: -.3em; padding-left: .6rem; font-size: 1.1rem;}

.iisu-bgcolored, .principal-msg, .about-mission{color:#fff;width:100%;background-image:url(/wp-content/themes/kipya/assets/images/logo-icon.svg);background-repeat:no-repeat;background-size:75% 100%;background-position:left bottom;background-color:#e92c2c;} 
.principal-msg .principal-msg-img{margin-top:-120px;margin-bottom:0px;width:90%;overflow:hidden;position:relative;display:inline-block;min-height:200px;} 
.principal-msg .principal-msg-img::before{content:"";position:absolute;bottom:-10px;left:-10px;width:100%;height:100%;background:#2589c9;z-index:-1;border-radius:10px;} 
.principal-msg .principal-msg-img img{transition:transform .5s ease-in-out;display:block;position:relative;width:100%;height:auto;} 
.principal-msg .principal-msg-img:hover img{transform:scale(1.1);} 
.principal-msg-desc{padding:4rem 0;} 
.principal-msg-desc h2{font-size:36px;font-weight:600;margin-bottom:1.5rem;letter-spacing:-1px;} 
.principal-msg-desc p{font-size:18px;} 
p.principal-name{padding-top:1rem;letter-spacing:-.5px;} 
p.principal-name strong{font-size:20px;color:#ffcb01;text-transform:uppercase;}


.inyana-blog,.iisu-cta-section {padding:4rem 0;}
.inyana-blog h2, .iisu-sections h2{font-size:36px; color:#3d9846; margin-bottom:2rem;font-weight:600;letter-spacing:-1.0px;}
.inyana-blog, .iisu-sections, .about-pg{background-image: url(/wp-content/themes/kipya/assets/images/logo-icon-colored.svg); background-repeat: no-repeat; background-size: 90% 100%; background-position: left bottom;}
.inyana-blog .card-body a.read-more {font-weight: 500;font-size: 18px;color: #e72a2a;font-family: 'Roboto condensed','Roboto',sans-serif;}
.inyana-blog .card-body a.read-more::after {font-size:0.75rem;}
.inyana-blog .kpy-news h3 {font-size: 24px;font-family: 'Khand','Roboto', sans-serif;font-weight: 500;}
.inyana-blog .useful-info-tabs .wp-block-details summary {padding: 10px 20px; background: #333; color: #f9f9f9; font-size: 24px; font-family: 'Khand','Roboto',sans serif; font-weight: 500; margin-bottom: 5px;}
.inyana-blog .useful-info-tabs .wp-block-details summary::marker {content: "\F285";font-family: bootstrap-icons !important;padding-right: .8rem;}
.inyana-students-life .wp-block-columns {gap:0;}
.inyana-students-life .wp-block-cover img {transition: all .4s ease-out;}
.inyana-students-life .wp-block-cover:hover img {transform: scale(1.06);}

.inyana-blog .useful-info-tabs .useful-info-text {padding:20px; background:#f9f9f9;}

.iisu-cta-section h2{position: relative; letter-spacing: -1.0px; font-size: 45px; font-weight: 700; color: #fcd209; margin-bottom: 2.5rem;}

.inyana-students-life h2 {letter-spacing: -1.0px; font-size: 35px;margin-bottom:1rem;}

.iisu-cta-section h3 {font-size:55px; font-weight:700; letter-spacing:-1.5px;}
.home-gallery {padding:4rem 0 0}
.home-gallery-item {padding-top: 1rem;}
.home-gallery-item figure.wp-block-image {height:270px;background:#fff; padding:10px;box-shadow: 25px 4px 15px #00000005; }
.home-gallery-item .wp-block-image {position: relative; display: inline-block; overflow: hidden;} 
.home-gallery-item .wp-block-image a::after {content: "\F62C"; font-family: 'bootstrap-icons'; font-size: 24px; color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: 0; transition: opacity 0.3s ease-in-out;} 
.home-gallery-item .wp-block-image:hover a::after {opacity: 1; background: rgba(0, 0, 0, 0.5); width: 50px; height: 50px; border-radius: 50%; text-align: center; display: flex; justify-content: center; align-items: center;}
.goverlay {background:rgba(0,0,0,.80)
  }
  .glightbox-clean .gslide-media {padding: 15px;background: #f9f9f9;  }
.home-end .home-end-teaser {position: relative;z-index: 9;}
.home-end .wp-block-image {margin-top:-400px;margin-bottom:-20px;}
.home-end a.wp-block-button__link{border-color:#3e9847; color:#3e9847; transition:.5s all;}
.home-end a.wp-block-button__link:hover {background-color: #3e9847; color:#fff; border-color:#3e9847;}
.custom-flip-box {
    width: 100%;
    height: 250px;
    perspective: 1000px;
    position: relative;
}

.custom-flip-box-inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s ease-in-out;
}

.custom-flip-box:hover .custom-flip-box-inner {
    transform: rotateY(180deg);
}

.custom-flip-box-front,
.custom-flip-box-back {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    backface-visibility: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Front Side */
.custom-flip-box-front {
    background-color: #008bca;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

/* Back Side */
.custom-flip-box-back {
    background-color: #ff0000;
    color: white;
    font-size: 18px;
    font-weight: bold;
    transform: rotateY(180deg);
}

/* Flipbox Button */
.flipbox-button {
    display: inline-block;
    background: white;
    color: #e74c3c;
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 10px;
}
.flipbox-button:hover {
    background: #c0392b;
    color: white;
}

/* Style the overall list */
ul.custom-list {
    list-style-type: none; /* Remove default list bullets */
    padding: 0;
    margin: 0;
}

/* Style for each list item */
ul.custom-list li {
    font-size: 18px; /* Adjust font size */
    margin: 15px 0; /* Add space between items */
    padding-left: 40px; /* Space for the icon */
    position: relative; /* Positioning for the icon */
    transition: transform 0.3s ease, color 0.3s ease; /* Smooth transform and color transition */
}

/* Add custom icons before the text in list items */
ul.custom-list li i {
    font-size: 25px; /* Icon size */
    position: absolute;
    left: 10px; /* Position of the icon */
    top: 50%;
    transform: translateY(-50%);
    color: #fcd209; /* Icon color */
    transition: color 0.3s ease; /* Transition effect for icon color */
}

/* Hover effect for list items */
ul.custom-list li:hover {
    transform: translateX(10px); /* Move the item slightly to the right */
    color: #fcd209; /* Change text color on hover */
}

/* Change icon color on hover */
ul.custom-list li:hover i {
    color: #ff0000; /* Change icon color on hover */
}


:root {
            --primary-color: #4e598c;
            --secondary-color: #f2a541;
            --accent-color: #ff9e80;
            --dark-color: #2d3047;
            --light-color: #f8f9fa;
            --text-color: #333;
            --text-light: #666;
            --white: #fff;
            --black: #000;
            --transition: all 0.3s ease;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Poppins', sans-serif;
            color: var(--text-color);
            line-height: 1.6;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        img {
            max-width: 100%;
            height: auto;
        }
        
        a {
            text-decoration: none;
            color: inherit;
        }
        
        ul {
            list-style: none;
        }
        
        .section-header {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .section-title {
            font-size: 2.5rem;
            color: var(--dark-color);
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
            font-family: 'Playfair Display', serif;
        }
        
        .section-title::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 3px;
            background: var(--secondary-color);
        }
        
        .section-subtitle {
            font-size: 1.1rem;
            color: var(--text-light);
            max-width: 700px;
            margin: 0 auto;
        }
        
        /* Destinations Section */
        .destinations-section {
            padding: 100px 0;
            background-color: var(--light-color);
        }
        
        .destination-filter {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 15px;
            margin-top: 30px;
        }
        
        .filter-btn {
            padding: 10px 25px;
            background: transparent;
            border: 2px solid var(--primary-color);
            color: var(--primary-color);
            border-radius: 30px;
            font-weight: 600;
            cursor: pointer;
            transition: var(--transition);
        }
        
        .filter-btn.active,
        .filter-btn:hover {
            background: var(--primary-color);
            color: var(--white);
        }
        
        .destinations-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }
        
        .destination-card {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: var(--transition);
            position: relative;
        }
        
        .destination-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        }
        
        .card-image {
            position: relative;
            height: 250px;
            overflow: hidden;
        }
        
        .card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }
        
        .destination-card:hover .card-image img {
            transform: scale(1.1);
        }
        
        .card-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            padding: 20px;
            opacity: 0;
            transition: var(--transition);
        }
        
        .destination-card:hover .card-overlay {
            opacity: 1;
        }
        
        .card-overlay h3 {
            color: var(--white);
            font-size: 1.8rem;
            margin-bottom: 10px;
            font-family: 'Playfair Display', serif;
        }
        
        .price-tag {
            background: rgba(255, 255, 255, 0.9);
            padding: 8px 15px;
            border-radius: 5px;
            margin-bottom: 15px;
            display: inline-block;
        }
        
        .price-tag .usd {
            display: block;
            font-weight: 700;
            color: var(--primary-color);
        }
        
        .price-tag .ugx {
            display: block;
            font-size: 0.8rem;
            color: var(--text-light);
        }
        
        .explore-btn {
            display: inline-flex;
            align-items: center;
            padding: 10px 20px;
            background: var(--secondary-color);
            color: var(--white);
            border-radius: 5px;
            font-weight: 600;
            transition: var(--transition);
        }
        
        .explore-btn:hover {
            background: #e0943a;
        }
        
        .explore-btn i {
            margin-left: 8px;
            transition: var(--transition);
        }
        
        .explore-btn:hover i {
            transform: translateX(5px);
        }
        
        .card-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 0.7rem;
            font-weight: 600;
            color: var(--white);
            display: flex;
            align-items: center;
            gap: 5px;
        }
        
        .honeymoon-badge {
            background: #ef476f;
            top: 15px;
        }
        
        .family-badge {
            background: #06d6a0;
            top: 50px;
        }
        
        .luxury-badge {
            background: #ffd166;
            color: var(--text-color);
            top: 15px;
        }
        
        .adventure-badge {
            background: #118ab2;
            top: 50px;
        }
        
        .view-all-container {
            text-align: center;
            margin-top: 50px;
        }
        
        .view-all-btn {
            display: inline-flex;
            align-items: center;
            padding: 15px 30px;
            background: var(--primary-color);
            color: var(--white);
            border-radius: 30px;
            font-weight: 600;
            transition: var(--transition);
        }
        
        .view-all-btn:hover {
            background: #3a436e;
            transform: translateY(-3px);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
        }
        
        .view-all-btn i {
            margin-left: 10px;
            transition: var(--transition);
        }
        
        .view-all-btn:hover i {
            transform: translateX(5px);
        }
        
        /* Packages Section */
        .packages-section {
            padding: 100px 0;
            background: var(--white);
        }
        
        .packages-tabs {
            background: var(--light-color);
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .tabs-header {
            display: flex;
            border-bottom: 1px solid #ddd;
            background: var(--white);
        }
        
        .tab-btn {
            flex: 1;
            padding: 20px;
            text-align: center;
            font-weight: 600;
            color: var(--text-light);
            cursor: pointer;
            transition: var(--transition);
            position: relative;
            border: none;
            background: none;
        }
        
        .tab-btn.active {
            color: var(--primary-color);
        }
        
        .tab-btn.active::after {
            content: '';
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 100%;
            height: 3px;
            background: var(--primary-color);
        }
        
        .tab-btn:hover {
            color: var(--primary-color);
        }
        
        .tabs-content {
            padding: 30px;
        }
        
        .tab-pane {
            display: none;
        }
        
        .tab-pane.active {
            display: block;
        }
        
        .package-slider {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
            gap: 30px;
        }
        
        .package-card {
            background: var(--white);
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            transition: var(--transition);
        }
        
        .package-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        }
        
        .package-image {
            height: 200px;
            position: relative;
            overflow: hidden;
        }
        
        .package-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s;
        }
        
        .package-card:hover .package-image img {
            transform: scale(1.1);
        }
        
        .package-badge {
            position: absolute;
            top: 15px;
            right: 15px;
            background: var(--secondary-color);
            color: var(--white);
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 0.8rem;
            font-weight: 600;
        }
        
        .package-content {
            padding: 20px;
        }
        
        .package-meta {
            display: flex;
            justify-content: space-between;
            margin-bottom: 15px;
            font-size: 0.9rem;
            color: var(--text-light);
        }
        
        .package-meta span {
            display: flex;
            align-items: center;
            gap: 5px;
        }
        
        .package-content h3 {
            font-size: 1.4rem;
            margin-bottom: 15px;
            color: var(--dark-color);
            font-family: 'Playfair Display', serif;
        }
        
        .package-price {
            margin-bottom: 15px;
        }
        
        .package-price .usd {
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--primary-color);
        }
        
        .package-price .ugx {
            display: block;
            font-size: 0.9rem;
            color: var(--text-light);
        }
        
        .package-features {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 10px;
            margin-bottom: 20px;
            font-size: 0.9rem;
        }
        
        .package-features span {
            display: flex;
            align-items: center;
            gap: 5px;
        }
        
        .package-features i {
            color: var(--secondary-color);
        }
        
        .package-btn {
            display: block;
            text-align: center;
            padding: 10px;
            background: var(--primary-color);
            color: var(--white);
            border-radius: 5px;
            font-weight: 600;
            transition: var(--transition);
        }
        
        .package-btn:hover {
            background: #3a436e;
        }
        
        /* Services Section */
        .services-section {
            padding: 100px 0;
            background: var(--light-color);
        }
        
        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .service-card {
            background: var(--white);
            padding: 30px;
            border-radius: 10px;
            text-align: center;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: var(--transition);
        }
        
        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        }
        
        .service-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 20px;
            background: rgba(78, 89, 140, 0.1);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            color: var(--primary-color);
            transition: var(--transition);
        }
        
        .service-card:hover .service-icon {
            background: var(--primary-color);
            color: var(--white);
        }
        
        .service-card h3 {
            font-size: 1.3rem;
            margin-bottom: 15px;
            color: var(--dark-color);
        }
        
        .service-card p {
            color: var(--text-light);
            font-size: 0.95rem;
        }
        
        /* Partners Section */
        .partners-section {
            padding: 100px 0;
            background: var(--white);
        }
        
        .partners-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 30px;
            align-items: center;
        }
        
        .partner-card {
            background: var(--white);
            border-radius: 10px;
            padding: 20px;
            height: 150px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            transition: var(--transition);
        }
        
        .partner-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
        }
        
        .partner-card img {
            max-width: 100%;
            max-height: 80px;
            object-fit: contain;
            filter: grayscale(100%);
            opacity: 0.7;
            transition: var(--transition);
        }
        
        .partner-card:hover img {
            filter: grayscale(0%);
            opacity: 1;
        }
        
        .partner-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(78, 89, 140, 0.9);
            color: var(--white);
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 20px;
            opacity: 0;
            /*transition: var(--transition);*/
        }
        
        .partner-card:hover .partner-overlay {
            opacity: 1;
        }
        
        .partner-overlay h3 {
            font-size: 1.2rem;
            margin-bottom: 5px;
        }
        
        .partner-overlay p {
            font-size: 0.8rem;
            color: rgba(255, 255, 255, 0.8);
        }
        
        /* Testimonials Section */
        .testimonials-section {
            padding: 100px 0;
            background: var(--light-color);
            position: relative;
        }
        
        .testimonials-container {
            position: relative;
        }
        
        .testimonial-quotes {
            position: absolute;
            top: -30px;
            left: -30px;
            z-index: 1;
        }
        
        .testimonial-quotes .quote-icon {
            width: 80px;
            opacity: 0.1;
        }
        
        .testimonials-slider {
            max-width: 900px;
            margin: 0 auto;
            position: relative;
            z-index: 2;
        }
        
        .testimonial-slide {
            padding: 0 20px;
        }
        
        .testimonial-content {
            background: var(--white);
            padding: 40px;
            border-radius: 10px;
            display: flex;
            gap: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
            position: relative;
        }
        
        .testimonial-content::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 5px;
            height: 100%;
            background: var(--secondary-color);
            border-radius: 5px 0 0 5px;
        }
        
        .testimonial-image {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            overflow: hidden;
            flex-shrink: 0;
            border: 5px solid var(--white);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            position: relative;
        }
        
        .testimonial-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .client-badge {
            position: absolute;
            bottom: -10px;
            right: -10px;
            width: 40px;
            height: 40px;
            background: var(--secondary-color);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--white);
            border: 3px solid var(--white);
        }
        
        .testimonial-text {
            flex: 1;
        }
        
        .rating {
            color: var(--secondary-color);
            margin-bottom: 15px;
            font-size: 1.1rem;
        }
        
        .testimonial-quote {
            font-style: italic;
            margin-bottom: 20px;
            color: var(--text-color);
            font-size: 1.05rem;
            line-height: 1.8;
            position: relative;
        }
        
        .client-info {
            border-top: 1px dashed #ddd;
            padding-top: 15px;
        }
        
        .client-info h4 {
            font-size: 1.2rem;
            color: var(--dark-color);
            margin-bottom: 5px;
            font-family: 'Playfair Display', serif;
        }
        
        .client-info span {
            font-size: 0.9rem;
            color: var(--text-light);
            display: block;
            margin-bottom: 10px;
        }
        
        .trip-details {
            display: flex;
            gap: 15px;
            margin-top: 10px;
        }
        
        .trip-details span {
            display: flex;
            align-items: center;
            gap: 5px;
            font-size: 0.8rem;
            color: var(--text-light);
        }
        
        .trip-details i {
            color: var(--secondary-color);
        }
        
        .testimonial-stats {
            display: flex;
            justify-content: center;
            gap: 30px;
            margin-top: 50px;
            flex-wrap: wrap;
        }
        
        .stat-item {
            text-align: center;
            background: var(--white);
            padding: 20px 30px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
            min-width: 150px;
        }
        
        .stat-number {
            font-size: 2.2rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 5px;
            font-family: 'Playfair Display', serif;
        }
        
        .stat-label {
            font-size: 0.9rem;
            color: var(--text-light);
        }
        
        /* Call to Action Section */
        .cta-section {
            padding: 100px 0;
            color: var(--white);
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        
        .cta-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('https://i.pinimg.com/1200x/71/0a/d4/710ad445ba159357e97c5564f5e33b4b.jpg') center/cover no-repeat;
            /*opacity: 0.1;*/
            z-index: 1;
        }
        
        .cta-content {
            position: relative;
            z-index: 2;
            font-weight: 900px;
        }
        
        .cta-content h2 {
            font-size: 2.5rem;
            font-weight: 900px;
            margin-bottom: 10px;
            font-family: 'Playfair Display', serif;
        }
        
        .cta-content p {
            font-size: 1.2rem;
            font-weight: 900px;
            margin-bottom: 10px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
            opacity: 0.9;
        }
        
        .cta-buttons {
            display: flex;
            justify-content: center;
            gap: 20px;
            flex-wrap: wrap;
        }
        
        .cta-btn {
            display: inline-block;
            padding: 15px 35px;
            border-radius: 5px;
            font-weight: 600;
            text-decoration: none;
            transition: var(--transition);
            position: relative;
            overflow: hidden;
            z-index: 1;
        }
        
        .cta-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--white);
            z-index: -1;
            transition: var(--transition);
        }
        
        .cta-btn.primary {
            color: var(--primary-color);
        }
        
        .cta-btn.primary:hover {
            color: var(--white);
        }
        
        .cta-btn.primary:hover::before {
            transform: translateY(-100%);
        }
        
        .cta-btn.secondary {
            background: transparent;
            color: var(--white);
            border: 2px solid var(--white);
        }
        
        .cta-btn.secondary::before {
            background: var(--white);
            transform: translateY(-100%);
        }
        
        .cta-btn.secondary:hover {
            color: var(--primary-color);
        }
        
        .cta-btn.secondary:hover::before {
            transform: translateY(0);
        }
        
        /* Slick Slider Custom Styles */
        .slick-dots {
            bottom: -40px;
        }
        
        .slick-dots li button:before {
            font-size: 10px;
            color: var(--primary-color);
            opacity: 0.3;
        }
        
        .slick-dots li.slick-active button:before {
            color: var(--primary-color);
            opacity: 1;
        }
        
        /* Responsive Styles */
        @media (max-width: 1200px) {
            .section-title {
                font-size: 2.2rem;
            }
            
            .destinations-grid {
                grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            }
            
            .package-slider {
                grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            }
        }
        
        @media (max-width: 992px) {
            .destinations-section,
            .packages-section,
            .services-section,
            .testimonials-section,
            .cta-section,
            .partners-section {
                padding: 80px 0;
            }
            
            .testimonial-content {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }
            
            .testimonial-image {
                margin-bottom: 20px;
            }
            
            .trip-details {
                justify-content: center;
            }
            
            .partners-grid {
                grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
            }
        }
        
        @media (max-width: 768px) {
            .section-title {
                font-size: 2rem;
            }
            
            .destinations-grid {
                grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            }
            
            .package-slider {
                grid-template-columns: 1fr;
            }
            
            .tabs-header {
                flex-wrap: wrap;
            }
            
            .tab-btn {
                flex: 1 0 50%;
                padding: 15px;
            }
            
            .tab-btn.active::after {
                display: none;
            }
            
            .testimonial-content {
                padding: 30px;
            }
            
            .testimonial-quotes {
                top: -20px;
                left: -20px;
            }
            
            .testimonial-quotes .quote-icon {
                width: 60px;
            }
        }
        
        @media (max-width: 576px) {
            .destinations-section,
            .packages-section,
            .services-section,
            .testimonials-section,
            .cta-section,
            .partners-section {
                padding: 60px 0;
            }
            
            .section-title {
                font-size: 1.8rem;
            }
            
            .section-subtitle {
                font-size: 1rem;
            }
            
            .filter-btn {
                padding: 8px 15px;
                font-size: 0.9rem;
            }
            
            .destinations-grid {
                grid-template-columns: 1fr;
            }
            
            .services-grid {
                grid-template-columns: 1fr;
            }
            
            .partners-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 15px;
            }
            
            .partner-card {
                height: 120px;
                padding: 15px;
            }
            
            .cta-buttons {
                flex-direction: column;
                gap: 15px;
            }
            
            .cta-btn {
                width: 100%;
            }
            
            .testimonial-content {
                padding: 20px;
            }
            
            .testimonial-image {
                width: 100px;
                height: 100px;
            }
            
            .client-badge {
                width: 30px;
                height: 30px;
                font-size: 0.8rem;
            }
            
            .testimonial-stats {
                gap: 15px;
            }
            
            .stat-item {
                padding: 15px;
                min-width: 120px;
            }
            
            .stat-number {
                font-size: 1.8rem;
            }
        }




/** ============================================================
Photo Gallery Page CSS
=============================================================**/
.gallery-page{padding:60px 0;}.gallery-container{display:flex;flex-wrap:wrap;justify-content:space-between;}
.gallery-item{flex:1 1 28%;box-sizing:border-box;margin:1% 1.5% 2.5%;text-align:center;}
.gallery-info a.gallery-img-link .gallery-img-title{font-size:1rem;font-weight:700;color:#555;}
.gallery-info .gallery-img-count{color:#E82A2A;font-size:0.9rem;font-weight:600;}
.gallery-stack{border:6px solid #fff;position:relative;height:320px;width:100%;margin-bottom:20px;box-shadow:2px 2px 5px rgba(0,0,0,0.3);}
.gallery-stack:before,.gallery-stack:after{content:"";position:absolute;width:100%;height:320px;border:6px solid #fff;box-shadow:2px 2px 5px rgba(0,0,0,0.3);}
.gallery-stack:before{background:#eff4de;z-index:-1;top:0;left:-10px;transform:rotate(-5deg);}
.gallery-stack:after{background:#768590;z-index:-1;top:5px;left:0;transform:rotate(4deg);}.gallery-stack img{width:100%;object-fit:cover;object-position:center top;height:100%;}
.gallery-info{padding:5px 0;}.gallery-img-title,.gallery-img-count{margin:0;}


/** ==========================================================
Single Article Page
===========================================================**/
.post-content { box-shadow: 3px 3px 17px 0 rgba(0,0,0,.05); padding: 20px; border-radius: 6px; background: linear-gradient(0deg,rgba(223, 223, 223, 0.03) 20%,#fff 70%,#fff 100%); }
.post-content h1 { font-size: 26px; font-weight: 500; color: #000; margin-bottom: .7rem; }
.post-content img { width: 100%; height: 500px; object-fit: cover; margin-bottom: 20px;border-radius: 15px;}
.post-content p { margin: 0 0 1.6875rem; }
.post-content h3 {font-size:1.25rem;}
.news-inner-title{font-family:var(--kpy-font-2);color:var(--kpy-primary);}
.post-content img { width: 100%; height: auto; }
p.author { line-height: 3; border-bottom: dotted 1px #eee; margin-bottom: 2rem; color: #E82A2A; }
p.post-meta { position: relative; color: #fec679; font-size: 20px; margin: -18px 0 25px; }
p.post-meta i { margin-right: 10px; }
.newsletter h2 { font-size: 36px; font-weight: 800; color: #E82A2A; text-align: center; margin-bottom: 2.5rem; }
.about-side .post-thumbnail img { width: 100%; height: 150px; object-fit: cover; }
.about-side .card-body h5 { font-size: 16px; }
.about-side .card-body .catz { font-size: 12px; color: #E82A2A; }


/** =====================================================
BEAUTE-SAUVAGE-SAFARIS INNER PAGES
========================================================**/
.header-programs{min-height:400px;position:relative;overflow:hidden;} 
.header-programs .overlay {position:absolute;height:100%;width:100%;top:0;left:0;color:white;display:flex;align-items:end;padding:0 0 0 70px;box-sizing:border-box;z-index: 9;}
.header-programs h1{font-weight: 700;text-shadow: 0 0 20px #000;width: 100%;}
.header-programs p{text-shadow: 0 0 20px #000;}
.header-programs .breadcrumb{font-size: 12px;color: #333;}
.header-programs .breadcrumb a{color:#666;}
.overlay .page-title {width:90%;}
/*.header-wrap{min-height:500px;overflow:hidden;top: 110px;padding-top: 200px;}*/
/*.header-wrap1{min-height: 500px;padding-top: 350px;position: relative;}*/
.default-title{font-size: 60px;font-weight: 700;color:#fff;}
.news-title{font-size: 36px;font-weight: 700;text-align: left;margin-top:20px;padding-bottom:25px;color:#f9f9f9;}




/** =========================================================
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: 200px !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: #E82A2A; border-bottom: dotted 1px #eee; }
.kpy_event_details .time, .kpy_event_details .location { color: #E82A2A; 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
===========================================================**/
.event-container{width:60% !important;margin:0 auto;}
.kpy_events .card{min-height:300px;}
.kpy_events img {width: 100%; height: 150px;  object-fit: cover;}
.kpy_events .date {font-size: 13px;font-weight: 500; color: #E82A2A; margin-bottom: 1rem;}
.kpy_events h2 {font-family:var(--kpy-font);color: var(--kpy-primary);}
.kpy_events h3 {font-family:var(--kpy-font); 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: #E82A2A;}
.kpy_events .cal-badge{position: relative;float: left;width: 80px;height: 75px;
    padding-top: 18px;border: 2px solid rgba(var(--kpy-base-rgb), 0.4);border-radius: 2px;text-align: center;}
.kpy_events .cal-badge:before {content: "";position: absolute;top: -7px;left:13px;width: 2px;height: 11px;border-radius: 2px;background: rgba(var(--kpy-base-rgb), 0.4);}
.kpy_events .cal-badge:after {content: "";position: absolute;top: -7px;right: 13px;width: 2px;height: 11px;border-radius: 2px;background: rgba(var(--kpy-base-rgb), 0.4);}
.kpy_events .cal-badge .kdate{margin-bottom: 4px;font-size: 36px; color:var(--kpy-base);line-height: 22px;font-weight:800;}
.kpy_events .cal-badge .kmonth{font-size: 14px;color:var(--kpy-primary);line-height: 22px;}
.upcoming-events{background-color: rgba(101, 93, 93, 0.05);padding:30px 15px;}
.upcoming-events h2{font-family:var(--kpy-font); color: #5EC401;font-weight: 600;margin-bottom: 20px;}
.all_events h2{font-family:var(--kpy-font); font-size: 26px;color:#000;font-weight: 700;line-height: 1.5;margin-bottom: 10px;}
.all_events .time{font-size: 14px;color:#E82A2A;margin-bottom: 10px;}
.all_events .time small{color:#000;}
.all_events .content{font-size: 15px;margin-bottom: 10px !important;}
.all_events .btn-outline-danger{margin-top:10px;color: #E82A2A;border: 0px solid #E82A2A;}
.all_events .btn-outline-danger:hover{background-color: #E82A2A;}
.ev-details{color:#000}
.ev-details i{font-size: 35px;}

/** =========================================================
NEWS section
===============================================================**/
.news-section{padding: 5px 15px;}
.news-section .card{min-height: 300px;}
.news-section h2{text-align: center;font-weight: 600 !important;color:#5EC401;margin-bottom: 20px;}
.news-section h3{font-size:24px;font-family: 'Khand','Roboto', sans-serif;color:#333; margin-top:10px;display: -webkit-box; -webkit-line-clamp: 3;  -webkit-box-orient: vertical;  overflow: hidden; }
.news-section .catz{font-size:14px;background:rgb(94, 196, 1, 0.95);color:#fff; padding:2px 5px;top:165px;position: absolute;min-width:150px}
.news-section .post-thumbnail img{width:100%;height:180px !important;object-fit: cover;}
.kpy-news img {width: 100%; height: 150px;  object-fit: cover;}
.kpy-news .date {font-size: 13px;font-weight: 500; color: #E82A2A; margin-bottom: 1rem;}
.kpy-news h3 {font-size: 24px;font-family: 'Khand','Roboto', sans-serif;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: #E82A2A; border-color:#E82A2A;border-radius: 50px;padding: 2px 20px;font-size: 14px;font-size: 500;}
.kpy-news a.btn-outline-info:hover {color:#fff; background-color:#E82A2A;}
.kpy-news .catz{font-size: 16px; font-weight: 500; color: #3d9846;margin-bottom: .3rem;font-family: 'Roboto condensed','Roboto',sans-serif;}
.kpy-news .catz i::before {padding-right:0.5rem;}

.kpy-all-news .post-thumbnail{margin: 20px 0 20px 0;border-radius: 15px;width: 100%;overflow: hidden;transition: all .3s cubic-bezier(.3,.58,.55,1);}
.kpy-all-news img {width: 100%; height: 400px;  object-fit: cover;overflow-clip-margin: content-box;overflow: clip;}
.kpy-all-news .post-thumbnail:hover img{zoom: 1;transform: scale(1.05) !important; transition: transform 2.4s cubic-bezier(.075,.82,.165,1);vertical-align: top;}
.kpy-all-news h3{font-size: 34px;font-weight: 700;margin: 20px 0 5px 0;color: #000000;letter-spacing: 0px;line-height: 1.5;}
.kkpy-all-news .catz{margin: 0 0 10px 0;display: inline-block;font-size: 15px;font-weight: 500;}
.kpy-all-news .catz i::before {padding-right:0.5rem;}
.kpy-all-news .post-excerpt p{padding-top: .7em;padding-bottom: 1.3em;color: #000000;line-height: 1.7;}
.kpy-all-news .read-more{color: #000;display: flex;transition: 0.5s all;}
.kpy-all-news .read-more::after{content:"\F138" ;font-family: bootstrap-icons;font-size: 15px;margin-left: 5px;}
.kpy-all-news .read-more:hover{color:#E82A2A; transition: 0.3s all;}
.kpy-all-news .read-more:hover:before{content:"\F63B" ;font-family: bootstrap-icons;font-size: 15px;margin-right: 5px;color:#E82A2A;}

/** =========================================================
TEAM section
===============================================================**/
.team{padding-right: 15px;}
.team .card{background: aliceblue;margin-bottom: 2rem !important;border-radius: 0px;box-shadow: none;}
.team .post-thumbnail img{height:280px;width:100%;object-fit: cover;object-position: top;}
.team-details h4 {font-size:32px; font-weight: 560;color: #e82a2a;font-family: 'Khand', 'Roboto',sans-serif;}
.team-details p {font-size: 15px;margin-bottom: 10px;}
.team .team-details .btn-outline-primary{color: #E82A2A;font-size: 14px;padding: 5px 20px;border: solid 1px #E82A2A;border-radius: 0px;}
.team .team-details .btn-outline-primary:hover{border:1px solid #E82A2A !important;color:#fff;background-color:#E82A2A;}
.member-details img{height:450px;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:#E82A2A;}
.modal.show .modal-dialog {padding: 20px; background: #fff;}
.modal-content {max-height: 450px; overflow-y: auto;}
.steering, .management{padding-top:30px;}
.nhteam {padding-left:0 !important;}
.nhteam .steering{color:#c84034;}
.nhteam .management{color:#125e63;}



/** ============================================================
Publication Page CSS
=============================================================**/
.pub-content-area {padding:60px 0;width:75%!important;font-family:var(--kpy-font);}
.publications .pdf-thumbnail img {width: 100%; object-fit: cover; height: 300px; object-position:top;}
.publications .member-thumbnail img { margin: auto;  width:60%;height: auto;display: block;}
.publications .member-link a {color: #E82A2A;font-weight: 500;}
.publications .member-link a::after { content: "\F141"; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-variant: normal; text-transform: none; vertical-align: -.2em;   padding-left: 5px;}
.publications .member-link {padding:10px 0;}
.publications h4{font-family:var(--kpy-font); }
.publications h4.pub-title {font-size: 20px;margin: 10px 0 0;font-weight: 600; color: var(--kpy-primary); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.publications h4.member-title {color: #c53f33; font-weight: 700; font-size: 26px;transition:.5s all;}
.publications h4.member-title:hover {text-decoration:underline;}
.publications h3.pub-title {font-size: 20px;margin: 10px 0 0;font-weight: 700; color: #333;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}

.publications h5.pub-summ, .about-side-pub h4.pub-summ, .publications .member-summ strong{font-weight:800;}
.publications .member-summ {margin-top:-.75em;}
.publications .pub-desc {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin: 0 0 1em 0; font-size: 1rem; line-height: 1.5;}
.publications .pub-link a {color: #E82A2A; font-size: 16px;}
.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;}
.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 #25aae03d;}
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:var(--kpy-black) !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:#00aeef!important;}
.dataTables_wrapper .dataTables_length select {border: 1px solid #00aeef !important; border-radius: 0px !important; padding: 5px !important;color: #00aeef;}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {background:transparent!important; color:#00aeef !important; border:1px solid !important; transition:.5s all;border-radius: 0;}
.dataTables_wrapper .dataTables_filter input {border: 1px solid #00aeef!important; border-radius: 0px!important; margin-left: 5px!important;}
/**===================================================
*Photo Gallery
====================================================**/
.gallery-grid .card-img-top{height: 200px; object-fit: cover;}
.gallery-grid h5{font-family:var(--kpy-font)}
.allgallery img{height:300px;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: #E82A2A;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);}

/** ============================================================
Single Publication Page CSS
=============================================================**/
.about-side-pub {padding-left: 5%;	border-left: 1px solid #ccc;}
.about-side-pub h1 {margin-bottom:1.5rem 0 1rem;}
.pub-stats {color: #E82A2A;	font-size: 16px;}
.pub-single .post-thumbnail {position:sticky;}

/** ============================================================
Contact Page CSS
=============================================================**/
.contact-map { padding: 3%; box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.08); background: #fff;}
.contact-details ul {padding: 0; margin: 0;}
.contact-details li {display: flex; align-items: center; gap: 10px; margin-bottom: 10px;}
.contact-details i {color: #e82a2a; font-size: 20px;}
.contact-details a {text-decoration: none; color: #333; font-size: 16px;line-height: 24px;font-weight: 300;}
.contact-details a:hover {color: #e82a2a;}
.get_directions{padding-top:20px;} 
.get_directions a{border:1px solid #fff; font-size:18px;font-weight:400;color:#fff; transition:0.4s;background:#e82a2a;border-color:#e82a2a;} 
.get_directions a:hover{background-color:transparent;color:#e82a2a;border:1px solid #e82a2a;} 
.get_directions a:hover img{filter:brightness(0) saturate(100%) invert(11%) sepia(95%) saturate(6648%) hue-rotate(346deg) brightness(83%) contrast(95%);}
.get_directions a::after, .inyana-blog .card-body a.read-more::after {content: "\F138"; display: inline-block; font-family: bootstrap-icons !important; font-style: normal; font-variant: normal; text-transform: none; vertical-align: -.3em; padding-left: .6rem; font-size: 1.1rem;}

/** ============================================================
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: #E82A2A; 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: #E82A2A;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: #E82A2A;}
a.button, a.tp-button {transition:.2s all; background: transparent; color: #E82A2A; border:solid 2px;}
.wp-block-ub-tabbed-content-tab-title strong {font-weight:500!important;}
.text-dark {color:#a88343;}


/** ============================================================
Footer CSS
=============================================================**/
/* footer */
/*.footer{background-image:linear-gradient(rgba(61,152,70,0.95),rgba(61,152,70,0.95)),url(/wp-content/themes/kipya/assets/images/inyana-international-school.jpg);background-repeat:no-repeat;background-position:center center;background-size:cover;width:100%;padding:2.5rem 0 0;margin-bottom:0;font-size:14px;position:relative;color:#fff; font-weight:300;}*/

/*.footer::before{transform:skew(0, -2deg);}*/
/*.footer .footer-top { border-bottom: dotted .5px #E6E6E6;   }*/
/*.footer .footer-logo img { margin-top: 10px; margin-bottom: 1rem; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; height: 90px; }*/
/*.footer .footer-top h2 { font-size:14px; text-transform:uppercase; margin-bottom:1rem; text-align: left; line-height: 2.5; font-weight: 900; }*/
/*.footer .footer-top h2::after { display: block; content: ""; border-top: .15rem solid #ffb810; width: 4rem; }*/
/*.footer-menus ul { padding-left: 0; display: block; list-style-type: none; line-height: 1.8; margin-bottom: 2rem; }*/
/*.footer-menus ul li a {color:#f9f9f9; font-weight:400; font-size:15px;transition:.5s;}*/
/*.footer-menus ul li a:hover {color:#ffb810;}*/
/*.footer .copyright { font-weight: 300; font-size: 14px; padding: 10px 0;color: #f9f9f9}*/
/*.footer .copyright a {color: #f9f9f9;}*/


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

@media only screen and (max-width: 480px) { 
    .wrapper .mainz { width:100%; height:100%; float:left; padding: 15px; background-color: transparent; }
    .main-header-menu {margin-top: 0;}
    .menu-section .top-right-widget {display:none;}
    .menu-section .top-right-widget span {font-size:14px;padding-right: 0px;}
    .home-curricula {padding:3rem 0;}
    .home-curricula h2, .home-gallery h2, .iisu-cta-section h2, .inyana-blog h2, .iisu-sections h2{font-size:30px;}
    .iisu-bgcolored, .principal-msg {padding: 0 20px;}
    .inyana-blog, .iisu-sections {padding:3rem 2rem;}
    .home-end-teaser h2 {font-size:20px;}
    .home-end .wp-block-image {margin-top: -100px;}
    .iisu-sticky-buttons {background:#e82a2ad9;}
    .publications table.dataTable tbody td{display: flex !important;flex-direction: column !important;}
}
@media only screen and (max-width: 767px) {
    
.sticky-header, .menu-section { padding:10px 0; }
.menu-section .member-btn a {padding:3px 15px;}
.menu-section .main-header-menu {margin-left: auto;}
.sticky-header img {margin-top:0;}
.menu-section img { height:70px;}
.sticky-header i.bi-list { color:#555 !important; }
.main-title {font-size: 40px !important;}
.subtitle{font-size:22px !important;}
.text-slider p{font-size: math;}
.kpy_intro_curve {margin-top: -38px;}
.kpy_intro{padding:10px;}
.kpy-container {width: 100% !important;}
.kpy_intro .cyears {top: -70px;width: 85%;}
.intro-serve h2 {font-size: 32px;}
.intro-serve p, .home-nuz p {width:95%;}
.home-event {width: 95% !important;padding-top: 40px;padding-bottom: 30px;}
.home-event h2 {font-size: 40px !important;}
.home-event h4 {font-size: 28px;font-weight: 300;}
.home-nuz h2 {font-size: 32px;}
.default-title {font-size: 42px;}
.kpy-all-news h3, .news-title {font-size: 24px;}
.footer .footer-logo img { margin-top: 0; padding: 10px;  border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.footer-mob, .footer .footer-top h4 { text-align: center; display: block; }
.footer .footer-top h4::after { margin: auto; }
.footer-menus ul li a { font-size: math;}
.main-slider .main-slider-content .big-title h2 { font-size:24px; }
.main-slider .main-slider-content .text p { font-size:14px; line-height:inherit; }
.main-slider .main-slider-content__inner, .focus-areas .focus-area-items { width:100%; }
.main-slider__nav, .focus-areas h1, .inyana-news h1, .nhp-numbers h1 { display:none; }
#offcanvasNavbar { max-width: 400px; padding: 0px; margin: auto; width:100%;  color: #fff;}
.collapse.navbar-collapse:not(.show) {display: block !important;}
.offcanvas-body{padding: 0 !important;background: rgba(var(--kpy-base-rgb),0.9);}
.offcanvas-body ul li { font-size: 20px; font-weight: 500; margin-bottom: 0px; }
  .offcanvas-body ul li .dropdown-toggle::after { margin-left: 0.55em; float: right; margin-top: 10px; content: "\F282"; font-family: bootstrap-icons !important; font-style: normal; font-variant: normal; text-transform: none; border:none!important; }
  .offcanvas-body .dropdown-menu { border: none; padding: 5px; width: 100%; background: #E82A2A; }
  .offcanvas-body ul.dropdown-menu li a, .offcanvas-body ul.dropdown-menu li a.nav-link { color:#fff; font-weight:400; }
  .dropdown-item { padding: 5px; font-size: 17px; }
  .menu-section .menu-item .nav-link {padding-left: 10px !important;text-align: left;}
  .menu-section2 .menu-item .nav-link {color: #fff;padding-left: 10px !important;}
  .menu_kipya .menu-item .nav-link {color: #fff;padding-left: 10px !important;}
  .menu_kipya .menu-item .nav-link.active, .menu-section2 .menu-item .nav-link.active{color: #fff;}
 .inyana-news .inyana-news-feed {padding: 0 20px;}
.main-slider .swiper-slide { height:500px; }
.main-slider .container { padding-top:200px; }
.nhp-intro,.nhp-prog, .focus-areas, .nhp-numbers, .inyana-news,.page-content{ padding:30px 20PX!important; }
.inner-menu {display: none;}
.footer { padding:10px;}
/*.breadcrumb{display:none!important;}*/
.header-search input:checked~ul.search-dropdown{display: block;position: absolute;z-index: 119;}
.header-search ul.search-dropdown {display: none;}
.search-dropdown .input-group {right: 75%;margin-top: 40px;}
.search-dropdown .input-group input{visibility:visible;width: 250px !important;height: 60px;}
#search-results {display: none;right: 0%;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 {display: none;right: 75%;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);}
.menu-section .member-btn a {margin-left: 0px;}
/**modal search**/
.modal-search input{height: 60px;width: 320px;}
.modal-search .input-group .btn-search{background: #00AEEF;color:#fff;}
.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;}
  
  .team .team-details{padding:20px 30px;}
.admission-process, .news-container, .about-values-intro, .event-container{width:100% !important;}
.pub-content-area {width:100% !important;}
}


@media only screen and (max-width: 1024px) and (min-width: 768px) {
.header-menu-item .menu-item a { font-size:14px; }
.menu-section img {height:80px;width: auto; }
.home-event {width: 95% !important;padding-top: 40px;padding-bottom: 30px;}
.home-event h2 {font-size: 50px !important;}
.main-title {font-size: 50px;}

#menu-copyright-menu ul li a { font-size:12.5px; }
.main-menu .menu-item a {font-size:9.5px;}
.main-menu ul li {padding-right:0;}

.main-header-menu {margin-left:auto;}
    
}


@media only screen and (min-width:1140px) {

}

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

}

/* Flight Booking Section */
.flight-booking-section { position: relative;overflow: hidden;padding: 2.5rem;box-shadow: 0 10px 30px rgba(0,0,0,0.08);margin-bottom: 2rem;border: 1px solid rgba(255,255,255,0.2);
}

.flight-booking-container {
  position: relative;
  z-index: 2;
}

.flight-booking-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
  margin-bottom: 1.2rem;
  max-width: 500px;
  text-align: center;
}

/* Animated Background Elements */
.animated-bg-section::before,
.animated-bg-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: rgba(118, 163, 170, 0.1);
  animation: float 8s infinite ease-in-out;
  z-index: 1;
}

.animated-bg-section::before {
  width: 150px;
  height: 150px;
  top: -50px;
  left: -50px;
  animation-delay: 0s;
}

.animated-bg-section::after {
  width: 200px;
  height: 200px;
  bottom: -80px;
  right: -30px;
  animation-delay: 2s;
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(5deg); }
}


/* Main container styles */
.overview-section {
    background-color: #f9f9f9;
    padding: 60px 20px;
}

/* Inner container for content */
.overview-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Columns layout */
.overview-columns {
    display: flex;
    gap: 40px;
    align-items: center;
}

/* Text column */
.overview-text-column {
    flex: 1;
    min-width: 50%;
}

/* Image column */
.overview-image-column {
    flex: 1;
    min-width: 50%;
}

/* Heading styles */
.overview-heading {
    color: #2c3e50;
    font-size: 2.5rem;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.overview-heading:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 4px;
    background: #ff8c00;
}

/* Paragraph styles */
.overview-text-column p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 1.1rem;
}

/* Image styles */
.overview-image {
    border-radius: 15px;
    transition: transform 0.3s ease;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.overview-image:hover {
    transform: scale(1.02);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .overview-columns {
        flex-direction: column;
    }
    
    .overview-heading {
        font-size: 2rem;
    }
    
    .overview-text-column,
    .overview-image-column {
        min-width: 100%;
    }
    
    .overview-image-column {
        order: -1;
        margin-bottom: 30px;
    }
}

/* Add subtle animation */
@scroll-trigger {
    .overview-columns {
        animation: fadeIn 0.8s ease-out forwards;
    }
}


.flight-tips-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 2rem;
}

.flight-tips-title {
  color: #fff !important;
  font-size: 2.5rem !important;
  font-weight: 700;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
  margin: 0;
  padding: 1rem 2rem;
  border-radius: 8px;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255,255,255,0.2);
  transform: perspective(500px) rotateX(0deg);
  transition: all 0.3s ease;
}

.flight-tips-title:hover {
  transform: perspective(500px) rotateX(5deg);
  background: rgba(255,255,255,0.25);
}

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