

  .footer_social {
    margin-top: 12px;
    font-size: 24px;
  }
  .footer_social a {
    margin-right: 15px;
    color: #fff; 
    transition: color 0.3s ease;
  }
  .footer_social a:hover {
    color: #0077b5; 
  }



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




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




/* Navbar */
.navbar-nav {
  margin-left: auto;
  margin-right: auto;
}
.nav-link {
  font-weight: 500;
  margin: 0 12px;
  color: #333 !important;
}

.nav-link:hover {
  border-bottom: 2px solid #000 !important;
}


.nav-link.active {
  border-bottom: 2px solid #000;
}



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


.btn_serv
{
  background-color:  #000;
  border: 2px solid  #000;
  color: #fff;
}



.btn_serv:hover
{
  background-color:  transparent;
  border: 2px solid  #000000;
  color: #000000;
}


.btn_serv_quote
{
  background-color: transparent;
  border: 2px solid #000000;
  color: #000000;
}



.btn_serv_quote:hover
{
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
}


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


/* Home Section */
.main-heading {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
}
.main-heading span {
  display: block;
  font-weight: 700;
  color: #000;
}
.tagline {
  font-size: 1.2rem;
  font-weight: 500;
  margin: 1rem 0;
  color: #666;
}
.desc {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}
.btn-group .btn {
  padding: 0.7rem 1.5rem;
  font-weight: 500;
  border-radius: 6px;
}
.btn-dark {
  background-color: #000;
  border: none;
}
.btn-outline-dark {
  border: 2px solid #000;
  background: #fff;
  color: #000;
}
.btn-outline-dark:hover {
  background: #000;
  color: #fff;
}

/* Home Section Image */

.home_sec
{
    background-color: #abaaa99c;
}


.home_sec .col-lg-6 img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0px 6px 18px rgba(0,0,0,0.1);
  object-fit: cover;
}

/* Established Badge */
.established {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #fff;
  padding: 0.7rem 1rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
}


.established i {
  font-size: 1.3rem;
  color: #333;
}

/* Stats */
.stats h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0.5rem 0;
}
.stats p {
  color: #555;
  font-size: 0.95rem;
}
.stats i {
  color: #000;
}

/* Footer */



