



    /* ======== Global Styles ======== */
    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
       font-family: 'Segoe UI Symbol', sans-serif;
      /* background-color: #fff; */
      /* color: #1a1a1a; */
      line-height: 1.6;
    }

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

    h1, h2, h3 {
      font-weight: 600;
    }


    .header_text
    {
          font-size: 1.5rem;
    font-weight: bold;
        color: rgba(26, 115, 232); 
    }


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


      .nav_bar_container {
    background: rgba(255, 255, 255, 0.95); /* semi-transparent if you like */
    z-index: 1000;
  }

  .header_bg_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 6rem;
    font-weight: bold;
    /* color: rgba(0,0,0,0.05);  */
        color: rgba(26, 115, 232, 0.1); 

    pointer-events: none; 
    z-index: 0;
    white-space: nowrap;
  }

  .navbar-nav,
  .nav_bar_logo,
  .nav_bar_enroll {
    position: relative;
    z-index: 1; /
  }


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


    /* Navbar Section */
    .nav_bar_container {
      background: #fff;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
      z-index: 1000;
    }


    .nav_bar_logo img {
      height: 80px;
    }
    
    .nav_bar_link {
      color: #222;
      font-weight: 500;
      transition: 0.3s;
    }
    .nav_bar_link:hover,
    .nav_bar_link.active {
      color: #FF7F32;
    }
    .nav_bar_enroll {
      background: #ff6a00;
      color: #fff !important;
      font-weight: 600;
      border-radius: 8px;
      padding: 8px 18px;
      transition: 0.3s;
    }
    .nav_bar_enroll:hover {
      background: #e65c00;
    }


.navbar-expand-lg .navbar-nav
{
  margin: auto;
}

li.nav-item {
    margin: 0px 10px;
}


    /* Hero Section */
    
    
    .home_hero_section {
      /* padding-top: 80px; */
      padding-bottom: 60px;
      background: #fff;
    }
    .home_hero_heading {
      font-size: 2.8rem;
      font-weight: 700;
      color: #111;
    }
    .home_hero_text {
      font-size: 1rem;
      color: #555;
      margin-top: 15px;
      max-width: 500px;
    }
    .home_hero_buttons {
      margin-top: 25px;
    }
    .home_btn_primary {
      background-color: #ff6a00;
      border: none;
      padding: 10px 20px;
      color: white;
      font-weight: 600;
      border-radius: 8px;
      margin-right: 10px;
      transition: 0.3s;
    }
    .home_btn_primary:hover {
      background-color: #e65c00;
    }
    .home_btn_secondary {
      border: 2px solid #0056B3;
      color: #0056B3;
      font-weight: 600;
      border-radius: 8px;
      padding: 10px 20px;
      background: transparent;
      transition: 0.3s;
    }
    .home_btn_secondary:hover {
      background-color: #0056B3;
      color: #fff;
    }
    .home_hero_image {
      border-radius: 15px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      overflow: hidden;
    }
    .home_hero_image img {
      width: 100%;
      height: auto;
      border-radius: 15px;
    }

    /* Impact Section */
    .home_impact_section {
      background: #f8fbff;
      padding: 80px 0;
      text-align: center;
    }
    .home_impact_heading {
      font-size: 1.8rem;
      font-weight: 700;
      color: #111;
    }
    .home_impact_subtext {
      color: #666;
      margin-top: 10px;
      font-size: 0.95rem;
    }
    .home_impact_card {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      padding: 30px 20px;
      transition: 0.3s;
    }
    .home_impact_card:hover {
      transform: translateY(-5px);
    }
    .home_impact_icon {
      font-size: 2.2rem;
      color: #0056B3;
      margin-bottom: 15px;
    }
    .home_impact_card h5 {
      font-weight: 600;
      color: #222;
      font-size: 1rem;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .home_hero_heading {
        font-size: 2.2rem;
      }
    }
    @media (max-width: 768px) {

    div#heroImageCarousel
 {
    padding-top: 20px;
}
      .home_hero_section {
        text-align: center;
        padding: 1px;
      }
      .home_hero_text {
        margin: 0 auto;
      }
      .home_hero_buttons {
        justify-content: center;
      }
      .home_hero_image {
        margin-top: 30px;
      }


      /* ---------------- */

        .header_bg_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.2rem;
    font-weight: bold;
    pointer-events: none; 
    z-index: 0;
    white-space: nowrap;
  }


.footer_col
 {
    flex: none !important;
    margin: 10px;
}

    }



        @media (max-width: 565px) {

    div#heroImageCarousel
 {
    padding-top: 20px;
}


.scrolling-text span {
    padding-top: 5px !important;
}

        }


