html,
body {
  margin: 0;
  padding: 0;
}
.section {
  width: 100%;
}

#yellow{
    color:gold;
}
button{
    padding:20px;
    cursor: pointer;
    border-color:gold;
    border-radius:15px;
}
#secondbtn{
 padding:10px;
}
.container {
  position: relative;
  width: 1170px;
  margin: 0 auto;
  color: #444;
  font-size: 14px;
  font-weight: 300;
  font-family: Roboto, 'Open Sans', Arial, sans-serif;
  overflow: hidden;
}
.center-section {
  display: flex;
  justify-content: center;
  align-items: c
  enter;
  text-align: center;
  flex-wrap: wrap; /* Keeps it responsive */
  gap: 40px;       /* Space between mission & vision */
  margin-top: 40px;
}
.center-box {
  float: none;          /* Disable floating */
  margin: 0 auto;       /* Center horizontally */
  max-width: 450px;     /* Prevent them from stretching too wide */
}
.center-box .icon {
  font-size: 50px;
  color: #F44336;       /* Accent color */
  margin-bottom: 10px;
}
.center-box .service {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111;
}
.center-box p {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
}

.section .container {
  padding: 30px 0 50px 0;
}

.section.bg {
  background: #f7f7f7;
}
/*
  Header
*/

.hold {
  height: 80px;
}

.header {
  line-height: 80px;
  width: 100%;
  transition: line-height 0.2s linear, box-shadow 0.2s linear;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(245, 245, 245, 0.97);
}

.header.small {
  line-height: 50px;
  box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.8);
}

.header.small > .container > #logo {
  height: 40px;
}

#logo {
  display: flex;
  align-items: center;
  height: 80px;
  float: left;
}

#logo img {
  height: 55px;        /* Adjust size */
  width: auto;
  object-fit: contain;
  display: block;
  margin-left: 10px;
}

