
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #677284; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

img {
  max-width: 100%; }

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none; }

a:focus,
a:hover {
  text-decoration: none; }


.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }



/*===== All Button Style =====*/
.section_title .title {
  font-size: 40px;
  font-weight: 700; }
 

.section_title.section_title_2 .title {
  color: #fff; }

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0; }

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999; }
  .preloader .loader {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
   
/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

/*===========================
     02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.header_navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  .sticky .navbar {
    padding: 15px 0; }

.navbar {
  padding: 20px 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }


.sticky .navbar-toggler .toggler-icon {
  background-color: #222; }

.sticky .navbar-nav .nav-item a {
  color: #222; }

.sticky .navbar-nav .nav-item.active > a, .sticky .navbar-nav .nav-item:hover > a {
  color: #FFB316; }

/*===== SLIDER =====*/
.single_slider {
  height: 750px;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 200px; }
  
  .single_slider::before {
    position: absolute;
    content: '';
    background-color: rgba(26, 49, 84, 0.52);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }

.slider_content {
  padding-top: 50px; }
  .slider_content .slider_title {
    font-size: 60px;
    color: #fff;
    margin-top: 15px; }
 
    .slider_content .slider_title span {
      display: contents;
      color: #FFB316; }
  .slider_content p {
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    max-width: 550px; }
   
  .slider_content .main-btn {
    margin-top: 45px; }

/*===========================
      03.FEATUREAS css 
===========================*/
.single_features .features_image img {
  width: 100%;
  border-radius: 40px; }

.single_features .features_content .features_title a {
  font-size: 30px;
  font-weight: 600;
  color: #1A3154;
  margin-top: 30px; }

/*===========================
       04.ABOUT css 
===========================*/
.about_area {
  margin-top: -150px;
  position: relative;
  z-index: 5; }

.about_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  opacity: 0.2;
  padding-right: 280px; }
  .about_bg .about_bg_image {
    width: 100%;
    height: 100%; }

.about_image img {
  width: 100%;
  border-radius: 40px;
  border-bottom-right-radius: 0; }

.about_content {
  padding-left: 45px; }
  .about_content .sub_title {
    font-size: 38px;
    font-weight: 400;
    position: relative; }

    .about_content .sub_title::before {
      position: absolute;
      content: '';
      width: 9px;
      height: 100%;
      left: -45px;
      top: 0;
      background-color: #1A3154; }
    .about_content .sub_title span {
      font-size: 70px;
      font-weight: 800;
      color: #FFB316; }
    
  .about_content .main_title {
    font-size: 40px;
    margin-top: 25px; }
  
  .about_content p {
    margin-top: 25px; }
  .about_content .main-btn {
    margin-top: 45px; }

/*===========================
       05.SERVICES css 
===========================*/
.single_services .services_icon i {
  width: 65px;
  height: 65px;
  line-height: 65px;
  font-size: 40px;
  color: #FFB316;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: 0px 3px 10px 0px rgba(213, 213, 213, 0.4);
  -moz-box-shadow: 0px 3px 10px 0px rgba(213, 213, 213, 0.4);
  box-shadow: 0px 3px 10px 0px rgba(213, 213, 213, 0.4); }

.single_services .services_content {
  margin-top: 25px; }
  .single_services .services_content .title {
    font-size: 30px;
    font-weight: 700;
    object-fit: cover;
    object-position: center; }

  .single_services .services_content p {
    margin-top: 25px; }



/*===========================
       07.COUNTER css 
===========================*/
.counter_area {
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-top-left-radius: 150px;
  border-bottom-right-radius: 150px; }

  .counter_area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: rgba(26, 49, 84, 0.79);
    width: 100%;
    height: 100%; }

.single_counter .counter_icon i {
  font-size: 60px;
  line-height: 60px;
  color: #fff; }
 

.single_counter .counter_content {
  margin-top: 25px; }
  .single_counter .counter_content span {
    font-size: 44px;
    font-weight: 700;
    color: #fff; }

  .single_counter .counter_content p {
    color: #fff; }

/*===========================
        10.BRAND css 
===========================*/
.single_logo img {
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 24px 0px rgba(213, 213, 213, 0.49);
  -moz-box-shadow: 0px 3px 24px 0px rgba(213, 213, 213, 0.49);
  box-shadow: 0px 3px 24px 0px rgba(213, 213, 213, 0.49);
  width: 100%; }

.single_logo.logo_2 {
  padding-top: 158px; }
 

/*===========================
       11.CONTACT css 
===========================*/
p.form-message.success, p.form-message.error {
  font-size: 16px;
  color: #1A3154;
  background: #f7f7fd;
  padding: 10px 15px;
  margin-top: 30px; }
  p.form-message.success.form-message.error, p.form-message.error.form-message.error {
    color: #f00; }

.contact_form .single_form {
  margin-top: 30px; }
  .contact_form .single_form textarea,
  .contact_form .single_form input {
    width: 100%;
    height: 55px;
    padding: 0 25px;
    border: 1px solid #677284;
    border-radius: 5px; }
    .contact_form .single_form textarea:focus,
    .contact_form .single_form input:focus {
      border: 1px solid #FFB316; }
  .contact_form .single_form textarea {
    padding-top: 15px;
    resize: none;
    height: 125px; }

.contact_info p {
  margin-top: 15px; }

.single_info {
  margin-top: 30px; }
  .single_info .info_icon i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    background-color: #FFB316;
    color: #fff; }
   
  .single_info .info_content {
    padding-left: 15px; }
    .single_info .info_content p {
      margin-top: 0; }
    
/*===========================
       12.FOOTER css 
===========================*/
.footer_area {
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-top-left-radius: 150px; }

  .footer_area::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: rgba(26, 49, 84, 0.95);
    width: 100%;
    height: 100%;
    z-index: -1; }
.footer_about img{max-width: 50%;}
.footer_about p {
  margin-top: 25px;
  color: #fff; }

.footer_title {
  font-size: 30px;
  font-weight: 600;
  color: #fff; }

.footer_link_wrapper .footer_link {
  width: 33.33%; }
 
  .footer_link_wrapper .footer_link .link {
    padding-top: 25px; }
    .footer_link_wrapper .footer_link .link li {
      margin-top: 10px; }
      .footer_link_wrapper .footer_link .link li a {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s; }
        .footer_link_wrapper .footer_link .link li a:hover {
          color: #FFB316; }

.footer_copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.58);
  padding: 25px 0; }
  .footer_copyright p {
    color: #fff; }

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #FFB316;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none; }
  .back-to-top:hover {
    color: #fff;
    background-color: #FFB316; }

/*===========================
   06.TEAM css  (NAYA SECTION)
===========================*/
.team_area { background-color: #f7f8fa; }
.single_team {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 10px 30px 0px rgba(26, 49, 84, 0.08);
  transition: all 0.3s ease-out 0s; }
  .single_team:hover { transform: translateY(-8px); }
.single_team .team_image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: top center; }
.single_team .team_content {
  text-align: center;
  padding: 25px 15px; }
  .single_team .team_content .name {
    font-size: 22px;
    font-weight: 700;
    color: #1A3154; }
  .single_team .team_content .post {
    display: inline-block;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 500;
    color: #FFB316; }
  .single_team .team_content .team_social { margin-top: 15px; }
  .single_team .team_content .team_social a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    color: #1A3154;
    background: #f1f2f6;
    margin: 0 3px;
    transition: all 0.3s ease-out 0s; }
  .single_team .team_content .team_social a:hover {
    background: #FFB316; color: #fff; }

/*===========================
   08.GALLERY css  (NAYA SECTION)
===========================*/
.single_gallery {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  margin-top: 30px; }
  .single_gallery img,
  .single_gallery video {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
    border-radius: 18px; }
  .single_gallery .gallery_overlay {
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(26, 49, 84, 0.6);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    transition: all 0.3s ease-out 0s; }
  .single_gallery:hover .gallery_overlay { opacity: 1; }
  .single_gallery .gallery_overlay h5 { color: #fff; font-size: 18px; font-weight: 600; }
  .single_gallery .gallery_overlay i { color: #FFB316; font-size: 34px; margin-bottom: 8px; }
.gallery_video_wrap { position: relative; margin-top: 30px; border-radius: 18px; overflow: hidden; }
.gallery_video_wrap video { width: 100%; height: 260px; object-fit: cover; border-radius: 18px; }

/*===========================
   09.TESTIMONIAL css  (NAYA SECTION)
===========================*/
.testimonial_area {
  position: relative; z-index: 5; overflow: hidden;
  border-top-left-radius: 150px; }
  .testimonial_area::before {
    position: absolute; content: ''; top: 0; left: 0;
    background-color: rgba(26, 49, 84, 0.85);
    width: 100%; height: 100%; z-index: -1; }
.single_testimonial {
  background: #fff;
  border-radius: 20px;
  padding: 35px 30px;
  margin-top: 30px; }
  .single_testimonial .quote i { font-size: 34px; color: #FFB316; }
  .single_testimonial p { margin-top: 18px; font-style: italic; color: #677284; }
  .single_testimonial .client { display: flex; align-items: center; margin-top: 22px; }
  .single_testimonial .client img { width: 55px; height: 55px; border-radius: 50%; object-fit: cover; }
  .single_testimonial .client .client_info { padding-left: 15px; }
  .single_testimonial .client .client_info h5 { font-size: 18px; font-weight: 700; color: #1A3154; }
  .single_testimonial .client .client_info span { font-size: 14px; color: #FFB316; }

/* mobile thoda safe */
@media (max-width: 767px){
  .single_slider .slider_content .slider_title { font-size: 38px; }
  .section_title .title { font-size: 30px; }
}

/*===========================
   EXTRA css (Maa Ambe content)
===========================*/
/* Text wordmark logo (jab tak asli logo na ho) */
.brand_text { line-height: 1; }
.brand_text .b1 { display:block; font-size:26px; font-weight:800; color:#FFB316; letter-spacing:1px; }
.brand_text .b2 { display:block; font-size:12px; font-weight:600; letter-spacing:4px; color:#fff; margin-top:2px; }
.sticky .brand_text .b2 { color:#1A3154; }

/* Services sub-list */
.single_services .services_content ul { margin-top:18px; }
.single_services .services_content ul li {
  position:relative; padding-left:22px; margin-top:8px; color:#677284; font-size:15px; }
.single_services .services_content ul li::before {
  content:'\e964'; font-family:'LineIcons'; position:absolute; left:0; top:1px; color:#FFB316; font-size:13px; }

/* Core values */
.value_area { background:#1A3154; }
.value_area .section_title .title { color:#fff; }
.single_value {
  background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.12);
  border-radius:14px; padding:22px 18px; margin-top:24px; text-align:center;
  transition:all .3s ease-out 0s; height:100%; }
.single_value:hover { background:#FFB316; border-color:#FFB316; }
.single_value i { font-size:34px; color:#FFB316; }
.single_value:hover i, .single_value:hover h5 { color:#fff; }
.single_value h5 { margin-top:12px; font-size:17px; font-weight:600; color:#fff; }

/* Projects (completed) */
.single_project {
  display:flex; align-items:flex-start; background:#fff; border-radius:12px;
  padding:18px 20px; margin-top:24px; height:100%;
  box-shadow:0px 6px 20px 0px rgba(26,49,84,0.06);
  transition:all .3s ease-out 0s; }
.single_project:hover { transform:translateY(-5px); box-shadow:0px 12px 30px 0px rgba(26,49,84,0.12); }
.single_project i { color:#FFB316; font-size:20px; margin-right:12px; margin-top:3px; }
.single_project p { margin:0; color:#1A3154; font-weight:500; font-size:15px; }

/* Team phone */
.single_team .team_content .team_phone {
  display:inline-flex; align-items:center; gap:8px; margin-top:14px;
  font-size:15px; font-weight:600; color:#1A3154; }
.single_team .team_content .team_phone i { color:#FFB316; }

/* Contact info small line */
.single_info .info_content p a { color:#677284; }
.single_info .info_content p a:hover { color:#FFB316; }
.branch_box { margin-top:30px; }
.branch_box h6 { font-size:16px; font-weight:700; color:#1A3154; }
.branch_box p { margin-top:5px; }

/*==========================================================
   TEAM PYRAMID  (NAYA LAYOUT — 10 cards: 1 + 2 + 3 + 4)
   Har row beech me center hoti hai. Sab card barabar width ke.
   ✏️ Card chhota/bada karna ho to niche --t-card-w badlo.
==========================================================*/
.team_pyramid { --t-card-w: 280px; }
.team_pyramid .t_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;   /* row hamesha center me */
}
.team_pyramid .t_card {
  width: var(--t-card-w);
  max-width: 100%;
  margin: 0 15px 30px;       /* card ke beech gap */
}
/* Khaali (placeholder) card ka image box — jab tak asli photo na lage */
.single_team .team_image_empty {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eef1f6;
  border-bottom: 2px dashed #c7cfdb;
}
.single_team .team_image_empty i { font-size: 70px; color: #b3bccb; }
@media (max-width: 767px) {
  .team_pyramid .t_card { width: 100%; margin: 0 0 25px; } /* mobile pe ek ke niche ek */
}

/*==========================================================
   ONGOING / UNDER-CONSTRUCTION PROJECTS  (NAYA SECTION)
   Bilkul simple list: ek line = ek project. Sirf type karo.
   Bahut saari line daal sakte ho — beech me apne aap gap aata hai.
==========================================================*/
.ongoing_area { background-color: #fff; }
.ongoing_list {
  max-width: 760px;
  margin: 0 auto;            /* list page ke beech me */
}
/* Ek project ki line */
.ongoing_item {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #f7f8fa;
  border: 1px solid #eceef2;
  border-left: 5px solid #FFB316;   /* peela accent — "kaam chal raha hai" */
  border-radius: 14px;
  padding: 20px 24px;
  margin-bottom: 22px;        /* <- har project ke beech ka gap */
  transition: all 0.25s ease-out 0s;
}
.ongoing_item:hover { transform: translateX(6px); box-shadow: 0 10px 24px rgba(26,49,84,0.08); }
.ongoing_item .o_icon {
  flex: 0 0 auto;
  width: 48px; height: 48px; line-height: 48px;
  text-align: center; border-radius: 50%;
  background: #FFB316; color: #fff; font-size: 22px;
}
.ongoing_item .o_text { flex: 1 1 auto; }
.ongoing_item .o_text h5 {
  font-size: 19px; font-weight: 700; color: #1A3154; margin: 0;
}
.ongoing_item .o_text p {
  margin: 4px 0 0; font-size: 14px; color: #677284;   /* chhoti detail line (optional) */
}
.ongoing_item .o_status {
  flex: 0 0 auto;
  font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .5px;
  color: #FFB316; background: #fff7e6; border: 1px solid #ffe2a8;
  padding: 6px 12px; border-radius: 30px;
}
@media (max-width: 575px) {
  .ongoing_item { flex-wrap: wrap; gap: 12px; }
  .ongoing_item .o_status { order: 3; }
}

/* Contact CTA (form ki jagah jab form band ho) */
.contact_cta p { margin-bottom: 22px; }
