


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
}

a{
    text-decoration: none !important;
    color: inherit !important;
}

/* ================================nabar===================*/

   /* -------------------- NAV HEADER -------------------- */
  


   /* TOP TITLE */
.goshala_title_ {
  background-color: #fff8e1;
  padding: 10px 0;
  font-size: 28px;
  font-weight: 700;
  color: #a52a2a;
  letter-spacing: 0.5px;
}

/* NAVBAR MAIN */
.nav_header_ {
  background-color: #f4b400;
  padding: 8px 0;
  border-top: 1px solid #ecc766;
  border-bottom: 1px solid #ecc766;
}

/* BRAND LOGO */
.nav_brand_box_ img {
  /* width: 55px; */
  /* height: auto; */
}

/* NAV LINKS */
.nav_links_ul_ .nav-link {
  color: #000 !important;
  font-weight: 500;
  margin-right: 18px;
  transition: 0.3s ease;
  font-size: 18px;
}

.nav_links_ul_ .nav-link:hover,
.nav_links_ul_ .nav-link.active {
  color: #a52a2a !important;
}

/* TOGGLER BUTTON */
.nav_toggle_btn_ {
  border: none;
}

/* ============================ */
/* RESPONSIVE CSS */
/* ============================ */

@media (max-width: 992px) {
  .nav_links_ul_ .nav-link {
    margin: 8px 0;
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .goshala_title_ {
    font-size: 22px;
    padding: 8px 0;
  }

  .nav_brand_box_ img {
    /* width: 45px; */
  }
}



    /* -------------------- HERO SECTION -------------------- */



      /* Slider Wrapper */


.home_hero_slider_ {
  position: relative;
  width: 100%;
  /* height: 100vh; */
  height: 1200px;
  /* height: 700px; */
  overflow: hidden;
  background-repeat: no-repeat !important;
}

/* Each Slide */
.home_hero_ {
  background-repeat: no-repeat !important;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.home_hero_.active {
  opacity: 1;
}

/* Overlay */
.home_hero_overlay_ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}

/* Content */
.home_hero_content_ {
  position: relative;
  z-index: 2;
  max-width: 800px;
  padding: 20px;
}

.home_hero_content_ h1 {
  font-size: 2rem;
  font-weight: 700;
}

.home_hero_content_ p {
  font-size: 1rem;
  margin: 15px 0 25px;
}

.home_hero_btn_ {
  background: #b22222;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 5px;
  font-size: 1rem;
  font-weight: 500;
  transition: background 0.3s ease;
}

.home_hero_btn_:hover {
  background: #a11f1f;
}

/* Responsive */


@media (max-width: 768px) {
  .home_hero_content_ h1 {
    font-size: 1.6rem;
  }
  .home_hero_content_ p {
    font-size: 0.9rem;
  }


  .home_hero_slider_ {
  height: 250px !important;
}

.home_hero_ {

    height: 250px !important;
}

}









    /* -------------------- VALUE STRIP -------------------- */
 .home_values_ {
  background-color: #b22222;
  color: #fff;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/* Track always in one line */
.home_values_track_ {
  display: inline-flex;
  align-items: center;
  gap: 60px; /* spacing between items */
  white-space: nowrap;
  animation: fullScroll 30s linear infinite;
  padding: 15px 0;
}

/* Items */
.home_value_item_ {
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

/* Scroll animation */
@keyframes fullScroll {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-120%);
  }
}

/* Mobile */
@media (max-width: 767px) {
  .home_values_track_ {
    gap: 40px;
  }
  .home_value_item_ {
    font-size: 16px;
  }
}


    /* ================================about===================*/



    /* Section Styling */
    .home_section_ {
      padding: 80px 0;
      background-color: #fff;
      position: relative;
      overflow: hidden;
      width: 95%;
    }

    .home_section_content {
      max-width: 600px;
      text-align: justify;
    }

    .home_section_title {
      font-size: 28px;
      font-weight: 700;
      color: #b22727;
      margin-bottom: 20px;
    }

    .home_section_text {
      font-size: 16px;
      color: #444;
      margin-bottom: 30px;
      /* line-height: 1.7; */
    }

    .home_section_list {
      list-style: none;
      padding: 0;
    }

    .home_section_list li {
      display: flex;
      align-items: flex-start;
      font-size: 16px;
      color: #222;
      margin-bottom: 15px;
    }

    .home_section_list i {
      color: #b22727;
      font-size: 20px;
      margin-right: 10px;
      flex-shrink: 0;
    }

    /* Image Section */
    .home_section_images {
      position: relative;
      text-align: center;
    }

    .home_section_img1,
    .home_section_img2 {
      border-radius: 8px;
      /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    }

    .home_section_img1 {
          width: 350px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    bottom: -190px;
    }

    .home_section_img2 {
      width: 400px;
    position: absolute;
    top: 20px;
    right: -110px;
    z-index: 3;
    }

    /* Yellow Circle Background */
    .home_section_circle {
      position: absolute;
      bottom: -40px;
      right: -40px;
      width: 400px;
      height: 400px;
      background-color: #f9b312;
      border-radius: 50%;
      z-index: 0;
    }

    /* Responsive Design */
    @media (max-width: 992px) {
      .home_section_img2 {
        position: relative;
        top: 0;
        right: 0;
        margin-top: 20px;
      }
      .home_section_circle {
        display: none;
      }
    }

    @media (max-width: 768px) {
      .home_section_title {
        font-size: 24px;
      }

      .home_section_img1, .home_section_img2 {
        width: 100%;
        max-width: 320px;
      }
    }




       /* -------------------- ABOUT SECTION -------------------- */
    .about_section_ {
      padding: 80px 0;
      background-color: #fff;
      color: #333;
    }

    .about_sec
    {
      box-shadow: 0px 0px 51.9px 0px #FFBD0540;
      margin-bottom: 100px;
    }

    .about_title_ {
      text-align: center;
      font-size: 1.8rem;
      font-weight: 700;
      color: #b22222;
      margin-bottom: 40px;
    }

    .about_content_box_ {
      /* background: #fffbea; */
      /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); */
      border-radius: 8px;
      padding: 25px;
      margin-bottom: 40px;
    }

    .about_content_box_ h5 {
      font-weight: 600;
      color: #333;
      margin-bottom: 15px;
    }

    .about_content_box_ p {
      font-size: 0.95rem;
      line-height: 1.7;
      text-align: justify;
      color: #444;
    }

    .about_img_right_ {
      text-align: center;
    }

    .about_img_right_ img {
      width: 100%;
      /* max-width: 300px; */
      border-radius: 8px;
      /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15); */
    }



    /* -------------------- RESPONSIVE -------------------- */
    @media (max-width: 768px) {
      .about_content_box_ {
        text-align: center;
      }
      .about_img_right_ {
        margin-top: 20px;
      }
    }





    /* ================== */

    /* IMAGE & VIDEO SLIDER */
