/* =======================================================================
Template Name: Youtubers
Author:  SmartEye Technologies
Author URI: www.smarteyeapps.com
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for Youtubers
======================================================================= */
/* ===================================== Import Variables ================================== */
body {
   font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
            color: var(--text-color) !important;
            background-color: var(--light-gray) ;

  /* font-family: 'Poppins', sans-serif !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: #FAFAFA !important;
  color: #333 !important; */
}

/* ===================================== Basic CSS ==================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
  /* margin: 0px;
  padding: 0px;
  list-style: none; } */
  

img {
  max-width: 100%; }

a {
  text-decoration: none;
  outline: none;
  color: #444; }

a:hover {
  color: #444; }

ul {
  margin-bottom: 0;
  padding-left: 0; }

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.cp {
  cursor: pointer; }

p {
  margin-bottom: 0px;
  width: 100%; }

.no-padding {
  padding: 0px; }

.no-margin {
  margin: 0px; }

.hid {
  display: none; }

.top-mar {
  margin-top: 15px; }

.h-100 {
  height: 100%; }

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: .5 !important; }

.container-fluid {
  padding: 0px; }

h1, h2, h3, h4, h5, h6 {
  color: #545454; }

.session-title {
  padding: 30px;
  margin: 0px;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .session-title {
      padding: 5px; } }
  .session-title h2 {
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0px; }
  .session-title p {
    max-width: 850px;
    text-align: center;
    float: none;
    margin: auto;
    font-size: 16px;
    margin-top: 6px; }
  .session-title span {
    float: right;
    font-style: italic; }

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccccccc4;
  display: block;
  padding-right: 0px; }
  .inner-title h2 {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #863dd9;
    padding-bottom: 10px;
    margin-bottom: 0px;
    width: 300px; }
  .inner-title p {
    width: 100%;
    text-align: center; }
  .inner-title .btn {
    float: right;
    margin-top: -38px;
    font-weight: 600;
    font-size: .8rem; }

.page-nav {
  background-size: 100%;
  padding: 68px;
  text-align: center;
  background-color: #eaeaea; }
  .page-nav ul {
    float: none;
    margin: auto; }
  @media screen and (max-width: 992px) {
    .page-nav {
      background-size: auto; } }
  @media screen and (max-width: 767px) {
    .page-nav {
      padding-top: 200px;
      padding-bottom: 40px; } }
  @media screen and (max-width: 356px) {
    .page-nav {
      padding-top: 200px;
      padding-bottom: 40px; } }
  .page-nav h2 {
    font-size: 28px;
    width: 100%;
    font-weight: 700;
    color: #444; }
    @media screen and (max-width: 600px) {
      .page-nav h2 {
        font-size: 26px; } }
  .page-nav ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px;
    font-size: .93rem;
    font-weight: 600;
    color: #444; }
    .page-nav ul li i {
      width: 30px;
      text-align: center;
      color: #444; }
    .page-nav ul li a {
      color: #444;
      font-size: .93rem;
      font-weight: 600; }


      .read-more {
        display: inline-block !important;
        margin-top: 20px !important;
        padding: 14px 30px !important;
        background-color: #1E3A8A !important;
        color: white !important;
        text-decoration: none !important;
        font-size: 18px !important;
        border-radius: 8px !important;
        transition: background-color 0.3s, transform 0.2s !important;
      }
      
      .read-more:hover {
        background-color: #14274E !important;
        transform: scale(1.07) !important;
        color: #fff !important;
      }
      
      @media (max-width: 768px) {
        .blog-grid {
          grid-template-columns: 1fr !important;
        }
      
        .blog-card {
          padding: 30px !important;
        }
      
        .blog-card img {
          height: 220px !important;
        }
      }

.btn-success {
  background-color: #1E3A8A;
  border-color: #1E3A8A; }
  .btn-success:hover {
    background-color: #1E3A8A !important;
    border-color: #1E3A8A !important; }
  .btn-success:active {
    background-color: #1E3A8A !important;
    border-color: #1E3A8A !important; }
  .btn-success:focus {
    background-color: #1E3A8A !important;
    border-color: #1E3A8A !important;
    box-shadow: none !important; }

.btn-primary {
  background-color: #1E3A8A;
  border-color: #1E3A8A; 
  transition: background 0.3s ease-in-out !important;
}
  .btn-primary:hover {
    background-color: #003f7f !important;
    border-color: #1E3A8A !important; 
    transition: background 0.3s ease-in-out !important;
  }
  .btn-primary:active {
    background-color: #1E3A8A !important;
    border-color: #1E3A8A !important; 
    transition: background 0.3s ease-in-out !important;
  }
  .btn-primary:focus {
    background-color: #1E3A8A !important;
    border-color: #1E3A8A !important;
    box-shadow: none !important; 
    transition: background 0.3s ease-in-out !important;
}

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px; }

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #CCC; }

.btn-light {
  background-color: #FFF;
  color: #3F3F3F; }

.collapse.show {
  display: block !important; }

.form-control:focus {
  box-shadow: none;
  border: 1px solid #CCC; }

.form-control {
  background-color: #F8F8F8;
  margin-bottom: 20px; }
  .form-control:focus {
    background-color: #FFF;
    border-color: #CCC; }

    .container {
      width: 100% !important; /* Ensures sections take full width */
      max-width: 1200px !important; /* Limits to a professional layout width */
      margin: 0 auto !important; /* Centers all sections horizontally */
  }

/* =================== Header Style Starts Here =================== */
header {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: linear-gradient(135deg, #1E3A8A, #14274E);
  color: white;
  width: 100%;
  z-index: 99; }
  header .logo {
    padding-top: 6px; }
  header .header-top {
    background-color: #fff;
    border-bottom: 1px solid #d3d7cea6;
    padding: 7px; }
    header .header-top .col-det .ulleft li {
      float: left;
      padding: 12px;
      color: #686968;
      font-size: .9rem; }
      header .header-top .col-det .ulleft li i {
        margin-right: 5px;
        color: #bfbfbf; }
      header .header-top .col-det .ulleft li span {
        margin-left: 15px; }
    header .header-top .col-det .ulright {
      float: right; }
      header .header-top .col-det .ulright li {
        float: left;
        padding: 10px;
        color: #d3d7ce;
        font-size: 1rem;
        font-weight: 600; }
        header .header-top .col-det .ulright li i {
          margin-right: 5px;
          color: #8c8a8a; }
        header .header-top .col-det .ulright li small {
          color: #8c8a8a;
          font-weight: 600; }
        header .header-top .col-det .ulright li span {
          margin-left: 15px; }
    header .header-top .btn-bhed {
      padding-top: 7px;
      text-align: right; }
      header .header-top .btn-bhed .btn {
        padding: 5px 23px;
        border-radius: 50px;
        margin-left: 5px; }
  header .header-bottom {
    padding: 6px;
    background-color: #fff; }
    @media screen and (max-width: 991px) {
      header .header-bottom {
        padding: 0px; } }
    @media screen and (max-width: 991px) {
      header .header-bottom img {
        padding: 5px;
        margin-top: 0px;
        max-width: 230px; } }
        
  /* Global Navigation Bar Styling */
header .nav-col .navbad {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  width: 100% !important;
  padding: 5px 0 !important;
  background-color: #FFFFFF !important; /* Clean and minimal background */
  /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08) !important; Soft shadow for depth */
}

/* Navigation Items */
header .nav-col .navbad li {
  list-style: none !important;
  margin: 0 10px !important;
  font-weight: 600 !important;
  font-size: 16px !important; /* Modern and professional size */
  text-transform: capitalize !important; /* No uppercase for a clean look */
}

/* Navigation Links */
header .nav-col .navbad li a {
  color: #1E3A8A !important; /* Maka Foundation Brand Color */
  text-decoration: none !important;
  padding: 10px 15px !important;
  border: none !important;
  border-radius: 5px !important;
  transition: all 0.3s ease-in-out !important;
  position: relative !important;
  font-family: 'Poppins', sans-serif !important;
}

/* Hover Effect with an Underline Animation */
header .nav-col .navbad li a::after {
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: -3px !important;
  width: 0% !important;
  height: 2px !important;
  background-color: #1E3A8A !important;
  transition: all 0.3s ease-in-out !important;
}

header .nav-col .navbad li a:hover::after {
  width: 100% !important;
  left: 0% !important;
}


/* Navigation Button (Donation CTA) */
header .nav-col .navbad .donate-btn {
  background: linear-gradient(135deg, #1E3A8A, #14274E) !important; /* Maka Foundation Gradient */
  color: #FFFFFF !important; /* White text for best contrast */
  padding: 14px 26px !important;
  border-radius: 8px !important; /* Changed from circle to rectangular */
  display: inline-block;
  font-weight: 700 !important;
  transition: all 0.4s ease-in-out !important;
  box-shadow: 0px 5px 15px rgba(30, 58, 138, 0.3) !important; /* Soft glow effect */
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  border: 2px solid transparent !important; /* Adds definition */
  cursor: pointer !important;
}

/* Hover Effect for Donation Button */
header .nav-col .navbad .donate-btn:hover {
  background: linear-gradient(135deg, #14274E, #0E1C39) !important;
  box-shadow: 0px 7px 18px rgba(30, 58, 138, 0.5) !important;
  transform: translateY(-3px) !important; /* Slight lift */
  border-color: #000000 !important; /* Accent border effect */
}


/* Responsive Navigation (Mobile) */
@media screen and (max-width: 991px) {
  header .nav-col .navbad {
      flex-direction: column !important;
      align-items: center !important;
      width: 100% !important;
  }

  header .nav-col .navbad li {
      width: 100% !important;
      text-align: center !important;
      margin: 8px 0 !important;
  }

  header .nav-col .navbad li a {
      display: block !important;
      width: 100% !important;
  }

  header .nav-col .navbad .donation-btn {
      width: auto !important;
      text-align: center !important;
      padding: 12px 25px !important;
  }
}


  header .small-menu {
    float: right;
    color: #686968;
    font-size: 1.8rem;
    position: absolute;
    right: 13px;
    top: 19px; }
    

@media screen and (max-width: 767px) {
  .navbar {
    padding: 0px; } }

.navbar-toggler {
  position: absolute;
  right: 0px;
  top: -40px; }
  @media screen and (max-width: 767px) {
    .navbar-toggler {
      top: -50px; } }

.scroll-to-fixed-fixed {
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.scroll-to-fixed-fixed {
  padding: 5px !important; }

/* =================== Slider Style Starts Here =================== */
/* .slider {
  position: relative; }

.slider-captions {
  position: absolute;
  bottom: 132px;
  text-align: center; }

@media screen and (max-width: 1050px) {
  .slider-captions {
    bottom: 100px !important; 

  width: 90%;
  text-align: center;
  float: none;
  margin: auto;
  .slider-captions .slider-title {
    font-size: 42px; } }}
@media screen and (max-width: 810px) {
  .slider-captions {
    bottom: 50px !important; }

  .slider-captions .slider-title {
    font-size: 32px; } }
@media screen and (max-width: 572px) {
  .slider-captions {
    display: none; } }
.slider-title {
  font-size: 66px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -3px; }

.slider-text {
  margin-bottom: 20px;
  color: #fff; }

.slider-img {
  background: -moz-linear-gradient(top, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.1) 100%);
  background: -webkit-linear-gradient(top, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.1) 100%);
  background: linear-gradient(to bottom, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc1b2429', endColorstr='#cc1b2429', GradientType=0);
  position: relative; }

.slider-img img {
  position: relative;
  z-index: -1; }

.slider .owl-nav .owl-prev,
.slider .owl-nav .owl-next {
  color: #fff;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 6px 12px;
  font-size: 22px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  background: transparent;
  filter: Alpha(Opacity=50);
  line-height: 1;
  border: 2px solid #fff; }

.owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
  background-color: #fff; }

.slider .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 25px; }

.slider .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 25px; }

.slider .owl-dots .owl-dot {
  position: relative;
  text-align: center;
  bottom: 40px;
  max-width: 1140px;
  margin: 0 auto; }

.slider .owl-dots .owl-dot span {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0px 0px 10px 10px;
  filter: Alpha(Opacity=50); */
  /*IE7 fix*/
  /* opacity: 0.8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #fff;
  float: left; }

.slider .owl-dots .owl-dot.active span {
  background-color: #fff; } */
/* 
.slider .owl-dots .owl-dot.active span,
.slider .owl-controls.clickable .owl-page:hover span {
  background-color: #fff;
  filter: Alpha(Opacity=100); */
  /*IE7 fix*/
  /* opacity: 1; } */

/* .slider .col-lg-offset-2 {
  float: none;
  margin: auto; } */

/* ===================================== About CSS ================================== */

/* About Us Section */

/* About Us Section */
.about-us {
  position: relative;
  padding: 10px 0;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* About Us Container */
.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* Apple-Style Grid Layout */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

/* Stunning Heading */
.about-text h1 {
  font-size: 40px;
  font-weight: 800;
  color: #1E3A8A;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 20px;
  position: relative;
  opacity: 0;
  transform: translateX(-50px);
  transition: all 1s ease-in-out;
}


/* Paragraph Styling */
.about-text p {
  font-size: 18px;
  line-height: 1.7;
  color: #444;
  text-align: justify;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateX(-30px);
  transition: all 1s ease-in-out 0.3s;
}

/* Immersive Image */
.about-image img {
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease-in-out;
  opacity: 0;
  transform: scale(0.9);
}

/* Image Hover Effect */
.about-image img:hover {
  transform: scale(1.02);
}

/* Background Creative Icons */
.decorations {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.decorations i {
  position: absolute;
  font-size: 80px;
  color: rgba(30, 58, 138, 0.1);
  transition: transform 0.3s ease-in-out;
}

/* Positioning Icons */
.decorations .fa-globe { top: 5%; left: 10%; }
.decorations .fa-hands-helping { top: 25%; right: 15%; }
.decorations .fa-graduation-cap { bottom: 20%; left: 20%; }
.decorations .fa-lightbulb { bottom: 5%; right: 10%; }
.decorations .fa-heart { top: 50%; left: 50%; transform: translate(-50%, -50%); }

/* Icon Hover Effect */
.decorations i:hover {
  transform: scale(1.1) rotate(5deg);
}

/* Scroll Animation */
.reveal {
  opacity: 1;
  transform: translateY(0);
}

.animated-title {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.animated-text {
  opacity: 1 !important;
  transform: translateX(0) !important;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .about-grid {
      grid-template-columns: 1fr;
      text-align: left;
  }

  .about-text h1 {
      font-size: 36px;
      text-align: left;
  }

  .about-text p {
      font-size: 16px;
      text-align: left;
  }

  .about-image img {
      max-width: 100%;
      margin: auto;
  }

  .decorations i {
      font-size: 50px;
  }
}



/* Impact Section */
.section {
  padding: 100px 5%;
  text-align: center;
  background: #F4F6F8;
}

/* Section Title */
.section-title {
  font-size: 42px;
  font-weight: bold;
  color: #1E3A8A; /* Maka Foundation Brand */
  margin-bottom: 50px;
  position: relative;
  text-transform: uppercase;
}

/* Impact Grid */
.impact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  align-items: center;
  justify-content: center;
}

/* Impact Box */
.impact-box {
  position: relative;
  height: 340px;
  background: white;
  border-radius: 15px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

/* Icons */
.impact-icon {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease-in-out;
}

.impact-box i {
  font-size: 50px;
  color: white;
  transition: transform 0.3s ease-in-out;
}

/* Background Colors */
.charity-bg { background: linear-gradient(135deg, #B50D1A, #9E0816); }
.education-bg { background: linear-gradient(135deg, #1E3A8A, #14274E); }
.innovation-bg { background: linear-gradient(135deg, #FFD93D, #FFC107); }

/* Impact Box Text */
.impact-box h2 {
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
}

.impact-box p {
  font-size: 16px;
  color: white;
  margin-top: 10px;
  text-align: center;
  padding: 0 20px;
}

/* Hover Effects */
.impact-box:hover {
  transform: translateY(-8px);
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.2);
}

.impact-box:hover i {
  transform: rotate(10deg);
}

/* Impact Overlay */
.impact-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  transition: all 0.4s ease-in-out;
  opacity: 0;
}

.impact-box:hover .impact-overlay {
  top: 0;
  opacity: 1;
}

/* Scroll Animation */
.fade-in {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.active {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .impact-grid {
      grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .impact-box {
      height: 320px;
  }
}



/* General Styles */
body, html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: 'Poppins', sans-serif;
  background-color: #F8F9FA;
}

/* Section Styling */
.section {
  padding: 50px 0;
  text-align: center;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

/* Section Title */
.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1E3A8A; /* Maka Foundation Brand */
  margin-bottom: 50px;
}

/* Mission & Vision Blocks */
#mission-vision {
  background: #FAFAFA; /* Apple-style simplicity */
}
.mission-box, .vision-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 10px;
  padding: 40px;
  background: #FFFFFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-out;
}

/* Content Styling */
.mission-content, .vision-content {
  flex: 1;
  text-align: left;
}

.mission-content h2, .vision-content h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1E3A8A;
  margin-bottom: 15px;
}

.mission-content p, .vision-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

/* Image Styling */
.mission-image, .vision-image {
  flex: 1;
  text-align: center;
}

.mission-image img, .vision-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease-in-out;
}

/* Hover Effects */
.mission-image img:hover, .vision-image img:hover {
  transform: scale(1.05);
}

/* Scroll Animation */
.reveal {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .mission-box, .vision-box {
      flex-direction: column;
      text-align: center;
      padding: 30px;
  }

  .mission-content, .vision-content {
      text-align: center;
  }

  .mission-image img, .vision-image img {
      max-width: 100%;
  }
}



/* ===================================== Events Home CSS ================================== */

/* ===================================== Mission Vision CSS ================================== */


/* Achievements Section */
/* Achievements Section */
.achievements {
  padding: 100px 5%;
  text-align: center;
  background: linear-gradient(135deg, #1E3A8A, #14274E);
  color: white;
  position: relative;
  overflow: hidden;
}

/* Section Title */
.achievements_section-title {
  max-width: 800px;
  margin: 0 auto 50px;
}

.achievements_section-title h2 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #fff;
}

.achievements_section-title p {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
}

/* Achievements Grid */
.achievements-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  align-items: center;
  justify-content: center;
}

/* Achievement Box */
.achievement-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 40px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out;
}


/* Achievement Box Hover */
.achievement-box:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.2);
}

/* Icons */
.achievement-box i {
  font-size: 50px;
  color: #ffff;
  margin-bottom: 15px;
}

/* Numbers */
.achievement-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

/* Text */
.achievement-box p {
  font-size: 16px;
  line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .achievements-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
  }

  .achievement-box {
      padding: 30px;
  }
}

@media (max-width: 768px) {
  .achievements {
      padding: 80px 5%;
  }

  .achievements-grid {
      grid-template-columns: repeat(1, 1fr);
  }

  .achievement-box {
      width: 100%;
      max-width: 350px;
      margin: auto;
      padding: 35px;
  }
}

/*CSS for the achievement */



/*Other messegae */
.doctor-message .inner-lay {
  background-color: rgba(30, 58, 138, 0.9) !important; /* Deep blue tone for professionalism */
  padding: 60px !important;
  color: #FFFFFF !important;
  text-align: center !important;
  
}

@media screen and (max-width: 940px) {
  .doctor-message .inner-lay {
    padding: 30px 10px; } }
.doctor-message .inner-lay .numb {
  text-align: center;
  padding: 30px; }

.doctor-message .inner-lay .numb h3 {
  font-size: 42px;
  padding-bottom: 10px;
  border-bottom: 1px solid #FFD93D ;
  margin-bottom: 20px;
  color: #FFF; }
  

/* ===================================== Our Blog CSS ================================== */
/* News & Stories Section */

/* News & Stories Section */
.our-blog {
  background-color: #F9F9F9 !important;
  padding: 80px 0 !important;
  text-align: center !important;
}

.our-blog h2 {
  font-size: 42px !important;
  font-weight: bold !important;
  color: #1E3A8A !important;
}

.our-blog p {
  font-size: 16px !important;
  color: #555 !important;
  max-width: 900px !important;
  margin: 20px auto 50px !important;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  justify-content: center;
}

.blog-card {
  background-color: #FFFFFF !important;
  border-radius: 15px !important;
  padding: 35px !important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12) !important;
  transition: transform 0.3s, box-shadow 0.3s !important;
  text-align: center !important;
  position: relative;
  overflow: hidden;
}

.blog-card:hover {
  transform: scale(1.05) !important;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
}

.blog-card img {
  width: 100% !important;
  height: 250px !important;
  border-radius: 15px !important;
  object-fit: cover !important;
}

.blog-card h4 {
  font-size: 24px !important;
  font-weight: bold !important;
  margin: 20px 0 !important;
  color: #1E3A8A !important;
}

.blog-card p {
  font-size: 16px !important;
  color: #555 !important;
  line-height: 1.8 !important;
}

.read-more {
  display: inline-block !important;
  margin-top: 20px !important;
  padding: 14px 30px !important;
  background-color: #1E3A8A !important;
  color: white !important;
  text-decoration: none !important;
  font-size: 16px !important;
  border-radius: 8px !important;
  transition: background-color 0.3s, transform 0.2s !important;
}

.read-more:hover {
  background-color: #14274E !important;
  transform: scale(1.07) !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  .blog-grid {
    grid-template-columns: 1fr !important;
  }

  .blog-card {
    padding: 30px !important;
  }

  .blog-card img {
    height: 220px !important;
  }
}

/* ===================================== Fooer CSS ================================== */

.footer {
  background-color: #ffffff !important;
  padding: 20px 0 !important;
  color: #1e2436 !important;
}

.footer .row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  flex-wrap: wrap !important;
}

.footer h2 {
  color: #fff !important;
}

.footer .signup-form .form-group,
.footer .address {
  margin-bottom: 15px !important;
}

.footer .btn {
  background-color: #1E3A8A !important;
  color: white !important;
  border-radius: 5px !important;
}

.footer {
  padding: 50px;
  padding-bottom: 50px;
  background-color: #1e2436;
  color: #FFF; }

  .social-media i {
    font-size: 40px; /* Adjust the size as needed */
}


@media screen and (max-width: 940px) {
  .footer {
    padding: 30px 10px; } }
.footer h2 {
  font-size: 26px;
  margin-top: 10px;
  color: #FFF;
  font-size: 1.2rem;
  margin-bottom: 15px; }

.footer p {
  text-align: justify;
  text-indent: 16px;
  font-size: .9rem; }

.footer .link-list li {
  padding: 10px;
  border-bottom: 1px solid #6C6C6C;
  font-size: .9rem; }

.footer .link-list li a {
  color: #FFF; }

.footer .link-list li i {
  float: right; }

.footer .map-img {
  font-weight: 600;
  font-size: 16px;
  padding-left: 20px; }

.footer address {
  font-weight: 300; }

.footer address a {
  color: #FFF;
  font-size: font-size;
  }

.copy {
  padding: 20px;
  background: #1a202f;
  color: #FFF; }

.copy a {
  color: #FFF; }

.copy span {
  float: right; }

.copy span i {
  margin-right: 20px; }

.kf-2 {
  background-color: #FCFCFC;
  padding: 50px; }

@media screen and (max-width: 940px) {
  .kf-2 {
    padding: 30px 10px; } }
.kf-2 .single-key {
  box-shadow: 0 2px 3px 0 rgba(218, 218, 253, 0.35), 0 0px 3px 0 rgba(206, 206, 238, 0.35); }

/* ===================================== Our Team Starts Here ===================================== */
.our-team {
  padding: 50px;
  background-color: #cccccc1c; }
  @media screen and (max-width: 940px) {
    .our-team {
      padding: 30px 10px; } }
  .our-team .team-row {
    margin-top: 20px; }
    .our-team .team-row .single-usr {
      box-shadow: 0 2px 6px 0 rgba(181, 13, 26), 0 2px 6px 0 rgba(181, 13, 26);
      margin-bottom: 20px; }
      .our-team .team-row .single-usr img {
        width: 100%; }
      .our-team .team-row .single-usr .det-o {
        padding: 20px;
        background-color: #1a12b4; }
        .our-team .team-row .single-usr .det-o h4 {
          color: #FFF;
          margin-bottom: 0px;
          font-size: 16px;
          font-weight: 600; }
        .our-team .team-row .single-usr .det-o i {
          color: #FFF;
          font-size: .16px; }

.nav-box {
  margin-top: 50px;
  border-radius: 50px;
  border: 1px solid #ccc; }
  .nav-box ul li {
    float: left;
    padding: 15px; }
    .nav-box ul li a {
      color: #FFFF; }
  .nav-box .btn {
    margin-top: 7px;
    float: right;
    border-radius: 50px; }
    


    .right{
      text-align: left;
    }

/* ===================================== Gallery Style  ================================== */
.gallery-filter {
  width: 100%;
  text-align: center; }

.gallery-filter .btn {
  background-color: #FFF; }

.gallery {
  padding: 50px;
  padding: 30px;
  background-color: #FFF; }
  @media screen and (max-width: 940px) {
    .gallery {
      padding: 30px 10px; } }

.gallery-title {
  font-size: 36px;
  color: #00ab9f;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px; }

.gallery-title:after {
  content: "";
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 45px;
  border-bottom: 1px solid #3cc88f; }

.filter-button {
  font-size: 16px;
  border: 1px solid #3cc88f;
  border-radius: 5px;
  text-align: center;
  color: #3cc88f;
  margin-bottom: 30px; }

.filter-button:hover {
  font-size: 18px;
  border: 1px solid #b50d1a;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  background-color: #b50d1a; }

.btn-default:active .filter-button:active {
  background-color: #b50d1a;
  color: white; }

.port-image {
  width: 100%; }

.gallery_product {
  margin-bottom: 30px; }

/*# sourceMappingURL=style.css.map */

/* Global Styles */
/* Hero Section */
.hero {
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  position: relative;
  overflow: hidden; /* Ensures the image doesn't overflow */
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Mimics background-size: cover */
  object-position: center; /* Mimics background-position: center */
}

.hero-content {
  background: rgba(200, 220, 255, 0.50);
  padding: 40px;
  border-radius: 12px;
  max-width: 80%;
  position: relative; /* Keeps content above the background */
  z-index: 1;
}

.hero-content h1 {
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1E3A8A;
}

.hero-content p {
  font-size: 16px;
  margin-top: 10px;
  opacity: 0.9;
}

/* Our Story Section */

.our-story {
  padding: 40px 5%;
  text-align: center;
}

.story-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  max-width: 3000px;
  margin: auto;
}

.story-content .text {
  flex: 1;
  text-align: left;
}

.story-content h2 {
  font-size: 36px;
  color: #1E3A8A;
  font-weight: 700;
}

.story-content p {
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.9;
}

.story-content .image img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

.story-content .image img:hover {
  transform: scale(1.05);
}


/* CEO Quote Section */
.ceo-quote {
  background: linear-gradient(135deg, #1E3A8A, #14274E);
  color: white;
  padding: 60px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quote-box {
  max-width: 800px;
  margin: auto;
  text-align: center;
  position: relative;
}

.quote-box i {
  font-size: 40px;
  color: #FFD93D;
}

.quote-box p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  font-style: italic;
  opacity: 0.9;
}

.quote-box h3 {
  margin-top: 15px;
  font-size: 24px;
  font-weight: 700;
}

.quote-box span {
  font-size: 16px;
  opacity: 0.8;
}


/* Impact Section */
.our_impact {
  padding: 80px 5%;
  text-align: center;
  background: #F4F6F8;
}

.impact-title {
  font-size: 42px;
  font-weight: bold;
  color: #1E3A8A;
  margin-bottom: 30px;
}

/* Impact Grid */
.Best_impact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: center;
  justify-content: center;
}

/* Impact Box */
.Best_impact-box {
  width: 100%;
  height: auto;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
}

/* Impact Box Hover */
.Best_impact-box:hover {
  transform: translateY(-5px);
  box-shadow: 0px 5px 20px rgba(30, 58, 138, 0.2);
}

/* Impact Icons */
.Best_impact-box i {
  font-size: 60px;
  color: #1E3A8A;
  margin-bottom: 15px;
}

/* Impact Text */
.Best_impact-box h3 {
  font-size: 36px;
  font-weight: bold;
  color: #1E3A8A;
  margin-bottom: 10px;
}

.Best_impact-box p {
  font-size: 16px;
  color: #444;
  max-width: 600px;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .Best_impact-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
  }

  .Best_impact-box {
      height: auto;
      padding: 30px;
  }

  .Best_impact-box h3 {
      font-size: 32px;
  }

  .Best_impact-box p {
      font-size: 16px;
  }
}

@media (max-width: 768px) {
  .Best_impact-grid {
      grid-template-columns: repeat(1, 1fr);
  }

  .Best_impact-box {
      width: 100%;
      height: auto;
      padding: 40px;
  }

  .impact-box i {
      font-size: 50px;
  }

  .Best_impact-box h3 {
      font-size: 28px;
  }

  .Best_impact-box p {
      font-size: 16px;
  }
}




/* Call to Action */
h2,h1{
  color: white;

}
.cta {
  background: #14274E;
  color: white;
  padding: 60px;
  text-align: center;
}



/* Responsive Design */

@media screen and (max-width: 1024px) {
  .story-content {
      flex-direction: column;
  }
  .impact-grid {
      flex-direction: column;
      align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .hero {
      height: 50vh;
  }
}


/* Charity Section */
.charity-section .section-title {
  font-size: 2.8rem;
  color: #1E3A8A;
  font-weight: bold;
  margin-bottom: 15px;
}

.charity-section .section-description {
  font-size: 18px;
  color: #555;
  max-width: 750px;
  margin: 0 auto 40px;
}

/* 🔥 Charity Program Grid */
.charity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  justify-content: center;
  margin-bottom: 40px;
}

/* 🔥 Charity Card - Enhanced with hover effects */
.charity-card {
  position: relative;
  overflow: hidden;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.charity-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.charity-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #1E3A8A, #3B82F6);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.charity-card:hover::before {
  transform: scaleX(1);
}

.charity-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  transition: transform 0.5s ease;
}

.charity-card:hover img {
  transform: scale(1.03);
}

.charity-card-content {
  padding: 20px;
  text-align: center;
}

.charity-card h3 {
  font-size: 1.6rem;
  color: #2c3e50;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

.charity-card h3::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: #e63946;
  transition: width 0.3s ease;
}

.charity-card:hover h3::after {
  width: 80px;
}

.charity-card p {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

/* 🔥 Call to Action - Enhanced */
.charity-cta {
  margin-top: 50px;
  text-align: center;
}

.charity-cta .btn-primary {
  display: inline-block;
  background: linear-gradient(135deg, #1E3A8A, #3B82F6);
  color: white;
  padding: 14px 32px;
  font-size: 1.2rem;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(30, 58, 138, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: none;
}

.charity-cta .btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #3B82F6, #1E3A8A);
  transition: all 0.4s ease;
  z-index: 1;
}

.charity-cta .btn-primary:hover::before {
  left: 0;
}

.charity-cta .btn-primary span {
  position: relative;
  z-index: 2;
}

.charity-cta .btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(30, 58, 138, 0.4);
}

/* 📱 Mobile & Tablet Optimization */
@media (max-width: 1024px) {
  .charity-grid {
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .charity-section .section-title {
      font-size: 2.2rem;
  }

  .charity-section .section-description {
      font-size: 18px;
  }

  .charity-grid {
      grid-template-columns: 1fr;
  }

  .charity-card h3 {
      font-size: 1.4rem;
  }

  .charity-card p {
      font-size: 16px;
  }
}

@media (max-width: 480px) {
  .charity-section {
      padding: 50px 10px;
  }

  .charity-section .section-title {
      font-size: 2rem;
  }

  .charity-section .section-description {
      font-size: 18px;
  }

  .charity-card img {
      height: 200px;
  }
  
  .charity-cta .btn-primary {
      padding: 12px 24px;
      font-size: 1rem;
  }
}


/* Stats Counter */
.education-stats {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap; /* Ensures wrapping on smaller screens */
}

.stat-card {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  flex: 1;
  min-width: 180px;
  max-width: 220px;
  text-align: center;
}

.stat-card h3 {
  font-size: 2rem;
  color: #1E3A8A;
}

.stat-card p {
  font-size: 16px;
  color: #333;
}

/* Education Section */
.education-section {
  padding: 20px 20px;
  background: linear-gradient(120deg, #ffffff, #f8f9fa);
  text-align: center;
}

/* Section Title & Description */
.education-section .section-title {
  font-size: 2.8rem;
  color: #1E3A8A;
  font-weight: bold;
  margin-bottom: 15px;
}

.education-section .section-description {
  font-size: 18px;
  color: #555;
  max-width: 750px;
  margin: 0 auto 40px;
}

/* 🔥 Education Program Grid */
.education-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  justify-content: center;
  margin-bottom: 40px;
}

/* 🔥 Education Card */
.edu-card {
  position: relative;
  overflow: hidden;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.edu-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.edu-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.edu-card-content {
  padding: 10px;
  text-align: center;
}
.education-quote {
  padding: 10px;
  text-align: center;
}

.edu-card-content h3 {
  font-size: 1.6rem;
  color: #2c3e50;
  margin-bottom: 10px;
}

.edu-card-content p {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

.btn-primary {
  display: inline-block;
  background: #e63946;
  color: white;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
}

.btn-primary:hover {
  background: #d62839;
}

/* 🔥 Call to Action */
.education-cta {
  margin-top: 30px;
}

.btn-secondary {
  background: #1d3557;
  color: white;
  padding: 12px 24px;
  font-size: 1.2rem;
  border-radius: 8px;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
}

.btn-secondary:hover {
  background: #457b9d;
}

/* 📱 Mobile & Tablet Optimization */
@media (max-width: 1024px) {
  .education-grid {
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .education-section .section-title {
      font-size: 2.2rem;
  }

  .education-section .section-description {
      font-size: 18px;
  }

  .education-grid {
      grid-template-columns: 1fr;
  }

  .edu-card-content h3 {
      font-size: 1.4rem;
  }

  .edu-card-content p {
      font-size: 16px;
  }

  .btn-secondary {
      font-size: 1rem;
      padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  .education-section {
      padding: 50px 10px;
  }

  .education-section .section-title {
      font-size: 2rem;
  }

  .education-section .section-description {
      font-size: 18px;
  }

  .edu-card img {
      height: 180px;
  }
}

/* Innovation Section */
.innovation-section {
  padding: 20px 20px;
  background: white;
  text-align: center;
  color: white;
}

/* Section Title & Description */
.innovation-section .section-title {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #1E3A8A;
}

.innovation-section .section-description {
  font-size: 18px;
  color: black;
  max-width: 750px;
  margin: 0 auto 40px;
}

/* 🔥 Innovation Grid */
.innovation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  justify-content: center;
  margin-bottom: 40px;
}

/* 🔥 Innovation Card */
.innovation-card {
  position: relative;
  overflow: hidden;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 255, 255, 0.2);
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

.innovation-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 255, 255, 0.4);
}

.innovation-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  filter: brightness(0.8);
  transition: filter 0.3s ease-in-out;
}

.innovation-card:hover img {
  filter: brightness(1);
}

.innovation-content {
  padding: 20px;
  text-align: center;
}

.innovation-content h3 {
  font-size: 1.6rem;
  color: #1E3A8A;
  margin-bottom: 10px;
}
h3{
  color: #1E3A8A;
}

.innovation-content p {
  font-size: 16px;
  color: black;
  margin-bottom: 15px;
}

.btn-primary {
  display: inline-block;
  background: #1E3A8A;
  color: #292929;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
}

.btn-primary:hover {
  background: #1E3A8A;
}

/* 🔥 AI-Powered Quote */
.innovation-quote {
  margin-top: 40px;
}

.btn-secondary {
  background: #1E3A8A;
  color: white;
  padding: 12px 24px;
  font-size: 1.2rem;
  border-radius: 8px;
  transition: background 0.3s ease-in-out;
  text-decoration: none;
}

.btn-secondary:hover {
  background: #1E3A8A;
}

/* 📱 Mobile & Tablet Optimization */
@media (max-width: 1024px) {
  .innovation-grid {
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 768px) {
  .innovation-section .section-title {
      font-size: 2.2rem;
  }

  .innovation-section .section-description {
      font-size: 18px;
  }

  .innovation-grid {
      grid-template-columns: 1fr;
  }

  .innovation-content h3 {
      font-size: 1.4rem;
  }

  .btn-secondary {
      font-size: 1rem;
      padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  .innovation-section {
      padding: 50px 10px;
  }

  .innovation-section .section-title {
      font-size: 2rem;
  }

  .innovation-section .section-description {
      font-size: 18px;
  }

  .innovation-card img {
      height: 180px;
  }
}

#quote-textss{
  color: #000000;
}

/* Header */
.ethics-header {
  background: linear-gradient(120deg, #1d3557, #457b9d);
  color: white;
  text-align: center;
  padding: 50px 20px;
}

.ethics-header h1 {
  font-size: 2.8rem;
  margin-bottom: 10px;
}

.ethics-header p {
  font-size: 1.2rem;
}

/* Content Sections */
.ethics-content {
  padding: 60px 20px;
  background: white;
}

.container {
  max-width: 1100px;
  margin: auto;
}

.ethics-section {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.ethics-section h2 {
  font-size: 2rem;
  color: #1d3557;
  margin-bottom: 15px;
}

.ethics-section p, .ethics-section ul {
  font-size: 1.1rem;
  color: #555;
}

.ethics-section ul {
  padding-left: 20px;
}

.ethics-section ul li {
  margin-bottom: 10px;
}

/* Call to Action */
.ethics-cta {
  background: #292929;
  color: white;
  text-align: center;
  padding: 40px 20px;
}

.ethics-cta h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

/* AI Quote Section */
.ai-quote1 h2{
  background: white;
  color: #1E3A8A;
  text-align: center;
}

h2{
  color: #1E3A8A;
  text-align: center;
}
#quote-text1{
  text-align: center;
}

.btn-secondary {
  display: block;
  margin: 20px auto; /* Centers button horizontally */
}

.btn-primary {
  display: inline-block;
  background: white;
  color: #1E3A8A;
  padding: 12px 24px;
  font-size: 1.2rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
}

.btn-primary:hover {
  background: #1E3A8A;
  color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
  .ethics-header h1 {
      font-size: 2.2rem;
  }

  .ethics-header p {
      font-size: 16px;
  }

  .ethics-content {
      padding: 40px 10px;
  }

  .ethics-section {
      padding: 20px;
  }

  .ethics-cta h2 {
      font-size: 2rem;
  }

  .btn-primary {
      font-size: 1rem;
      padding: 10px 20px;
  }
}


html {
  scroll-behavior: smooth !important;
}



/* News & Stories Section */
.news-section {
  padding: 80px 20px;
  background-color: #f8f9fa;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 36px;
  font-weight: bold;
  color: #1E3A8A;
  margin-bottom: 10px;
}

.section-header p {
  font-size: 16px;
  color: #555;
  max-width: 700px;
  margin: 0 auto;
}

/* News Grid */
.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

/* News Card */
.news-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.news-card:hover {
  transform: scale(1.03);
}

/* Image */
.news-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

/* News Content */
.news-content {
  padding: 20px;
}

.news-date {
  font-size: 14px;
  color: #777;
  display: block;
  margin-bottom: 5px;
}

.news-content h3 {
  font-size: 20px;
  color: #1E3A8A;
  margin-bottom: 10px;
}

.news-content p {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}

/* Read More Button */
.btn-read-more {
  display: inline-block;
  color: white;
  background-color: #1E3A8A;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  transition: background 0.3s ease-in-out;
}

.btn-read-more:hover {
  background: #0E1C39;
  color: white;
}

/* Responsive Design */
@media (max-width: 768px) {
  .news-grid {
      grid-template-columns: 1fr;
  }

  .news-image img {
      height: 180px;
  }
}