/* Footer */
.footer_sec_ {
  background: #0e1a2b;
  color: #dcdcdc;
  padding: 50px 20px 20px;
}
.footer_sec_ .footer_container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
}
.footer_sec_ h4 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #ffffff;
}
.footer_sec_ ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_sec_ ul li {
  margin-bottom: 8px;
}
.footer_sec_ ul li a {
  color: #dcdcdc;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}
.footer_sec_ ul li a:hover {
  color: #ffffff;
}
.footer_sec_ .contact_info li {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer_sec_ .contact_info li span {
  margin-right: 8px;
  color: #5da9ff;
  font-size: 16px;
}
.footer_sec_ .footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 30px;
  padding-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 13px;
  color: #aaa;
}
.footer_sec_ .footer_bottom a {
  text-decoration: none;
  color: #aaa;
  transition: color 0.3s;
}
.footer_sec_ .footer_bottom a:hover {
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .main-heading { font-size: 2.2rem; }
  .established { bottom: 15px; padding: 0.6rem 1rem; font-size: 0.8rem; }
}
@media (max-width: 575px) {
  .main-heading { font-size: 1.8rem; }
  .tagline { font-size: 1rem; }
  .desc { font-size: 0.9rem; }
  .established {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 10px auto 0;
    display: inline-flex;
  }
  .footer_sec_ .footer_bottom {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}


    /* ========================================ABOUT PAGE====================== */

     /* Section Base */
    .about_team_ {
      padding: 60px 20px;
      font-family: Arial, sans-serif;
      background: #abaaa99c;
      text-align: center;
    }

    .about_team_ h2 {
      font-size: 24px;
      margin-bottom: 8px;
      color: #1c1c2b;
    }

    .about_team_ p.section_subtitle {
      font-size: 14px;
      color: #666;
      margin-bottom: 40px;
    }

    /* Team Card */
    .about_team_ .team_card {
      background: #abaaa99c;
      border-radius: 12px;
      padding: 30px 20px;
      margin: 0 auto 30px;
      max-width: 500px;
      /* box-shadow: 0 2px 8px rgba(0,0,0,0.08); */
    }

    .about_team_ .team_icon {
      width: 60px;
      height: 60px;
      margin: 0 auto 15px;
      border-radius: 50%;
      background: #abaaa99c;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 28px;
      color: #2a3b8f;
    }

    .about_team_ .team_name {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 6px;
      color: #222;
    }

    .about_team_ .team_role {
      font-size: 14px;
      color: #555;
      margin-bottom: 4px;
    }

    .about_team_ .team_qualification {
      font-size: 13px;
      color: #777;
    }

    /* Location Card */
    .about_team_ .location_card {
      background: #abaaa99c;
      border-radius: 12px;
      padding: 20px;
      max-width: 600px;
      margin: auto;
      /* box-shadow: 0 2px 8px rgba(0,0,0,0.08); */
    }

    .about_team_ .location_card h3 {
      font-size: 16px;
      margin-bottom: 10px;
      color: #222;
    }

    .about_team_ .location_card p {
      font-size: 14px;
      color: #555;
      line-height: 1.6;
    }

    /* Responsive */
    @media (max-width: 600px) {
      .about_team_ {
        padding: 40px 15px;
      }
      .about_team_ h2 {
        font-size: 20px;
      }
      .about_team_ .team_card,
      .about_team_ .location_card {
        padding: 20px 15px;
      }
    }



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

      /* ====== About Section Styling ====== */
    .about_sec_ {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background: #abaaa99c;
      padding: 70px 20px;
    }

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

    .about_sec_ h2 {
      text-align: center;
      font-size: 32px;
      font-weight: 700;
      margin-bottom: 15px;
      color: #111;
    }

    .about_sec_ p.subtitle {
      text-align: center;
      font-size: 16px;
      color: #555;
      margin-bottom: 50px;
    }

    .about_sec_ .content {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: start;
    }

    /* Left Content */
    .about_sec_ .left {
      color: #333;
    }

    .about_sec_ .info {
      margin-bottom: 25px;
    }

    .about_sec_ .info h3 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 10px;
      display: flex;
      align-items: center;
      gap: 8px;
      color: #111;
    }

    .about_sec_ .info h3 i {
      color: #000;
    }

    .about_sec_ .info p {
      font-size: 15px;
      color: #555;
      line-height: 1.6;
    }

    /* Mission List */
    .about_sec_ ul {
      list-style: none;
      padding: 0;
      margin: 15px 0 0;
    }

    .about_sec_ ul li {
      font-size: 15px;
      color: #444;
      margin-bottom: 8px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .about_sec_ ul li i {
      color: #000;
    }

    /* Right Image */
    .about_sec_ .right {
      position: relative;
    }

    .about_sec_ .right img {
      width: 100%;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

    .about_sec_ .years {
      position: absolute;
      bottom: -20px;
      left: 20px;
      background: #fff;
      padding: 12px 20px;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      font-size: 14px;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .about_sec_ .years span {
      display: block;
      font-size: 12px;
      color: #777;
      font-weight: 400;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .about_sec_ .content {
        grid-template-columns: 1fr;
        text-align: left;
      }

      .about_sec_ .years {
        position: static;
        display: inline-block;
        margin-top: 15px;
      }
    }

    @media (max-width: 600px) {
      .about_sec_ h2 {
        font-size: 26px;
      }
    }


        /* ===============================SERVICE SECTION=================== */



        
          /* ====== Service Section Styling ====== */
    .service_sec_ {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background: #abaaa99c;
      padding: 70px 20px;
    }

    .service_sec_ .container {
      max-width: 90%;
      margin: auto;
      text-align: center;
    }

    /* Tagline */
    .service_sec_ .tagline {
      display: inline-block;
      padding: 6px 14px;
      font-size: 14px;
      font-weight: 500;
      /*background: #f0f0f5;*/
      background: #c8c8c9;
      border-radius: 20px;
      margin-bottom: 20px;
      color: #333;
    }

    .service_sec_ h2 {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 15px;
      color: #111;
    }

    .service_sec_ p.subtitle {
      font-size: 16px;
      color: #555;
      margin-bottom: 50px;
      max-width: 750px;
      margin-left: auto;
      margin-right: auto;
    }

    /* Stats Section */
    .service_sec_ .stats {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin-bottom: 60px;
    }

    .service_sec_ .stat {
      /*background: #f9fafc;*/
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      text-align: center;
    }

    .service_sec_ .stat i {
      font-size: 26px;
      color: #000;
      margin-bottom: 10px;
    }

    .service_sec_ .stat h3 {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 5px;
    }

    .service_sec_ .stat p {
      font-size: 14px;
      color: #555;
    }

    /* Service Card */
    .service_sec_ .service-card {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: center;
      text-align: left;
    }

    .service_sec_ .service-card .left img {
      width: 100%;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

    .service_sec_ .service-card .right .badge {
      display: inline-block;
      padding: 6px 12px;
      font-size: 12px;
      font-weight: 600;
      background: #000;
      color: #fff;
      border-radius: 6px;
      margin-bottom: 15px;
    }

    .service_sec_ .service-card .right h3 {
      font-size: 22px;
      font-weight: 700;
      margin-bottom: 12px;
      color: #111;
    }

    .service_sec_ .service-card .right p {
      font-size: 15px;
      color: #555;
      line-height: 1.6;
      margin-bottom: 15px;
    }

    .service_sec_ .service-card ul {
      list-style: none;
      padding: 0;
      margin: 0 0 20px;
    }

    .service_sec_ .service-card ul li {
      font-size: 15px;
      color: #444;
      margin-bottom: 8px;
      display: flex;
      align-items: center;
      gap: 8px;
    }

    .service_sec_ .service-card ul li i {
      color: #000;
    }

    .service_sec_ .service-card .btn {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      /* background: #000; */
      background-color: #abaaa99c;
      color: #000000;
      padding: 10px 18px;
      border-radius: 6px;
      font-size: 14px;
      font-weight: 600;
      text-decoration: none;
      transition: 0.3s;
    }

    .service_sec_ .service-card .btn:hover {
      background: #333;
    }

    /* Responsive */
    @media (max-width: 992px) {
      .service_sec_ .stats {
        grid-template-columns: repeat(2, 1fr);
      }

      .service_sec_ .service-card {
        grid-template-columns: 1fr;
        text-align: center;
      }

      .service_sec_ .service-card .right {
        text-align: left;
      }
    }

    @media (max-width: 600px) {
      .service_sec_ h2 {
        font-size: 28px;
      }

      .service_sec_ .stats {
        grid-template-columns: 1fr;
      }
    }




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


     /* Base Section */
    .service_card_ {
      font-family: Arial, sans-serif;
      /*background: #f9fbfd;*/
      background: #abaaa99c;
      padding: 60px 20px;
    }

    .service_card_ .card_container {
      max-width: 1200px;
      margin: auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
    }

    /* Service Card */
    .service_card_ .card {
      /*background: #fff;*/
      background: #dadada;
      border-radius: 12px;
      padding: 25px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.06);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      position: relative;
    }

    .service_card_ .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    }

    /* Icons */
    .service_card_ .card_icon {
      width: 45px;
      height: 45px;
      border-radius: 10px;
      /* background: #f0f4ff; */
      background-color: #abaaa99c;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      /* color: #2a3b8f; */
      color: #f0f4ff;
      margin-bottom: 15px;
    }

    /* Title */
    .service_card_ .card h3 {
      font-size: 16px;
      font-weight: bold;
      color: #1c1c2b;
      margin-bottom: 6px;
    }

    /* Subtitle */
    .service_card_ .card h4 {
      font-size: 13px;
      font-weight: normal;
      color: #666;
      margin-bottom: 12px;
    }

    /* Description */
    .service_card_ .card p {
      font-size: 14px;
      color: #555;
      line-height: 1.6;
      flex-grow: 1;
    }

    /* Arrow */
    .service_card_ .arrow {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 16px;
      color: #aaa;
      transition: color 0.3s;
    }

    .service_card_ .card:hover .arrow {
      color: #2a3b8f;
    }

    /* Responsive */
    @media (max-width: 600px) {
      .service_card_ {
        padding: 40px 15px;
      }
      .service_card_ .card {
        padding: 20px;
      }
    }


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

 .service_solution_container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 2rem;
       /*background: linear-gradient(135deg, #0f172a, #1e293b); */
      background-color: #e9e8e842;
      color: #000000; 
      /*color: #fff;*/
      border-radius: 16px;
      padding: 2rem;
      margin: 2rem;
      flex-wrap: wrap;
    }

    .service_solution_content {
      flex: 1 1 350px;
    }

    .service_solution_tag {
      display: inline-block;
      background-color: rgba(255,255,255,0.1);
      color: #000000;
      font-size: 0.8rem;
      padding: 0.3rem 0.8rem;
      border-radius: 8px;
      margin-bottom: 1rem;
    }

    .service_solution_title {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 1rem;
      color: #000000;
    }

    .service_solution_text {
      font-size: 1rem;
      color: #000000;
      margin-bottom: 1.5rem;
      line-height: 1.6;
    }

    .service_solution_list {
      list-style: none;
      padding: 0;
      margin: 0 0 2rem 0;
      color: #000000;
    }

    .service_solution_list li {
      margin-bottom: 0.8rem;
      position: relative;
      padding-left: 1.5rem;
    }

    .service_solution_list li::before {
      content: "•";
      position: absolute;
      left: 0;
      color: #000000;
      font-weight: bold;
    }

    .service_solution_button {
      display: inline-flex;
      align-items: center;
      gap: 0.5rem;
      padding: 0.7rem 1.4rem;
      background-color: #38bdf8;
      color: #0f172a;
      font-weight: 600;
      border-radius: 8px;
      text-decoration: none;
      transition: background 0.3s;
    }

    .service_solution_button:hover {
      background-color: #0284c7;
      color: #000000;
    }

    .service_solution_media {
      flex: 1 1 350px;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .service_solution_media img {
      width: 100%;
      border-radius: 12px;
      object-fit: cover;
      box-shadow: 0 4px 12px rgba(0,0,0,0.4);
    }

    .service_solution_badge {
      position: absolute;
      bottom: 1rem;
      right: 1rem;
      background: rgba(0,0,0,0.7);
      color: #fff;
      font-size: 0.85rem;
      padding: 0.4rem 0.8rem;
      border-radius: 6px;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .service_solution_container {
        flex-direction: column;
        text-align: center;
      }
      .service_solution_content {
        order: 2;
      }
      .service_solution_media {
        order: 1;
        margin-bottom: 1.5rem;
      }
      .service_solution_list li {
        text-align: left;
      }
    }



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

    /* ===== Base Reset ===== */

    
    .serv {
      background: #abaaa99c;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 40px 15px;
    }

    /* ===== Section Container ===== */
    .service_work_container {
      /*background: #fff;*/

    background: #e9e8e842;
      border-radius: 18px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
      padding: 40px 25px;
      max-width: 1100px;
      width: 100%;
      text-align: center;
    }

    /* ===== Header ===== */
    .service_work_badge {
      background: #0d0d1a;
      color: #fff;
      font-size: 13px;
      font-weight: 500;
      border-radius: 25px;
      padding: 6px 14px;
      display: inline-block;
      margin-bottom: 15px;
    }

    .service_work_title {
      font-size: 26px;
      font-weight: 600;
      color: #222;
      margin-bottom: 10px;
    }

    .service_work_subtitle {
      font-size: 15px;
      color: #555;
      margin-bottom: 40px;
    }

    /* ===== Grid Layout ===== */
    .service_work_grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
      gap: 20px;
    }

    /* ===== Card Style ===== */
    .service_work_card {
      /*background: #fff;*/
      border: 1px solid #abaaa99c;
      border-radius: 12px;
      padding: 25px 20px;
      text-align: center;
      transition: all 0.3s ease;
      position: relative;
    }

    .service_work_card:hover {
      transform: translateY(-6px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    }

    /* Number circle */
    .service_work_number {
      width: 40px;
      height: 40px;
      margin: 0 auto 15px auto;
      border-radius: 50%;
      background: #abaaa99c;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      color: #555;
      font-size: 16px;
    }

    /* Text */
    .service_work_text {
      font-size: 15px;
      color: #333;
      font-weight: 500;
      line-height: 1.4;
      margin-bottom: 12px;
    }

    /* Arrow button */
    .service_work_arrow {
      position: absolute;
      right: 12px;
      bottom: 12px;
      width: 26px;
      height: 26px;
      background: #fff;
      border-radius: 50%;
      border: 1px solid #ddd;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      color: #444;
      cursor: pointer;
      transition: 0.3s ease;
    }

    .service_work_card:hover .service_work_arrow {
      background: #0d0d1a;
      color: #fff;
      border-color: #0d0d1a;
    }

    /* ===== Responsive ===== */
    @media (max-width: 768px) {
      .service_work_title {
        font-size: 22px;
      }
      .service_work_subtitle {
        font-size: 14px;
      }
    }


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




        /* ===============================GALLRY  SECTION=================== */


         .gaallery_sec_container {
      text-align: center;
      padding: 3rem 1.5rem;
      max-width: 1200px;
      margin: 0 auto;
    }

    .gaallery_sec_tag {
      display: inline-block;
      background: #dadada;
      color: #374151;
      font-size: 0.9rem;
      padding: 0.4rem 1rem;
      border-radius: 20px;
      margin-bottom: 1rem;
      font-weight: 500;
    }

    .gaallery_sec_title {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 1rem;
    }

    .gaallery_sec_text {
      max-width: 700px;
      margin: 0 auto 2rem auto;
      color: #4b5563;
      font-size: 1rem;
      line-height: 1.6;
    }

    .gaallery_sec_stats {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 2rem;
    }

    .gaallery_sec_stat {
      flex: 1 1 180px;
      text-align: center;
    }

    .gaallery_sec_stat_number {
      font-size: 2rem;
      font-weight: bold;
      color: #111827;
    }

    .gaallery_sec_stat_label {
      font-size: 0.95rem;
      color: #6b7280;
      margin-top: 0.3rem;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .gaallery_sec_title {
        font-size: 2rem;
      }
      .gaallery_sec_stats {
        flex-direction: column;
        gap: 1.5rem;
      }
    }


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

     /* ====== Filter Buttons ====== */
    .gallery_album_filters {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 12px;
      margin-bottom: 30px;
    }

    .gallery_album_filter_btn {
      border: none;
      outline: none;
      padding: 8px 20px;
      border-radius: 25px;
      font-size: 14px;
      cursor: pointer;
      background: #fff;
      border: 1px solid #dadada;
      transition: all 0.3s ease;
    }

    .gallery_album_filter_btn.active,
    .gallery_album_filter_btn:hover {
      /* background: #0d0d1a; */
      background-color: #dadada;
      color: #000000;
      border-color: #dadada;
      /* color: #fff; */
      /* border-color: #0d0d1a; */
    }

    /* ====== Featured Project ====== */
    .gallery_album_featured {
      /* background: #0d0d1a; */
      background-color: #dadada;
      color: #000000;
      /* color: #fff; */
      border-radius: 18px;
      /* padding: 30px; */
      display: flex;
      flex-direction: column;
      gap: 20px;
          width: 90%;
        margin:40px auto;
        padding: 30px 60px;
    }

    .gallery_album_featured_content {
      flex: 1;
      /* padding-left: 5%; */
    }

    .gallery_album_featured_title {
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 12px;
    }

    .gallery_album_featured_desc {
      font-size: 15px;
      line-height: 1.6;
      margin-bottom: 20px;
    }

    .gallery_album_featured_stats {
      display: flex;
      gap: 30px;
      margin-bottom: 20px;
    }

    .gallery_album_stat_item {
      font-size: 14px;
    }

    .gallery_album_featured_btn {
      background: #fff;
      color: #0d0d1a;
      border: none;
      border-radius: 8px;
      padding: 8px 16px;
      font-size: 14px;
      cursor: pointer;
      transition: 0.3s ease;
    }

    .gallery_album_featured_btn:hover {
      background: #f2f2f2;
    }

    .gallery_album_featured_img {
      overflow: hidden;
      max-width: 500px;
    }

    .gallery_album_featured_img img {
      width: 100%;
      display: block;
    }

    @media (min-width: 768px) {
      .gallery_album_featured {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
      }
    }

    /* ====== Grid Projects ====== */
    .gallery_album_grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 20px;

          width: 80%;
    margin:60px  auto;
    }

    .gallery_album_card {
      background: #fff;
      overflow: hidden;
      border: 1px solid #eee;
      transition: 0.3s ease;
      display: none; /* Hidden by default (for filter) */
      box-shadow: 0px 4px 4px 0px #00000040;

    }

    .gallery_album_card.show {
      display: block;
    }

    .gallery_album_card img {
      width: 100%;
      /* height: 160px; */
      object-fit: cover;
    }

    .gallery_album_card_body {
      padding: 15px;
    }

    .gallery_album_tag {
      display: inline-block;
      background: #0d0d1a;
      color: #fff;
      font-size: 11px;
      padding: 3px 10px;
      border-radius: 20px;
      margin-bottom: 10px;
    }

    .gallery_album_card_title {
      font-size: 15px;
      font-weight: 600;
      margin-bottom: 6px;
    }

    .gallery_album_card_meta {
      font-size: 13px;
      color: #666;
      margin-bottom: 6px;
    }

    .gallery_album_card_info {
      font-size: 12px;
      color: #333;
    }


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

    /* ===== Section Container ===== */
    .service_workflow_container {
      background: #dadada;
      border-radius: 16px;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
      padding: 40px 25px;
      width: 90%;
      margin: 60px auto;
      text-align: center;
    }

    /* ===== Header ===== */
    .service_workflow_title {
      font-size: 26px;
      font-weight: 600;
      color: #222;
      margin-bottom: 10px;
    }

    .service_workflow_subtitle {
      font-size: 15px;
      color: #555;
      margin-bottom: 35px;
    }

    /* ===== Grid Layout ===== */
    .service_workflow_grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

    /* ===== Card Style ===== */
    .service_workflow_card {
      /*background: #fff;*/
      border: 1px solid #c7c2c2c2;
      border-radius: 12px;
      padding: 22px 18px;
      text-align: left;
      transition: all 0.3s ease;
      position: relative;
    }

    .service_workflow_card:hover {
      transform: translateY(-6px);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    }

    /* Number circle */
    .service_workflow_number {
      width: 36px;
      height: 36px;
      margin-bottom: 12px;
      border-radius: 50%;
      background: #f2f2f2;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      color: #444;
      font-size: 15px;
    }

    /* Title */
    .service_workflow_card_title {
      font-size: 16px;
      font-weight: 600;
      color: #222;
      margin-bottom: 6px;
    }

    /* Description */
    .service_workflow_desc {
      font-size: 14px;
      color: #555;
      line-height: 1.5;
    }

    /* ===== Responsive ===== */
    @media (max-width: 768px) {
      .service_workflow_title {
        font-size: 22px;
      }
      .service_workflow_subtitle {
        font-size: 14px;
      }
    }


        /* ===============================Contact SECTION=================== */


         .contact_us_container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 3rem 1.5rem;
    }

    .contact_us_tag {
      display: inline-block;
      background: #f3f4f6;
      color: #374151;
      font-size: 0.9rem;
      padding: 0.4rem 1rem;
      border-radius: 20px;
      margin-bottom: 1rem;
      font-weight: 500;
    }

    .contact_us_title {
      font-size: 2.5rem;
      font-weight: bold;
      margin: 0.5rem 0;
      text-align: center;
    }

    .contact_us_text {
      text-align: center;
      max-width: 700px;
      margin: 0 auto 2.5rem auto;
      font-size: 1rem;
      color: #4b5563;
      line-height: 1.6;
    }

    /* Top Info Boxes */
    .contact_us_top_stats {
      display: flex;
      justify-content: center;
      gap: 2rem;
      flex-wrap: wrap;
      margin-bottom: 2.5rem;
    }

    .contact_us_stat {
      flex: 1 1 200px;
      background: #fff;
      padding: 1.2rem;
      border-radius: 12px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
      text-align: center;
    }

    .contact_us_stat strong {
      display: block;
      font-size: 1.5rem;
      margin-bottom: 0.5rem;
      color: #111827;
    }

    .contact_us_stat span {
      font-size: 0.9rem;
      color: #6b7280;
    }

    /* Form and Info Grid */
    .contact_us_grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
      margin-top: 2rem;
    }

    .contact_us_form_box {
      background: #fff;
      padding: 1.5rem;
      border-radius: 12px;
      box-shadow: 0 3px 8px rgba(0,0,0,0.08);
    }

    .contact_us_form_box h3 {
      margin-bottom: 1rem;
      font-size: 1.2rem;
      display: flex;
      align-items: center;
      gap: 0.5rem;
    }

    .contact_us_form input,
    .contact_us_form select,
    .contact_us_form textarea {
      width: 100%;
      padding: 0.8rem;
      margin-bottom: 1rem;
      border: 1px solid #d1d5db;
      border-radius: 8px;
      font-size: 0.95rem;
    }

    .contact_us_form textarea {
      resize: vertical;
      min-height: 120px;
    }

    .contact_us_button {
      width: 100%;
      padding: 0.9rem;
      background: #111827;
      color: #fff;
      font-size: 1rem;
      font-weight: bold;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: background 0.3s ease;
    }

    .contact_us_button:hover {
      background: #2563eb;
    }

    /* Info Cards */
    .contact_us_info_card {
      background: #fff;
      padding: 1.2rem;
      border-radius: 12px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
      margin-bottom: 1.2rem;
    }

    .contact_us_info_card h4 {
      margin: 0 0 0.5rem 0;
      font-size: 1rem;
    }

    .contact_us_info_card p {
      margin: 0.2rem 0;
      color: #4b5563;
      font-size: 0.9rem;
    }

    /* Responsive */
    @media (max-width: 900px) {
      .contact_us_grid {
        grid-template-columns: 1fr;
      }
    }


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

    /* Unique custom styles */
    .contct_gettouch_wrapper {
      padding: 60px 20px;
      /*background-color: #f9f9fb;*/
    background:  #abaaa99c;
    }

    .contct_gettouch_card {
      border-radius: 12px;
      box-shadow: 0px 4px 12px rgba(0,0,0,0.08);
      border: none;
      padding: 25px;
      /*background: #fff;*/
      background: #e9e9e9a6;
    }
    
    
    .form-control , .form-select{
   
         background: #e9e9e9a6 !important;

    }

    .contct_gettouch_card h5 {
      font-weight: 600;
      margin-bottom: 20px;
    }

    .contct_gettouch_form input,
    .contct_gettouch_form select,
    .contct_gettouch_form textarea {
      border-radius: 8px;
      font-size: 14px;
    }

    .contct_gettouch_form button {
      background-color: #1c1c25;
      color: #fff;
      border-radius: 8px;
      padding: 10px 20px;
      border: none;
      font-size: 15px;
      transition: 0.3s;
    }

    .contct_gettouch_form button:hover {
      background-color: #33334d;
    }

    .contct_gettouch_info .contct_gettouch_box {
      border-radius: 12px;
      box-shadow: 0px 3px 8px rgba(0,0,0,0.06);
      padding: 20px;
      /*background: #fff;*/
      margin-bottom: 15px;
               background: #e9e9e9a6 !important;

    }

    .contct_gettouch_info h6 {
      font-weight: 600;
      margin-bottom: 8px;
    }

    .contct_gettouch_services ul {
      list-style: none;
      padding-left: 0;
    }

    .contct_gettouch_services ul li {
      margin-bottom: 6px;
      position: relative;
      padding-left: 18px;
    }

    .contct_gettouch_services ul li::before {
      content: "✔";
      position: absolute;
      left: 0;
      top: 0;
      color: #000;
      font-size: 13px;
    }

    .contct_gettouch_choose {
       background: #e7e7e77a; 
      /* color: #fff; */
      /*background-color: #abaaa99c;*/
      color: #000000;
      padding: 20px;
      border-radius: 12px;
      margin-top: 20px;
    }

    .contct_gettouch_choose ul {
      padding-left: 18px;
    }

    .contct_gettouch_choose ul li {
      margin-bottom: 6px;
    }

    /* Responsive tweaks */
    @media (max-width: 991px) {
      .contct_gettouch_wrapper {
        padding: 40px 15px;
      }
    }


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


