	html {
    scroll-behavior: smooth;
}
	body
		{
			background:white;
			
			overflow-x: hidden;
		
		
		}

		section
		{
			overflow-x: hidden !important;
			scroll-margin-top: 120px; /* height of your fixed header */
		}

		a
		{
			text-decoration: none;
			color: inherit;
		}

		
		#full
		{

					transition: all 1s;
			display:table-cell;vertical-align: middle;margin:0 auto;text-align: center;
				opacity: 1;
		}


		#img
		{
			border-radius: 1000px;text-align: center;width: 200px;
		}


.white
{
	color: white !important;
}

.offwhite
{
	color: rgba(255,255,255,0.7) !important;
}

#underline
{
	width: 25px;
	background-color: black;
	margin:0 auto;
	height: 1.5px;
	margin-bottom: 30px;
}

		b
		{
			font-weight: normal;
		}

/* ===== DBY HEADER STYLE ===== */
/* ===== TOP RIBBON ===== */

.dby-top-ribbon {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1055;

    background: linear-gradient(135deg, #1fa15f, #168a4e);
    color: #fff;

    padding: 8px 0;
    font-size: 14px;
}

/* Push header down */
.dby-header {
    top: 42px; /* equal to ribbon height */
}

/* Phone Style */
.dby-ribbon-phone {
    display: flex;
    align-items: center;
    gap: 8px;

    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
}

.dby-ribbon-phone i {
    font-size: 14px;
}

.dby-ribbon-phone:hover {
    opacity: 0.85;
}

/* Bank Link Style */
.dby-ribbon-bank {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    background: rgba(255,255,255,0.15);
    padding: 6px 18px;
    border-radius: 50px;

    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: 0.3s ease;
}

.dby-ribbon-bank .arrow {
    transition: transform 0.3s ease;
}

.dby-ribbon-bank:hover {
    background: rgba(255,255,255,0.25);
}

.dby-ribbon-bank:hover .arrow {
    transform: translateX(4px);
}

/* ===== TOP RIBBON ===== */

.dby-top-ribbon {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1055;

    background: linear-gradient(135deg, #1fa15f, #168a4e);
    color: #fff;

    padding: 8px 0;
    font-size: 14px;
}

/* Push navbar below ribbon */
.dby-header {
    top: 42px;
}

@media(max-width: 350px)
{
	.dby-header {
    top: 72px; /* equal to ribbon height */
}
}

/* Ribbon Layout */
.dby-top-ribbon .container {
    position: relative;
}

/* Center Text */
.dby-ribbon-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 500;
    letter-spacing: 0.4px;
    white-space: nowrap;
}

/* Phone */
.dby-ribbon-phone {
    display: flex;
    align-items: center;
    gap: 8px;

    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
}

.dby-ribbon-phone:hover {
    opacity: 0.85;
}

/* Bank Button */
.dby-ribbon-bank {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    background: rgba(255,255,255,0.15);
    padding: 6px 18px;
    border-radius: 50px;

    text-decoration: none;
    color: #fff;
    font-weight: 500;
    transition: 0.3s ease;
}

.dby-ribbon-bank:hover {
    background: rgba(255,255,255,0.25);
}

.dby-ribbon-bank .arrow {
    transition: transform 0.3s ease;
}

.dby-ribbon-bank:hover .arrow {
    transform: translateX(4px);
}

/* Hide center text on mobile */
@media (max-width: 991px) {
    .dby-ribbon-center {
        display: none;
    }
}

.full-body-optimize-header
{
max-width: 1300px !important;
margin: 0 auto;
background-color: transparent !important;
}

.full-body-optimize
{
max-width: 1200px !important;
margin: 0 auto;
padding-left: 15px !important;
padding-right: 15px !important;
}


.center-align
{ 
    position: relative;
  transform: translateY(-50%);
  top: 50%;
  margin-top: 0px !important;
}

@media(max-width: 992px)
{
  .full-body-optimize,.full-body-optimize-header
{
  max-width: 100% !important;
  margin: 0 auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.center-align
{ 
  position: relative;
  transform: translateY(0%);
  top: 0%;
  margin-top: 0px !important;
}

}
body {
    padding-top: 95px;
     font-family: "Saira", sans-serif;
  font-optical-sizing: auto;
    font-weight: 400;
    color: #222;
}

.dby-header {
    background: #ffffff;
   box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    transition: all 0.3s ease;
    z-index: 999;
}

.navbar-brand img {
    height: 75px;
    width: auto;
    object-fit: contain;
}

.navbar {
    padding-top: 5px !important;
    padding-bottom:5px !important;
}

/* Nav Links */
.navbar-nav .nav-link {
    font-weight: 400;
    color:#575757;
    transition: 0.3s;
    position: relative;
}

/* NAV LINK BASE */
.navbar .nav-link {
    position: relative;
    font-weight: 400;
    color: #333;
    transition: color 0.3s ease;
}

/* Animated underline */
.navbar .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    width: 0%;
    height: 3px;
    background: linear-gradient(135deg,#1fa15f,#168a4e);
    border-radius: 5px;
    transition: all 0.35s ease;
    transform: translateX(-50%);
}

/* Active state */
.navbar .nav-link.active {
    color: #1fa15f;
}

.navbar .nav-link.active::after {
    width: 70%;
}

.navbar-nav .nav-link:hover {
    color: #1fa15f;
}

@media (max-width: 991px) {

    .navbar-nav {
        align-items: center; /* center items */
    }

    .navbar-nav .nav-item {
        width: auto;
    }

    .navbar-nav .nav-link {
        display: inline-block;
        width: auto;
        padding: 10px 18px;
        border-radius: 30px;
    }

}

/* Donate Button */
.dby-donate-btn {
    background: #1fa15f;
    color: #fff;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 600;
    transition: 0.3s;
}

.dby-donate-btn:hover {
    background: #168a4e;
    color: #fff;
}

/* Mobile */
@media (max-width: 991px) {
    .navbar-nav {
        padding-top: 15px;
    }

    .dby-donate-btn {
        width: 100%;
    }
}



/* ================= HERO SECTION ================= */

.dby-hero-slide {
    position: relative;
    background-size: cover;
    background-position: center;
    margin-top: 40px;
}

.dby-hero-height {
    height: 80vh;
}

/* Bottom to top gradient */
.dby-hero-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to top,
        rgba(0, 80, 40, 0.85) 0%,
        rgba(0, 80, 40, 0.65) 30%,
        rgba(0, 80, 40, 0.25) 60%,
        rgba(0, 80, 40, 0.0) 100%
    );
    z-index: 1;
}

