@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&family=Roboto:wght@100;300;400;500;700;900&display=swap');

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:active,
:hover,
:focus {
  outline: 10 !important;
  outline-offset: 10;
}

a,
a:hover {
  text-decoration: none;
}

a:hover {
  color: var(--primary-color) !important;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

/*===== Variable Define =====*/
:root {
  --primary-color: #e15e1d;
  --secondry-color: #3ea4f8;
  --white-color: #fff;
  --text-color: #b0b0b0;
  --black-color: #1E1D23;
  --blue-color: #e6f8f9;
  --primary-font: 'Roboto', sans-serif;
  --secondry-font: 'Quicksand', sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--primary-font);
  font-size: 100%;
  font-weight: 400;
}

/*
=========================================
    Custom Scrollbar
=========================================
*/

::-webkit-scrollbar {
  width: 0.625rem;
}

::-webkit-scrollbar-track {
  background: var(--white-color);
}

::-webkit-scrollbar-thumb {
  background: var(--secondry-color);
}

/*
==========================================
   Custom CSS Design
==========================================
*/

h1 {
  font-size: 70px;
  font-weight: 990;
  margin-bottom: 1rem;
  color: var(--white-color);
  text-shadow: 1px 0 6px #000;
}

h1 span {
  color: var(--primary-color);
}

h2 {
  font-weight: 700;
  font-size: 2rem;
  text-transform: capitalize;
  font-family: var(--secondry-font);
  color: var(--secondry-color);
  line-height: 3rem;
}