.ready_proj
{
          background-color: #abaaa99c !important;
        padding: 60px 40px;
}


     /* Unique styling */
    .ready_start_proj_wrapper {
      /* background: linear-gradient(90deg, #0f0f1a, #2b2b3d); */
      /* color: #fff; */
      background-color: #e7e7e77a;
      color: #000000;
      padding: 60px 20px;
      border-radius: 12px;
      text-align: center;
      margin: auto;
      max-width: 1100px;
    }

    .ready_start_proj_title {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 5px;
    }

    .ready_start_proj_subtitle {
      font-size: 15px;
      margin-bottom: 20px;
      color: #000000;
    }

    .ready_start_proj_btn {
      background-color: #e7e7e77a;
      color: #000;
      border-radius: 6px;
      padding: 10px 18px;
      font-size: 14px;
      border: none;
      transition: 0.3s;
    }

    .ready_start_proj_btn:hover {
      background-color: #eaeaea;
    }

    .ready_start_proj_input {
      border-radius: 6px;
      border: none;
      padding: 10px 14px;
      font-size: 14px;
      margin-left: 10px;
      flex: 1;
    }

    .ready_start_proj_flex {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 10px;
    }

    /* Responsive */
    @media (max-width: 576px) {
      .ready_start_proj_flex {
        flex-direction: column;
        align-items: center;
      }
      .ready_start_proj_input {
        margin-left: 0;
        width: 100%;
      }
    }


    /* ===============================FOOTER SECTION=================== */



    /* ==========================service page details========================== */

    /* ---------------- Service Details Section ---------------- */