.dby-hero .full-body-optimize {
    position: relative;
    z-index: 2;
}

/* Content Alignment */
.dby-hero-content {
    padding-bottom: 80px;
    animation: fadeUp 1.2s ease forwards;
    opacity: 0;
}

/* Headings */
.dby-hero-title {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}

.dby-hero-subtitle {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    margin-top: 15px;
}

.dby-hero-malayalam {
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    margin-top: 10px;
}

/* Buttons */
.dby-btn-primary {
    background: #1fa15f;
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 300;
    transition: 0.3s;
        margin-top: 15px;
}

.dby-btn-primary:hover {
    background: #168a4e;
    color: #fff;
}

.dby-btn-outline {
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 300;
    transition: 0.3s;
    margin-top: 15px;
}

.dby-btn-outline:hover {
    background: #fff;
    color: #1fa15f;
}

/* Fade animation */
@keyframes fadeUp {
    from {
        transform: translateY(40px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Premium carousel transition speed */
.carousel-fade .carousel-item {
    transition: opacity 1.5s ease-in-out;
}

/* Responsive */
@media (max-width: 768px) {

    .dby-hero-height {
        height: 80vh;
    }

    .dby-hero-title {
        font-size: 30px;
    }

    .dby-hero-subtitle {
        font-size: 15px;
    }

    .dby-hero-malayalam {
        font-size: 17px;
    }

    .dby-hero-content {
        padding-bottom: 50px;
    }
}


/* Initial hidden state */
.animate-item {
    opacity: 0;
    transform: translateY(40px);
}

/* Active animation */
.animate-item.show {
    animation: smoothFadeUp 1s ease forwards;
}

@keyframes smoothFadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Shine Effect */
.dby-hero-shine {
    position: absolute;
    top: 0;
    right: -150%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.1) 50%,
        rgba(255,255,255,0) 100%
    );
    z-index: 2;
    pointer-events: none;
}

/* Triggered animation */
.dby-hero-shine.active {
    animation: shineMove 2s ease forwards;
}

@keyframes shineMove {
    from {
        right: -150%;
    }
    to {
        right: 150%;
    }
}


/* Hero container */
.dby-hero-slide {
    position: relative;
    overflow: hidden;
}

/* Background image layer */
.dby-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    animation: zoomSlow 12s ease-in-out infinite alternate;
}