ul.nav {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.nav li {
  float: left;
  position: relative;
}

ul.nav li a {
  transition: color 0.2s linear;
  font-size: 18px;
}

ul.nav li:hover a {
  color: red;
}

ul.nav li a {
  padding: 21px;
  color: initial;
  text-decoration: initial;
}
/*
  Slider
*/

.section .slider,
.section .footer {
  background: #333;
}

.slidercontent {
  text-align: center;
}

.hero {
  font-family: 'Roboto Slab', sans-serif;
  color: white;
  font-weight: normal;
  letter-spacing: 1px;
}

h1.hero {
  font-size: 54px;
}

h2.hero {
  font-size: 30px;
  margin-bottom: 60px;
}

h1.hero:after {
  content: "";
  width: 300px;
  position: relative;
  border-bottom: 1px solid #aaa;
  text-align: center;
  margin: auto;
  margin-top: 15px;
}

.call {
  color: white;
  display: block;
  margin-bottom: 20px;
}

.call span {
  display: inline;
  border: 1px solid white;
  padding: 8px 13px;
  font-size: 20px;
  transition: background 0.15s linear;
}

.call span:hover {
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
/* 
  Columns 
*/

.col {
  float: left;
  padding: 0;
  margin: 0;
  position: relative;
}

.col.four {
  width: 23%;
  margin: 0 1%;
}

.col.three {
  width: 31.3%;
  margin: 0 1%;
}

.col.two {
  width: 40%;
  margin: 0 2.5%;
  padding: 0 2.5%;
}

.col.extrapad {
  padding-top: 20px;
  padding-bottom: 20px;
}

.col .service,
.col .feature {
  font-size: 21px;
  font-weight: 300;
  font-family: 'Roboto Slab', sans-serif;
}

.col .service:after {
  content: "";
  width: 50px;
  position: relative;
  border-bottom: 1px solid #eee;
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 15px;
}

.col .feature {
  font-size: 19px;
}

.col h1.side,
.col p.side,
.col span.side:first-of-type {
  margin-left: 50px;
  text-align: left;
}

.col .icon {
  border-radius: 50%;
  height: 85px;
  width: 85px;
  line-height: 85px;
  text-align: center;
  margin: 0 auto;
  transition: background 0.25s linear, color 0.25s linear;
}

.col .icon.side {
  position: absolute;
  padding: 0;
  margin: 0;
  top: -15px;
  height: 50px;
  width: 50px;
}

.col:hover > .icon {
  background: #F44336;
  color: white;
}

.col:hover > .icon.side {
  background: initial;
  color: initial;
}

.responsivegroup {
  display: none;
}
/*
  Column specifics
*/

.col p,
.col h1 {
  padding: 0 1%;
  text-align: center;
}

.group.margin {
  margin-bottom: 20px;
}

.col .imgholder {
  height: 250px;
  width: 100%;
  background: #333;
  transition: background 0.3s linear;
}

.col.bg {
  background: #FFF;
}

.col.pointer {
  cursor: pointer;
}

.col.bg:hover .imgholder {
  background: #555;
}

.col span.feature {
  font-size: 20px;
}
/*
  Text
*/

.container > h1:not(.hero) {
  margin-bottom: 30px;
  text-align: center;
}

.container > h1:after {
  content: "";
  width: 30px;
  position: relative;
  border-bottom: 1px solid #aaa;
  display: block;
  text-align: center;
  margin: auto;
  margin-top: 15px;
}

h2 {
  font-family: 'Roboto Slab', sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
}

.left,
.left > h1,
.left > p {
  text-align: left;
}

.reset {
  text-align: left !important;
}

.reset:after {
  display: none !important;
}
/* 
  Slider with Content
*/

.white h1,
.white h2,
.white p,
.white div,
.white a {
  color: #fff;
}
/*
  Responsive
*/

.group:after {
  content: "";
  display: table;
  clear: both;
}

@media all and (max-width: 768px) {
  .container {
    width: 95%;
  }
  .col.four {
    width: 48%;
    margin: 1%;
  }
  .col.three {
    display: block;
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
    float: none;
    height:auto;
  }
  .header {
    height: auto;
    background: #eee;
  }
  
  ul.nav {
    float: none;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  ul.nav li {
    float: initial;
    display: inline-block;
  }
  .responsivegroup {
    display: block;
  }
  .responsivegroup:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media all and (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media all and (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media all and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media all and (max-width:450px) {
  .col, .col.four, .col.three, .col.two {
    display: block;
    width: 95%;
    padding: 0;
    margin: 0 auto;
    float: none;
  }
  .col.extrapad {
    padding: 1%;
    margin-bottom: 10px;
  }
  .group {
    display: none;
  }
}



.section.bg {
  background-color: #0b0b0b; /* optional dark theme */
  color: white;
  text-align: center;
  padding: 60px 0;
}

.section.bg h1 {
  font-size: 2.2em;
  margin-bottom: 10px;
}

.section.bg h2 {
  font-weight: 300;
  color: #ccc;
  margin-bottom: 40px;
}

.col.three {
  width: 30%;
  margin: 1.5%;
  display: inline-block;
  vertical-align: top;
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s, box-shadow 0.3s;
  height: 520px; /* 🔹 Set a fixed height for uniform cards */
}

.col.three:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
}
.col.threee {
  width: 30%;
  margin: 1.5%;
  display: inline-block;
  vertical-align: top;
  background: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  transition: transform 0.3s, box-shadow 0.3s;
  height: 300px; /* 🔹 Set a fixed height for uniform cards */
}

.col.threee:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
}
/* The image holder */
.imgholder {
  width: 100%;
  height: 220px; /* adjust height to your design */
  overflow: hidden;
  position: relative;
}

.imgholder img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ensures image fills the box perfectly */
  object-position: center;
  transition: transform 0.4s ease;
}

.imgholder img:hover {
  transform: scale(1.05); /* smooth zoom effect */
}

.feature {
  font-size: 1.4em;
  color: #c88600;
  margin: 20px 0 10px;
}

p {
  padding: 0 20px 20px;
  line-height: 1.5;
  color: black;
}
#colorwhite{
    color:black;
}
ul{
    color:black;
}
p{
    color:black;
}





/*==================== 
	Footer 
====================== */

/* Main Footer */
footer .main-footer{	padding: 20px 0;	background: #252525;}
footer ul{	padding-left: 0;	list-style: none;}

/* Copy Right Footer */
.footer-copyright {	background: #222;	padding: 5px 0;}
.footer-copyright .logo {    display: inherit;}
.footer-copyright nav {    float: right;    margin-top: 5px;}
.footer-copyright nav ul {	list-style: none;	margin: 0;	padding: 0;}
.footer-copyright nav ul li {	border-left: 1px solid #505050;	display: inline-block;	line-height: 12px;	margin: 0;	padding: 0 8px;}
.footer-copyright nav ul li a{	color: #969696;}
.footer-copyright nav ul li:first-child {	border: medium none;	padding-left: 0;}
.footer-copyright p {	color: #969696;	margin: 2px 0 0;}

/* Footer Top */
.footer-top{	background: #252525;	padding-bottom: 30px;	margin-bottom: 30px;	border-bottom: 3px solid #222;}

/* Footer transparent */
footer.transparent .footer-top, footer.transparent .main-footer{	background: transparent;}
footer.transparent .footer-copyright{	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3) ;}

/* Footer light */
footer.light .footer-top{	background: #f9f9f9;}
footer.light .main-footer{	background: #f9f9f9;}
footer.light .footer-copyright{	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3) ;}

/* Footer 4 */
.footer- .logo {    display: inline-block;}

/*==================== 
	Widgets 
====================== */
.widget{	padding: 20px;	margin-bottom: 40px;}
.widget.widget-last{	margin-bottom: 0px;}
.widget.no-box{	padding: 0;	background-color: transparent;	margin-bottom: 40px;
	box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none;}
.widget.subscribe p{	margin-bottom: 18px;}
.widget li a{	color: #ff8d1e;}
.widget li a:hover{	color: #4b92dc;}
.widget-title {margin-bottom: 20px;}
.widget-title span {background: #839FAD none repeat scroll 0 0;display: block; height: 1px;margin-top: 25px;position: relative;width: 20%;}
.widget-title span::after {background: inherit;content: "";height: inherit;    position: absolute;top: -4px;width: 50%;}
.widget-title.text-center span,.widget-title.text-center span::after {margin-left: auto;margin-right:auto;left: 0;right: 0;}
.widget .badge{	float: right;	background: #7f7f7f;}

.typo-light h1, 
.typo-light h2, 
.typo-light h3, 
.typo-light h4, 
.typo-light h5, 
.typo-light h6,
.typo-light p,
.typo-light div,
.typo-light span,
.typo-light small{	color: #fff;}

ul.social-footer2 {	margin: 0;padding: 0;	width: auto;}
ul.social-footer2 li {display: inline-block;padding: 0;}
ul.social-footer2 li a:hover {background-color:#ff8d1e;}
ul.social-footer2 li a {display: block;	height:30px;width: 30px;text-align: center;}
.btn{background-color: #ff8d1e; color:#fff;}
.btn:hover, .btn:focus, .btn.active {background: #4b92dc;color: #fff;
-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
-webkit-transition: all 250ms ease-in-out 0s;
-moz-transition: all 250ms ease-in-out 0s;
-ms-transition: all 250ms ease-in-out 0s;
-o-transition: all 250ms ease-in-out 0s;
transition: all 250ms ease-in-out 0s;

}

.footer-1 .row {
  display: flex;
  flex-wrap: wrap; /* allows wrapping on smaller screens */
  justify-content: space-between; /* spreads the columns evenly */
}

.footer-1 .row > div {
  flex: 1 1 22%; /* each column takes ~22% width (adjust as needed) */
  margin: 0 1%;   /* spacing between columns */
}

#lastf{
  text-align:center;
}

html {
  scroll-behavior: smooth;
}

#contactimage {
  background-color: #1a1a1a; /* Card background */
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  overflow: hidden; /* Ensures image corners match the card */
  max-width: 250px;
  margin: 20px auto;
  margin-right: 100px; /* Move 50px left */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#contactimage:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
}

#contactimage img {
  width: 100%;        /* Image fills the card width */
  height: 100%;       /* Fills height proportionally */
  display: block;     /* Removes extra space under image */
  object-fit: cover;  /* Ensures it fits perfectly */
  border-radius: 0;   /* Corners handled by parent */
}



/* 🌿 Headings */
#strategicobjective .feature.side,
#programstructure .feature.side,
#whoweare .feature.side{
  font-size: 1.5rem;
  color: #c88600; /* warm gold accent */
  margin-bottom: 10px;
  font-weight: 700;
}


#strategicobjective h2,
#programstructure h2,
#whoweare h2 {
  font-size: 1rem;
  color: #333;
  text-align: left;
  line-height: 1;
  font-weight: 400;
  margin: 10px 0 25px 0;
  padding: 0 20px;
}

/* 📋 Bullet Points */
#strategicobjective ul
 {
  list-style-type: disc;
  padding-left: 70px; /* indentation like in Word */
  margin-top: 0;
  padding-right:25px;
  color: #222;
}

#programstructure ul{
  list-style-type: disc;
  padding-left: 70px; /* indentation like in Word */
  margin-top: 0;
  padding-right:25px;
  color: #222;
}


.social-footer22 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column; /* stack vertically */
  gap: 18px; /* space between each row */
}

.social-footer22 li {
  display: flex;
  align-items: center;
  gap: 12px; /* space between icon and text */
  font-family: "Poppins", sans-serif;
}

/* 🎨 Icon styling */
.social-footer22 i {
  font-size: 1.5rem;
  width: 30px;
  text-align: center;
}

/* Icon colors */
.social-footer22 i.fa-whatsapp { color: #25d366; }
.social-footer22 i.fa-facebook { color: #1877f2; }
.social-footer22 i.fa-instagram { color: #e1306c; }
.social-footer22 i.fa-linkedin { color: #0077b5; }

/* Text color */
.social-footer22 span {
  color: white;
  font-size: 1rem;
}

/* 📱 Responsive: center everything on small screens */
@media (max-width: 600px) {
  .social-footer22 li {
    justify-content: center;
    text-align: center;
  }
}


/* Mobile-First (Default is Mobile) */
@media (max-width: 767px) {
    .col.three, .col.four, .col-xs-12 {
        width: 100%;  /* Stack everything */
        margin: 10px 0;
    }

    .nav ul {
        flex-direction: column;  /* Stack menu items */
        display: none;  /* Hide by default for hamburger */
    }

    .nav.active ul { display: flex; }  /* Show on toggle - add JS for this */

    /* Add Hamburger Icon (Requires JS in script.js) */
    .header::after {  /* Pseudo-element for hamburger */
        content: '\f0c9';  /* Font Awesome bars icon */
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        cursor: pointer;
        display: block;
    }

    .hero { font-size: 1.5em; }  /* Smaller headings on mobile */
    h2.hero { font-size: 1.2em; }

    .footer .col-sm-6, .col-md-3 {
        width: 100%;  /* Stack footer columns */
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
    .col.three { width: calc(50% - 20px); }  /* 2 columns */
    .col.four { width: calc(50% - 20px); }
    .col-md-3 { width: 50%; }  /* Footer 2-up */
}

/* Desktop (Already handled in base CSS) */
@media (min-width: 1025px) {
    /* No changes needed if base is desktop-friendly */
}

#imageHolderrr img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  width: 100%;
  max-width: 200px; /* you can adjust this size */
  margin: 20px auto;
  background-color: #1e1e1e; /* dark theme card */
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  padding: 10px;
  display: flex;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top:-20px;
}






