   body {
            margin: 0;
            padding: 0;
            font-family: Montserrat, sans-serif;
            background-color: black;
        }

        .main {
            background-color: #1e1e1e;
            padding: 10px 0;
            margin-top: -60px;
        }

        .why-kot,
        .core-values-section,
        .our-impact {
            background-image: url('../images/Why-KOT/crown.png');
            background-size: 100% 100%;
            background-position: center;
            background-repeat: no-repeat;
            color: white;
            /* background-color: black; */
            padding: 10% 0;
            /* min-height: 100vh; */
            margin-bottom: 20px;
        }

        .why-kot,
        .our-impact {
            display: flex;
            align-items: center;
        }

        .why-kot h1 {
            color: #0C72BA;
            font-weight: 900;
            font-size: 3rem;
        }



        .why-kot p {
            font-weight: 500;
            font-size: 1.25rem;
            line-height: 112%;
            text-align: justify;
            color: #ffffff;
        }

        .core-values-section {
            padding-top: 60px;
            padding-bottom: 60px;
        }

        .heading-over-images {
            color: #0c72ba;
            margin-bottom: 10px;
            font-weight: 800;
            font-size: 3.5rem;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        }

        .core-value-box {
           height: 350px; width: 300px;
            background-size: 100% 100%;
            background-repeat: no-repeat;
            background-position: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            /* Center vertically */
            align-items: center;
            text-align: center;
            padding: 40px;
            box-sizing: border-box;
            position: relative;
        }

        .core-value-title {
            color: #0c72ba;
            font-size: 25px;
            font-weight: 900;
            /* margin-bottom: 10px; */
        }

        .core-value-text {
            font-size: 12px;
            font-weight: 400;
            color: #ffffff;
            text-align: justify;
        }


        .our-impact h2, h3 {

            color: #0C72BA;
            font-weight: 800;
            font-size: 32px;
            /* width: 1000px; */

        }

        .our-impact p {
            font-weight: 400;
            font-size: 22px;
            text-align: justify;
        }

        @media (max-width: 767px) {
            .why-kot h1 {
                font-size: 45px !important;
            }

            .why-kot p {
                font-size: 19px;
            }

            .heading-over-images {
                font-size: 52px !important;
                font-weight: 900 !important;
            }

            .core-value-box {
                /* height: 45vh; */
                padding: 30px 0px;

            }

            .justify-content-center {
                justify-content: center !important;
                margin-left: 5%;
            }
            .core-value-title {
                margin-top: 0;
            }

            .core-value-text {
                width: 100%;
                padding: 0 60px !important;
            }

            
            .our-impact h2 {
                font-size: 36px !important;
            }
            .our-impact h3 {
                font-size: 28px;
                width: 100%;
            }
            .our-impact h2,
            .our-impact p {
                width: 100%;
                
            }

            .our-impact p {
                font-size: 17px;
            }

              .item-block {
            margin-right: 0px !important;
            margin-bottom: 5%;
              }
              .last-section {
                /* min-height: 100vh !important; */
                padding: 10% 0;
              }

        }

        /* last section */


        .item-block {
            display: flex;
            align-items: center;
            margin-right: 125px;
            /* Spacing between blocks */
        }

        .item-block img {

            margin-right: 10px;
        }

        .container-flex {
            display: flex;
            flex-wrap: wrap;
            padding-top: 20px;
        }

        .text {
            font-weight: 400;
            font-size: 20px;
        }

 
     .footer {
  background-color: #1e1e1e;
  color: white;
  padding: 15px 20px; /* reduced padding */
  margin-bottom: -40px;
}

.footer p {
  margin-bottom: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
}

.social-icon {
  margin-right: 8px;
  font-size: 16px;
  color: white;
  transition: color 0.3s ease;
}

.social-icon:hover {
  color: #ccc;
}