/* MAIN SLIDER WRAPPER */

.about_multi_slider_ {
  margin:0px auto;
  width: 95%;
}

/* ITEM BOX */
.about_item_box_ {
  border-radius: 12px;
  overflow: hidden;
  margin: 10px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* MEDIA CONTENT */
.about_item_box_ img,
.about_item_box_ video {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

/* ================ RESPONSIVE FIX ================ */

/* DESKTOP: 3 per slide */
@media (min-width: 992px) {
  #about_multi_slider_ .col-md-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
  }
  .about_item_box_ img,
  .about_item_box_ video {
    height: 420px;
  }
}

/* TABLET: 2 items per row */
@media (max-width: 768px) {
  #about_multi_slider_ .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about_item_box_ img,
  .about_item_box_ video {
    height: 300px;
  }
}

/* MOBILE: 1 item per row (IMPORTANT) */
@media (max-width: 576px) {
  #about_multi_slider_ .col-sm-6,
  #about_multi_slider_ .col-12,
  #about_multi_slider_ .col-md-4 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .about_item_box_ img,
  .about_item_box_ video {
    height: 220px;
  }

  .about_item_box_ {
    margin: 6px 0;
  }
}




/* ===================================================*/


/* Overall layout (Left + Right split) */
.vm_row {
   margin-top: 60px;
    display: flex;
    width: 100%;
    min-height: 450px;
}

/* LEFT SIDE (BG + COLOR OVERLAY) */
.vm_left_bg {
    flex: 1;
    background-image: url("../images/cowss.png");   /* CHANGE IMAGE HERE */
    background-size: cover;
    background-position: center;
    position: relative;
    height: 800px;
}

.vm_left_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(6, 169, 170, 0.85);  */
}

/* RIGHT SIDE CONTENT */
.vm_right_content {
    flex: 1;
    padding: 60px;
    background: #ffffff;

    flex-direction: column;
    justify-content: center;
    display: flex;

}