/* Gradient above image */
.dby-hero-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Shine above gradient */
.dby-hero-shine {
    z-index: 2;
}

/* Content above everything */
.dby-hero .container {
    position: relative;
    z-index: 3;
}

/* Smooth zoom only for image */
@keyframes zoomSlow {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.06);
    }
}


/* ================= ABOUT SECTION ================= */

.dby-about {
    background: #f8fbf9;
    padding-top: 100px;
    padding-bottom: 100px;
}

.dby-section-tag {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #1fa15f;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.dby-section-title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #222;
}

.dby-about-text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.dby-about-malayalam {
    font-size: 17px;
    font-weight: 500;
    color: #1fa15f;
    margin-top: 10px;
}

/* Image Card Style */
.dby-about-image {
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: 0.4s ease;
}

.dby-about-image img {
    transition: 0.6s ease;
}

.dby-about-image:hover img {
    transform: scale(1.05);
}

.dby-impact-card-div
{
	margin-top: 100px;
}


/* Impact Cards */
.dby-impact-card {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.dby-impact-card:hover {
    transform: translateY(-5px);
}

.dby-impact-card h3 {
    font-size: 32px;
    font-weight: 400;
    color: #1fa15f;
}

.dby-impact-card p {
    margin-top: 5px;
    font-weight: 400;
    color: #444;
}

/* ================= PREMIUM COLLAGE ================= */

.dby-about-collage {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: auto;
}

/* Main Image */
.dby-about-img-main {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.dby-about-img-main img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    transition: 0.6s ease;
}

/* Small Overlay Image */
.dby-about-img-small {
    position: absolute;
    bottom: -40px;
    right: -30px;
    width: 220px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    border: 4px solid #fff;
}

.dby-about-img-small img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: 0.6s ease;
}

/* Hover effect */
.dby-about-collage:hover img {
    transform: scale(1.05);
}

/* Mobile adjustments */
@media (max-width: 768px) {


.dby-impact-card-div
{
	margin-top: 50px;
}

    .dby-about-img-main img {
        height: 320px;
    }

    .dby-about-img-small {
        width: 150px;
        bottom: -30px;
        right: -10px;
    }

    .dby-about-img-small img {
        height: 150px;
    }
}

/* ================= CAMPUS OVERVIEW ================= */
/* ================= PREMIUM LIGHT NUMBERED LAYOUT ================= */

.dby-campus-overview {
    padding: 50px 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #f8fbf9;
}

/* Big card container */
.dby-big-card {
    background: #ffffff;
    padding: 60px 50px;
    border-radius: 30px;
    box-shadow: 0 25px 70px rgba(0,0,0,0.06);
}

/* Block title */
.dby-block-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 40px;
    text-align: center;
}

.dby-block-title span {
    display: block;
    font-size: 15px;
    margin-top: 6px;
    color: #1fa15f;
}

/* Individual cards */
.dby-campus-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #f6fbf8;
    padding: 25px 25px;
    border-radius: 18px;
    transition: 0.3s ease;
    border: 1px solid transparent;
}

.dby-campus-card:hover {
    background: #ffffff;
    border: 1px solid #e4f5ec;
    transform: translateY(-4px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
}

/* Number badge */
.dby-number {
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg,#1fa15f,#168a4e);
    color: #ffffff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    letter-spacing: 1px;
}

/* Content */
.dby-campus-content {
    font-size: 16px;
    font-weight: 500;
}

.dby-campus-content span {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    color: #666;
}



@media(max-width: 692px)
{
	.dby-big-card {
    background: #ffffff;
    padding: 60px 20px;
    border-radius: 30px;
    box-shadow: 0 25px 70px rgba(0,0,0,0.06);
}
}
/* ================= DARK FOUNDER SECTION ================= */

.dby-founder-section {
    position: relative;
    padding: 90px 0;
    background: linear-gradient(
        135deg,
        #0f2e22 0%,
        #123f2d 40%,
        #0c261c 100%
    );
    color: #ffffff;
    overflow: hidden;
}

/* Decorative large quote */
.dby-quote-mark {
    position: absolute;
    top: 40px;
    left: 60px;
    font-size: 200px;
    font-weight: 700;
    color: rgba(255,255,255,0.05);
    line-height: 1;
    pointer-events: none;
}

/* Wrapper */
.dby-founder-wrapper {
    position: relative;
    padding: 60px;
    border-radius: 30px;
    background: rgba(255,255,255,0.03);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255,255,255,0.08);
}

