/* Navbar Theme (White + Red) */
.custom-navbar {
  background: #ffffff;
  border-radius: 18px;
  margin: 12px;
  border: 1px solid rgba(220, 53, 69, 0.25);
}

/* Bootstrap toggler visible on white bg */
.navbar-toggler {
  border: 1px solid rgba(220, 53, 69, 0.35);
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.2);
}

/* Logo Fix */
.logo-img{
  height: 55px;        /* apni need ke mutabiq 45-60 */
  width: auto;         /* width auto rakho */
  object-fit: contain; /* logo distort nahi hoga */
  display: block;
}
.navbar-brand{
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.navbar-brand img{
  max-width: 160px;
  height: 75px;
  width: auto !important;
}



/* Links */
.custom-navbar .nav-link {
  color: #000;
  border-radius: 12px;
  padding: 8px 12px;
}
.custom-navbar .nav-link:hover,
.custom-navbar .nav-link:focus {
  color: #dc3545;
}
.custom-navbar .nav-link.active {
  color: #ffffff !important;
  background: #dc3545;
}

/* Brand */
.brand-red {
  color: #dc3545;
}

/* Dropdown */
.dropdown-menu {
  border-radius: 14px;
  border: 1px solid rgba(220, 53, 69, 0.25);
}
.dropdown-item:active {
  background: #dc3545;
}

/* Contact Button */
.btn-contact {
  background: #dc3545;
  color: #fff;
  border-radius: 14px;
  padding: 8px 14px;
}
.btn-contact:hover {
  background: #b02a37;
  color: #fff;
}

/* Hero Banner */
.hero-banner {
  width: 100%;
  padding: 0 12px;
}

.hero-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 18px;
  display: block;

  .carousel-caption{
bottom: 35%;
text-align: left;
}

.carousel-caption h1{
font-size:60px;
font-weight:bold;
}

.carousel-caption p{
font-size:20px;
}

.carousel-caption .btn{
margin-top:10px;
padding:10px 25px;
}

.slide-title{
  color: yellow !important;
  font-size: 60px;
  font-weight: bold;
}

.slide-text{
  color: black !important;
  font-size: 20px;
}


}

/* Second Banner (No Space) */
.second-banner {
  width: 100%;
  padding: 0 12px;
  margin-top: 0;
}

.second-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 18px;
  display: block;
}

#second-banner{
  scroll-margin-top: 120px;
}



/* About Section (White + Red theme) */
.about-section {
  padding: 60px 0;
  background: #ffffff;
}

.about-title {
  color: #dc3545;
  font-weight: 700;
}

.about-text {
  color: #000;
  max-width: 850px;
  margin: 10px auto 0 auto;
}

/* Matte Black Cards */
.about-card {
  background: #000000; /* matte black */
  border-radius: 18px;
  padding: 24px;
  border: 1px solid rgba(220, 53, 69, 0.35);
  height: 100%;
}

.about-card-title {
  color: #dc3545;
  font-weight: 700;
  margin-bottom: 10px;
}

.about-card-text {
  color: #ffffff;
  margin: 0;
}

.about-card-title-sm {
  color: #dc3545;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Shadow for all about cards */
.about-card {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  transition: 0.3s ease;
}

.about-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.45);
}


/* =========================
   Videos Section (Scratch)
========================= */

.videos-section{
  padding: 60px 0;
  background: #ffffff;
}

.videos-title{
  color: #dc3545;
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 6px;
}

.videos-text{
  color: #000;
  font-size: 15px;
  margin: 0;
}

/* Video Card */
.video-card{
  display: block;
  text-decoration: none;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(220, 53, 69, 0.25);
  background: #ffffff;
  transition: 0.2s;
}

.video-card:hover{
  transform: translateY(-4px);
}

/* Thumbnail */
.video-thumb{
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

/* Caption */
.video-caption{
  padding: 12px 10px;
  background: #1b1b1b; /* matte black */
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}

.videos-section .row,
.videos-section [class*="col-"]{
  width: auto;
  max-width: 100%;
}

/* WHY CHOOSE US SECTION */
.why-choose-us-section{
  background: #fff;
}

.section-title{
  font-size: 42px;
  font-weight: 800;
  color: #d9272e;
  margin-bottom: 10px;
}

.section-subtitle{
  font-size: 16px;
  color: #666;
  max-width: 650px;
  margin: 0 auto;
}

.why-card{
  background: #fff;
  border: 1px solid rgba(220, 53, 69, 0.18);
  border-radius: 18px;
  padding: 28px 22px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0,0,0,0.06);
  transition: 0.3s ease;
  height: 100%;
}

.why-card:hover{
  transform: translateY(-6px);
  border-color: rgba(220, 53, 69, 0.35);
}