.home_mission_title {
    font-size: 30px;
    font-weight: 700;
    color: #b22727;
    margin-bottom: 40px;
}

/* Row inside (Vision/Mission) */
.vm_item {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 40px;
}

/* Icons */
.vm_icon {
    width: 250px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 38px;
}

.vision_icon {
    background: #00a8c6;
}

.mission_icon {
    background: #d8392b;
}

/* Text */
.vm_text h3 {
    margin-bottom: 8px;
    font-size: 24px;
    font-weight: 700;
}

.vm_text p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

/* Responsive */
@media (max-width: 992px) {
    .vm_row {
        flex-direction: column;
    }

    .vm_left_overlay {
    position: relative;
    width: 100%;
    height: 750px;
}


.vm_left_bg {
    position: relative;
    height: 800px;
    width: 360px;
    margin: auto;
}



.vm_right_content {
    padding: 20px;
}



.vm_icon {
    width: 520px;
    height: 100px;
}



}






    /* ============================================ */



        /* -------------------- SERVICES SECTION -------------------- */
    .services_section_ {
      padding: 80px 0;
      background-color: #fff;
      color: #333;
      width: 95%;
      margin: 0 auto;
    }

    .services_title_ {
      text-align: center;
      font-size: 1.8rem;
      font-weight: 700;
      color: #b22222;
      margin-bottom: 15px;
    }

    .services_subtext_ {
      text-align: center;
      max-width: 800px;
      margin: 0 auto 50px;
      font-size: 0.95rem;
      color: #555;
      line-height: 1.6;
    }

    /* -------------------- SERVICE CARDS -------------------- */
    .services_card_ {
      position: relative;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2);
      height: 400px;
      background-size: cover;
      background-position: center;
      transition: transform 0.4s ease;
    }

    .services_card_:hover {
      transform: translateY(-5px);
    }

    .services_overlay_ {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      padding: 20px;
      color: #fff;
      text-align: left;
    }

    .services_overlay_ h5 {
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 8px;
    }

    .services_overlay_ p {
      font-size: 0.9rem;
      line-height: 1.5;
      color: #f5f5f5;
    }

    /* -------------------- RESPONSIVE -------------------- */
    @media (max-width: 768px) {
      .services_card_ {
        height: 300px;
      }
      .services_overlay_ h5 {
        font-size: 1rem;
      }
      .services_overlay_ p {
        font-size: 0.85rem;
      }
    }


/* ===================================================*/

   

/* Main Section */
.home_behind_section {
  padding: 70px 20px;
  background: linear-gradient(to bottom, #ffffff, #fff7e6);
  text-align: center;
}

/* Heading */
.home_behind_heading {
  font-size: 2.2rem;
  color: #b12e2e;
  font-weight: 700;
  margin-bottom: 45px;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
}

/* Underline Effect */
.home_behind_heading::after {
  content: "";
  width: 60%;
  height: 4px;
  background: #d6a84a;
  display: block;
  margin: 10px auto 0;
  border-radius: 10px;
}

/* Container */
.home_behind_container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 35px;
}

/* Card Box */
.home_behind_card {
  background: #ffffff;
  border: 6px solid #d6a84a;
  border-radius: 18px;
  overflow: hidden;
  max-width: 380px;
  flex: 1 1 280px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
  transition: all 0.35s ease;
  position: relative;
}

/* Hover Effect */
.home_behind_card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.25);
}

/* Image Wrapper */
.home_behind_img_box {
  overflow: hidden;
  height: 350px;
}

.home_behind_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

/* Zoom Image on Hover */
.home_behind_card:hover .home_behind_img {
  transform: scale(1.08);
}

/* Info Section */
.home_behind_info {
  background: #6b0280;
  color: white;
  padding: 18px 12px;
  text-align: center;
}

/* Name Text */
.home_behind_name {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 0.5px;
}

/* Role Text */
.home_behind_role {
  font-weight: 400;
  font-size: 0.95rem;
  margin-top: 6px;
  opacity: 0.9;
}

/* Responsive */
@media (max-width: 768px) {
  .home_behind_heading {
    font-size: 1.7rem;
  }
  .home_behind_img_box {
    /* height: 300px; */
  }
  .home_behind_card {
    max-width: 90%;
  }
}