/* Founder Image Glow */
.dby-founder-image-box {
    position: relative;
    display: inline-block;
    padding: 15px;
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(255,255,255, 0.05), rgba(255,255,255, 0.1));
    box-shadow: 0 0 40px rgba(31, 161, 95, 0.2);
}

.dby-founder-image-box img {
    width: 260px;
    height: 260px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid rgba(255, 255,255, 9.5);
}

/* Heading */
.dby-founder-heading {
    font-size: 34px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.dby-founder-name {
    font-size: 18px;
    font-weight: 500;
    color: #b6f5d0;
}

/* Accent Divider */
.dby-founder-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(to right, #1fa15f, #2fd67f);
    border-radius: 10px;
    margin: 25px 0 35px;
}

/* Content Text */
.dby-founder-text p {
    font-size: 17px;
    line-height: 2;
    color: rgba(255,255,255,0.85);
    margin-bottom: 18px;
}

.dby-founder-highlight {
    font-weight: 600;
    color: #2fd67f;
}

/* Responsive */
@media (max-width: 768px) {

    .dby-founder-wrapper {
        padding: 35px;
    }

    .dby-quote-mark {
        font-size: 120px;
        left: 20px;
    }

    .dby-founder-image-box img {
        width: 200px;
        height: 200px;
    }

}
/* ================= MODERN TABLE STYLE ================= */

.dby-sponsorship-section {
    padding: 80px 0;
    background: #f8fbf9;
}

.dby-table-wrapper {
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.05);
    overflow: hidden;
}

.dby-table-heading {
    padding: 20px 30px;
    background: linear-gradient(90deg,#1fa15f,#168a4e);
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
}

.dby-table-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 30px;
    border-bottom: 1px solid #f0f0f0;
    transition: 0.3s;
    font-size: 15px;
}

.dby-table-row:last-child {
    border-bottom: none;
}

.dby-table-row:hover {
    background: #f6fbf8;
}

.dby-table-price {
    font-weight: 600;
    color: #1fa15f;
    font-size: 16px;
}

/* Highlight rows */
.dby-table-row.highlight {
    background: #eef9f3;
}

/* Note box */
.dby-sponsor-note {
    background: #fff7e6;
    padding: 25px 30px;
    border-radius: 20px;
    border-left: 5px solid #1fa15f;
    font-size: 15px;
    line-height: 1.7;
}

.dby-sponsor-note span {
    display: block;
    margin-top: 10px;
    color: #555;
}



/* ================= MOBILE FIX FOR SPONSOR TABLE ================= */

@media (max-width: 768px) {

    .dby-table-row {
        flex-direction: row;          /* Keep row layout */
        align-items: center;          /* Vertically center price */
        justify-content: space-between;
        gap: 10px;
    }

    .dby-table-row > div:first-child {
        display: flex;
        flex-direction: column;       /* Stack English + Malayalam */
        font-size: 14px;
        line-height: 1.5;
    }

    .ml-text {
        display: block;
        margin-left: 0;
        font-size: 13px;
        color: #666;
    }

    .dby-table-price {
        white-space: nowrap;
        font-weight: 600;
    }
}

/* Hide break in desktop */
.mobile-break {
    display: none;
}

@media (max-width: 768px) {
    .mobile-break {
        display: block;
    }

    .ml-text {
        display: block;
        font-size: 13px;
        color: #666;
    }
}
/* ================= DONATION SECTION ================= */

.dby-donation-section {
    padding: 80px 0;
    background: linear-gradient(
        135deg,
        #0e2a20 0%,
        #123c2c 50%,
        #0c241b 100%
    );
    position: relative;
}

/* Donation Cards */
.dby-donation-card {
    background: rgba(255,255,255,0.05);
    padding: 30px;
    border-radius: 20px;
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(6px);
    color: #ffffff;
    transition: 0.3s;
}

.dby-donation-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.dby-donation-card h5 {
    color: #2fd67f;
    margin-bottom: 15px;
}

