/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background: #f8f9fa;
  color: #333;
}

/* Container */
.container {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}

.home{

  color: #ffffff;
}

.home a{

  color: #ffffff;
}

/* Header */
header {
  background: #0033cc;
  color: white;
  padding: 15px 0;
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header h1 {
  font-size: 20px;
}

nav a {
  color: white;
  text-decoration: none;
  margin-left: 15px;
  font-weight: bold;
}

nav a:hover {
  color: #ff3333;
}

/* Hero Section */
.hero {
  background: linear-gradient(to right, #0033cc, #ff3333);
  color: white;
  text-align: center;
  padding: 80px 0;
}

.hero h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.hero p {
  font-size: 18px;
  margin-bottom: 25px;
}

.btn {
  background: white;
  color: #ff3333;
  padding: 12px 25px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
}

.btn:hover {
  background: #0033cc;
  color: white;
}

/* About Section */
.about {
  padding: 50px 0;
  background: white;
}

.about h2 {
  color: #0033cc;
  margin-bottom: 15px;
}

.about p {
  margin-bottom: 10px;
  line-height: 1.6;
}

/* Services Section */
.services {
  padding: 50px 0;
}

.services h2 {
  text-align: center;
  color: #ff3333;
  margin-bottom: 30px;
}

.service-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.service {
  background: white;
  padding: 20px;
  border-left: 5px solid #0033cc;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.service h3 {
  color: #0033cc;
  margin-bottom: 10px;
}

/* Mission Section */
.mission {
  background: white;
  padding: 50px 0;
}

.mission h2 {
  color: #0033cc;
  margin-bottom: 15px;
}

.mission h3 {
  color: #ff3333;
  margin-top: 15px;
}

/* Footer */
footer {
  background: #0033cc;
  color: white;
  text-align: center;
  padding: 15px 0;
  margin-top: 20px;
}
----------About us--------
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 100%;
    height: auto;
}
        section {
            padding: 60px 0;
           /* min-height: 100vh;*/
        }

.sec-title{
  position:relative;
  z-index: 1;
  margin-bottom:60px;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #ff2222;
  font-weight: 500;
  margin-bottom: 15px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size:40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom:18px;
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: #ff2222;
}

.btn-style-one:hover{
  background-color: #001e57;
  color: #ffffff;
}
.about-section{
  position: relative;
  padding: 120px 0 70px;
}

.about-section .sec-title{
  margin-bottom: 45px;
}

.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-left: 30px;
}

.about-section .text{
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 15px 50px;
}

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 120px;
  padding-bottom: 125px;
}

.about-section .image-column .inner-column:before{
  position: absolute;
  left: -75px;
  top: 65px;
  height: 520px;
  width: 520px;
  background-image:url(https://i.ibb.co/fxJ1jtC/about-circle-1.png);
  content: "";
}

.about-section .image-column .image-1{
  position: relative;
}

.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
}

.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
  background-color: #191e34;
  color: #000000;
}


.aboutus-section {
    padding: 90px 0;
}
.aboutus-title {
    font-size: 30px;
    letter-spacing: 0;
    line-height: 32px;
    margin: 0 0 39px;
    padding: 0 0 11px;
    position: relative;
    text-transform: uppercase;
    color: #000;
}
.aboutus-title::after {
    background: #fdb801 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 54px;
}
.aboutus-text {
    color: #606060;
    font-size: 13px;
    line-height: 22px;
    margin: 0 0 35px;
}

a:hover, a:active {
    color: #ffb901;
    text-decoration: none;
    outline: 0;
}
.aboutus-more {
    border: 1px solid #fdb801;
    border-radius: 25px;
    color: #fdb801;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0;
    padding: 7px 20px;
    text-transform: uppercase;
}
.feature .feature-box .iconset {
    background: #fff none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 18%;
}
.feature .feature-box .iconset::after {
    background: #fdb801 none repeat scroll 0 0;
    content: "";
    height: 150%;
    left: 43%;
    position: absolute;
    top: 100%;
    width: 1px;
}