@media (max-width: 480px) {
  .home_behind_heading {
    font-size: 1.5rem;
  }
  .home_behind_img_box {
    /* height: 250px; */
  }
  .home_behind_name {
    font-size: 1rem;
  }
  .home_behind_role {
    font-size: 0.85rem;
  }
}


/* ===================================================*/

/* ===== Contact Section Styles ===== */
.contct_section {
  background-color: #fff;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contct_container {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  max-width: 900px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

/* Left Box */
.contct_info_box {
  background-color: #f9b208;
  color: #000;
  flex: 1 1 300px;
  padding: 35px;
}

.contct_info_box h5 {
  font-weight: 700;
  margin-bottom: 15px;
}

.contct_info_box p {
  font-size: 15px;
  margin-bottom: 20px;
}

.contct_info_item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 1.4;
}

.contct_info_item i {
  font-size: 18px;
  margin-right: 12px;
  color: #000;
}

/* Right form box */
.contct_form_box {
  flex: 2 1 400px;
  padding: 35px;
  background: #fff;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.contct_form_box h2 {
  color: #a01919;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}

/* Form spacing */
.contct_form_box .form-control {
  border-radius: 6px;
  box-shadow: none;
  padding: 10px;
  margin-bottom: 15px;
}

.contct_submit_btn {
  background-color: #f9b208;
  border: none;
  color: #000;
  font-weight: 600;
  padding: 12px 35px;
  border-radius: 6px;
  transition: 0.3s;
  width: 100%;
}

.contct_submit_btn:hover {
  background-color: #e0a006;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .contct_container {
    flex-direction: column;
  }

  .contct_info_box, 
  .contct_form_box {
    width: 100%;
    padding: 25px;
  }

  .contct_form_box h2 {
    font-size: 22px;
  }
}