.dby-donation-card ul {
    list-style: none;
    padding: 0;
}

.dby-donation-card li {
    margin-bottom: 8px;
    font-size: 15px;
}

/* UPI Card */
.dby-upi-card {
    background: rgba(255,255,255,0.08);
    padding: 40px;
    border-radius: 25px;
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    height: 100%;
}

.dby-upi-card h5 {
    color: #2fd67f;
    margin-bottom: 15px;
}

.dby-upi-id {
    font-size: 20px;
    color: white;
    font-weight: 400;
    background: rgba(255,255,255,0.1);
    padding: 10px 15px;
    border-radius: 10px;
    display: inline-block;
}

.dby-qr-box img {
    border-radius: 15px;
   
    padding: 10px;
}
/* ================= MISSION SECTION ================= */

.dby-mission-section {
    padding: 80px 0;
    background: #F0F0F0;
}

/* Language Switch */
.dby-lang-switch {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

/* Toggle Switch */
.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 22px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 20px;
    top: 0; left: 0; right: 0; bottom: 0;
    transition: 0.3s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: 0.3s;
}

input:checked + .slider {
    background-color: #1fa15f;
}

input:checked + .slider:before {
    transform: translateX(20px);
}

/* Language Content */
.dby-lang-content {
    display: none;
    animation: fadeLang 0.4s ease;
}

.dby-lang-content.active {
    display: block;
}

@keyframes fadeLang {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Letter */
.dby-letter {
    background: #ffffff;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.05);
    line-height: 1.8;
    font-size: 15px;
    max-height: none;
    overflow: hidden;
    transition: 0.4s ease;
}



.dby-letter.collapsed {
    max-height: 260px;
}

/* ===== MISSION LETTER CONTROL ===== */


.dby-letter-wrapper {
    position: relative;
}

/* Letter Box */
.dby-letter {
    background: #ffffff;
    padding: 40px;
    border-radius: 25px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.05);
    line-height: 1.8;
    font-size: 15px;
    overflow: hidden;
    box-sizing: border-box;
}

/* Mobile collapsed */
.dby-letter.mobile-collapsed {
      overflow: hidden;

}

/* Hide button */
.dby-expand-btn.hidden {
    display: none;
}

/* ================= PREMIUM RIGHT INFO CARDS ================= */

.dby-info-card {
    background: #ffffff;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0,0,0,0.06);
    transition: 0.3s ease;
}

.dby-info-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 35px 90px rgba(0,0,0,0.08);
}

/* Green Header */
.dby-info-card-header {
    background: linear-gradient(135deg,#1fa15f,#168a4e);
    color: #ffffff;
    padding: 18px 25px;
    font-weight: 600;
    font-size: 16px;
}

/* Body */
.dby-info-card-body {
    padding: 25px;
    font-size: 15px;
    line-height: 1.8;
    background: #ffffff;
}

/* Modern Bullet */
.dby-info-card-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dby-info-card-body ul li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
}

.dby-info-card-body ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg,#1fa15f,#168a4e);
}

/* Divider */
.dby-info-card-body hr {
    margin: 18px 0;
    border: none;
    height: 1px;
    background: #e8f2ec;
}

/* Language text control */

.mal-text,
.eng-text {
    display: none;
    animation: fadeLang 0.3s ease;
}

.mal-text.active,
.eng-text.active {
    display: block;
}

@keyframes fadeLang {
    from { opacity: 0; }
    to { opacity: 1; }
}



.dby-mission-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 991px) {

    .dby-mission-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 15px;
    }

    .dby-lang-switch {
        align-self: flex-end;
        width: 100%;
        justify-content: flex-end;
    }

    .dby-section-title {
        width: 100%;
    }
}

/* ===== Modern Letter Expand Button ===== */

.dby-letter-expand-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    background: linear-gradient(135deg, #1fa15f, #168a4e);
    color: #ffffff;
    border: none;

    padding: 12px 32px;
    border-radius: 50px;

    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;

    cursor: pointer;
    transition: all 0.35s ease;

    box-shadow: 0 12px 30px rgba(31,161,95,0.25);
    position: relative;
    overflow: hidden;
}

/* Hover Effect */
.dby-letter-expand-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(31,161,95,0.35);
}

/* Click Press */
.dby-letter-expand-btn:active {
    transform: scale(0.96);
}