.feature .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}


.feature .feature-box .feature-content {
    float: left;
    padding-left: 28px;
    width: 78%;
}
.feature .feature-box .feature-content h4 {
    color: #0f0f0f;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 0 5px;
}
.feature .feature-box .feature-content p {
    color: #606060;
    font-size: 13px;
    line-height: 22px;
}
.icon {
    color : #f4b841;
    padding:0px;
    font-size:40px;
    border: 1px solid #fdb801;
    border-radius: 100px;
    color: #fdb801;
    font-size: 28px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px;
}

.about-section{
  padding:80px 8%;
  background:#f5f9ff;
}

.about-wrapper{
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:40px;
  align-items:center;
}

.about-content h2{
  font-size:36px;
  color:#0a3d62;
  margin-bottom:20px;
}

.about-content p{
  font-size:16px;
  line-height:1.7;
  margin-bottom:14px;
}

.about-points{
  list-style:none;
  padding:0;
  margin-top:20px;
}

.about-points li{
  margin-bottom:10px;
  font-weight:500;
}

.about-info{
  display:grid;
  gap:20px;
}

.info-box{
  background:#fff;
  padding:15px;
  border-radius:14px;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
  text-align:center;
}

.info-box span{
  font-size:34px;
}

.info-box h4{
  margin:10px 0 6px;
  color:#c0392b;
}

header{
  position:relative;
}

.donate-btn{
  position:absolute;
  top:20px;
  right:30px;
  background:#000000;
  color:#ffffff;
  padding:10px 22px;
  border-radius:30px;
  text-decoration:none;
  font-weight:600;
  font-size: 20px;
  box-shadow:0 8px 20px rgba(0,0,0,.25);
  transition:.3s ease;

}


.donate-btn a{
  position:absolute;
  top:20px;
  right:30px;
  background:#000000;
  color:#ffffff;
  padding:10px 22px;
  border-radius:30px;
  text-decoration:none;
  font-weight:600;
  font-size:14px;
  box-shadow:0 8px 20px rgba(0,0,0,.25);
  transition:.3s ease;
  color: #000000;
}

.donate-btn a:hover{
  background:#000000;
  transform:translateY(-2px);
}


@media(max-width:900px){
  .about-wrapper{
    grid-template-columns:1fr;
  }
}


.about-page{
  padding:80px 20px;
  background:#f4f7ff;
  font-family:Arial, sans-serif;
}

.container{
  max-width:1100px;
  margin:auto;
}

.about-main-heading{
  text-align:center;
  font-size:40px;
  color:#000000;
  margin-bottom:50px;
  position:relative;
}

.about-main-heading::after{
  content:"";
  width:80px;
  height:4px;
  background:#e60000;
  display:block;
  margin:10px auto 0;
  border-radius:2px;
}

/* Who We Are */
.about-block{
  background:#fff;
  padding:35px;
  border-radius:15px;
  box-shadow:0 15px 30px rgba(0,0,0,.08);
  margin-bottom:50px;
}

.about-block h2{
  color:#e60000;
  margin-bottom:15px;
}

.about-block p{
  font-size:17px;
  line-height:1.8;
  color:#444;
}

/* Mission & Vision */
.mv-wrapper{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px;
}

.mv-box{
  background:#ffffff;
  padding:35px;
  border-radius:18px;
  box-shadow:0 15px 35px rgba(0,0,0,.1);
  transition:.3s ease;
}

.mv-box:hover{
  transform:translateY(-6px);
}

.mv-box h2{
  color:#e60000;
  margin-bottom:15px;
}

.mv-box p{
  font-size:16px;
  line-height:1.7;
  color:#444;
}

/* Mobile Responsive */
@media(max-width:768px){
  .about-main-heading{
    font-size:32px;
  }

  .mv-wrapper{
    grid-template-columns:1fr;
  }
}