/* ===================================================*/



    /* ===========================
       Footer Section Styles
    ============================ */
    .footer_section {
      background-color: #f9b208;
      color: #000;
      padding: 40px 20px;
    }

    .footer_container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-start;
      gap: 30px;
      border-bottom: 1px solid rgba(0,0,0,0.1);
      padding-bottom: 20px;
    }

    .footer_col {
      flex: 1 1 250px;
    }

    .footer_about_logo {
      /* width: 60px; */
      height: 100px;
      border-radius: 50%;
      object-fit: contain;
      margin-bottom: 10px;
    }

    .footer_col h5 {
      font-weight: 700;
      margin-bottom: 15px;
      color: #000;
    }

    .footer_col p {
      margin: 0;
      font-size: 15px;
      line-height: 1.6;
    }

    .footer_links a {
      display: block;
      color: #000;
      text-decoration: none;
      margin-bottom: 8px;
      font-size: 15px;
      transition: color 0.3s;
    }

    .footer_links a:hover {
      color: #7b5800;
    }

    .footer_contact_item {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
      font-size: 15px;
    }

    .footer_contact_item i {
      font-size: 18px;
    }

    .footer_bottom {
      text-align: center;
      padding-top: 15px;
      font-size: 14px;
      color: #000;
    }

    /* Responsive Adjustments */
    @media (max-width: 768px) {
      .footer_container {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .footer_col {
        flex: 1 1 100%;
      }

      .footer_col:not(:last-child) {
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding-bottom: 20px;
      }

      .footer_contact_item {
        justify-content: center;
      }


      .footer_contact_item {
    font-size: 11px;
}

.footer_section {
    padding: 40px 5px;
}

    }


/* ===================================================*/




.footer_bottom_ {
  background: #f9b208;
  color: #000000;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  flex-wrap: wrap;
}

.footer_bottom_right_ a {
  color: #640e0e;
  font-weight: bold;
  text-decoration: none;
}

.footer_bottom_right_ a:hover {
  text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .footer_bottom_ {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
}





/* =================================== */


.float_btn_container_ {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.float_btn_ {
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 12px rgba(0,0,0,0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.float_btn_ img {
    width: 30px;
    height: 30px;
}

.float_btn_:hover {
    transform: scale(1.15);
    box-shadow: 0 8px 18px rgba(0,0,0,0.35);
}

/* Button Colors */
.float_whatsapp_ {
    background: #25D366;
}

.float_call_ {
    background: #0A84FF;
}

.float_email_ {
    background: #FF4747;
}

/* Responsive */
@media (max-width: 576px) {
    .float_btn_ {
        width: 48px;
        height: 48px;
    }
    .float_btn_ img {
        width: 26px;
        height: 26px;
    }
}


/* =====================================Chnges new ==================*/


/* =====================
   SOCIAL MEDIA ICONS
===================== */
.footer_social_ {
    margin-top: 15px;
    display: flex;
    gap: 15px;
}

.footer_social_ a {
    font-size: 26px;
    color: #fff;
    transition: 0.3s;
}

.footer_social_ a:hover {
    color: #ffcc00;
    transform: scale(1.2);
}



/* YouTube Official Color */
.footer_social_ a.youtube_icon_ i {
    color: #FF0000;
    transition: 0.3s;
}

.footer_social_ a.youtube_icon_:hover i {
    color: #cc0000;
    transform: scale(1.2);
}



/* Instagram Gradient Color */
.footer_social_ a.instagram_icon_ i {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    -webkit-background-clip: text;
    color: transparent;
}



/* ===================== END ===================== */





/* ====================================map========qr============= */


/* ==========================
     DONATION SECTION
=========================== */



.donation_section_ {
    padding: 80px 5%;
    background: #f9fafb;
}

.donation_container_ {
    max-width: 1200px;
    margin: auto;
}

.donation_title_ {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #222;
}

.donation_content_ {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px;
    flex-wrap: wrap;
}

/* BOTH BOXES SAME HEIGHT + SPACING FIX */
.donation_details_box_,
.donation_qr_box_ {
    background: #fff;
    padding: 30px;
    border-radius: 14px;
    width: 48%;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.donation_subtitle_ {
    font-size: 24px;
    margin-bottom: 20px;
    color: #c0392b;
    font-weight: 700;
}

.donation_details_box_ p {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.6;
}

.donation_qr_box_ {
    text-align: center;
}

.donation_qr_img_ {
    width: 85%;
    max-width: 350px;
    margin: auto;
    border-radius: 14px;
}

.donation_qr_text_ {
    margin-top: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #444;
}

/* RESPONSIVE FIX */
@media (max-width: 900px) {
    .donation_details_box_,
    .donation_qr_box_ {
        width: 100%;
    }

    .donation_section_ {
        padding: 60px 5%;
    }
}




/* ==========================
     MAP SECTION
=========================== */

.contact_map_section_ {
    padding: 60px 5%;
    background: #ffffff;
}

.contact_map_container_ {
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

.contact_map_title_ {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact_map_box_ {
    width: 100%;
    height: 380px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}

.contact_map_iframe_ {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 12px;
}

.contact_map_btn_ {
    display: inline-block;
    padding: 12px 22px;
    background: #ff7f32;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.contact_map_btn_:hover {
    background: #e36d29;
}

/* Mobile */
@media (max-width: 600px) {
    .contact_map_title_ {
        font-size: 24px;
    }

    .contact_map_box_ {
        height: 300px;
    }
}


/* ================== */


/* Hidden before scroll */
.scroll_anim_ {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.9s ease;
}

/* Visible after scroll */

.scroll_anim_show_ {
  /* margin-top: 150px; */
  opacity: 1;
  transform: translateY(0);
}



/* =================================== */


.author_founders_section {
  padding: 60px 20px;
  background: #faf7f2;
}

.author_founders_title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #663300;
  letter-spacing: 1px;
}

.author_founders_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
}

.author_card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 8px 18px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.author_card:hover {
  transform: translateY(-5px);
}

.author_img {
  width: 100%;
  /* height: 320px;  */
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 15px;
}

.author_name {
  font-size: 24px;
  font-weight: 700;
  color: #5a2d0c;
  margin-bottom: 5px;
}

.author_role {
  font-size: 16px;
  color: #a05a2c;
  margin-bottom: 15px;
  font-weight: 600;
}

.author_desc {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  text-align: justify;
}



/* ===================================== */

.home_hero_video_ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}






/* =================================================== */
/* ============================================ */



/* LEFT animation */
.left_ani {
    opacity: 0;
    transform: translateX(-50px);
    animation: leftSlide 1s ease-out forwards;
}

@keyframes leftSlide {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* RIGHT animation */
.right_ani {
    opacity: 0;
    transform: translateX(50px);
    animation: rightSlide 1s ease-out forwards;
}

@keyframes rightSlide {
    0% {
        opacity: 0;
        transform: translateX(50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}


/* ============================================ */








@media (max-width: 768px) {

  .services_section_
  {
    padding: 0px !important;
  }
  
}