/* Arrow Icon */
.dby-letter-expand-btn::after {
    content: "→";
    font-size: 15px;
    transition: transform 0.3s ease;
}

/* Rotate when expanded */
.dby-letter-expand-btn.expanded::after {
    transform: rotate(90deg);
}

/* Hide second part initially */
.letter-second-part {
    display: none;
    animation: fadeSlide 0.4s ease;
}

/* When active */
.letter-second-part.show {
    display: block;
}

/* Smooth animation */
@keyframes fadeSlide {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* ================= GALLERY ================= */

.dby-gallery-section {
    padding: 80px 0;
    background: linear-gradient(to bottom, #CFE8D0,#F6FCF5);

}





.dby-gallery-grid {
    column-count: 4;
    column-gap: 10px;
}

.dby-gallery-item {
    break-inside: avoid;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.dby-gallery-item img {
    width: 100%;
    border-radius: 10px;
    transition: 0.5s ease;
    cursor: pointer;
}

.dby-gallery-item:hover img {
    transform: scale(1.08);
}

/* Responsive */
@media (max-width: 992px) {
    .dby-gallery-grid { column-count: 3; }
}
@media (max-width: 768px) {
    .dby-gallery-grid { column-count: 2; }
}
@media (max-width: 480px) {
    .dby-gallery-grid { column-count: 1; }
}

/* Fullscreen Modal */

.gallery-modal-img {
    max-height: 90vh;
    max-width: 90vw;
    object-fit: contain;
    animation: fadeInImage 0.4s ease;
}

@keyframes fadeInImage {
    from { opacity: 0; }
    to { opacity: 1; }
}

.gallery-prev,
.gallery-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    color: #fff;
    background: rgba(255,255,255,0.1);
    border: none;
    padding: 10px 18px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.gallery-prev:hover,
.gallery-next:hover {
    background: rgba(255,255,255,0.3);
}

.gallery-prev { left: 40px; }
.gallery-next { right: 40px; }

.gallery-close {
    position: absolute;
    top: 30px;
    right: 40px;
    font-size: 40px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
}

/* ================= MOBILE GALLERY CONTROL ================= */

@media (max-width: 768px) {

    /* Hide images after 10 */
    .dby-gallery-item:nth-child(n+7) {
        display: none;
    }

    /* Show button only on mobile */
    #showMoreBtn {
        display: inline-block;
    }
}

/* Hide button on desktop */
@media (min-width: 769px) {
    #showMoreBtn {
        display: none;
    }
}

/* ================= CONTACT SECTION ================= */

.dby-contact-section {
    padding-top: 30px;
    padding-bottom: 50px;
    background: white;

box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* Contact Card */
.dby-contact-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    margin-bottom: 25px;
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: 0.3s;
}

.dby-contact-card:hover {
    transform: translateY(-6px);
}

.dby-contact-icon {
    font-size: 26px;
    color: #1fa15f;
    margin-bottom: 10px;
}

.dby-contact-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.dby-contact-card p {
    color: #555;
    margin: 0;
}

/* Map */
.dby-map-wrapper {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.08);
    height: 100%;
    min-height: 400px;
}

/* Emotional Line */
.dby-contact-emotional {
    font-size: 50px;
    font-weight: 200;
    margin-top: 80px;
    color: #1fa15f;
}


@media(max-width: 692px)
{
	.dby-contact-emotional {
    font-size: 30px;
    font-weight: 200;
    margin-top: 80px;
    color: #1fa15f;
}
}


/* ===== FLOATING BUTTON WRAPPER ===== */
.dby-floating-buttons {
    position: fixed;
    right: 20px;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1100;
}

/* Base Button Style */
.dby-float-btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 22px;
    text-decoration: none;

    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    position: relative;
}

/* Call Button */
.call-btn {
    background: linear-gradient(135deg,#0d6efd,#0a58ca);
}
/* WhatsApp Button */
.whatsapp-btn {
    background: linear-gradient(135deg,#25D366,#128C7E);
}

/* Hover Lift */
.dby-float-btn:hover {
    transform: translateY(-6px) scale(1.05);
}

/* Smooth Attention Pulse */
.dby-float-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: inherit;
    opacity: 0.4;
    z-index: -1;
    animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    70% {
        transform: scale(1.8);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.navbar-collapse {
    transition: height 0.35s ease;
}

@media (max-width: 991.98px) {
    .navbar-collapse {
        background: #fff;
    }
}