@media (max-width: 768px) {
  .footer .row > div {
    margin-bottom: 10px;
    text-align: center;
  }

  .footer {
    text-align: center;
  }
}
        .navbar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 15px 40px;
            background: #000;
            color: #fff;
            position: relative;
        }

        .logo img {
            height: 50px
        }

        /* Center links */
        .nav-links {
            display: flex;
            gap: 10px;
            flex: 1;
            justify-content: center;
            transition: max-height .3s ease;
        }

        .nav-links li {
            list-style: none;
            position: relative;
        }

        .nav-links a {
            color: #fff;
            text-decoration: none;
            padding: 8px;
            display: block;
            font-weight: 500;
        }

        .nav-links li:hover>a {
            color: #0af
        }

        .nav-links ul {
            display: none;
            position: absolute;
            top: 35px;
            left: 0;
            background: #111;
            border-radius: 4px;
            padding: 10px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
            min-width: 160px;
            z-index: 10;
        }

        .nav-links li:hover>ul {
            display: block
        }

        .nav-links ul li {
            margin-bottom: 6px
        }

        .nav-links ul li:last-child {
            margin-bottom: 0
        }

        .nav-links ul a:hover {
            color: #0af
        }

        /* Right side */
        .nav-right {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .nav-right button {
            background: none;
            border: none;
            color: #fff;
            font-size: 15px;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .nav-right img.flag {
            width: 18px
        }

        /* Mega-menu */
        .mega-menu {
            position: absolute;
            top: 60px;
            right: 20px;
            background: #111;
            color: #fff;
            padding: 20px;
            border-radius: 6px;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
            display: none;
            width: 90%;
            max-width: 1000px;
            z-index: 1000;
        }

        .mega-menu.show {
            display: block
        }

        .mega-content {
            display: flex;
            flex-wrap: wrap;
            gap: 30px;
        }

        .mega-col {
            flex: 1 1 150px;
        }

        .mega-col h4 {
            margin-bottom: 8px;
            font-size: 16px;
            border-bottom: 1px solid #333;
            padding-bottom: 4px;
        }

        .mega-col ul {
            list-style: none
        }

        .mega-col li {
            margin-bottom: 6px
        }

        .mega-col a {
            color: #ddd;
            text-decoration: none;
            font-size: 14px;
        }

        .mega-col a:hover {
            color: #0af
        }

        /* Hamburger */
        .hamburger {
            display: none;
            font-size: 22px;
            background: none;
            border: none;
            color: #fff;
        }

        /* MOBILE */
        @media(max-width:992px) {
            .nav-links {
                flex-direction: column;
                position: absolute;
                top: 60px;
                left: 0;
                width: 100%;
                background: #000;
                max-height: 0;
                overflow: hidden;
            }

            .nav-links.show {
                max-height: 500px;
            }

            .nav-links li {
                width: 100%
            }

            .nav-links ul {
                position: static;
                box-shadow: none;
                background: #111;
                margin-left: 10px;
            }

            .mega-menu {
                position: static;
                width: 100%;
                margin-top: 10px;
            }

            .mega-content {
                flex-direction: column;
            }

            .mega-col {
                flex: 1 1 100%
            }

            .hamburger {
                display: block
            }
        }



        
 .marquee-wrapper {
  transform: translateY(-10px);
  margin-left: 8.5%;
  margin-right: 8.5%;
}

.marquee-text-container {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  background-color: #151515;
}

.marquee-text-track {
  display: flex;
  animation: scroll-loop 20s linear infinite;
}
.marquee-text span{
    padding-right: 15px;
}
.marquee-text {
  flex-shrink: 0;
  color: white;
  padding-right: 100px; /* gap between repeats */
  display: flex;
  align-items: center;
  white-space: nowrap;
}

/* Smooth scrolling keyframes */
@keyframes scroll-loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Responsive tweaks (optional) */
@media (max-width: 768px) {
  .marquee-wrapper {
    margin-left: 5%;
    margin-right: 5%;
  }
}




        /* Submit Button */
        .submit-container {
           

        }

        .btn-submit {
            background: black;
            color: white;
            border: none;
            padding: 12px 1px;
            font-weight: 700;
            font-size: 0.9rem;
            border-radius: 5px;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            width: 100%;
            
        }

        .btn-submit:hover {
            background: linear-gradient(45deg, #4a8bc2, #3076BB);
            transform: translateY(-2px);
        }

 @media (max-width: 767px) {
.why-kot {
    /* min-height: 80vh; */
    padding: 20% 0;
} 
}


@media (max-width: 1200px) and (min-width: 969px) {


.why-kot p { 
    font-size: 33px;
    text-align: justify;
}

.justify-content-center {
    justify-content: center !important;
    gap: 15%;
    margin-left: -10%;
}

}