h4 {
  color: var(--secondry-color);
  font-family: var(--secondry-font);
  text-transform: capitalize;
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

h5 {
  color: var(--black-color);
  text-transform: capitalize;
  font-family: var(--secondry-font);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

p {
  font-size: 1rem;
  color: var(--text-color);
  font-weight: 400;
  line-height: 1.75rem;
  letter-spacing: 1px;
}

.main-btn {
  display: inline-block;
  padding: 0.625rem 1.875rem;
  line-height: 1.5625rem;
  background-color: var(--primary-color);
  border: 0.1875rem solid var(--primary-color);
  color: var(--black-color);
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 0.5rem;
  box-shadow: 0px 2px 10px -1px rgb(0 0 0 / 19%);
  -webkit-transition: all .4s ease-out 0s;
  -o-transition: all .4s ease-out 0s;
  -moz-transition: all .4s ease-out 0s;
  transition: all .4s ease-out 0s;
}

.login:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.wrapper {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}

.text-content {
  width: 70%;
  margin: auto;
}

/*
==========================================
   Header Design
==========================================
*/
.navigation-wrap{
  position:fixed;
  width:100%;
  left:0;
  z-index:1000;
  -webkit-transition:all 0.3s ease-out;
  transition:all 0.3s ease-out;
}
.navigation-wrap .nav-item{
  padding:0 0.625rem;
  transition:all 0.3s linear;
} 
.navbar-toggler:focus{
  outline:unset;
  border:unset;
  box-shadow: none;
}
.nav-link{
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: capitalize;
  color:var(--white-color);
  letter-spacing:1px;
}
.nav-link:hover,
.nav-link.active{
  color:var(--primary-color) !important;
}
.navigation-wrap .main-btn{
  padding:0.3125rem 1.4375rem;
  box-shadow: none;
  margin-left:0.625rem;
}

/* Change navbar styling on scroll */
.navigation-wrap.scroll-on{
  position:fixed;
  background-color:var(--white-color);
  top:0;
  left:0;
  width:100%;
  box-shadow: 0 0.125rem 1.75rem 0 rgb(0,0,0,0.09);
  transition: all 0.15s ease-in-out 0s;
}
.navigation-wrap.scroll-on .nav-link{
  color:var(--black-color);
}
.navigation-wrap.scroll-on .nav-link:hover,
.navigation-wrap.scroll-on .nav-link.active{
  color:var(--primary-color);
}

/*
==========================================
   top-banner Design
==========================================
*/
/* --- Banner Text Styling --- */

.top-banner {
background: url('../img/bg/banner1.jpg') no-repeat center center/cover;
  height: 100vh;
  position: relative;
  background-attachment: scroll;
}



.banner-content {
  position: relative;
  z-index: 2;
}

.top-banner h1 {
  font-family: 'Playfair Display', serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #ff751f; /* orange tone */
  line-height: 1.2;
}

.top-banner h2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: #2f1ebe; /* soft purple tone */
  margin-bottom: 1.5rem;
}

.top-banner p {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
  color: #0a0400;
  line-height: 1.8;
  font-weight: 400;
}

/* Center text vertically */
.top-banner .container {
  display: flex;
  align-items: center;
  height: 100vh;
}

/* --- Responsive tweaks --- */
@media (max-width: 991px) {
  .top-banner h1 {
    font-size: 2.8rem;
  }
  .top-banner h2 {
    font-size: 2rem;
  }
  .top-banner p {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {
  .top-banner {
    text-align: center;
    background-position: top;
  }
  .top-banner h1 {
    font-size: 2.2rem;
  }
  .top-banner h2 {
    font-size: 1.6rem;
  }
  .top-banner p {
    font-size: 0.95rem;
  }
}


@media (max-width: 768px) {
  .top-banner {
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
  }
}


/* 
==========================================
  donate us
==========================================
*/
/* .donate-us .card{
  border:none;
}
.donate-us .link_category_product{
  position:relative;
  display:block;
  z-index:1;
} 
.donate-us .link_category_product::before{
  position:absolute;
  content:'';
  top:50%;
  left:50%;
  width:100%;
  height:100%;
  border-radius: 50%;
  border:2px dotted var(--secondry-color);
  z-index:-1;
  transform:translateX(-50%) translateY(-50%) scale(0);
  background:var(--primary-color);
  -webkit-transition:all .4s ease;
  -moz-transition:all .4s ease;
  -ms-transition:all .4s ease;
  -o-transition:all .4s ease;
  transition:all .4s ease;
}
.card:hover .link_category_product::before{
  transform:translateX(-50%) translateY(-50%) scale(1);
}

.donate-us .cat-title a{
  text-align: center;
  font-size: 0.8125rem;
  position:relative;
  display:inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color:var(--black-color);
}
.card:hover .cat-title a{
  color:var(--primary-color);
} */

/*
==========================================
 about section Design
==========================================
*/
.about-section{
  background:var(--blue-color);
}
.about-section .card,
.about-section .card img{
  border-radius: 0.625rem;
}
.about-section .text-sec{
  padding-left:2rem;
}
 

/*
==========================================
 how-we-work section Design
==========================================
*/
.how-we-work{
  padding-top:3.25rem;
}
.how-we-work ul li{
  font-size: 1rem;
  color:var(--text-color);
  line-height: 32px;
  position:relative;
  margin-left:30px;
}
.how-we-work ul li::before{
  position:absolute;
  left:-2.1875rem;
  color:var(--primary-color);
  font-size: 1.25rem;
  font-family: "Font Awesome 5 Free";
  content:'\f00c';
  display:inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
}

/*
==========================================
 how-we-work section Design
==========================================
*/
.how-we-work .card{
  border:none;
  background-color:transparent;
  border-radius: 0.9375rem;
}
.how-we-work .card img{
  border-radius: 15px 15px 0 0;
  object-fit: cover;
}
.how-we-work .card span{
  display:block;
  font-size: 1.5rem;
  font-weight: 700;
  color:var(--primary-color);
  padding-bottom: 1rem;
  border-bottom:0.0625rem solid #eee;
}
.how-we-work p{
  color:var(--text-color);
  font-size: 14px;
  line-height: 22px;
}

/*



/*
==========================================
footer section Design
==========================================
*/
.footer{
  background: var(--black-color);
} 
.footer .footer-social a i{
  font-size: 1.5rem;
  color:var(--white-color);
  padding:0 1rem;
}
.footer .footer-social a:hover i{
  color:var(--primary-color);
}
 

/* Form Control */
.newsletter .form-control{
  height:3.225rem;
  padding:0 1.25rem;
  font-size: 0.875rem;
  width:100%;
  border-radius: 0;
  background:transparent;
  border:0.1875rem solid var(--white-color);
  color:var(--black-color);
  font-weight: 700;
}
.newsletter .main-btn{
  height:3.225rem;
  padding:0 1.25rem;
  font-size: 0.875rem;
  border-radius: 0;
  background-color: var(--white-color);
  border:0.1875rem solid var(--white-color);
  color:var(--black-color);
  font-weight: 700;
}
.newsletter:hover .form-control{
  border:0.1875rem solid var(--primary-color);
  color:var(--black-color);
}
.newsletter:hover .main-btn{
 background:var(--primary-color); 
 border:0.1875rem solid var(--primary-color);
}
.newsletter .form-control:hover,
.newsletter .form-control:focus{
  outline:none;
  box-shadow: none;
  border-color:var(--primary-color);
}

<!--Responsive Design-->
@media (max-width: 991px) {

    /*custom classes  */ 
    .text-content{
        width:100%;
    }


    /* navbar brand */ 
    .navigation-wrap .navbar-brand img{
        height:3.8125rem
    }
    .navigation-wrap{
        text-align: center;
        background-color: var(--white-color);
    }
    .navigation-wrap .nav-link{
        line-height: 1.875rem;
        color:var(--black-color);
    }

    /* Banner Design */ 
    .top-banner{
        padding:9.375rem 0 9.375rem;
    }

    /* carousel design */ 
    .testimonial-section .carousel-caption p{
        padding:0;
    }

    /* footer link */ 
    .footer .footer-social a i{
        padding:0 0.75rem;
    }
}

@media (max-width: 767px) {

    /* custom css */
    h1 {
        font-size: 2.8rem;
    }

    h2 {
        font-size: 1.3rem;
        line-height: 28px;
    }

    /* top banner */ 
    .top-banner{
        padding:10.375rem 0 9.375rem;
    }

    /* carousel design */ 
    .testimonial-section .carousel-item{
        padding:11rem 3.125rem;
    }
}

@media (max-width:330px) {

    /* carousel design */
    .testimonial-section .carousel-item{
        padding:13rem 3.125rem;
    } 
}
        
   /* Custom Colors for Navbar Links and Scrollbar */

/* Navigation link color */
.nav-link {
  color: #000000; /* normal */
}

.nav-link:hover,
.nav-link.active {
  color: #ff6803 !important; /* hover or active */
}

/* Scrollbar color */
::-webkit-scrollbar-thumb {
  background: #ff6803;
}

::-webkit-scrollbar-thumb:hover {
  background: #ff6803;
}
   

/* ===== Careers Section ===== */
.careers-section h2 {
  color: var(--secondry-color);
  font-weight: 700;
}
.career-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.career-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.career-card img {
  border-radius: 12px;
  height: 230px;
  object-fit: cover;
  width: 100%;
}

/* ===== Contact Section ===== */
.contact-section {
  background: linear-gradient(135deg, #6486ee 20%, #ff8a1d 100%);
  color: white;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.contact-section h2 {
  color: #fff;
  font-weight: 700;
}
.contact-item {
  font-size: 1.1rem;
  margin: 8px 0;
  animation: fadeInUp 1s ease both;
}
.contact-item i {
  margin-right: 10px;
  color: #fff;
}
.social-icons a {
  color: white;
  font-size: 1.5rem;
  margin: 0 12px;
  transition: transform 0.3s ease, color 0.3s ease;
}
.social-icons a:hover {
  transform: scale(1.2);
  color: #222;
}

/* Subtle animation */
@keyframes fadeInUp {
  0% {opacity: 0; transform: translateY(30px);}
  100% {opacity: 1; transform: translateY(0);}
}

/* Change color of about section paragraphs only */
#about .text-sec p {
  color: #333333; /* You can replace with your desired color */
}


/* Carousel image sizing */
.carousel-img {
  height: 600px;          /* smaller than before (was 888px) */
  object-fit: cover;      /* keeps the image cropped nicely */
}

/* Make it responsive for smaller devices */
@media (max-width: 991px) {
  .carousel-img {
    height: 400px;
  }
}

@media (max-width: 576px) {
  .carousel-img {
    height: 280px;
  }
}


.carousel-img {
  width: 90%;           /* makes image narrower — adjust (80–95%) as you like */
  height: 450px;        /* controls vertical height */
  object-fit: cover;    /* keeps proportion and avoids stretching */
  margin: 0 auto;       /* centers the images horizontally */
  border-radius: 15px;  /* optional: gives soft rounded edges */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* optional for nice look */