.why-icon{
  width: 70px;
  height: 70px;
  margin: 0 auto 18px auto;
  border-radius: 50%;
  background: rgba(217, 39, 46, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
}

.why-icon i{
  font-size: 28px;
  color: #d9272e;
}

.why-card h5{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.why-card p{
  font-size: 14px;
  color: #555;
  margin: 0;
}

.why-points{
  max-width: 1000px;
  margin: 25px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 30px;
  padding: 0 15px;
}

.why-point{
  background: #fff;
  border: 1px solid rgba(220, 53, 69, 0.18);
  border-radius: 14px;
  padding: 14px 16px 14px 44px;
  position: relative;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  text-align: left;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}

.why-point::before{
  content: "✓";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);   /* ✅ icon vertically center */
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(220, 53, 69, 0.12);
  color: #dc3545;
  font-weight: 800;
}


@media (max-width: 768px){
  .why-points{
    grid-template-columns: 1fr;
  }
}

.why-point{
  position: relative;
  padding: 12px 15px 12px 55px;  /* left space icon ke liye */
  border-radius: 12px;
  transition: 0.3s ease;
  display: flex;
  align-items: center;           /* ✅ icon + text vertically center */
  min-height: 60px;
}

.why-point:hover{
  font-weight: 700 !important;
  transform: translateY(-3px);
  background: rgba(220, 53, 69, 0.07);
}






/* =========================
   Contact Section
========================= */
.contact-section{
  padding: 70px 0;
  background: #ffffff;
}

.contact-title{
  color: #dc3545;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Left box */
.contact-box{
  background: #1b1b1b; /* matte black */
  border-radius: 18px;
  padding: 18px;
  border: 1px solid rgba(220, 53, 69, 0.35);
  margin-bottom: 16px;
}

.contact-heading{
  color: #dc3545;
  font-weight: 700;
  margin-bottom: 6px;
}

.contact-link{
  color: #ffffff;
  text-decoration: none;
}

.contact-link:hover{
  color: #ffffff;
  text-decoration: underline;
}

/* Social Icons */
.contact-social{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;
}

.social-icon{
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #1b1b1b; /* matte black */
  border: 1px solid rgba(220, 53, 69, 0.35);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
}

.social-icon:hover{
  color: #ffffff;
  background: #dc3545; /* red hover */
}

/* Right form */
.contact-form-wrap{
  background: #1b1b1b; /* matte black */
  border-radius: 18px;
  padding: 22px;
  border: 1px solid rgba(220, 53, 69, 0.35);
}

.contact-label{
  color: #ffffff;
  font-weight: 600;
}

.contact-input{
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid rgba(220, 53, 69, 0.25);
}

.contact-input:focus{
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.15);
}

.contact-send-btn{
  background: #dc3545;
  color: #ffffff;
  border-radius: 14px;
  padding: 10px 18px;
}

.contact-send-btn:hover{
  background: #b02a37;
  color: #ffffff;
}

/* =========================
   Footer (Professional)
========================= */
.site-footer{
  background: #1b1b1b; /* matte black */
  padding: 55px 0 18px 0;
  margin-top: 60px;
  border-top: 1px solid rgba(220, 53, 69, 0.35);
}

.footer-title{
  color: #dc3545;
  font-weight: 700;
  margin-bottom: 12px;
}

.footer-text{
  color: #ffffff;
  margin: 0;
  opacity: 0.9;
}

.footer-link{
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
}

.footer-link:hover{
  color: #ffffff;
  text-decoration: underline;
  opacity: 1;
}

.footer-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li{
  margin-bottom: 8px;
}

/* Bottom Bar */
.footer-bottom{
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid rgba(220, 53, 69, 0.25);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.footer-copy{
  color: #ffffff;
  opacity: 0.85;
}

/* Social Icons */
.footer-social{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-social-icon{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: #121212;
  border: 1px solid rgba(220, 53, 69, 0.35);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.footer-social-icon:hover{
  background: #dc3545;
  color: #ffffff;
}

/* =========================
   FOOTER (Scratch)
========================= */
.site-footer{
  background: #111;
  padding: 70px 0 25px;
  margin-top: 70px;
  color: #fff;
}

.footer-title{
  color: #e63946;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.footer-text{
  color: rgba(255,255,255,0.75);
  margin: 0;
  line-height: 1.7;
  font-size: 15px;
}

.footer-link{
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 5px;
  transition: 0.3s;
}

.footer-link:hover{
  color: #e63946;
}

.footer-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li{
  margin-bottom: 10px;
}

/* Social Icons */
.footer-social{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.footer-social-icon{
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background: #0d0d0d;
  border: 1px solid rgba(255,255,255,0.15);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
}

.footer-social-icon i{
  font-size: 20px;
  color: #fff;
}

.footer-social-icon:hover{
  transform: translateY(-4px);
  border-color: #e63946;
}

.footer-bottom{
  margin-top: 40px;
  text-align: center;
}

.footer-line{
  height: 1px;
  background: rgba(230,57,70,0.25);
  margin-bottom: 15px;
}

.footer-copy{
  color: rgba(255,255,255,0.6);
  font-size: 14px;
  margin: 0;
}

/* HR AUDIT BANNER */
.audit-banner {
    width: 100%;
    padding: 0 40px;   /* left right thora gap */
    margin-top: 20px;
}

.audit-img{
  width:100%;
  border-radius:20px;
}

.audit-banner img {
    width: 100%;
    height: 380px;     /* yahan se size control hoga */
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.page-title-section {
    text-align: center;
    padding: 40px 0 20px;
}

.page-title {
    font-size: 42px;
    font-weight: 800;
    color: #222;
    margin: 0;
    position: relative;
    display: inline-block;
}

.page-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #d32f2f;
    margin: 12px auto 0;
    border-radius: 2px;
}


/* =========================
   SECTION 1 (ONLY)
========================= */
.audit-sec-1{
  padding: 60px 0;
}

.audit-heading-1{
  font-size: 52px;
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 18px;
  color: #222;
}

.audit-list-1{
  margin: 0;
  padding-left: 18px;
}

.audit-list-1 li{
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}

.audit-img-wrap-1{
  border-radius: 18px;
  overflow: hidden;
}

.audit-img-1{
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px){
  .audit-heading-1{ font-size: 36px; }
  .audit-img-1{ height: 240px; }
}

/* =========================
   SECTION 2 (ONLY)
========================= */
.audit-sec-2{
  padding: 60px 0;
}

.audit-content-2{
  padding-left: 40px; /* text ko right side me thora push */
}

.audit-heading-2{
  font-size: 52px;
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 18px;
  color: #222;
}

.audit-list-2{
  margin: 0;
  padding-left: 18px;
}

.audit-list-2 li{
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}

.audit-img-wrap-2{
  border-radius: 18px;
  overflow: hidden;
}

.audit-img-2{
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px){
  .audit-content-2{ padding-left: 0; padding-top: 20px; }
  .audit-heading-2{ font-size: 36px; }
  .audit-img-2{ height: 240px; }
}

/* =========================
   SECTION 3 (ONLY)
========================= */

.audit-sec-3{
  padding: 60px 0;
}

.audit-heading-3{
  font-size: 52px;
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 18px;
  color: #222;
}

.audit-list-3{
  margin: 0;
  padding-left: 18px;
}

.audit-list-3 li{
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}

.audit-img-wrap-3{
  border-radius: 20px;
  overflow: hidden;
}

.audit-img-3{
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px){
  .audit-heading-3{
    font-size: 36px;
  }

  .audit-img-3{
    height: 240px;
  }
}

/* =========================
   SECTION 4 (ONLY)
========================= */

.audit-sec-4{
  padding: 60px 0;
}

.audit-heading-4{
  font-size: 52px;
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 18px;
  color: #222;
}

.audit-list-4{
  margin: 0;
  padding-left: 18px;
}

.audit-list-4 li{
  font-size: 20px;
  margin-bottom: 10px;
  color: #333;
}

.audit-img-wrap-4{
  border-radius: 20px;
  overflow: hidden;
}

.audit-img-4{
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.audit-content-4{
  padding-left: 50px;
}


@media (max-width: 768px){
  .audit-heading-4{
    font-size: 36px;
  }

  .audit-img-4{
    height: 240px;
  }
}
/* hr technical solution */
/* ===== Section 1 ===== */

/* ===== Technical Page Heading ===== */

.tech-heading-wrapper{
  text-align: center;
  margin: 60px 0 40px;
}

.tech-main-heading{
  font-size: 42px;
  font-weight: 800;
  color: #1f2937;
  margin-bottom: 12px;
}

.tech-underline{
  width: 60px;
  height: 4px;
  background-color: #dc3545;
  margin: 0 auto;
  border-radius: 2px;
}



.hts-sec1{
  padding: 70px 0;
}

.hts-sec1__wrap{
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

.hts-sec1__left{
  flex: 1;
}

.hts-sec1__heading{
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 20px;
}

.hts-sec1__list{
  font-size: 20px;
  line-height: 1.9;
  padding-left: 22px;
}

.hts-sec1__right{
  flex: 1;
}

.hts-sec1__img{
  width: 100%;
  max-width: 550px;
  border-radius: 25px;
  display: block;
}

/* ===== Section 2 ===== */
.hts-sec2{
  padding: 70px 0;
}

.hts-sec2__wrap{
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

.hts-sec2__left{
  flex: 1;
}

.hts-sec2__img{
  width: 100%;
  max-width: 550px;
  border-radius: 25px;
  display: block;
}

.hts-sec2__right{
  flex: 1;
}

.hts-sec2__heading{
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 20px;
}

.hts-sec2__list{
  font-size: 20px;
  line-height: 1.9;
  padding-left: 22px;
}

/* ===== Section 3 ===== */
.hts-sec3{
  padding: 70px 0;
}

.hts-sec3__wrap{
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

.hts-sec3__left{
  flex: 1;
}

.hts-sec3__heading{
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 20px;
}

.hts-sec3__list{
  font-size: 20px;
  line-height: 1.9;
  padding-left: 22px;
}

.hts-sec3__right{
  flex: 1;
}

.hts-sec3__img{
  width: 100%;
  max-width: 550px;
  border-radius: 25px;
}


/* ===== Section 4 ===== */
.hts-sec4{
  padding: 70px 0;
}

.hts-sec4__wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.hts-sec4__left{
  flex: 0 0 55%;
}

.hts-sec4__right{
  flex: 0 0 45%;
}

.hts-sec4__img{
  width: 100%;
  max-width: 550px;
  border-radius: 25px;
}

.hts-sec4__heading{
  font-size: 44px;
  font-weight: 900;
  margin: 0 0 16px 0;
}

.hts-sec4__list{
  font-size: 20px;
  line-height: 1.9;
  padding-left: 22px;
  margin: 0;
}

/* Responsive */
@media (max-width: 992px){
  .hts-sec4__wrap{
    flex-direction: column;
    text-align: left;
  }
  .hts-sec4__left,
  .hts-sec4__right{
    flex: 0 0 100%;
  }
}


/* ===== Section 5 ===== */
.hts-sec5{
  padding: 70px 0;
}

.hts-sec5__wrap{
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 50px;
}

.hts-sec5__left{
  flex: 1;
}

.hts-sec5__heading{
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 20px;
}

.hts-sec5__list{
  font-size: 20px;
  line-height: 1.9;
  padding-left: 22px;
}

.hts-sec5__right{
  flex: 1;
}

.hts-sec5__img{
  width: 100%;
  max-width: 550px;
  border-radius: 25px;
}

@media (max-width: 992px){

  .hts-sec1__wrap,
  .hts-sec2__wrap,
  .hts-sec3__wrap,
  .hts-sec4__wrap,
  .hts-sec5__wrap{
    flex-direction: column;
  }

}

/* =========================================================
   HR GENERAL SERVICES (HGS) - BANNER
========================================================= */
.hgs-banner { width: 100%; margin-top: 20px; }
.hgs-banner-wrap { padding: 0 40px; }
.hgs-banner-wrap img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
}

/* =========================================================
   HR GENERAL SERVICES (HGS) - TITLE (CENTER)
========================================================= */
.hgs-title { text-align: center; margin: 30px 0 10px; }
.hgs-title h2 { font-size: 52px; font-weight: 900; margin: 0; }
.hgs-title span {
  display: block;
  width: 60px;
  height: 4px;
  margin: 10px auto 0;
  background: #d62828;
  border-radius: 5px;
}

/* ===============================
   HR GENERAL SERVICES - SECTION 1
   =============================== */

.generalS1{
  padding: 70px 0;
}

.generalS1__wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

.generalS1__left{
  flex: 1;
  min-width: 320px;
}

.generalS1__title{
  font-size: 56px;
  line-height: 1.05;
  font-weight: 900;
  color: #222;
  margin-bottom: 25px;
}

.generalS1__list{
  font-size: 20px;
  line-height: 1.7;
  padding-left: 22px;
  color: #222;
}

.generalS1__right{
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.generalS1__img{
  width: 100%;
  max-width: 560px;
  border-radius: 22px;
  display: block;
}

/* Responsive */
@media (max-width: 992px){
  .generalS1__wrap{
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }

  .generalS1__title{
    font-size: 42px;
  }

  .generalS1__right{
    width: 100%;
    justify-content: flex-start;
  }

  .generalS1__img{
    max-width: 100%;
  }
}

/* ===============================
   HR GENERAL SERVICES - SECTION 2
   =============================== */

.generalS2{
  padding: 70px 0;
}

.generalS2__wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

.generalS2__left{
  flex: 1;
}

.generalS2__img{
  width: 100%;
  max-width: 560px;
  border-radius: 22px;
  display: block;
}

.generalS2__right{
  flex: 1;
}

.generalS2__title{
  font-size: 44px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #222;
}

.generalS2__list{
  font-size: 20px;
  line-height: 1.7;
  padding-left: 22px;
  color: #222;
}

/* Responsive */
@media (max-width: 992px){
  .generalS2__wrap{
    flex-direction: column;
    gap: 30px;
  }

  .generalS2__title{
    font-size: 34px;
  }
}

/* ===============================
   HR GENERAL SERVICES - SECTION 3
   =============================== */

.generalS3{
  padding: 80px 0;
}

.generalS3__wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

.generalS3__left{
  flex: 1;
}

.generalS3__title{
  font-size: 44px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #222;
}

.generalS3__list{
  font-size: 20px;
  line-height: 1.7;
  padding-left: 22px;
  color: #222;
}

.generalS3__right{
  flex: 1;
}

.generalS3__img{
  width: 100%;
  max-width: 560px;
  border-radius: 22px;
  display: block;
}

/* Responsive */
@media (max-width: 992px){
  .generalS3__wrap{
    flex-direction: column;
    gap: 30px;
  }

  .generalS3__title{
    font-size: 34px;
  }
}


/* ===============================
   HR GENERAL SERVICES - SECTION 4
   =============================== */

.generalS4{
  padding: 80px 0;
}

.generalS4__wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

.generalS4__left{
  flex: 1;
}

.generalS4__img{
  width: 100%;
  max-width: 560px;
  border-radius: 22px;
  display: block;
}

.generalS4__right{
  flex: 1;
}

.generalS4__title{
  font-size: 44px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #222;
}

.generalS4__list{
  font-size: 20px;
  line-height: 1.7;
  padding-left: 22px;
  color: #222;
}

/* Responsive */
@media (max-width: 992px){
  .generalS4__wrap{
    flex-direction: column;
    gap: 30px;
  }

  .generalS4__title{
    font-size: 34px;
  }
}

/* ===============================
   HR GENERAL SERVICES - SECTION 5
   =============================== */

.generalS5{
  padding: 80px 0;
}

.generalS5__wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

.generalS5__left{
  flex: 1;
}

.generalS5__title{
  font-size: 44px;
  font-weight: 900;
  margin-bottom: 18px;
  color: #222;
}

.generalS5__list{
  font-size: 18px;
  line-height: 1.8;
  padding-left: 22px;
  color: #222;
}

.generalS5__right{
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.generalS5__img{
  width: 100%;
  max-width: 560px;
  border-radius: 22px;
  display: block;
}

/* Responsive */
@media (max-width: 992px){
  .generalS5__wrap{
    flex-direction: column;
    gap: 30px;
  }

  .generalS5__right{
    justify-content: center;
  }

  .generalS5__title{
    font-size: 34px;
  }
}


/* =========================================
   SALES PROGRAM - BANNER
========================================= */
.salesBanner{ padding: 30px 0 10px; }
.salesBanner__wrap{ max-width: 1300px; margin: 0 auto; padding: 0 20px; }
.salesBanner__img{
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}

/* =========================================
   SALES PROGRAM - TITLE
========================================= */
.salesTitle{ padding: 40px 0 20px; text-align: center; }
.salesTitle__text{
  font-size: 52px;
  font-weight: 900;
  margin: 0;
  color: #222;
}
.salesTitle__line{
  width: 55px;
  height: 4px;
  margin: 12px auto 0;
  background: #d8242a;
  border-radius: 4px;
}

/* =========================================
   SECTION 1 (spS1) - Text Left, Image Right
========================================= */
.spS1{ padding: 70px 0; }
.spS1__wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
.spS1__left{ flex: 1; }
.spS1__title{ font-size: 44px; font-weight: 900; margin: 0 0 18px; color: #222; }
.spS1__list{ font-size: 18px; line-height: 1.9; padding-left: 22px; margin: 0; }
.spS1__right{ flex: 1; display: flex; justify-content: flex-end; }
.spS1__img{ width: 100%; max-width: 560px; border-radius: 22px; display: block; object-fit: cover; }

/* =========================================
   SECTION 2 (spS2) - Image Left, Text Right
========================================= */
.spS2{ padding: 70px 0; }
.spS2__wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
.spS2__left{ flex: 1; display: flex; justify-content: flex-start; }
.spS2__img{ width: 100%; max-width: 560px; border-radius: 22px; display: block; object-fit: cover; }
.spS2__right{ flex: 1; }
.spS2__title{ font-size: 44px; font-weight: 900; margin: 0 0 18px; color: #222; }
.spS2__list{ font-size: 18px; line-height: 1.9; padding-left: 22px; margin: 0; }

/* =========================================
   SECTION 3 (spS3) - Text Left, Image Right
========================================= */
.spS3{ padding: 70px 0; }
.spS3__wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
.spS3__left{ flex: 1; }
.spS3__title{ font-size: 44px; font-weight: 900; margin: 0 0 18px; color: #222; }
.spS3__list{ font-size: 18px; line-height: 1.9; padding-left: 22px; margin: 0; }
.spS3__right{ flex: 1; display: flex; justify-content: flex-end; }
.spS3__img{ width: 100%; max-width: 560px; border-radius: 22px; display: block; object-fit: cover; }

/* =========================================
   SECTION 4 (spS4) - Image Left, Text Right
========================================= */
.spS4{ padding: 70px 0; }
.spS4__wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
.spS4__left{ flex: 1; display: flex; justify-content: flex-start; }
.spS4__img{ width: 100%; max-width: 560px; border-radius: 22px; display: block; object-fit: cover; }
.spS4__right{ flex: 1; }
.spS4__title{ font-size: 44px; font-weight: 900; margin: 0 0 18px; color: #222; }
.spS4__list{ font-size: 18px; line-height: 1.9; padding-left: 22px; margin: 0; }

/* =========================================
   SECTION 5 (spS5) - Text Left, Image Right
========================================= */
.spS5{ padding: 70px 0 90px; }
.spS5__wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
.spS5__left{ flex: 1; }
.spS5__title{ font-size: 44px; font-weight: 900; margin: 0 0 18px; color: #222; }
.spS5__list{ font-size: 18px; line-height: 1.9; padding-left: 22px; margin: 0; }
.spS5__right{ flex: 1; display: flex; justify-content: flex-end; }
.spS5__img{ width: 100%; max-width: 560px; border-radius: 22px; display: block; object-fit: cover; }

/* =========================================
   RESPONSIVE (Sales Program only)
========================================= */
@media (max-width: 992px){
  .salesBanner__img{ height: 260px; }
  .salesTitle__text{ font-size: 40px; }

  .spS1__wrap, .spS2__wrap, .spS3__wrap, .spS4__wrap, .spS5__wrap{
    flex-direction: column;
    gap: 30px;
  }

  .spS1__right, .spS2__left, .spS3__right, .spS4__left, .spS5__right{
    justify-content: center;
  }

  .spS1__title, .spS2__title, .spS3__title, .spS4__title, .spS5__title{
    font-size: 32px;
  }
}

/* leadership program */
.newPageTitle{
  padding: 50px 0 20px;
  text-align: center;
}
.newPageTitle__text{
  font-size: 50px;
  font-weight: 900;
  margin: 0;
}
.newPageTitle__line{
  width: 60px;
  height: 4px;
  background: #d8242a;
  margin: 15px auto 0;
  border-radius: 4px;
}
.npS1, .npS2, .npS3, .npS4, .npS5{
  padding: 80px 0;
}

/* section1 */
.npS1__wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
  align-items: center;
  gap: 70px;
}
.npS1__left{ flex:1; }
.npS1__title{ font-size:42px; font-weight:900; margin-bottom:20px; }
.npS1__list{ font-size:18px; line-height:1.9; padding-left:20px; }
.npS1__right{ flex:1; display:flex; justify-content:flex-end; }
.npS1__img{ width:100%; max-width:550px; border-radius:22px; }

/* section2 */
.npS2__wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
  display: flex;
  align-items: center;
  gap: 70px;
}
.npS2__left{ flex:1; }
.npS2__img{ width:100%; max-width:550px; border-radius:22px; }
.npS2__right{ flex:1; }
.npS2__title{ font-size:42px; font-weight:900; margin-bottom:20px; }
.npS2__list{ font-size:18px; line-height:1.9; padding-left:20px; }

/* section3 */
.npS3__wrap{
  max-width:1200px;
  margin:0 auto;
  padding:0 25px;
  display:flex;
  align-items:center;
  gap:70px;
}
.npS3__left{ flex:1; }
.npS3__title{ font-size:42px; font-weight:900; margin-bottom:20px; }
.npS3__list{ font-size:18px; line-height:1.9; padding-left:20px; }
.npS3__right{ flex:1; display:flex; justify-content:flex-end; }
.npS3__img{ width:100%; max-width:550px; border-radius:22px; }

/* section4 */
.npS4__wrap{
  max-width:1200px;
  margin:0 auto;
  padding:0 25px;
  display:flex;
  align-items:center;
  gap:70px;
}
.npS4__left{ flex:1; }
.npS4__img{ width:100%; max-width:550px; border-radius:22px; }
.npS4__right{ flex:1; }
.npS4__title{ font-size:42px; font-weight:900; margin-bottom:20px; }
.npS4__list{ font-size:18px; line-height:1.9; padding-left:20px; }

/* section5 */
.npS5__wrap{
  max-width:1200px;
  margin:0 auto;
  padding:0 25px;
  display:flex;
  align-items:center;
  gap:70px;
}
.npS5__left{ flex:1; }
.npS5__title{ font-size:42px; font-weight:900; margin-bottom:20px; }
.npS5__list{ font-size:18px; line-height:1.9; padding-left:20px; }
.npS5__right{ flex:1; display:flex; justify-content:flex-end; }
.npS5__img{ width:100%; max-width:550px; border-radius:22px; }

/* =========================
   FINANCIAL SERVICES - SECTION 1 (fs-sec1)
   ========================= */

.fs-sec1{
  padding: 70px 0;
  background: #fff;
}

.fs-sec1-container{
  width: min(1200px, 92%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;              /* text aur image ka space */
}

.fs-sec1-content{
  flex: 1;
  max-width: 520px;
}

.fs-sec1-title{
  font-size: 58px;        /* leadership jaisa balanced */
  line-height: 1.05;
  font-weight: 800;
  color: #111;
  margin: 0 0 22px 0;
}

.fs-sec1-list{
  margin: 0;
  padding-left: 22px;
}

.fs-sec1-list li{
  font-size: 18px;
  line-height: 1.7;
  color: #222;
  margin: 10px 0;
}

.fs-sec1-imageWrap{
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.fs-sec1-img{
  width: 560px;           /* leadership jaisi image size */
  max-width: 100%;
  height: 360px;          /* fixed look */
  object-fit: cover;
  border-radius: 26px;
  box-shadow: 0 16px 45px rgba(0,0,0,0.12);
}

/* Responsive */
@media (max-width: 992px){
  .fs-sec1-container{
    flex-direction: column;
    gap: 35px;
  }

  .fs-sec1-content{
    max-width: 100%;
    text-align: left;
  }

  .fs-sec1-title{
    font-size: 44px;
  }

  .fs-sec1-imageWrap{
    justify-content: flex-start;
    width: 100%;
  }

  .fs-sec1-img{
    width: 100%;
    height: 320px;
  }
}

@media (max-width: 576px){
  .fs-sec1{
    padding: 50px 0;
  }

  .fs-sec1-title{
    font-size: 36px;
  }

  .fs-sec1-list li{
    font-size: 16px;
  }

  .fs-sec1-img{
    height: 260px;
    border-radius: 20px;
  }
}


/* ===================== FINANCIAL SERVICES - SECTION 2 CSS ===================== */

.fin-sec2{
  padding: 70px 0;
  background: #fff;
}

.fin-sec2-container{
  width: min(1200px, 92%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.fin-sec2-imgWrap{
  flex: 1;
  max-width: 560px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
  position: relative;
}

.fin-sec2-img{
  width: 100%;
  height: 340px;          /* leadership jaisa look */
  object-fit: cover;
  display: block;
}

/* bottom red overlay like your other sections */
.fin-sec2-imgWrap::after{
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(200,0,0,0.40), rgba(200,0,0,0));
  pointer-events: none;
}

.fin-sec2-content{
  flex: 1;
}

.fin-sec2-title{
  font-size: 56px;
  line-height: 1.05;
  margin: 0 0 18px;
  font-weight: 800;
  color: #1c1c1c;
}

.fin-sec2-list{
  margin: 0;
  padding-left: 20px;
}

.fin-sec2-list li{
  font-size: 18px;
  line-height: 1.7;
  margin: 10px 0;
  color: #222;
}

/* Responsive */
@media (max-width: 992px){
  .fin-sec2-container{
    flex-direction: column;
    gap: 26px;
  }

  .fin-sec2-imgWrap{
    max-width: 720px;
    width: 100%;
  }

  .fin-sec2-img{
    height: 300px;
  }

  .fin-sec2-title{
    font-size: 40px;
  }
}


/* ===================== FINANCIAL SERVICES - SECTION 3 CSS ===================== */

.fin-sec3{
  padding: 70px 0;
  background: #fff;
}

.fin-sec3-container{
  width: min(1200px, 92%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.fin-sec3-content{
  flex: 1;
}

.fin-sec3-title{
  font-size: 56px;
  line-height: 1.05;
  margin: 0 0 18px;
  font-weight: 800;
  color: #1c1c1c;
}

.fin-sec3-list{
  margin: 0;
  padding-left: 20px;
}

.fin-sec3-list li{
  font-size: 18px;
  line-height: 1.7;
  margin: 10px 0;
  color: #222;
}

.fin-sec3-imgWrap{
  flex: 1;
  max-width: 560px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
  position: relative;
}

.fin-sec3-img{
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}

.fin-sec3-imgWrap::after{
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(200,0,0,0.40), rgba(200,0,0,0));
  pointer-events: none;
}

@media (max-width: 992px){
  .fin-sec3-container{
    flex-direction: column;
    gap: 26px;
  }

  .fin-sec3-imgWrap{
    max-width: 720px;
    width: 100%;
    order: 0;
  }

  .fin-sec3-title{
    font-size: 40px;
  }

  .fin-sec3-img{
    height: 300px;
  }
}

/* ===================== FINANCIAL SERVICES - SECTION 4 CSS ===================== */

.fin-sec4{
  padding: 70px 0;
  background: #fff;
}

.fin-sec4-container{
  width: min(1200px, 92%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
}

.fin-sec4-imgWrap{
  flex: 1;
  max-width: 560px;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
  position: relative;
}

.fin-sec4-img{
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}

.fin-sec4-imgWrap::after{
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(200,0,0,0.40), rgba(200,0,0,0));
  pointer-events: none;
}

.fin-sec4-content{
  flex: 1;
}

.fin-sec4-title{
  font-size: 56px;
  line-height: 1.05;
  margin: 0 0 18px;
  font-weight: 800;
  color: #1c1c1c;
}

.fin-sec4-list{
  margin: 0;
  padding-left: 20px;
}

.fin-sec4-list li{
  font-size: 18px;
  line-height: 1.7;
  margin: 10px 0;
  color: #222;
}

@media (max-width: 992px){
  .fin-sec4-container{
    flex-direction: column;
    gap: 26px;
  }

  .fin-sec4-imgWrap{
    max-width: 720px;
    width: 100%;
  }

  .fin-sec4-title{
    font-size: 40px;
  }

  .fin-sec4-img{
    height: 300px;
  }
}


/* ============ SECTION 5 ============ */
.fs-sec-5 { padding: 70px 0; background: #fff; }
.fs-sec-5-container{
  width: min(1200px, 92%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
.fs-sec-5-text{ flex: 1; }
.fs-sec-5-title{ font-size: 56px; font-weight: 800; line-height: 1.05; margin: 0 0 18px; color:#222; }
.fs-sec-5-list{ margin: 0; padding-left: 22px; }
.fs-sec-5-list li{ font-size: 22px; line-height: 1.6; margin: 8px 0; }
.fs-sec-5-imgWrap{ flex: 1; display:flex; justify-content:flex-end; }
.fs-sec-5-img{ width: 560px; max-width: 100%; border-radius: 22px; display:block; }

@media (max-width: 992px){
  .fs-sec-5-container{ flex-direction: column; gap: 30px; }
  .fs-sec-5-imgWrap{ justify-content: center; }
  .fs-sec-5-title{ font-size: 42px; }
  .fs-sec-5-list li{ font-size: 20px; }
}




/* image ko center + neeche align */
.audit-img-wrap{
  margin-left: auto;
  margin-right: auto;
}

/* text block ko thora push karo */
.audit-alt .audit-heading,
.audit-alt .audit-list{
  margin-left: 40px;
}

@media (max-width: 768px){
  .audit-alt{
    flex-direction: column;
  }

  .audit-alt .audit-heading,
  .audit-alt .audit-list{
    margin-left: 0;
  }
}


@media (max-width: 768px){
  .audit-sections .section-title{ font-size: 34px; }
  .audit-heading{ font-size: 22px; }
  .audit-img{ height: 200px; }
}

.page-banner-img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}

.page-title{
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 10px;
}

.page-subtitle{
  color: #666;
  margin-bottom: 0;
}

.content-card{
  border: 1px solid rgba(220,53,69,0.25);
  border-radius: 18px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}

/* =========================
   HRSG-style Career Listing
   ========================= */

:root{
  --career-brand:#0a6ea8;
  --career-bg:#f5f7fb;
  --career-text:#0f172a;
  --career-muted:#64748b;
  --career-card:#ffffff;
  --career-border:#e5e7eb;
}

/* Page wrapper (optional if you already have body bg) */
.career-page{
  background: var(--career-bg);
}

/* HERO / HEADER */
.career-hero{
  background: linear-gradient(90deg, #0b5f93 0%, #0a86b8 100%);
  color:#fff;
  padding:42px 0;
}

.career-hero h1{
  margin:0 0 8px;
  font-size:42px;
  font-weight:700;
}

.career-hero p{
  margin:0;
  color: rgba(255,255,255,.9);
}

/* CARD BOX */
.career-list-card{
  background: var(--career-card);
  border: 1px solid var(--career-border);
  border-radius: 10px;
  overflow: hidden;
  margin: 22px 0;
}

/* CARD HEAD */
.career-list-head{
  padding:14px 18px;
  font-weight:700;
  background:#fbfdff;
  border-bottom:1px solid var(--career-border);
}

/* JOB ROW */
.career-job-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:16px 18px;
  border-bottom:1px solid var(--career-border);
  gap:12px;
}

.career-job-row:last-child{
  border-bottom:none;
}

.career-job-title{
font-size:20px;   /* 16px se 20px */
font-weight:700;  /* zyada bold */
color:#0b2b3a;
text-decoration:none;
}

.career-job-title:hover{
  text-decoration:underline;
}

.career-job-meta{
font-size:15px;   /* 13px se 15px */
font-weight:500;
color:var(--career-muted);
margin-top:4px;
}

.career-job-link{
  text-decoration:none;
  color: var(--career-brand);
  font-weight:600;
  white-space:nowrap;
  display:flex;
  align-items:center;
  gap:6px;
  font-size:14px;
}

.career-job-link:hover{
  text-decoration:underline;
}

/* LOAD MORE */
.career-load-more-wrap{
  padding:14px 18px;
  background:#fbfdff;
  border-top:1px solid var(--career-border);
  text-align:center;
}

.career-btn{
  border:1px solid var(--career-border);
  background:#fff;
  padding:10px 14px;
  border-radius:8px;
  cursor:pointer;
  font-weight:600;
}

.career-btn:hover{
  border-color:#cbd5e1;
}

/* CTA (optional) */
.career-cta{
  margin:22px 0 40px;
  background: linear-gradient(90deg, #0b5f93 0%, #0a86b8 100%);
  border-radius:12px;
  padding:28px 18px;
  color:#fff;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
}

.career-cta h2{
  margin:0;
  font-size:28px;
}

.career-cta p{
  margin:6px 0 0;
  opacity:.9;
}

.career-cta a{
  background:#fff;
  color:#0b5f93;
  text-decoration:none;
  padding:10px 14px;
  border-radius:10px;
  font-weight:700;
  display:inline-flex;
  align-items:center;
  gap:8px;
}

/* Mobile */
@media (max-width: 640px){
  .career-hero h1{ font-size:32px; }
  .career-job-row{ flex-direction:column; align-items:flex-start; }
  .career-job-link{ margin-top:8px; }
  .career-cta{ flex-direction:column; align-items:flex-start; }
}

.contact-section {
  padding: 70px 0;
  background: #f5f7fb;
}

.contact-header {
  text-align: center;
  margin-bottom: 40px;
}

.contact-header h1 {
  font-size: 40px;
  margin-bottom: 10px;
}

.contact-header p {
  color: #666;
}

.contact-card {
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  max-width: 900px;
  margin: auto;
}

.form-row {
  display: flex;
  gap: 20px;
}

.form-group {
  margin-bottom: 20px;
  flex: 1;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #1f7aa2;
  outline: none;
}

.contact-btn {
  background: #d7263d;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
  transition: 0.3s;
}

.contact-btn:hover {
  background: #b71c2d;
}

.success-alert{
  margin: 20px 0;
  padding: 14px 18px;
  border-radius: 10px;
  background: #e8fff1;
  border: 1px solid #b7f2cd;
  color: #0f6a2f;
  font-weight: 600;
}

/* Sticky navbar offset for anchor links */
[id]{
  scroll-margin-top: 120px;
}

.contact-form-group.full-width {
    grid-column: 1 / -1;
}

.contact-form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 18px;
}

.contact-form-group label {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 8px;
}

.contact-input {
    width: 100%;
    border: 1px solid #dbe3ec;
    border-radius: 14px;
    padding: 14px 16px;
    font-size: 15px;
    color: #0f172a;
    background: #fff;
    outline: none;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.contact-input:focus {
    border-color: #0a6ea8;
    box-shadow: 0 0 0 4px rgba(10, 110, 168, 0.12);
}

select.contact-input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #64748b 50%),
                      linear-gradient(135deg, #64748b 50%, transparent 50%);
    background-position: calc(100% - 18px) calc(50% - 3px),
                         calc(100% - 12px) calc(50% - 3px);
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
    padding-right: 42px;
}

/* kaifee performance 360 */
.k360-logo{
text-align:center;
margin-bottom:40px;
}

.k360-logo img{
width:420px;
max-width:90%;
}

.videos-section{
padding:80px 0;
text-align:center;
}

.video-heading{
font-size:32px;
font-weight:700;
margin-bottom:40px;
}

.video-card{
display:block;
text-decoration:none;
background:#000;
border-radius:15px;
overflow:hidden;
transition:0.3s;
}

.video-card:hover{
transform:translateY(-5px);
}

.video-thumb{
width:100%;
}

.video-caption{
padding:12px;
color:#fff;
font-size:14px;
}

/* transformation management videos */
.videos-section{
  padding: 70px 0;
  text-align: center;
}

.video-heading{
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 35px;
}

.video-card{
  display: block;
  text-decoration: none;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s;
}

.video-card:hover{
  transform: translateY(-5px);
}

.video-thumb{
  width: 100%;
  display: block;
}

.video-caption{
  color: #fff;
  padding: 12px;
  font-size: 15px;
}

/* HR Services Dropdown Attractive Style */

.dropdown-menu{
border-radius:12px;
border:none;
padding:10px 0;
box-shadow:0 10px 25px rgba(0,0,0,0.15);
min-width:240px;
animation:dropdownFade 0.25s ease;
}

.dropdown-item{
padding:10px 18px;
font-size:15px;
font-weight:500;
transition:all 0.25s ease;
}

.dropdown-item:hover{
background:#dc3545;
color:#fff;
padding-left:25px;
}

.nav-link.dropdown-toggle::after{
transition:0.3s;
}

.nav-item:hover .nav-link.dropdown-toggle::after{
transform:rotate(180deg);
}

@keyframes dropdownFade{
from{
opacity:0;
transform:translateY(10px);
}
to{
opacity:1;
transform:translateY(0);
}
}

/* Hover par dropdown open hoga */
.navbar .dropdown:hover .dropdown-menu{
  display: block;
  margin-top: 0;
}

/* Smooth effect */
.navbar .dropdown-menu{
  display: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.navbar .dropdown:hover .dropdown-menu{
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.hr-blog {
    background: #f8f9fa;
}

.blog-content h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
}

.blog-content h3 {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.blog-content p {
    font-size: 17px;
    line-height: 1.9;
    color: #444;
}

.blog-content ul {
    padding-left: 20px;
}

.blog-content ul li {
    margin-bottom: 10px;
    font-size: 17px;
}