.serv_details_container {
    width: 90%;
    margin: 50px auto;
    padding: 0 20px;
    /*background: #abaaa99c;*/
}
.serv_details_tagline {
    font-size: 16px;
    color: #ff6600;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.serv_details_title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
.serv_details_intro {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #444;
}
.serv_details_section {
    margin-bottom: 50px;
}
.serv_details_section h3 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #222;
}
.serv_details_section p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: #555;
}
.serv_details_section ul {
    list-style: disc;
    padding-left: 25px;
    color: #555;
}
.serv_details_section ul li {
    margin-bottom: 10px;
    font-size: 16px;
}
.serv_details_image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    margin-bottom: 30px;
    border-radius: 8px;
}
/* Button */
.serv_details_button {
    display: inline-block;
    background-color: #ff6600;
    color: #fff;
    padding: 12px 25px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}
.serv_details_button:hover {
    background-color: #e55b00;
}
/* Responsive */
@media(max-width:768px){
    .serv_details_title { font-size: 28px; }
    .serv_details_section h3 { font-size: 24px; }
}


    /* ---------------- end service details page Section ---------------- */




    /* ===============================service visual  SECTION=================== */


    .service_3d_step_img
 {
    margin: 40px auto;
    text-align: center;
}



   .service_3d_card {
      display: flex;
      flex-wrap: wrap;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 6px 15px rgba(0,0,0,0.1);
      overflow: hidden;
      margin-bottom: 50px;
      transition: transform 0.3s;
    }

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

    .service_3d_left {
      flex: 1 1 40%;
      min-width: 300px;
    }

    .service_3d_left img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .service_3d_right {
      flex: 1 1 60%;
      padding: 30px 25px;
    }

    .service_3d_badge {
      display: inline-block;
      background: #ff5722;
      color: #fff;
      padding: 5px 12px;
      font-size: 12px;
      border-radius: 6px;
      margin-bottom: 12px;
    }

    .service_3d_right h3 {
      margin: 10px 0;
      font-size: 1.9rem;
      color: #1976d2;
    }

    .service_3d_right p {
      line-height: 1.6;
      margin-bottom: 15px;
    }

    .service_3d_right ul {
      list-style: none;
      padding: 0;
      margin-bottom: 20px;
    }

    .service_3d_right ul li {
      margin-bottom: 10px;
      font-size: 0.95rem;
    }

    .service_3d_right ul li i {
      color: #4caf50;
      margin-right: 8px;
    }

    .service_3d_btn {
      display: inline-block;
      background: #1976d2;
      color: #fff;
      padding: 10px 20px;
      border-radius: 6px;
      text-decoration: none;
      transition: background 0.3s;
    }

    .service_3d_btn:hover {
      background: #0d47a1;
    }

    /* ---------------- Gallery ---------------- */
    .service_3d_gallery h2 {
      font-size: 2rem;
      margin-bottom: 20px;
      color: #1976d2;
      text-align: center;
    }

    .service_3d_gallery_grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
      gap: 20px;
      margin: 60px auto;
    }

    .service_3d_gallery_grid img {
      width: 100%;
      /* height: 200px; */
      object-fit: cover;
      border-radius: 10px;
      transition: transform 0.3s;
      cursor: pointer;
    }

    .service_3d_gallery_grid img:hover {
      transform: scale(1.05);
    }

    /* ---------------- Workflow ---------------- */
    .service_3d_workflow h2 {
      font-size: 2rem;
      margin: 30px 0 20px 0;
      color: #1976d2;
      text-align: center;
    }

    .service_3d_step {
      /*background: #fff;*/
      padding: 20px 25px;
      border-left: 5px solid #1976d2;
      margin-bottom: 15px;
      border-radius: 8px;
      box-shadow: 0 3px 8px rgba(0,0,0,0.05);
      transition: background 0.3s;
    }

    .service_3d_step:hover {
      background: #f0f8ff;
    }

    .service_3d_step h3 {
      margin-bottom: 8px;
      font-size: 1.3rem;
      color: #333;
    }

    .service_3d_step p {
      margin: 0;
      font-size: 0.95rem;
      line-height: 1.5;
      color: #555;
    }

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

      .service_3d_right {
        padding: 20px 15px;
      }

      .service_3d_gallery_grid img {
        height: 180px;
      }
    }

    @media (max-width: 480px) {
      .service_3d_right h3 {
        font-size: 1.5rem;
      }

      .service_3d_gallery_grid img {
        height: 150px;
      }
    }


      .service_3d_container {
      max-width: 1200px;
      margin: 40px auto;
      padding: 0 20px;
    }


    .service_3d_step_img img
    {
      margin: 8px;
    }

    /* ===============================service visual  SECTION=================== */