/* ------------------about pg-------------------- */




.about_us_section {
  /* margin-top: 80px; */
  background: linear-gradient(135deg, #F9FAFB 0%, #EFF6FF 100%);
  padding: 60px 20px;
}

.about_us_container {
 width:90%;
  margin: auto;
}

/* Header */
.about_us_header {
  text-align: center;
  margin-bottom: 50px;
}

.about_us_badge {
  background: #0056B3;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 5px 15px;
  font-size: 14px;
  margin-bottom: 10px;
}

.about_us_title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.about_us_subtitle {
  color: #555;
  font-size: 16px;
}

/* Journey Section */
.about_us_journey {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding: 40px 0;
  margin-bottom: 60px;
}

.about_us_journey_left {
  flex: 1 1 500px;
}

.about_us_journey_right {
  flex: 1 1 400px;
  text-align: center;
}

.about_us_journey_title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}

.about_us_journey_text {
  color: #555;
  line-height: 1.6;
  margin-bottom: 10px;
}

.about_us_image {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Stats */
.about_us_stats {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.about_us_stat_box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  flex: 1;
}

.about_us_stat_box h4 {
  font-size: 22px;
}

.about_us_stat {
  color: #FF7F32;
}

.about_us_success {
  color: #009f4d;
}

/* Core Values */
.about_us_values {
  text-align: center;
}

.about_us_values_title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.about_us_values_subtitle {
  color: #555;
  margin-bottom: 30px;
}

.about_us_values_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.about_us_value_box {
  background: #fff;
  border-radius: 10px;
  padding: 25px 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.about_us_icon {
  font-size: 24px;
  margin-bottom: 10px;
  display: inline-block;
  padding: 10px;
  border-radius: 50%;
  background: #f0f3f8;
}

.about_us_icon_blue { background: #e6f0ff; }
.about_us_icon_orange { background: #fff3e0; }
.about_us_icon_green { background: #e6f7ee; }
.about_us_icon_purple { background: #f3e6ff; }

.about_us_value_box h4 {
  margin-bottom: 8px;
  font-weight: 600;
}

.about_us_value_box p {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
}

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

  .about_us_stats {
    flex-direction: column;
  }
}



/* -------------------------------------------- */


.about_wht_do_section {
  background-color: #fff;
}

.about_wht_do_header h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #333;
}

.about_wht_do_subtitle {
  color: #666;
  font-size: 0.95rem;
}

.about_wht_do_card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  padding: 25px 20px;
  text-align: left;
  height: 100%;
  transition: transform 0.3s ease;
}

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

.about_wht_do_icon {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}

/* Icon background colors */
.bg-blue { background-color: #cfe5ff; color: #0052cc; }
.bg-orange { background-color: #ffe3c4; color: #d97706; }
.bg-green { background-color: #d1fae5; color: #047857; }
.bg-purple { background-color: #ede9fe; color: #6d28d9; }
.bg-red { background-color: #fee2e2; color: #b91c1c; }
.bg-sky { background-color: #cffafe; color: #0056B3; }

.about_wht_do_card_title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 5px;
}

.about_wht_do_desc {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 12px;
}

.about_wht_do_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about_wht_do_list li {
  font-size: 0.9rem;
  color: #444;
  margin-bottom: 6px;
}

.about_wht_do_list i {
  color: #FF7F32;
  margin-right: 6px;
}

/* Responsive */
@media (max-width: 767px) {
  .about_wht_do_card {
    text-align: center;
  }
  .about_wht_do_icon {
    margin: 0 auto 12px;
  }
}


/* ---------------------------gallery pg--------------------- */


    /* Gallery Page Styling */
    .gallery_pg_section {
      /* margin-top: 8rem; */
      background: linear-gradient(135deg, #F9FAFB 0%, #FAF5FF 100%);
      padding-bottom: 4rem;
    }

    .gallery_pg_badge {
      background: #e5e1ff;
      color: #4a36e3;
      padding: 6px 14px;
      border-radius: 20px;
      font-weight: 600;
      font-size: 0.9rem;
    }

    .gallery_pg_title {
      font-weight: 700;
      font-size: 2rem;
      color: #1a1a1a;
    }

    .gallery_pg_desc {
      color: #666;
      max-width: 600px;
      margin: 0 auto;
    }

    .gallery_pg_filters .btn {
      border-radius: 25px;
      font-size: 0.9rem;
      padding: 8px 16px;
      transition: all 0.3s ease;
    }

    .gallery_pg_filters .btn.active {
      background-color: #4a36e3;
      border-color: #4a36e3;
      color: white;
    }

    .gallery_pg_card {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 14px rgba(0,0,0,0.08);
      overflow: hidden;
      transition: all 0.3s ease;
    }

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

    .gallery_pg_media {
      position: relative;
    }

    .gallery_pg_media img {
      width: 100%;
      border-radius: 15px 15px 0 0;
      object-fit: cover;
      height: 220px;
    }

    .gallery_pg_tag_video,
    .gallery_pg_tag_photo {
      position: absolute;
      top: 10px;
      left: 10px;
      background: #ff4d4f;
      color: white;
      font-size: 0.8rem;
      padding: 4px 10px;
      border-radius: 6px;
      font-weight: 600;
    }

    .gallery_pg_tag_photo {
      background: #0056B3;
    }

    .gallery_pg_play_icon {
      position: absolute;
      top: 45%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 2.5rem;
      color: white;
      opacity: 0.9;
      cursor: pointer;
      transition: all 0.3s;
    }

    .gallery_pg_play_icon:hover {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1.1);
    }

    .gallery_pg_duration {
      position: absolute;
      bottom: 10px;
      right: 10px;
      background: rgba(0,0,0,0.6);
      color: white;
      font-size: 0.8rem;
      padding: 2px 8px;
      border-radius: 4px;
    }

    .gallery_pg_body {
      padding: 15px;
      text-align: left;
    }

    .gallery_pg_body h6 {
      font-weight: 600;
      color: #222;
    }

    .gallery_pg_meta {
      display: flex;
      justify-content: space-between;
      color: #666;
      font-size: 0.85rem;
    }

    .gallery_pg_cat {
      text-transform: capitalize;
      color: #4a36e3;
      font-weight: 500;
    }

    .gallery_pg_summary {
      border-top: 1px solid #ddd;
      padding-top: 30px;
    }

    .gallery_pg_summary_card {
      background: #fff;
      border-radius: 15px;
      padding: 15px 25px;
      text-align: center;
      width: 200px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    }

    .gallery_pg_summary_card strong {
      font-size: 1.2rem;
      color: #4a36e3;
    }

    /* Video Modal */
    .video_modal iframe, .video_modal video {
      width: 100%;
      height: 400px;
      border: none;
    }

    /* Responsive */
    @media (max-width: 767px) {
      .gallery_pg_title {
        font-size: 1.6rem;
      }
      .gallery_pg_filters .btn {
        font-size: 0.8rem;
      }
      .gallery_pg_summary_card {
        min-width: 100px;
        font-size: 0.9rem;
      }
    }



/* ------------------------------- */


/* ====== Testimonials Section ====== */
.gallery_testimonial_section {
  /* background: linear-gradient(180deg, #f8f9ff 0%, #ffffff 100%); */
  background: linear-gradient(135deg, #F9FAFB 0%, #FAF5FF 100%);

}

.gallery_testimonial_title {
  font-weight: 700;
  font-size: 2rem;
  color: #1a1a1a;
}

.gallery_testimonial_subtitle {
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.gallery_testimonial_card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  text-align: left;
  transition: all 0.3s ease;
}

.gallery_testimonial_card:hover {
  transform: translateY(-6px);
}

.gallery_testimonial_rating {
  color: #ffc107;
  font-size: 1.2rem;
}

.gallery_testimonial_quote_icon {
  color: #ff6a00;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.gallery_testimonial_text {
  color: #444;
  font-size: 0.95rem;
  line-height: 1.6;
  min-height: 80px;
}

.gallery_testimonial_avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #4a36e3;
}

.gallery_testimonial_name {
  font-weight: 600;
  color: #222;
  font-size: 0.95rem;
}

.gallery_testimonial_role {
  color: #777;
  font-size: 0.85rem;
}

/* Responsive */
@media (max-width: 767px) {
  .gallery_testimonial_title {
    font-size: 1.6rem;
  }

  .gallery_testimonial_card {
    padding: 1.5rem;
  }

  .gallery_testimonial_text {
    font-size: 0.9rem;
  }

  .gallery_testimonial_avatar img {
    width: 45px;
    height: 45px;
  }
}


/* =========================contct us page============== */



/* Contact Us Section Styling */
.contact_us_section {
  background-color: #fff;
  /* margin-top: 60px; */
}

.contact_us_btn {
  border-radius: 50px;
  padding: 5px 20px;
  font-size: 14px;
}

.contact_us_heading {
  font-weight: 700;
  color: #222;
}

.contact_us_subtext {
  color: #6c757d;
  font-size: 15px;
}

.contact_us_form_card {
  /* background: linear-gradient(135deg, #f9faff, #eef3ff); */
  background: linear-gradient(135deg, #EFF6FF 0%, #FAF5FF 100%);
  border-radius: 16px;
}

.contact_us_form_title {
  font-weight: 600;
  color: #333;
}

.contact_us_label {
  font-weight: 500;
  color: #444;
}

.contact_us_input,
.contact_us_select,
.contact_us_textarea {
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 10px 12px;
}

.contact_us_input:focus,
.contact_us_select:focus,
.contact_us_textarea:focus {
  border-color: #0056B3;
  box-shadow: 0 0 4px rgba(0, 123, 255, 0.3);
}

.contact_us_submit_btn {
  border-radius: 8px;
  padding: 10px 22px;
  font-weight: 600;
}

.contact_us_info_wrap .contact_us_info_card {
  border-radius: 14px;
  background-color: #f8f9fb;
}

.contact_us_icon_box {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 12px;
}

.contact_us_info_title {
  font-weight: 600;
  color: #333;
}

.contact_us_info_text {
  font-size: 14px;
  color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  .contact_us_form_card {
    margin-bottom: 25px;
  }

  .contact_us_heading {
    font-size: 24px;
  }

  .contact_us_info_card {
    text-align: left;
  }
}


/* ===========================================courses page================= */





    /* ======== Container ======== */
    .courses_container {
      width: 90%;
      margin: 0 auto;
      padding: 2rem 1rem;
    }

    /* ======== Header ======== */
    .courses_header {
      text-align: center;
      /* margin-top: 8rem; */
      margin-bottom: 2rem;
    }

    .courses_label {
      display: inline-block;
      background: #e7f9ee;
      color: #1a8e3f;
      font-size: 0.85rem;
      padding: 4px 10px;
      border-radius: 8px;
      margin-bottom: 0.75rem;
    }

    .courses_title {
      font-size: 1.8rem;
      color: #222;
    }

    .age_btn
    {
      background-color: #0056B3;
      border: none;
      border-radius: 4px;
          width: 100px;
    color: white;
    padding: 8px;
    margin:12px auto !important;
    }

    .class_1_text , .age_btn
    {
      margin: auto;
      text-align: center;
    }

    .courses_subtitle {
      color: #555;
      margin-top: 0.5rem;
      font-size: 1rem;
    }

    /* ======== Tabs ======== */
    .courses_tabs {
      display: flex;
      justify-content: center;
      margin: 2rem 0;
      flex-wrap: wrap;
      background-color: #F3F4F6;
      border-radius: 40px;
    }

    .courses_tab {
      background: #f3f4f6;
      border: none;
      padding: 3px 40px;
      margin: 5px;
      border-radius: 30px;
      font-size: 0.95rem;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .courses_tab:hover {
      background: #e6e7eb;
    }

    .courses_tab.active {
      background: #FF7F32;
      color: #fff;
    }

    /* ======== Content ======== */
    .courses_content {
      display: none;
      animation: fadeIn 0.3s ease-in-out;
    }

    .courses_content.active {
      display: block;
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(10px); }
      to { opacity: 1; transform: translateY(0); }
    }

    /* ======== Course Details ======== */
    .courses_section_title {
      text-align: center;
      font-size: 1.3rem;
      font-weight: 600;
      color: #222;
      margin-bottom: 1rem;
    }

    .courses_grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 1.5rem;
      margin-bottom: 2rem;
      padding: 30px 0px;
      font-family: 'Brush Script MT', cursive !important;
    }

    .courses_item {
      background: #fff;
      /* border: 1px solid #e5e5e5; */
      padding: 1rem;
      border-radius: 10px;
      text-align: left;
      transition: all 0.3s ease;
    }

    .courses_item:hover {
      border-color: #1a8e3f;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    }

    .courses_item_title {
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 0.5rem;
    }

    .icons_cors
    {
      margin-right: 12px;
      background: #FF7F3215;
    color: #FF7F32;
    box-shadow: 0px 10px 15px -3px #0000001A;
    padding: 8px;
    border-radius: 4px;
    }

      .icons1
    {
      margin-right: 12px;
background: #FF7F3215;
    color: #0056B3;
    box-shadow: 0px 10px 15px -3px #0000001A;
    padding: 8px;
    border-radius: 4px;

    }


    /* =========class 3 to 5========= */

      .age_btn1
    {
      background-color: #28A745;
      border: none;
      border-radius: 4px;
          width: 100px;
    color: white;
    padding: 8px;
    margin:12px auto !important;
    }

    .class_2_text , .age_btn1
    {
      margin: auto;
      text-align: center;
    }


     .icons2
    {
      margin-right: 12px;
background: #FF7F3215;
    color: #28A745;
    box-shadow: 0px 10px 15px -3px #0000001A;
    padding: 8px;
    border-radius: 4px;

    }



    /* =============class 5 to 6 ========== */

   .age_btn2
    {
      background-color: #8B5CF6;
      border: none;
      border-radius: 4px;
          width: 100px;
    color: white;
    padding: 8px;
    margin:12px auto !important;
    }

    .class_3_text , .age_btn2
    {
      margin: auto;
      text-align: center;
    }


     .icons3
    {
      margin-right: 12px;
background: #FF7F3215;
    color: #8B5CF6;
    box-shadow: 0px 10px 15px -3px #0000001A;
    padding: 8px;
    border-radius: 4px;
    }




    /* ======== Key Features ======== */
    .courses_features {
      background: #f4f8ff;
      padding: 1rem 1.5rem;
      border-radius: 10px;
      /* width: 90%; */
      margin: 0 auto;
      text-align: left;
    }

    .courses_features h3 {
      font-size: 1rem;
      margin-bottom: 0.75rem;
      color: #1a1a1a;
    }

    .courses_features ul {
      list-style: none;
    }

    .courses_features ul li {
      padding: 6px 0;
      color: #333;
      font-size: 0.95rem;
      position: relative;
      padding-left: 20px;
    }

    /* .courses_features ul li::before {
      content: "✔";
      position: absolute;
      left: 0;
      top: 2px;
      color: #FF7F32;
      font-size: 0.85rem;
    } */




    
.courses_features ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 0.85rem;
    color: var(--icon-color, #FF7F32); /* default */
}


    .courses_features ul li {
    padding: 6px 0;
    color: #333;
    font-size: 0.95rem;
    position: relative;
    padding-left: 20px;
}

.courses_features ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 0.85rem;
    /* color will be updated dynamically via JS */
}



    /* ======== Responsive ======== */
    @media (max-width: 768px) {
      .courses_title {
        font-size: 1.5rem;
      }
      .courses_section_title {
        font-size: 1.1rem;
      }
      .courses_features {
        padding: 1rem;
      }
    }

    @media (max-width: 480px) {
      .courses_tab {
        font-size: 0.85rem;
        padding: 8px 12px;
      }
    }


    /* -============================================ */



/* --------------footer page------------------- */

.footer_section {
  background-color: #0a0f1c;
  color: #ddd;
  padding: 40px 20px 20px;
  font-family: 'Poppins', sans-serif;
}

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

.footer_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}

.footer_col {
  flex: 1 1 300px;
  margin: 10px;
}

.footer_text {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #ccc;
}

.footer_social_icons {
  display: flex;
  gap: 10px;
}

.footer_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #111830;
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

.footer_icon:hover {
  transform: scale(1.1);
}

.footer_whatsapp { background-color: #064f3b; }
.footer_phone { background-color: #2f2326; }
.footer_email { background-color: #0d1b3f; }

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

.footer_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer_list li {
  margin-bottom: 8px;
}

.footer_list a {
  text-decoration: none;
  color: #ccc;
  font-size: 14px;
  transition: 0.3s;
}

.footer_list a:hover {
  color: #ff7b00;
}

.footer_contact_list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.footer_contact_list li {
  margin-bottom: 10px;
  color: #ccc;
}

.footer_contact_list i {
  color: #ff7b00;
  margin-right: 8px;
}

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

.footer_bottom a.footer_highlight {
  color: #ff7b00;
  text-decoration: none;
}

.footer_bottom a.footer_highlight:hover {
  text-decoration: underline;
}

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

  .footer_social_icons {
    justify-content: center;
  }
}


.conct
{
  padding: 30px 0px;
}




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

/* <!-- ===== FLOATING BUTTON CSS ===== --> */
/* Floating Button Container */
.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

/* Common Button Style */
.float-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.float-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 14px rgba(0,0,0,0.4);
}

/* Specific Button Colors */
.whatsapp {
  background-color: #25d366;
}

.call {
  background-color: #007bff;
}

.email {
  background-color: #ff5f5f;
}



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

.scrolling-text {
  overflow: hidden;         
  white-space: nowrap;       
  box-sizing: border-box;
  width: 100%;
  background: #fff;       
}

.scrolling-text span {
  display: inline-block;
  padding-left: 100%;        
  animation: scroll-left 15s linear infinite;
  font-size: clamp(1rem, 2vw, 2rem); 
  font-weight: bold;
  color: rgba(26, 115, 232);
  padding-bottom: 20px;
  padding-top: 20px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%); /* Scroll to left */
  }
}
