 *body {
    margin: 0px;
    padding: 0px;
    background-color: #ececec;
}


/* header */

.logo-box {
  background: #ff6a00;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-weight: bold;
}

.navbar-brand img {
     height: 50px;  /* perfect navbar size */
  width: auto;
  object-fit: contain;
}

.text-orange {
  color: #ff6a00;
}

.btn-btw {
  display: inline-block;
 background: linear-gradient(135deg, #6145c4, #8b5cf6);
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
}

.btn-btw:hover {
  background: #171033;
  color: #fff;
}

.nav-link {
  color: #000000 !important;
  font-size: 14px;
  font-weight: 600 !important;
}

.nav-link:hover {
  color: #ff6a00;
}


@media (max-width: 768px) {
  .navbar-brand img {
    height: 32px; /* mobile pe thoda chhota */
  }
}


/* hero-section */

.hero-section {
  position: relative;
  min-height: 100vh;
  padding: 62px 20px 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: url("Saudi-Arabia.webp") center/cover no-repeat;
  overflow: hidden;
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(0,0,0,0.58), rgba(0,0,0,0.72)),
    radial-gradient(circle at center, rgba(255,102,0,0.18), transparent 55%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1050px;
}

.badget{
    background: linear-gradient(135deg, #6145c4, #8b5cf6);
    color: #ffffff;
    padding: 7px 16px;
    border-radius: 30px;
    font-size: 13px;
}

.hero-badge {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 600;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(10px);
  margin-bottom: 22px;
}

.hero-content h1 {
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.1;
  font-weight: 800;
  margin: 0;
}

.hero-content h2 {
  font-size: clamp(24px, 3vw, 38px);
  color: #ffb703;
  font-weight: 800;
  margin: 8px 0 22px;
}

.hero-content p {
  font-size: 17px;
  margin-bottom: 31px;
  color: rgba(255,255,255,0.9);
}

.arabic {
  font-size: 15px !important;
  color: rgba(255,255,255,0.75) !important;
}

.search-box {
  max-width: 850px;
  margin: 35px auto 25px;
  background: #fff;
  border-radius: 18px;
  padding: 22px;
  display: grid;
  grid-template-columns: 1.2fr 1fr 170px;
  gap: 14px;
  box-shadow: 0 25px 70px rgba(0,0,0,0.35);
}

.input-group {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 0 14px;
}

.input-group input,
.input-group select {
  width: 100%;
  height: 48px;
  border: none;
  outline: none;
  color: #333;
  font-size: 14px;
  background: transparent;
}

.search-box button {
  border: none;
  border-radius: 9px;
  background: linear-gradient(135deg, #ff6a00, #f45100);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s;
}

.search-box button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 25px rgba(244,81,0,0.35);
}

.popular-services {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  font-size: 13px;
  margin-bottom: 45px;
}

.popular-services strong {
  color: #ffb703;
}

.popular-services a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  max-width: 850px;
  margin: auto;
}

.stat-card {
  padding: 22px 18px;
  border-radius: 14px;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.25);
  backdrop-filter: blur(12px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.18);
}

.stat-card h3 {
  font-size: 30px;
  font-weight: 800;
  margin: 0;
}

.stat-card p {
  font-size: 12px;
  margin: 6px 0 0;
}

@media (max-width: 768px) {
  .hero-section {
    padding: 90px 15px 45px;
  }

  .search-box {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .search-box button {
    height: 50px;
  }

  .stats-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .popular-services {
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .stats-row {
    grid-template-columns: 1fr;
  }

  .hero-content p {
    font-size: 15px;
  }
}


/* service card */
/* ===== Compact Modern Service Cards ===== */
.ser {
    max-width: 1400px;
    margin: auto;
}

/* Column flex for equal height */
.ser > .col-md-3 {
    display: flex;
}

/* Card */
.service-card {
    position: relative;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    width: 100%;
    height: 100%;
  
    border: 1px solid #f0f0f0;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;

    display: flex;
    flex-direction: column;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* Image */
.img-box {
    height: 170px;
    min-height: 170px;
    position: relative;
    overflow: hidden;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease;
}

.service-card:hover .img-box img {
    transform: scale(1.06);
}

/* Badge */
.badge-tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: #5541b8;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 30px;
    z-index: 2;
}

/* Content */
.service-card .p-3 {
    padding: 20px !important;
    text-align: center;

    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* GAP FIX */
}

/* Title */
.service-card h6 {
    font-size: 20px;
    color: rgb(34, 34, 34);
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: 700 !important;

    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Description */
.service-card p {
    font-size: 14px;
    color: #6f6f6f !important;
    line-height: 1.6;

    margin-bottom: 10px !important; /* GAP FIX */

    min-height: 45px;
    max-height: 45px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Remove extra inline margin */
.service-card p[style],
.service-card p.mt-4 {
    margin-top: 0 !important;
}

/* Button position fix */
.service-card .text-center.mt-3 {
    margin-top: 12px !important; /* GAP FIX */
}

/* Button */
.btn-view {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding-top: 14px;
    border-top: 1px solid #eeeeee;
    color: #5541b8 !important;
    font-size: 15px;
    text-decoration: none;
}

.btn-view::after {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 18px;
    transition: 0.3s ease;
}

.btn-view:hover::after {
    transform: translateX(5px);
}

.btn-view:hover {
    color: #3f2ca0 !important;
}

/* Responsive */
@media (max-width: 1199px) {
    .ser > .col-md-3 {
        width: 33.333%;
    }
}

@media (max-width: 991px) {
    .ser > .col-md-3 {
        width: 50%;
    }

    .service-card {
        min-height: 400px;
    }
}

@media (max-width: 575px) {
    .ser > .col-md-3 {
        width: 100%;
    }

    .img-box {
        height: 190px;
        min-height: 190px;
    }

    .service-card {
        min-height: auto;
    }

    .service-card h6,
    .service-card p {
        min-height: auto;
        max-height: none;
    }
}

/* how its work  */

/* ===== HOW WORK SECTION ===== */

.how-work-section {
    background: #fff;
    padding: 80px 20px;
}

.hw-wrap {
    max-width: 1180px;
    margin: auto;
}

/* Heading */
.hw-heading {
  text-align: center;
    margin-bottom: 60px;
}

.hw-tag {
    display: inline-block;
        background: linear-gradient(135deg, #6145c4, #8b5cf6);
    color: #ffffff;
    padding: 7px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 16px;
}

.hw-title {
    font-size: 42px;
    
    color: #081225;
    margin: 0 0 10px;
}

.hw-sub {
    color: #777;
    font-size: 15px;
}

/* Cards Layout */
.hw-cards {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

/* Line */
.hw-cards::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 30px;
    right: 30px;
    height: 2px;
    background: #e8eaf4;
}

/* Card */
.hw-card {
    position: relative;
    text-align: left;
    padding: 0;
    background: transparent;
    transition: 0.3s;
}

/* Badge */
.hw-badge {
    width: 44px;
    height: 44px;
    background: #edf1ff;
    color: #081225;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    margin-bottom: 20px;
    transition: 0.3s;
}

/* Active / Hover */
.hw-card.active .hw-badge,
.hw-card:hover .hw-badge {
    background: linear-gradient(135deg, #6f63ff, #3d30d8);
    color: #fff;
    box-shadow: 0 10px 25px rgba(79, 65, 232, 0.3);
}

/* Text */
.hw-card h3 {
    font-size: 17px;
    font-weight: 500;
    color: #081225;
    margin-bottom: 8px;
}

.hw-arabic {
    color: #ff6a00;
    font-size: 13px;
    font-weight: 100;
    margin-bottom: 12px;
}

.hw-desc {
    font-size: 14px;
    color: #263244;
    line-height: 1.6;
    max-width: 230px;
}

/* Hover */
.hw-card:hover {
    transform: translateY(-5px);
}

/* Responsive */
@media (max-width: 991px) {
    .hw-title {
        font-size: 32px;
    }

    .hw-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .hw-cards::before {
        display: none;
    }
}

@media (max-width: 575px) {
    .how-work-section {
        padding: 50px 15px;
    }

    .hw-title {
        font-size: 26px;
    }

    .hw-cards {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .hw-card {
        background: #fff;
        padding: 20px;
        border-radius: 12px;
        border: 1px solid #eee;
        box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    }

    .hw-desc {
        max-width: 100%;
    }
}


/* why choose us */
.wcx-premium-section {
    position: relative;
    padding: 42px 20px 70px;
    background: #fff;
    overflow: hidden;
}

.wcx-premium-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1200px;
background: radial-gradient(circle at 20% 60%, rgba(108, 85, 255, 0.35), transparent 30%), radial-gradient(circle at 85% 55%, rgba(130, 92, 255, 0.35), transparent 30%), linear-gradient(135deg, #221c64, #0d0728);
   
}

.wcx-premium-bg::before,
.wcx-premium-bg::after {
    content: "";
    position: absolute;
    width: 390px;
    height: 170px;
    background: radial-gradient(circle, rgba(255,255,255,0.30) 2px, transparent 3px);
    background-size: 14px 14px;
    opacity: 0.35;
    
}

.wcx-premium-bg::before {
    left: -100px;
    bottom: 10px;
}

.wcx-premium-bg::after {
    right: -80px;
    bottom: 18px;
}

.wcx-premium-container {
    position: relative;
    z-index: 2;
    max-width: 1180px;
    margin: auto;
}

.wcx-premium-heading {
    text-align: center;
    color: #fff;
    margin-bottom: 70px;
}

.wcx-premium-tag {
       display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #7657ff, #5638e8);
    color: #fff;
    padding: 10px 24px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 400;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.18);
}

.wcx-premium-heading h2 {
    margin: 28px 0 16px;
    color: #fff;
    font-size: 46px;
    line-height: 1.15;
    font-weight: 600;
    letter-spacing: -1px;
}

.wcx-premium-heading h2 span {
    color: #9b70ff;
}

.wcx-premium-heading p {
    margin: 0;
    font-size: 17px;
    color: rgba(255,255,255,0.78);
}

.wcx-premium-line {
    margin: 26px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.wcx-premium-line span {
    width: 55px;
    height: 4px;
    border-radius: 20px;
    background: #8d5cff;
}

.wcx-premium-line i {
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
}

/* Cards */
.wcx-premium-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.wcx-premium-card {
    position: relative;
    background: #fff;
    border-radius: 20px;
   padding: 12px;
;
    min-height: 245px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(38, 24, 125, 0.12);
    border: 1px solid rgba(111, 99, 255, 0.12);
    transition: all 0.35s ease;
}

.wcx-premium-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 70px rgba(38, 24, 125, 0.20);
}

.wcx-premium-card::before {
    content: "";
    position: absolute;
    top: 45px;
    right: 35px;
    width: 95px;
    height: 120px;
    background: radial-gradient(circle, rgba(111,99,255,0.18) 2px, transparent 3px);
    background-size: 13px 13px;
    opacity: .65;
}

.wcx-card-num {
    position: absolute;
    top: 0;
    right: 0;
    width: 78px;
    height: 78px;
    border-radius: 0 20px 0 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 13px 12px 0 0;
    transform: rotate(0deg);
}

.wcx-purple .wcx-card-num { background: linear-gradient(135deg, #8d5cff, #4f35e8); }
.wcx-orange .wcx-card-num { background: linear-gradient(135deg, #ff9f43, #ff6a00); }
.wcx-pink .wcx-card-num { background: linear-gradient(135deg, #ff65d8, #b84cff); }
.wcx-blue .wcx-card-num { background: linear-gradient(135deg, #4da3ff, #216dff); }
.wcx-green .wcx-card-num { background: linear-gradient(135deg, #4ed98a, #12a85b); }
.wcx-violet .wcx-card-num { background: linear-gradient(135deg, #9a7cff, #5b3df0); }

.wcx-card-icon {
    width: 72px;
    height: 72px;
    background: #fff;
    color: #5539e8;
    border-radius: 50%;
    box-shadow: 0 12px 32px rgba(85,57,232,0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
}

.wcx-orange .wcx-card-icon { color: #ff7a00; }
.wcx-pink .wcx-card-icon { color: #7d35ef; }
.wcx-blue .wcx-card-icon { color: #1f7cff; }
.wcx-green .wcx-card-icon { color: #16a765; }
.wcx-violet .wcx-card-icon { color: #6842f4; }

.wcx-premium-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 18px;
    color: #100b45;
    font-size: 23px;
  
}

.wcx-premium-card h3::after {
    content: "";
    display: block;
    width: 34px;
    height: 4px;
    background: #5539e8;
    border-radius: 20px;
    margin-top: 14px;
}

.wcx-premium-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #555b7a;
    font-size: 16px;
    line-height: 1.65;
}

/* Stats */
.wcx-premium-stats {
    margin-top: 34px;
    background: linear-gradient(135deg, #f7f1ff, #ffffff);
    border: 1px solid rgba(111,99,255,0.25);
    border-radius: 22px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 24px 28px;
    box-shadow: 0 16px 40px rgba(38, 24, 125, 0.08);
}

.wcx-premium-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    border-right: 1px solid rgba(111,99,255,0.28);
}

.wcx-premium-stat:last-child {
    border-right: none;
}

.wcx-stat-icon {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #5a35e8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    box-shadow: 0 10px 25px rgba(90,53,232,0.24);
}

.wcx-stat-icon.pink { background: #d23bff; }
.wcx-stat-icon.blue { background: #2386ff; }
.wcx-stat-icon.orange { background: #ff9b38; }

.wcx-premium-stat h4 {
    margin: 0;
    color: #3b20d8;
    font-size: 30px;
 
    line-height: 1;
}

.wcx-premium-stat p {
    margin: 7px 0 0;
    color: #4f4b7a;
    font-size: 15px;
}

/* Responsive */
@media (max-width: 991px) {
    .wcx-premium-bg {
        height: 330px;
    }

    .wcx-premium-heading h2 {
        font-size: 35px;
    }

    .wcx-premium-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .wcx-premium-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 22px;
    }

    .wcx-premium-stat {
        justify-content: flex-start;
        border-right: none;
    }
}

@media (max-width: 575px) {
    .wcx-premium-section {
        padding: 35px 14px 55px;
    }

    .wcx-premium-bg {
     height: stretch;

        border-radius: 0 0 35px 35px;
    }

    .wcx-premium-heading {
        margin-bottom: 48px;
    }

    .wcx-premium-heading h2 {
        font-size: 27px;
        letter-spacing: 0;
    }

    .wcx-premium-heading p {
        font-size: 14px;
    }

    .wcx-premium-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .wcx-premium-card {
        min-height: auto;
        padding: 34px 24px 30px;
    }

    .wcx-premium-card h3 {
        font-size: 21px;
    }

    .wcx-premium-card p {
        font-size: 15px;
    }

    .wcx-premium-stats {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .wcx-premium-stat {
        justify-content: flex-start;
        padding-bottom: 18px;
        border-bottom: 1px solid rgba(111,99,255,0.20);
    }

    .wcx-premium-stat:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}

/* form */

/* Request Form Modern Design */

#request.section-padding {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8f7ff 0%, #ffffff 100%);
}

#request .request-img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-radius: 26px;
    box-shadow: 0 25px 60px rgba(20, 18, 60, 0.16);
}

#request .form-box {
    background: #fff;
    padding: 42px;
    border-radius: 26px;
    border: 1px solid rgba(98, 69, 196, 0.12);
    box-shadow: 0 25px 70px rgba(20, 18, 60, 0.10);
}

#request .form-box h3 {
    font-size: 34px;
    color: #101828;
}

#request .form-box p {
    font-size: 15px;
    margin-bottom: 28px;
}

#request .form-control,
#request .form-select {
    height: 54px;
    border-radius: 14px;
    border: 1px solid #e4e7ec;
    background-color: #f8f8ff;
    padding: 12px 16px;
    font-size: 14px;
    box-shadow: none;
    transition: 0.3s ease;
}

#request textarea.form-control {
    height: 120px;
    resize: none;
}

#request .form-control:focus,
#request .form-select:focus {
    border-color: #6145c4;
    background-color: #fff;
    box-shadow: 0 0 0 4px rgba(97, 69, 196, 0.12);
}

#request .btn-main {
    height: 56px;
    border-radius: 15px;
    background: linear-gradient(135deg, #6145c4, #8b5cf6);
    color: #fff;
   
    font-size: 15px;
    transition: 0.3s ease;
    box-shadow: 0 14px 30px rgba(97, 69, 196, 0.28);
}

#request .btn-main:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 38px rgba(97, 69, 196, 0.38);
}

@media (max-width: 991px) {
    #request.section-padding {
        padding: 60px 0;
    }

    #request .request-img {
        height: 420px;
    }

    #request .form-box {
        padding: 32px;
    }
}

@media (max-width: 575px) {
    #request.section-padding {
        padding: 45px 0;
    }

    #request .request-img {
        height: 320px;
        border-radius: 20px;
    }

    #request .form-box {
        padding: 24px 18px;
        border-radius: 20px;
    }

    #request .form-box h3 {
        font-size: 26px;
    }
}

/* what ur customer say */

/* ===== TESTIMONIAL SECTION ===== */

#testimonials {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8f7ff 0%, #ffffff 100%);
}

/* Heading */
#testimonials .section-title {
    text-align: center;
    margin-bottom: 55px;
}

#testimonials .section-title span {
    display: inline-block;
 background: linear-gradient(135deg, #6145c4, #8b5cf6);
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

#testimonials .section-title h2 {
    font-size: 36px;
    font-weight: 600;
    color: #101828;
}

/* Card */
.testimonial-card {
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    border: 1px solid #eee;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: 0.35s ease;
    overflow: hidden;
}

/* Glow background effect */
.testimonial-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #6145c4, #8b5cf6);
    opacity: 0;
    transition: 0.4s;
    z-index: 0;
}

/* Hover */
.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(97,69,196,0.25);
}

.testimonial-card:hover::before {
    opacity: 1;
}

/* Content fix */
.testimonial-card * {
    position: relative;
    z-index: 1;
}

/* Stars */
.stars {
    color: #ffb400;
    font-size: 18px;
    margin-bottom: 12px;
}

/* Text */
.testimonial-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Name */
.testimonial-card h6 {
    font-size: 15px;
    color: #111;
}

/* Hover text color */
.testimonial-card:hover p,
.testimonial-card:hover h6 {
    color: #fff;
}

/* Quote Icon */
.testimonial-card::after {
    content: "❝";
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 60px;
    color: rgba(97,69,196,0.08);
}

/* Responsive */
@media (max-width: 991px) {
    #testimonials .section-title h2 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    #testimonials {
        padding: 50px 0;
    }

    .testimonial-card {
        padding: 25px;
    }
}


/* cta section */
 .cta-modern {
    padding: 80px 20px;
    background: linear-gradient(135deg, #5f4cc7, #7b6cf6);
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* background glow */
.cta-modern::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.1);
    top: -100px;
    left: -100px;
    border-radius: 50%;
}

.cta-modern::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.08);
    bottom: -100px;
    right: -100px;
    border-radius: 50%;
}

.cta-container {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: auto;
}

/* tag */
.cta-tag {
    background: rgba(255,255,255,0.2);
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 20px;
}

/* title */
.cta-title {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cta-arabic {
    font-size: 22px;
    margin-bottom: 20px;
}

/* subtitle */
.cta-sub {
    font-size: 18px;
    opacity: 0.95;
}

.cta-arabic-sub {
    font-size: 16px;
    margin-bottom: 30px;
    opacity: 0.85;
}

/* buttons */
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}

.cta-btn {
    padding: 12px 35px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
}

.cta-btn.light {
    background: #fff;
    color: #5f4cc7;
}

.cta-btn.light:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

/* features */
.cta-features {
    display: flex;
    justify-content: center;
    gap: 60px;
}

.cta-item span {
    display: inline-flex;
    width: 35px;
    height: 35px;
    background: #fff;
    color: #5f4cc7;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.cta-item h6 {
    margin: 0;
    font-size: 15px;
    font-weight: 700;
}

.cta-item p {
    margin: 5px 0 0;
    font-size: 13px;
    opacity: 0.8;
}

/* responsive */
@media(max-width:768px){
    .cta-title{font-size:32px;}
    .cta-features{flex-direction:column; gap:20px;}
    .cta-buttons{flex-direction:column;}
}

/* footer */

.footi {
  font-family: 'Inter', sans-serif;
  background: #0b1220;
  color: #fff;
  width: 100%;
  overflow: hidden;
}

.footer {

  padding: 50px 40px 20px;
  color: #d8deea;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

/* GRID FIX (IMPORTANT) */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 40px;
}

/* LOGO */
.logo-boi {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}

.descl {
  color: #b8c1d1;
  font-size: 14px;
}

.icon img{
   
    width: 100%;
    filter: brightness(6);

}

.brand h2, h3, .hours-box h4 {
  color: #fff;
}

.brand small,
.ar-title,
.hours-box .ar,
.contact-item i {
  color: #b46cff;
}

.desc,
.arabic-desc,
.hours-box p {
  color: #b8c1d1;
  line-height: 1.8;
}


h3 {
  margin-bottom: 28px;
  font-size: 20px;
}

.ar-title {
  margin-bottom: 18px;
  text-align: right;
}

/* LINKS FIX */
.links {
  list-style: none;
  padding: 0;
}

.links li {
  margin-bottom: 14px;
  font-size: 15px;
  color: rgb(170, 168, 168) !important;
}

.lank li{
    padding-left: 20px;
    margin-top: 20px;
}

.lonk li{
    margin-top: 20px;
}

.links a {
  text-decoration: none;
  color: #cacaca;
  display: inline-block;
  max-width: 100%;
  word-break: break-word;
}

.links li a:hover {
  color: #755eca;
}

.links a::before {
  display: none;
}

/* SOCIAL */
.socials {
  display: flex;
  gap: 14px;
  margin-top: 28px;
  flex-wrap: wrap;
}

.socials a {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255,255,255,.04);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c8d0df;
  text-decoration: none;
}

/* CONTACT */
.contact-item {
  display: flex;
  gap: 14px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.hours-box {
  margin-top: 24px;
  border: 1px solid #6d18b8;
  border-radius: 12px;
  padding: 20px 16px;
}

.hours-box .ar {
  float: right;
}

/* BOTTOM */
.footer-legal {
  border-top: 1px solid rgba(255,255,255,0.05);
  margin-top: 30px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.legal-left {
  color: rgb(118 118 118);
    font-size: 15px;
    line-height: 1.6;
}

.legal-right {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
}

.legal-right a {
 color: rgb(118 118 118);
  text-decoration: none;
  font-size: 15px;
}

.legal-right a:hover {
   color: #755eca;
}

.footer-bottom {
  margin-top: 20px;
}

/* RESPONSIVE FIX */
@media (max-width: 1200px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .footer {
    padding: 40px 20px;
  }

  .footer-legal {
    flex-direction: column;
    align-items: center;
  }

  .legal-left {
    text-align: center;
  }

  .hours-box {
    margin-top: 34px;
  }
}

@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .arabic-desc,
  .ar-title {
    text-align: left;
  }
}



/* about us page style */

.about-section {
    padding: 80px 20px;
    background: #f8f9fc;
    font-family: 'Poppins', sans-serif;
}

.about-header {
    text-align: center;
    margin-bottom: 50px;
}

.about-header h2 {
    font-size: 42px;
    font-weight: 700;
    color: #3f2b96;
    letter-spacing: 2px;
}

.about-header p {
    color: #777;
    font-size: 16px;
}

.about-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

/* LEFT */
.about-left {
    flex: 1;
}

.about-left p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* RIGHT */
.about-right {
    flex: 1;
}

.about-img img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.about-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    margin-top: -50px;
    position: relative;
    z-index: 2;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}

.about-card p {
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .about-wrapper {
        flex-direction: column;
    }

    .about-card {
        margin-top: 20px;
    }

    .about-header h2 {
        font-size: 32px;
    }
}


/* contact us page style */

.contact-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #f8f9fc, #eef1ff);
    font-family: 'Poppins', sans-serif;
}

.contact-header {
    text-align: center;
    margin-bottom: 50px;
}

.contact-header h2 {
    font-size: 40px;
    color: #3f2b96;
    font-weight: 700;
}

.contact-header p {
    color: #777;
}

/* Layout */
.contact-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
}

/* LEFT */
.contact-info {
    flex: 1;
}

.contact-box {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.contact-box:hover {
    transform: translateX(5px);
}

.contact-box i {
    font-size: 20px;
    color: #3f2b96;
    background: #eef1ff;
    padding: 12px;
    border-radius: 50%;
}

.contact-box span {
    font-size: 15px;
    color: #444;
}

/* RIGHT */
.contact-map {
    flex: 1;
}

.contact-map iframe {
    width: 100%;
    height: 350px;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 992px) {
    .contact-wrapper {
        flex-direction: column;
    }
}

/* privacy policy page style */

.privacy-hero {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(120deg, rgba(48, 37, 126, 0.92), rgba(97, 69, 196, 0.82)),
        url("https://images.unsplash.com/photo-1563986768609-322da13575f3?auto=format&fit=crop&w=1600&q=80");
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden;
}

.privacy-hero::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 360px;
    height: 360px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
}

.privacy-hero-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
}

.privacy-badge {
    display: inline-block;
    padding: 9px 18px;
    border-radius: 50px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    font-size: 14px;
    margin-bottom: 18px;
}

.privacy-hero h1 {
    font-size: 58px;
    font-weight: 800;
    margin-bottom: 15px;
}

.privacy-hero p {
    font-size: 18px;
    line-height: 1.7;
    opacity: 0.95;
}

.updated-box {
    display: inline-block;
    margin-top: 22px;
    padding: 13px 22px;
    background: #fff;
    color: #3f2b96;
    border-radius: 12px;
    font-weight: 700;
    box-shadow: 0 15px 35px rgba(0,0,0,0.18);
}

.privacy-section {
    padding: 80px 20px;
    background: #f6f7fb;
    font-family: 'Poppins', sans-serif;
}

.privacy-wrapper {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 30px;
    align-items: start;
}

.privacy-sidebar {
    position: sticky;
    top: 20px;
    background: #fff;
    padding: 25px;
    border-radius: 22px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

.privacy-sidebar h4 {
    color: #30257e;
    font-weight: 800;
    margin-bottom: 18px;
}

.privacy-sidebar a {
    display: block;
    text-decoration: none;
    color: #555;
    padding: 11px 12px;
    border-radius: 10px;
    font-size: 14px;
    transition: 0.3s;
}

.privacy-sidebar a:hover {
    background: #f0edff;
    color: #3f2b96;
    transform: translateX(5px);
}

.privacy-content {
    display: grid;
    gap: 22px;
}

.policy-card {
    position: relative;
    background: #fff;
    padding: 35px;
    border-radius: 24px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
    transition: 0.35s ease;
    overflow: hidden;
}

.policy-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #6145c4, #30257e);
}

.policy-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(48,37,126,0.13);
}

.policy-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
}

.policy-card h2 {
    color: #30257e;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 15px;
}

.policy-card h3 {
    color: #6145c4;
    font-size: 17px;
    font-weight: 700;
    margin-top: 18px;
    margin-bottom: 8px;
}

.policy-card p {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
}

.contact-card {
    background: linear-gradient(135deg, #ffffff, #f0edff);
}

.contact-card a {
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    background: #6145c4;
    text-decoration: none;
    padding: 13px 22px;
    border-radius: 12px;
    font-weight: 700;
}

@media (max-width: 992px) {
    .privacy-wrapper {
        grid-template-columns: 1fr;
    }

    .privacy-sidebar {
        position: relative;
        top: auto;
    }

    .privacy-hero h1 {
        font-size: 42px;
    }
}

@media (max-width: 576px) {
    .privacy-section {
        padding: 50px 12px;
    }

    .privacy-hero {
        min-height: 360px;
        padding: 60px 15px;
    }

    .privacy-hero h1 {
        font-size: 34px;
    }

    .privacy-hero p {
        font-size: 15px;
    }

    .policy-card {
        padding: 25px;
        border-radius: 18px;
    }

    .policy-card h2 {
        font-size: 22px;
    }
}

/* terms of use page style  */

.terms-hero {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(120deg, rgba(48, 37, 126, 0.94), rgba(97, 69, 196, 0.82)),
        url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=1600&q=80");
    background-size: cover;
    background-position: center;
    color: #fff;
    overflow: hidden;
}

.terms-hero::after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -120px;
    width: 360px;
    height: 360px;
    background: rgba(255,255,255,0.08);
    border-radius: 50%;
}

.terms-hero-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
}

.terms-badge {
    display: inline-block;
    padding: 9px 18px;
    border-radius: 50px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    font-size: 14px;
    margin-bottom: 18px;
}

.terms-hero h1 {
    font-size: 58px;
    font-weight: 800;
    margin-bottom: 15px;
}

.terms-hero p {
    font-size: 18px;
    line-height: 1.7;
    opacity: 0.95;
}

.updated-box {
    display: inline-block;
    margin-top: 22px;
    padding: 13px 22px;
    background: #fff;
    color: #3f2b96;
    border-radius: 12px;
    font-weight: 700;
    box-shadow: 0 15px 35px rgba(0,0,0,0.18);
}

.terms-section {
    padding: 80px 20px;
    background: #f6f7fb;
    font-family: 'Poppins', sans-serif;
}

.terms-wrapper {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 30px;
    align-items: start;
}

.terms-sidebar {
    position: sticky;
    top: 20px;
    background: #fff;
    padding: 25px;
    border-radius: 22px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

.terms-sidebar h4 {
    color: #30257e;
    font-weight: 800;
    margin-bottom: 18px;
}

.terms-sidebar a {
    display: block;
    text-decoration: none;
    color: #555;
    padding: 11px 12px;
    border-radius: 10px;
    font-size: 14px;
    transition: 0.3s;
}

.terms-sidebar a:hover {
    background: #f0edff;
    color: #3f2b96;
    transform: translateX(5px);
}

.terms-content {
    display: grid;
    gap: 22px;
}

.terms-card {
    position: relative;
    background: #fff;
    padding: 35px;
    border-radius: 24px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
    transition: 0.35s ease;
    overflow: hidden;
}

.terms-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(180deg, #6145c4, #30257e);
}

.terms-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 60px rgba(48,37,126,0.13);
}

.terms-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 18px;
}

.terms-card h2 {
    color: #30257e;
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 15px;
}

.terms-card p,
.terms-card li {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
}

.terms-card ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.terms-card li {
    margin-bottom: 10px;
}

.terms-contact {
    background: linear-gradient(135deg, #ffffff, #f0edff);
}

.terms-contact a {
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    background: #6145c4;
    text-decoration: none;
    padding: 13px 22px;
    border-radius: 12px;
    font-weight: 700;
}

@media (max-width: 992px) {
    .terms-wrapper {
        grid-template-columns: 1fr;
    }

    .terms-sidebar {
        position: relative;
        top: auto;
    }

    .terms-hero h1 {
        font-size: 42px;
    }
}

@media (max-width: 576px) {
    .terms-section {
        padding: 50px 12px;
    }

    .terms-hero {
        min-height: 360px;
        padding: 60px 15px;
    }

    .terms-hero h1 {
        font-size: 34px;
    }

    .terms-hero p {
        font-size: 15px;
    }

    .terms-card {
        padding: 25px;
        border-radius: 18px;
    }

    .terms-card h2 {
        font-size: 22px;
    }
}

/* feedback page style */
.feedback-section {
    padding: 90px 20px;
    background: linear-gradient(135deg, #f6f7fb, #eef1ff);
    font-family: 'Poppins', sans-serif;
}

.feedback-wrapper {
    max-width: 1100px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(48, 37, 126, 0.14);
}

/* Left */
.feedback-form-box {
    padding: 55px;
}

.feedback-badge {
    display: inline-block;
    padding: 9px 18px;
    background: #f0edff;
    color: #6145c4;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.feedback-form-box h2 {
    font-size: 36px;
    font-weight: 800;
    color: #30257e;
    margin-bottom: 10px;
}

.feedback-form-box p {
    color: #666;
    margin-bottom: 30px;
    line-height: 1.7;
}

.input-group {
    position: relative;
    margin-bottom: 16px;
}

.input-group i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #6145c4;
    font-size: 15px;
}

.textarea-group i {
    top: 23px;
    transform: none;
}

.input-group input,
.input-group textarea {
    width: 100%;
    border: 1px solid #eee;
    background: #f7f7fb;
    border-radius: 14px;
    padding: 16px 18px 16px 48px;
    outline: none;
    font-size: 14px;
    transition: 0.3s;
}

.input-group textarea {
    height: 130px;
    resize: none;
}

.input-group input:focus,
.input-group textarea:focus {
    border-color: #6145c4;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(97, 69, 196, 0.08);
}

.feedback-form-box button {
    border: none;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    padding: 15px 28px;
    border-radius: 14px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: 0.3s;
}

.feedback-form-box button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(97, 69, 196, 0.35);
}

/* Right */
.feedback-info-box {
    position: relative;
    padding: 55px 45px;
    background: linear-gradient(145deg, #6145c4, #30257e);
    color: #fff;
    overflow: hidden;
}

.circle-shape {
    position: absolute;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    right: -70px;
    top: -70px;
    background: rgba(255,255,255,0.12);
}

.feedback-info-box h2 {
    position: relative;
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 15px;
}

.feedback-info-box p {
    position: relative;
    line-height: 1.7;
    opacity: 0.92;
}

.feedback-points {
    position: relative;
    margin: 30px 0;
}

.feedback-points div {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    font-size: 14px;
}

.feedback-points i {
    background: rgba(255,255,255,0.18);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons {
    position: relative;
    display: flex;
    gap: 12px;
    margin-bottom: 30px;
}

.social-icons a {
    width: 38px;
    height: 38px;
    background: #fff;
    color: #6145c4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}

.social-icons a:hover {
    transform: translateY(-4px);
}

.contact-mini {
    position: relative;
    background: rgba(255,255,255,0.12);
    padding: 18px;
    border-radius: 18px;
}

.contact-mini p {
    margin: 0 0 8px;
    font-size: 14px;
}

.contact-mini p:last-child {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 992px) {
    .feedback-wrapper {
        grid-template-columns: 1fr;
    }

    .feedback-form-box,
    .feedback-info-box {
        padding: 40px 28px;
    }
}

@media (max-width: 576px) {
    .feedback-section {
        padding: 55px 12px;
    }

    .feedback-form-box h2,
    .feedback-info-box h2 {
        font-size: 28px;
    }

    .feedback-wrapper {
        border-radius: 20px;
    }
}

/* health & safety page style  */

.safety-hero {
    min-height: 430px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(120deg, rgba(48, 37, 126, 0.92), rgba(97, 69, 196, 0.78)),
        url("https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1600&q=80");
    background-size: cover;
    background-position: center;
    color: #fff;
}

.safety-hero-content {
    max-width: 760px;
}

.safety-badge {
    display: inline-block;
    padding: 9px 18px;
    border-radius: 50px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    font-size: 14px;
    margin-bottom: 18px;
}

.safety-hero h1 {
    font-size: 58px;
    font-weight: 800;
    margin-bottom: 15px;
}

.safety-hero p {
    font-size: 18px;
    line-height: 1.7;
}

.safety-section {
    padding: 80px 20px;
    background: #f6f7fb;
    font-family: 'Poppins', sans-serif;
}

.safety-intro {
    max-width: 950px;
    margin: 0 auto 50px;
    text-align: center;
}

.safety-intro h2,
.safety-process h2 {
    color: #30257e;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 15px;
}

.safety-intro p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

.safety-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.safety-card {
    background: #fff;
    padding: 30px 24px;
    border-radius: 24px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
    transition: 0.35s ease;
}

.safety-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 25px 60px rgba(48,37,126,0.13);
}

.safety-icon {
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
}

.safety-card h3 {
    color: #30257e;
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 12px;
}

.safety-card p {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.safety-process {
    margin-top: 70px;
    text-align: center;
}

.process-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    margin-top: 35px;
}

.process-box {
    background: linear-gradient(135deg, #ffffff, #f0edff);
    padding: 28px 22px;
    border-radius: 22px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.process-box span {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 50%;
    font-weight: 800;
    margin-bottom: 16px;
}

.process-box h4 {
    color: #30257e;
    font-size: 18px;
    font-weight: 800;
}

.process-box p {
    color: #555;
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

@media (max-width: 1100px) {
    .safety-grid,
    .process-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .safety-hero {
        min-height: 360px;
        padding: 60px 15px;
    }

    .safety-hero h1 {
        font-size: 36px;
    }

    .safety-hero p {
        font-size: 15px;
    }

    .safety-section {
        padding: 55px 12px;
    }

    .safety-intro h2,
    .safety-process h2 {
        font-size: 28px;
    }

    .safety-grid,
    .process-wrapper {
        grid-template-columns: 1fr;
    }
}


/* faq page style */

.faq-hero {
    min-height: 430px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(120deg, rgba(48, 37, 126, 0.93), rgba(97, 69, 196, 0.78)),
        url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1600&q=80");
    background-size: cover;
    background-position: center;
    color: #fff;
}

.faq-hero-content {
    max-width: 760px;
}

.faq-badge {
    display: inline-block;
    padding: 9px 18px;
    border-radius: 50px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    font-size: 14px;
    margin-bottom: 18px;
}

.faq-hero h1 {
    font-size: 58px;
    font-weight: 800;
    margin-bottom: 15px;
}

.faq-hero p {
    font-size: 18px;
    line-height: 1.7;
}

.faq-section {
    padding: 80px 20px;
    background: #f6f7fb;
    font-family: 'Poppins', sans-serif;
}

.faq-intro {
    text-align: center;
    margin-bottom: 45px;
}

.faq-intro h2 {
    color: #30257e;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 10px;
}

.faq-intro p {
    color: #666;
    font-size: 16px;
}

.faq-wrapper {
    max-width: 950px;
    margin: auto;
    display: grid;
    gap: 18px;
}

.faq-item {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    border: none;
    background: transparent;
    padding: 24px 28px;
    color: #30257e;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    cursor: pointer;
}

.faq-question i {
    color: #6145c4;
    transition: 0.3s;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: 0.35s ease;
}

.faq-answer p {
    padding: 0 28px 24px;
    color: #555;
    line-height: 1.8;
    font-size: 15px;
    margin: 0;
}

.faq-item.active .faq-answer {
    max-height: 220px;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-item:hover {
    box-shadow: 0 25px 60px rgba(48,37,126,0.13);
}

@media (max-width: 576px) {
    .faq-hero {
        min-height: 360px;
        padding: 60px 15px;
    }

    .faq-hero h1 {
        font-size: 36px;
    }

    .faq-hero p {
        font-size: 15px;
    }

    .faq-section {
        padding: 55px 12px;
    }

    .faq-intro h2 {
        font-size: 28px;
    }

    .faq-question {
        font-size: 16px;
        padding: 20px;
    }

    .faq-answer p {
        padding: 0 20px 20px;
    }
}

/* manpower supply page style */

.manpower-hero-new {
    position: relative;
    padding: 90px 20px;
    background: radial-gradient(circle at top left, #f0edff 0%, #f7f7fb 38%, #ffffff 100%);
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.manpower-hero-new::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -130px;
    top: -120px;
    background: linear-gradient(135deg, rgba(97,69,196,.18), rgba(48,37,126,.08));
    border-radius: 50%;
}

.manpower-hero-new::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -90px;
    bottom: -80px;
    background: rgba(97,69,196,.08);
    border-radius: 50%;
}

.hero-new-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 45px;
    align-items: center;
}

.hero-new-content {
    max-width: 620px;
}

.service-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: #f0edff;
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.hero-new-content h1 {
    color: #30257e;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 18px;
}

.hero-new-content p {
    color: #555;
    font-size: 18px;
    line-height: 1.8;
}

.hero-image-box {
    position: relative;
    height: 430px;
    border-radius: 34px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(48,37,126,.18);
}

.hero-image-box::before {
    content: "";
    position: absolute;
    inset: 35px -18px -18px 35px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    border-radius: 34px;
    z-index: -1;
}

.hero-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
    display: block;
}

.experience-card {
    position: absolute;
    left: -22px;
    bottom: 35px;
    background: #fff;
    padding: 18px 24px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.18);
    border-left: 5px solid #6145c4;
}

.experience-card strong {
    display: block;
    color: #30257e;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.experience-card span {
    color: #555;
    font-size: 13px;
    font-weight: 700;
}

.manpower-detail-section {
    padding: 80px 20px;
    background: #f6f7fb;
    font-family: 'Poppins', sans-serif;
}

.manpower-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.manpower-intro span {
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.manpower-intro h2 {
    font-size: 38px;
    color: #30257e;
    font-weight: 800;
    margin: 12px 0 15px;
}

.manpower-intro p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

.detail-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.detail-card {
    background: #fff;
    padding: 34px;
    border-radius: 26px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.detail-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 28px;
}

.detail-heading i {
    width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.detail-heading h3 {
    color: #30257e;
    font-size: 25px;
    font-weight: 800;
    margin: 0;
}

.content-box {
    padding: 20px;
    background: #f8f7ff;
    border-radius: 18px;
    margin-bottom: 16px;
    border-left: 4px solid #6145c4;
    transition: 0.3s;
}

.content-box:hover {
    transform: translateX(5px);
    background: #f2efff;
}

.content-box h4 {
    color: #30257e;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.content-box p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
    margin-bottom: 8px;
}

.content-box p:last-child {
    margin-bottom: 0;
}

.content-box strong {
    color: #30257e;
}

.comparison-section {
    margin-top: 70px;
    text-align: center;
}

.comparison-section h2 {
    color: #30257e;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 35px;
}

.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    text-align: left;
}

.comparison-card {
    background: #fff;
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.comparison-card span {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 18px;
}

.comparison-card h4 {
    color: #30257e;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 14px;
}

.comparison-card p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
}

.final-note {
    max-width: 900px;
    margin: 35px auto 0;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    padding: 25px;
    border-radius: 22px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    text-align: left;
}

.final-note i {
    font-size: 24px;
    margin-top: 4px;
}

.final-note p {
    margin: 0;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .hero-new-grid,
    .detail-main-grid,
    .comparison-grid {
        grid-template-columns: 1fr;
    }

    .hero-new-content h1 {
        font-size: 42px;
    }

    .hero-image-box {
        height: 380px;
    }
}

@media (max-width: 576px) {
    .manpower-hero-new {
        padding: 60px 12px;
    }

    .hero-new-content h1 {
        font-size: 34px;
    }

    .hero-new-content p {
        font-size: 15px;
    }

    .hero-image-box {
        height: 300px;
        border-radius: 24px;
    }

    .hero-image-box::before {
        display: none;
    }

    .experience-card {
        left: 15px;
        bottom: 15px;
    }

    .manpower-detail-section {
        padding: 55px 12px;
    }

    .manpower-intro h2,
    .comparison-section h2 {
        font-size: 28px;
    }

    .detail-card,
    .comparison-card {
        padding: 24px;
        border-radius: 20px;
    }

    .detail-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .detail-heading h3 {
        font-size: 22px;
    }

    .final-note {
        flex-direction: column;
    }
}

/* secondment page style */

.secondment-hero {
    position: relative;
    padding: 90px 20px;
    background: radial-gradient(circle at top left, #f0edff 0%, #f7f7fb 38%, #ffffff 100%);
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.secondment-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -130px;
    top: -120px;
    background: linear-gradient(135deg, rgba(97,69,196,.18), rgba(48,37,126,.08));
    border-radius: 50%;
}

.secondment-hero::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -90px;
    bottom: -80px;
    background: rgba(97,69,196,.08);
    border-radius: 50%;
}

.secondment-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 45px;
    align-items: center;
}

.secondment-hero-content {
    max-width: 620px;
}

.secondment-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: #f0edff;
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.secondment-hero-content h1 {
    color: #30257e;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 18px;
}

.secondment-hero-content p {
    color: #555;
    font-size: 18px;
    line-height: 1.8;
}

.secondment-image-box {
    position: relative;
    height: 430px;
    border-radius: 34px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(48,37,126,.18);
}

.secondment-image-box::before {
    content: "";
    position: absolute;
    inset: 35px -18px -18px 35px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    border-radius: 34px;
    z-index: -1;
}

.secondment-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
    display: block;
}

.secondment-experience-card {
    position: absolute;
    left: -22px;
    bottom: 35px;
    background: #fff;
    padding: 18px 24px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.18);
    border-left: 5px solid #6145c4;
}

.secondment-experience-card strong {
    display: block;
    color: #30257e;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.secondment-experience-card span {
    color: #555;
    font-size: 13px;
    font-weight: 700;
}

.secondment-detail-section {
    padding: 80px 20px;
    background: #f6f7fb;
    font-family: 'Poppins', sans-serif;
}

.secondment-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.secondment-intro span {
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.secondment-intro h2 {
    font-size: 38px;
    color: #30257e;
    font-weight: 800;
    margin: 12px 0 15px;
}

.secondment-intro p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

.secondment-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.secondment-card {
    background: #fff;
    padding: 34px;
    border-radius: 26px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.secondment-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 28px;
}

.secondment-space {
    margin-top: 35px;
}

.secondment-heading i {
    width: 58px;
    min-width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.secondment-heading h3 {
    color: #30257e;
    font-size: 25px;
    font-weight: 800;
    margin: 0;
}

.secondment-content-box {
    padding: 20px;
    background: #f8f7ff;
    border-radius: 18px;
    margin-bottom: 16px;
    border-left: 4px solid #6145c4;
    transition: 0.3s;
}

.secondment-content-box:hover {
    transform: translateX(5px);
    background: #f2efff;
}

.secondment-content-box h4 {
    color: #30257e;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.secondment-content-box p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
    margin-bottom: 8px;
}

.secondment-content-box p:last-child {
    margin-bottom: 0;
}

.secondment-content-box strong {
    color: #30257e;
}

.secondment-comparison-section {
    margin-top: 70px;
    text-align: center;
}

.secondment-comparison-section h2 {
    color: #30257e;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 35px;
}

.secondment-comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    text-align: left;
}

.secondment-comparison-card {
    background: #fff;
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.secondment-comparison-card span {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 18px;
}

.secondment-comparison-card h4 {
    color: #30257e;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 14px;
}

.secondment-comparison-card p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
}

.secondment-final-note {
    max-width: 900px;
    margin: 35px auto 0;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    padding: 25px;
    border-radius: 22px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    text-align: left;
}

.secondment-final-note i {
    font-size: 24px;
    margin-top: 4px;
}

.secondment-final-note p {
    margin: 0;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .secondment-hero-grid,
    .secondment-main-grid,
    .secondment-comparison-grid {
        grid-template-columns: 1fr;
    }

    .secondment-hero-content h1 {
        font-size: 42px;
    }

    .secondment-image-box {
        height: 380px;
    }
}

@media (max-width: 576px) {
    .secondment-hero {
        padding: 60px 12px;
    }

    .secondment-hero-content h1 {
        font-size: 34px;
    }

    .secondment-hero-content p {
        font-size: 15px;
    }

    .secondment-image-box {
        height: 300px;
        border-radius: 24px;
    }

    .secondment-image-box::before {
        display: none;
    }

    .secondment-experience-card {
        left: 15px;
        bottom: 15px;
    }

    .secondment-detail-section {
        padding: 55px 12px;
    }

    .secondment-intro h2,
    .secondment-comparison-section h2 {
        font-size: 28px;
    }

    .secondment-card,
    .secondment-comparison-card {
        padding: 24px;
        border-radius: 20px;
    }

    .secondment-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .secondment-heading h3 {
        font-size: 22px;
    }

    .secondment-final-note {
        flex-direction: column;
    }
}

/* mechanical fabriaction page style */

.mechanical-hero {
    position: relative;
    padding: 90px 20px;
    background: radial-gradient(circle at top left, #f0edff 0%, #f7f7fb 38%, #ffffff 100%);
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.mechanical-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -130px;
    top: -120px;
    background: linear-gradient(135deg, rgba(97,69,196,.18), rgba(48,37,126,.08));
    border-radius: 50%;
}

.mechanical-hero::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -90px;
    bottom: -80px;
    background: rgba(97,69,196,.08);
    border-radius: 50%;
}

.mechanical-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 45px;
    align-items: center;
}

.mechanical-hero-content {
    max-width: 620px;
}

.mechanical-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: #f0edff;
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.mechanical-hero-content h1 {
    color: #30257e;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 18px;
}

.mechanical-hero-content p {
    color: #555;
    font-size: 18px;
    line-height: 1.8;
}

.mechanical-image-box {
    position: relative;
    height: 430px;
    border-radius: 34px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(48,37,126,.18);
}

.mechanical-image-box::before {
    content: "";
    position: absolute;
    inset: 35px -18px -18px 35px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    border-radius: 34px;
    z-index: -1;
}

.mechanical-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
    display: block;
}

.mechanical-experience-card {
    position: absolute;
    left: -22px;
    bottom: 35px;
    background: #fff;
    padding: 18px 24px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.18);
    border-left: 5px solid #6145c4;
}

.mechanical-experience-card strong {
    display: block;
    color: #30257e;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.mechanical-experience-card span {
    color: #555;
    font-size: 13px;
    font-weight: 700;
}

.mechanical-detail-section {
    padding: 80px 20px;
    background: #f6f7fb;
    font-family: 'Poppins', sans-serif;
}

.mechanical-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.mechanical-intro span {
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.mechanical-intro h2 {
    font-size: 38px;
    color: #30257e;
    font-weight: 800;
    margin: 12px 0 15px;
}

.mechanical-intro p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

.mechanical-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.mechanical-card {
    background: #fff;
    padding: 34px;
    border-radius: 26px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.mechanical-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 28px;
}

.mechanical-heading i {
    width: 58px;
    min-width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.mechanical-heading h3 {
    color: #30257e;
    font-size: 25px;
    font-weight: 800;
    margin: 0;
}

.mechanical-content-box {
    padding: 20px;
    background: #f8f7ff;
    border-radius: 18px;
    margin-bottom: 16px;
    border-left: 4px solid #6145c4;
    transition: 0.3s;
}

.mechanical-content-box:hover {
    transform: translateX(5px);
    background: #f2efff;
}

.mechanical-content-box h4 {
    color: #30257e;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.mechanical-content-box p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
    margin-bottom: 8px;
}

.mechanical-content-box p:last-child {
    margin-bottom: 0;
}

.mechanical-content-box strong {
    color: #30257e;
}

.mechanical-comparison-section {
    margin-top: 70px;
    text-align: center;
}

.mechanical-comparison-section h2 {
    color: #30257e;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 35px;
}

.mechanical-comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    text-align: left;
}

.mechanical-comparison-card {
    background: #fff;
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.mechanical-comparison-card span {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 18px;
}

.mechanical-comparison-card h4 {
    color: #30257e;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 14px;
}

.mechanical-comparison-card p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
}

.mechanical-final-note {
    max-width: 900px;
    margin: 35px auto 0;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    padding: 25px;
    border-radius: 22px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    text-align: left;
}

.mechanical-final-note i {
    font-size: 24px;
    margin-top: 4px;
}

.mechanical-final-note p {
    margin: 0;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .mechanical-hero-grid,
    .mechanical-main-grid,
    .mechanical-comparison-grid {
        grid-template-columns: 1fr;
    }

    .mechanical-hero-content h1 {
        font-size: 42px;
    }

    .mechanical-image-box {
        height: 380px;
    }
}

@media (max-width: 576px) {
    .mechanical-hero {
        padding: 60px 12px;
    }

    .mechanical-hero-content h1 {
        font-size: 34px;
    }

    .mechanical-hero-content p {
        font-size: 15px;
    }

    .mechanical-image-box {
        height: 300px;
        border-radius: 24px;
    }

    .mechanical-image-box::before {
        display: none;
    }

    .mechanical-experience-card {
        left: 15px;
        bottom: 15px;
    }

    .mechanical-detail-section {
        padding: 55px 12px;
    }

    .mechanical-intro h2,
    .mechanical-comparison-section h2 {
        font-size: 28px;
    }

    .mechanical-card,
    .mechanical-comparison-card {
        padding: 24px;
        border-radius: 20px;
    }

    .mechanical-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .mechanical-heading h3 {
        font-size: 22px;
    }

    .mechanical-final-note {
        flex-direction: column;
    }
}


/* trading & supply page style  */

.trading-hero {
    position: relative;
    padding: 90px 20px;
    background: radial-gradient(circle at top left, #f0edff 0%, #f7f7fb 38%, #ffffff 100%);
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.trading-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -130px;
    top: -120px;
    background: linear-gradient(135deg, rgba(97,69,196,.18), rgba(48,37,126,.08));
    border-radius: 50%;
}

.trading-hero::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -90px;
    bottom: -80px;
    background: rgba(97,69,196,.08);
    border-radius: 50%;
}

.trading-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 45px;
    align-items: center;
}

.trading-hero-content {
    max-width: 620px;
}

.trading-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: #f0edff;
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.trading-hero-content h1 {
    color: #30257e;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 18px;
}

.trading-hero-content p {
    color: #555;
    font-size: 18px;
    line-height: 1.8;
}

.trading-image-box {
    position: relative;
    height: 430px;
    border-radius: 34px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(48,37,126,.18);
}

.trading-image-box::before {
    content: "";
    position: absolute;
    inset: 35px -18px -18px 35px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    border-radius: 34px;
    z-index: -1;
}

.trading-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
    display: block;
}

.trading-experience-card {
    position: absolute;
    left: -22px;
    bottom: 35px;
    background: #fff;
    padding: 18px 24px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.18);
    border-left: 5px solid #6145c4;
}

.trading-experience-card strong {
    display: block;
    color: #30257e;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.trading-experience-card span {
    color: #555;
    font-size: 13px;
    font-weight: 700;
}

.trading-detail-section {
    padding: 80px 20px;
    background: #f6f7fb;
    font-family: 'Poppins', sans-serif;
}

.trading-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.trading-intro span {
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.trading-intro h2 {
    font-size: 38px;
    color: #30257e;
    font-weight: 800;
    margin: 12px 0 15px;
}

.trading-intro p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

.trading-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.trading-card {
    background: #fff;
    padding: 34px;
    border-radius: 26px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.trading-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 28px;
}

.trading-space {
    margin-top: 35px;
}

.trading-heading i {
    width: 58px;
    min-width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.trading-heading h3 {
    color: #30257e;
    font-size: 25px;
    font-weight: 800;
    margin: 0;
}

.trading-content-box {
    padding: 20px;
    background: #f8f7ff;
    border-radius: 18px;
    margin-bottom: 16px;
    border-left: 4px solid #6145c4;
    transition: 0.3s;
}

.trading-content-box:hover {
    transform: translateX(5px);
    background: #f2efff;
}

.trading-content-box h4 {
    color: #30257e;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.trading-content-box p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
    margin-bottom: 8px;
}

.trading-content-box p:last-child {
    margin-bottom: 0;
}

.trading-content-box strong {
    color: #30257e;
}

.trading-comparison-section {
    margin-top: 70px;
    text-align: center;
}

.trading-comparison-section h2 {
    color: #30257e;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 35px;
}

.trading-comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    text-align: left;
}

.trading-comparison-card {
    background: #fff;
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.trading-comparison-card span {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 18px;
}

.trading-comparison-card h4 {
    color: #30257e;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 14px;
}

.trading-comparison-card p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
}

.trading-final-note {
    max-width: 900px;
    margin: 35px auto 0;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    padding: 25px;
    border-radius: 22px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    text-align: left;
}

.trading-final-note i {
    font-size: 24px;
    margin-top: 4px;
}

.trading-final-note p {
    margin: 0;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .trading-hero-grid,
    .trading-main-grid,
    .trading-comparison-grid {
        grid-template-columns: 1fr;
    }

    .trading-hero-content h1 {
        font-size: 42px;
    }

    .trading-image-box {
        height: 380px;
    }
}

@media (max-width: 576px) {
    .trading-hero {
        padding: 60px 12px;
    }

    .trading-hero-content h1 {
        font-size: 34px;
    }

    .trading-hero-content p {
        font-size: 15px;
    }

    .trading-image-box {
        height: 300px;
        border-radius: 24px;
    }

    .trading-image-box::before {
        display: none;
    }

    .trading-experience-card {
        left: 15px;
        bottom: 15px;
    }

    .trading-detail-section {
        padding: 55px 12px;
    }

    .trading-intro h2,
    .trading-comparison-section h2 {
        font-size: 28px;
    }

    .trading-card,
    .trading-comparison-card {
        padding: 24px;
        border-radius: 20px;
    }

    .trading-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .trading-heading h3 {
        font-size: 22px;
    }

    .trading-final-note {
        flex-direction: column;
    }
}

/* expert civil page style */

.civil-hero {
    position: relative;
    padding: 90px 20px;
    background: radial-gradient(circle at top left, #f0edff 0%, #f7f7fb 38%, #ffffff 100%);
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.civil-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -130px;
    top: -120px;
    background: linear-gradient(135deg, rgba(97,69,196,.18), rgba(48,37,126,.08));
    border-radius: 50%;
}

.civil-hero::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -90px;
    bottom: -80px;
    background: rgba(97,69,196,.08);
    border-radius: 50%;
}

.civil-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 45px;
    align-items: center;
}

.civil-hero-content {
    max-width: 620px;
}

.civil-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: #f0edff;
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.civil-hero-content h1 {
    color: #30257e;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 18px;
}

.civil-hero-content p {
    color: #555;
    font-size: 18px;
    line-height: 1.8;
}

.civil-image-box {
    position: relative;
    height: 430px;
    border-radius: 34px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(48,37,126,.18);
}

.civil-image-box::before {
    content: "";
    position: absolute;
    inset: 35px -18px -18px 35px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    border-radius: 34px;
    z-index: -1;
}

.civil-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
    display: block;
}

.civil-experience-card {
    position: absolute;
    left: -22px;
    bottom: 35px;
    background: #fff;
    padding: 18px 24px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.18);
    border-left: 5px solid #6145c4;
}

.civil-experience-card strong {
    display: block;
    color: #30257e;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.civil-experience-card span {
    color: #555;
    font-size: 13px;
    font-weight: 700;
}

.civil-detail-section {
    padding: 80px 20px;
    background: #f6f7fb;
    font-family: 'Poppins', sans-serif;
}

.civil-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.civil-intro span {
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.civil-intro h2 {
    font-size: 38px;
    color: #30257e;
    font-weight: 800;
    margin: 12px 0 15px;
}

.civil-intro p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

.civil-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.civil-card {
    background: #fff;
    padding: 34px;
    border-radius: 26px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.civil-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 28px;
}

.civil-space {
    margin-top: 35px;
}

.civil-heading i {
    width: 58px;
    min-width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.civil-heading h3 {
    color: #30257e;
    font-size: 25px;
    font-weight: 800;
    margin: 0;
}

.civil-content-box {
    padding: 20px;
    background: #f8f7ff;
    border-radius: 18px;
    margin-bottom: 16px;
    border-left: 4px solid #6145c4;
    transition: 0.3s;
}

.civil-content-box:hover {
    transform: translateX(5px);
    background: #f2efff;
}

.civil-content-box h4 {
    color: #30257e;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.civil-content-box p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
    margin-bottom: 8px;
}

.civil-content-box p:last-child {
    margin-bottom: 0;
}

.civil-content-box strong {
    color: #30257e;
}

.civil-comparison-section {
    margin-top: 70px;
    text-align: center;
}

.civil-comparison-section h2 {
    color: #30257e;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 35px;
}

.civil-comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    text-align: left;
}

.civil-comparison-card {
    background: #fff;
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.civil-comparison-card span {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 18px;
}

.civil-comparison-card h4 {
    color: #30257e;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 14px;
}

.civil-comparison-card p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
}

.civil-final-note {
    max-width: 900px;
    margin: 35px auto 0;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    padding: 25px;
    border-radius: 22px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    text-align: left;
}

.civil-final-note i {
    font-size: 24px;
    margin-top: 4px;
}

.civil-final-note p {
    margin: 0;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .civil-hero-grid,
    .civil-main-grid,
    .civil-comparison-grid {
        grid-template-columns: 1fr;
    }

    .civil-hero-content h1 {
        font-size: 42px;
    }

    .civil-image-box {
        height: 380px;
    }
}

@media (max-width: 576px) {
    .civil-hero {
        padding: 60px 12px;
    }

    .civil-hero-content h1 {
        font-size: 34px;
    }

    .civil-hero-content p {
        font-size: 15px;
    }

    .civil-image-box {
        height: 300px;
        border-radius: 24px;
    }

    .civil-image-box::before {
        display: none;
    }

    .civil-experience-card {
        left: 15px;
        bottom: 15px;
    }

    .civil-detail-section {
        padding: 55px 12px;
    }

    .civil-intro h2,
    .civil-comparison-section h2 {
        font-size: 28px;
    }

    .civil-card,
    .civil-comparison-card {
        padding: 24px;
        border-radius: 20px;
    }

    .civil-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .civil-heading h3 {
        font-size: 22px;
    }

    .civil-final-note {
        flex-direction: column;
    }
}


/* structure fabrication page style  */


.structure-hero {
    position: relative;
    padding: 90px 20px;
    background: radial-gradient(circle at top left, #f0edff 0%, #f7f7fb 38%, #ffffff 100%);
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.structure-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -130px;
    top: -120px;
    background: linear-gradient(135deg, rgba(97,69,196,.18), rgba(48,37,126,.08));
    border-radius: 50%;
}

.structure-hero::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -90px;
    bottom: -80px;
    background: rgba(97,69,196,.08);
    border-radius: 50%;
}

.structure-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 45px;
    align-items: center;
}

.structure-hero-content {
    max-width: 620px;
}

.structure-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: #f0edff;
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.structure-hero-content h1 {
    color: #30257e;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 18px;
}

.structure-hero-content p {
    color: #555;
    font-size: 18px;
    line-height: 1.8;
}

.structure-image-box {
    position: relative;
    height: 430px;
    border-radius: 34px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(48,37,126,.18);
}

.structure-image-box::before {
    content: "";
    position: absolute;
    inset: 35px -18px -18px 35px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    border-radius: 34px;
    z-index: -1;
}

.structure-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
    display: block;
}

.structure-experience-card {
    position: absolute;
    left: -22px;
    bottom: 35px;
    background: #fff;
    padding: 18px 24px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.18);
    border-left: 5px solid #6145c4;
}

.structure-experience-card strong {
    display: block;
    color: #30257e;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.structure-experience-card span {
    color: #555;
    font-size: 13px;
    font-weight: 700;
}

.structure-detail-section {
    padding: 80px 20px;
    background: #f6f7fb;
    font-family: 'Poppins', sans-serif;
}

.structure-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.structure-intro span {
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.structure-intro h2 {
    font-size: 38px;
    color: #30257e;
    font-weight: 800;
    margin: 12px 0 15px;
}

.structure-intro p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

.structure-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.structure-card {
    background: #fff;
    padding: 34px;
    border-radius: 26px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.structure-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 28px;
}

.structure-space {
    margin-top: 35px;
}

.structure-heading i {
    width: 58px;
    min-width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.structure-heading h3 {
    color: #30257e;
    font-size: 25px;
    font-weight: 800;
    margin: 0;
}

.structure-content-box {
    padding: 20px;
    background: #f8f7ff;
    border-radius: 18px;
    margin-bottom: 16px;
    border-left: 4px solid #6145c4;
    transition: 0.3s;
}

.structure-content-box:hover {
    transform: translateX(5px);
    background: #f2efff;
}

.structure-content-box h4 {
    color: #30257e;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.structure-content-box p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
    margin-bottom: 8px;
}

.structure-content-box p:last-child {
    margin-bottom: 0;
}

.structure-content-box strong {
    color: #30257e;
}

.structure-comparison-section {
    margin-top: 70px;
    text-align: center;
}

.structure-comparison-section h2 {
    color: #30257e;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 35px;
}

.structure-comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    text-align: left;
}

.structure-comparison-card {
    background: #fff;
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.structure-comparison-card span {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 18px;
}

.structure-comparison-card h4 {
    color: #30257e;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 14px;
}

.structure-comparison-card p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
}

.structure-final-note {
    max-width: 900px;
    margin: 35px auto 0;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    padding: 25px;
    border-radius: 22px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    text-align: left;
}

.structure-final-note i {
    font-size: 24px;
    margin-top: 4px;
}

.structure-final-note p {
    margin: 0;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .structure-hero-grid,
    .structure-main-grid,
    .structure-comparison-grid {
        grid-template-columns: 1fr;
    }

    .structure-hero-content h1 {
        font-size: 42px;
    }

    .structure-image-box {
        height: 380px;
    }
}

@media (max-width: 576px) {
    .structure-hero {
        padding: 60px 12px;
    }

    .structure-hero-content h1 {
        font-size: 34px;
    }

    .structure-hero-content p {
        font-size: 15px;
    }

    .structure-image-box {
        height: 300px;
        border-radius: 24px;
    }

    .structure-image-box::before {
        display: none;
    }

    .structure-experience-card {
        left: 15px;
        bottom: 15px;
    }

    .structure-detail-section {
        padding: 55px 12px;
    }

    .structure-intro h2,
    .structure-comparison-section h2 {
        font-size: 28px;
    }

    .structure-card,
    .structure-comparison-card {
        padding: 24px;
        border-radius: 20px;
    }

    .structure-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .structure-heading h3 {
        font-size: 22px;
    }

    .structure-final-note {
        flex-direction: column;
    }
}

/* human resources page style  */

.hcm-hero {
    position: relative;
    padding: 90px 20px;
    background: radial-gradient(circle at top left, #f0edff 0%, #f7f7fb 38%, #ffffff 100%);
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.hcm-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -130px;
    top: -120px;
    background: linear-gradient(135deg, rgba(97,69,196,.18), rgba(48,37,126,.08));
    border-radius: 50%;
}

.hcm-hero::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -90px;
    bottom: -80px;
    background: rgba(97,69,196,.08);
    border-radius: 50%;
}

.hcm-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 45px;
    align-items: center;
}

.hcm-hero-content {
    max-width: 620px;
}

.hcm-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: #f0edff;
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.hcm-hero-content h1 {
    color: #30257e;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 18px;
}

.hcm-hero-content p {
    color: #555;
    font-size: 18px;
    line-height: 1.8;
}

.hcm-image-box {
    position: relative;
    height: 430px;
    border-radius: 34px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(48,37,126,.18);
}

.hcm-image-box::before {
    content: "";
    position: absolute;
    inset: 35px -18px -18px 35px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    border-radius: 34px;
    z-index: -1;
}

.hcm-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
    display: block;
}

.hcm-experience-card {
    position: absolute;
    left: -22px;
    bottom: 35px;
    background: #fff;
    padding: 18px 24px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.18);
    border-left: 5px solid #6145c4;
}

.hcm-experience-card strong {
    display: block;
    color: #30257e;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.hcm-experience-card span {
    color: #555;
    font-size: 13px;
    font-weight: 700;
}

.hcm-detail-section {
    padding: 80px 20px;
    background: #f6f7fb;
    font-family: 'Poppins', sans-serif;
}

.hcm-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.hcm-intro span {
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.hcm-intro h2 {
    font-size: 38px;
    color: #30257e;
    font-weight: 800;
    margin: 12px 0 15px;
}

.hcm-intro p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

.hcm-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.hcm-card {
    background: #fff;
    padding: 34px;
    border-radius: 26px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.hcm-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 28px;
}

.hcm-space {
    margin-top: 35px;
}

.hcm-heading i {
    width: 58px;
    min-width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.hcm-heading h3 {
    color: #30257e;
    font-size: 25px;
    font-weight: 800;
    margin: 0;
}

.hcm-content-box {
    padding: 20px;
    background: #f8f7ff;
    border-radius: 18px;
    margin-bottom: 16px;
    border-left: 4px solid #6145c4;
    transition: 0.3s;
}

.hcm-content-box:hover {
    transform: translateX(5px);
    background: #f2efff;
}

.hcm-content-box h4 {
    color: #30257e;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.hcm-content-box p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
    margin-bottom: 8px;
}

.hcm-content-box p:last-child {
    margin-bottom: 0;
}

.hcm-content-box strong {
    color: #30257e;
}

.hcm-comparison-section {
    margin-top: 70px;
    text-align: center;
}

.hcm-comparison-section h2 {
    color: #30257e;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 35px;
}

.hcm-comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    text-align: left;
}

.hcm-comparison-card {
    background: #fff;
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.hcm-comparison-card span {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 18px;
}

.hcm-comparison-card h4 {
    color: #30257e;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 14px;
}

.hcm-comparison-card p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
}

.hcm-final-note {
    max-width: 900px;
    margin: 35px auto 0;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    padding: 25px;
    border-radius: 22px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    text-align: left;
}

.hcm-final-note i {
    font-size: 24px;
    margin-top: 4px;
}

.hcm-final-note p {
    margin: 0;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .hcm-hero-grid,
    .hcm-main-grid,
    .hcm-comparison-grid {
        grid-template-columns: 1fr;
    }

    .hcm-hero-content h1 {
        font-size: 42px;
    }

    .hcm-image-box {
        height: 380px;
    }
}

@media (max-width: 576px) {
    .hcm-hero {
        padding: 60px 12px;
    }

    .hcm-hero-content h1 {
        font-size: 34px;
    }

    .hcm-hero-content p {
        font-size: 15px;
    }

    .hcm-image-box {
        height: 300px;
        border-radius: 24px;
    }

    .hcm-image-box::before {
        display: none;
    }

    .hcm-experience-card {
        left: 15px;
        bottom: 15px;
    }

    .hcm-detail-section {
        padding: 55px 12px;
    }

    .hcm-intro h2,
    .hcm-comparison-section h2 {
        font-size: 28px;
    }

    .hcm-card,
    .hcm-comparison-card {
        padding: 24px;
        border-radius: 20px;
    }

    .hcm-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .hcm-heading h3 {
        font-size: 22px;
    }

    .hcm-final-note {
        flex-direction: column;
    }
}

/* Recruitment services page style  */

.recruitment-hero {
    position: relative;
    padding: 90px 20px;
    background: radial-gradient(circle at top left, #f0edff 0%, #f7f7fb 38%, #ffffff 100%);
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.recruitment-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -130px;
    top: -120px;
    background: linear-gradient(135deg, rgba(97,69,196,.18), rgba(48,37,126,.08));
    border-radius: 50%;
}

.recruitment-hero::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -90px;
    bottom: -80px;
    background: rgba(97,69,196,.08);
    border-radius: 50%;
}

.recruitment-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 45px;
    align-items: center;
}

.recruitment-hero-content {
    max-width: 620px;
}

.recruitment-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: #f0edff;
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.recruitment-hero-content h1 {
    color: #30257e;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 18px;
}

.recruitment-hero-content p {
    color: #555;
    font-size: 18px;
    line-height: 1.8;
}

.recruitment-image-box {
    position: relative;
    height: 430px;
    border-radius: 34px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(48,37,126,.18);
}

.recruitment-image-box::before {
    content: "";
    position: absolute;
    inset: 35px -18px -18px 35px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    border-radius: 34px;
    z-index: -1;
}

.recruitment-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
    display: block;
}

.recruitment-experience-card {
    position: absolute;
    left: -22px;
    bottom: 35px;
    background: #fff;
    padding: 18px 24px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.18);
    border-left: 5px solid #6145c4;
}

.recruitment-experience-card strong {
    display: block;
    color: #30257e;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.recruitment-experience-card span {
    color: #555;
    font-size: 13px;
    font-weight: 700;
}

.recruitment-detail-section {
    padding: 80px 20px;
    background: #f6f7fb;
    font-family: 'Poppins', sans-serif;
}

.recruitment-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.recruitment-intro span {
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.recruitment-intro h2 {
    font-size: 38px;
    color: #30257e;
    font-weight: 800;
    margin: 12px 0 15px;
}

.recruitment-intro p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

.recruitment-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.recruitment-card {
    background: #fff;
    padding: 34px;
    border-radius: 26px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.recruitment-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 28px;
}

.recruitment-space {
    margin-top: 35px;
}

.recruitment-heading i {
    width: 58px;
    min-width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.recruitment-heading h3 {
    color: #30257e;
    font-size: 25px;
    font-weight: 800;
    margin: 0;
}

.recruitment-content-box {
    padding: 20px;
    background: #f8f7ff;
    border-radius: 18px;
    margin-bottom: 16px;
    border-left: 4px solid #6145c4;
    transition: 0.3s;
}

.recruitment-content-box:hover {
    transform: translateX(5px);
    background: #f2efff;
}

.recruitment-content-box h4 {
    color: #30257e;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.recruitment-content-box p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
    margin-bottom: 8px;
}

.recruitment-content-box p:last-child {
    margin-bottom: 0;
}

.recruitment-content-box strong {
    color: #30257e;
}

.recruitment-comparison-section {
    margin-top: 70px;
    text-align: center;
}

.recruitment-comparison-section h2 {
    color: #30257e;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 35px;
}

.recruitment-comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    text-align: left;
}

.recruitment-comparison-card {
    background: #fff;
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.recruitment-comparison-card span {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 18px;
}

.recruitment-comparison-card h4 {
    color: #30257e;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 14px;
}

.recruitment-comparison-card p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
}

.recruitment-final-note {
    max-width: 900px;
    margin: 35px auto 0;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    padding: 25px;
    border-radius: 22px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    text-align: left;
}

.recruitment-final-note i {
    font-size: 24px;
    margin-top: 4px;
}

.recruitment-final-note p {
    margin: 0;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .recruitment-hero-grid,
    .recruitment-main-grid,
    .recruitment-comparison-grid {
        grid-template-columns: 1fr;
    }

    .recruitment-hero-content h1 {
        font-size: 42px;
    }

    .recruitment-image-box {
        height: 380px;
    }
}

@media (max-width: 576px) {
    .recruitment-hero {
        padding: 60px 12px;
    }

    .recruitment-hero-content h1 {
        font-size: 34px;
    }

    .recruitment-hero-content p {
        font-size: 15px;
    }

    .recruitment-image-box {
        height: 300px;
        border-radius: 24px;
    }

    .recruitment-image-box::before {
        display: none;
    }

    .recruitment-experience-card {
        left: 15px;
        bottom: 15px;
    }

    .recruitment-detail-section {
        padding: 55px 12px;
    }

    .recruitment-intro h2,
    .recruitment-comparison-section h2 {
        font-size: 28px;
    }

    .recruitment-card,
    .recruitment-comparison-card {
        padding: 24px;
        border-radius: 20px;
    }

    .recruitment-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .recruitment-heading h3 {
        font-size: 22px;
    }

    .recruitment-final-note {
        flex-direction: column;
    }
}


/* mobilization demolization services page style */

.mobilization-hero {
    position: relative;
    padding: 90px 20px;
    background: radial-gradient(circle at top left, #f0edff 0%, #f7f7fb 38%, #ffffff 100%);
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.mobilization-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -130px;
    top: -120px;
    background: linear-gradient(135deg, rgba(97,69,196,.18), rgba(48,37,126,.08));
    border-radius: 50%;
}

.mobilization-hero::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -90px;
    bottom: -80px;
    background: rgba(97,69,196,.08);
    border-radius: 50%;
}

.mobilization-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 45px;
    align-items: center;
}

.mobilization-hero-content {
    max-width: 620px;
}

.mobilization-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: #f0edff;
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.mobilization-hero-content h1 {
    color: #30257e;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 18px;
}

.mobilization-hero-content p {
    color: #555;
    font-size: 18px;
    line-height: 1.8;
}

.mobilization-image-box {
    position: relative;
    height: 430px;
    border-radius: 34px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(48,37,126,.18);
}

.mobilization-image-box::before {
    content: "";
    position: absolute;
    inset: 35px -18px -18px 35px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    border-radius: 34px;
    z-index: -1;
}

.mobilization-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
    display: block;
}

.mobilization-experience-card {
    position: absolute;
    left: -22px;
    bottom: 35px;
    background: #fff;
    padding: 18px 24px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.18);
    border-left: 5px solid #6145c4;
}

.mobilization-experience-card strong {
    display: block;
    color: #30257e;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.mobilization-experience-card span {
    color: #555;
    font-size: 13px;
    font-weight: 700;
}

.mobilization-detail-section {
    padding: 80px 20px;
    background: #f6f7fb;
    font-family: 'Poppins', sans-serif;
}

.mobilization-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.mobilization-intro span {
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.mobilization-intro h2 {
    font-size: 38px;
    color: #30257e;
    font-weight: 800;
    margin: 12px 0 15px;
}

.mobilization-intro p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

.mobilization-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.mobilization-card {
    background: #fff;
    padding: 34px;
    border-radius: 26px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.mobilization-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 28px;
}

.mobilization-space {
    margin-top: 35px;
}

.mobilization-heading i {
    width: 58px;
    min-width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.mobilization-heading h3 {
    color: #30257e;
    font-size: 25px;
    font-weight: 800;
    margin: 0;
}

.mobilization-content-box {
    padding: 20px;
    background: #f8f7ff;
    border-radius: 18px;
    margin-bottom: 16px;
    border-left: 4px solid #6145c4;
    transition: 0.3s;
}

.mobilization-content-box:hover {
    transform: translateX(5px);
    background: #f2efff;
}

.mobilization-content-box h4 {
    color: #30257e;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.mobilization-content-box p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
    margin-bottom: 8px;
}

.mobilization-content-box p:last-child {
    margin-bottom: 0;
}

.mobilization-content-box strong {
    color: #30257e;
}

.mobilization-comparison-section {
    margin-top: 70px;
    text-align: center;
}

.mobilization-comparison-section h2 {
    color: #30257e;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 35px;
}

.mobilization-comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    text-align: left;
}

.mobilization-comparison-card {
    background: #fff;
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.mobilization-comparison-card span {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 18px;
}

.mobilization-comparison-card h4 {
    color: #30257e;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 14px;
}

.mobilization-comparison-card p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
}

.mobilization-final-note {
    max-width: 900px;
    margin: 35px auto 0;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    padding: 25px;
    border-radius: 22px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    text-align: left;
}

.mobilization-final-note i {
    font-size: 24px;
    margin-top: 4px;
}

.mobilization-final-note p {
    margin: 0;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .mobilization-hero-grid,
    .mobilization-main-grid,
    .mobilization-comparison-grid {
        grid-template-columns: 1fr;
    }

    .mobilization-hero-content h1 {
        font-size: 42px;
    }

    .mobilization-image-box {
        height: 380px;
    }
}

@media (max-width: 576px) {
    .mobilization-hero {
        padding: 60px 12px;
    }

    .mobilization-hero-content h1 {
        font-size: 34px;
    }

    .mobilization-hero-content p {
        font-size: 15px;
    }

    .mobilization-image-box {
        height: 300px;
        border-radius: 24px;
    }

    .mobilization-image-box::before {
        display: none;
    }

    .mobilization-experience-card {
        left: 15px;
        bottom: 15px;
    }

    .mobilization-detail-section {
        padding: 55px 12px;
    }

    .mobilization-intro h2,
    .mobilization-comparison-section h2 {
        font-size: 28px;
    }

    .mobilization-card,
    .mobilization-comparison-card {
        padding: 24px;
        border-radius: 20px;
    }

    .mobilization-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .mobilization-heading h3 {
        font-size: 22px;
    }

    .mobilization-final-note {
        flex-direction: column;
    }
}

/* managing kuwaitization page style  */

.kuwaitization-hero {
    position: relative;
    padding: 90px 20px;
    background: radial-gradient(circle at top left, #f0edff 0%, #f7f7fb 38%, #ffffff 100%);
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.kuwaitization-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -130px;
    top: -120px;
    background: linear-gradient(135deg, rgba(97,69,196,.18), rgba(48,37,126,.08));
    border-radius: 50%;
}

.kuwaitization-hero::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -90px;
    bottom: -80px;
    background: rgba(97,69,196,.08);
    border-radius: 50%;
}

.kuwaitization-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 45px;
    align-items: center;
}

.kuwaitization-hero-content {
    max-width: 620px;
}

.kuwaitization-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: #f0edff;
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.kuwaitization-hero-content h1 {
    color: #30257e;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 18px;
}

.kuwaitization-hero-content p {
    color: #555;
    font-size: 18px;
    line-height: 1.8;
}

.kuwaitization-image-box {
    position: relative;
    height: 430px;
    border-radius: 34px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(48,37,126,.18);
}

.kuwaitization-image-box::before {
    content: "";
    position: absolute;
    inset: 35px -18px -18px 35px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    border-radius: 34px;
    z-index: -1;
}

.kuwaitization-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
    display: block;
}

.kuwaitization-experience-card {
    position: absolute;
    left: -22px;
    bottom: 35px;
    background: #fff;
    padding: 18px 24px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.18);
    border-left: 5px solid #6145c4;
}

.kuwaitization-experience-card strong {
    display: block;
    color: #30257e;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.kuwaitization-experience-card span {
    color: #555;
    font-size: 13px;
    font-weight: 700;
}

.kuwaitization-detail-section {
    padding: 80px 20px;
    background: #f6f7fb;
    font-family: 'Poppins', sans-serif;
}

.kuwaitization-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.kuwaitization-intro span {
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.kuwaitization-intro h2 {
    font-size: 38px;
    color: #30257e;
    font-weight: 800;
    margin: 12px 0 15px;
}

.kuwaitization-intro p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

.kuwaitization-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.kuwaitization-card {
    background: #fff;
    padding: 34px;
    border-radius: 26px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.kuwaitization-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 28px;
}

.kuwaitization-heading i {
    width: 58px;
    min-width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.kuwaitization-heading h3 {
    color: #30257e;
    font-size: 25px;
    font-weight: 800;
    margin: 0;
}

.kuwaitization-content-box {
    padding: 20px;
    background: #f8f7ff;
    border-radius: 18px;
    margin-bottom: 16px;
    border-left: 4px solid #6145c4;
    transition: 0.3s;
}

.kuwaitization-content-box:hover {
    transform: translateX(5px);
    background: #f2efff;
}

.kuwaitization-content-box h4 {
    color: #30257e;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.kuwaitization-content-box p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
    margin-bottom: 8px;
}

.kuwaitization-content-box p:last-child {
    margin-bottom: 0;
}

.kuwaitization-content-box strong {
    color: #30257e;
}

.kuwaitization-comparison-section {
    margin-top: 70px;
    text-align: center;
}

.kuwaitization-comparison-section h2 {
    color: #30257e;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 35px;
}

.kuwaitization-comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    text-align: left;
}

.kuwaitization-comparison-card {
    background: #fff;
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.kuwaitization-comparison-card span {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 18px;
}

.kuwaitization-comparison-card h4 {
    color: #30257e;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 14px;
}

.kuwaitization-comparison-card p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
}

.kuwaitization-final-note {
    max-width: 900px;
    margin: 35px auto 0;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    padding: 25px;
    border-radius: 22px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    text-align: left;
}

.kuwaitization-final-note i {
    font-size: 24px;
    margin-top: 4px;
}

.kuwaitization-final-note p {
    margin: 0;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .kuwaitization-hero-grid,
    .kuwaitization-main-grid,
    .kuwaitization-comparison-grid {
        grid-template-columns: 1fr;
    }

    .kuwaitization-hero-content h1 {
        font-size: 42px;
    }

    .kuwaitization-image-box {
        height: 380px;
    }
}

@media (max-width: 576px) {
    .kuwaitization-hero {
        padding: 60px 12px;
    }

    .kuwaitization-hero-content h1 {
        font-size: 34px;
    }

    .kuwaitization-hero-content p {
        font-size: 15px;
    }

    .kuwaitization-image-box {
        height: 300px;
        border-radius: 24px;
    }

    .kuwaitization-image-box::before {
        display: none;
    }

    .kuwaitization-experience-card {
        left: 15px;
        bottom: 15px;
    }

    .kuwaitization-detail-section {
        padding: 55px 12px;
    }

    .kuwaitization-intro h2,
    .kuwaitization-comparison-section h2 {
        font-size: 28px;
    }

    .kuwaitization-card,
    .kuwaitization-comparison-card {
        padding: 24px;
        border-radius: 20px;
    }

    .kuwaitization-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .kuwaitization-heading h3 {
        font-size: 22px;
    }

    .kuwaitization-final-note {
        flex-direction: column;
    }
}

/* kuwaiti labour law page style */

.hrlaw-hero {
    position: relative;
    padding: 90px 20px;
    background: radial-gradient(circle at top left, #f0edff 0%, #f7f7fb 38%, #ffffff 100%);
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.hrlaw-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -130px;
    top: -120px;
    background: linear-gradient(135deg, rgba(97,69,196,.18), rgba(48,37,126,.08));
    border-radius: 50%;
}

.hrlaw-hero::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -90px;
    bottom: -80px;
    background: rgba(97,69,196,.08);
    border-radius: 50%;
}

.hrlaw-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 45px;
    align-items: center;
}

.hrlaw-hero-content {
    max-width: 620px;
}

.hrlaw-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: #f0edff;
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.hrlaw-hero-content h1 {
    color: #30257e;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 18px;
}

.hrlaw-hero-content p {
    color: #555;
    font-size: 18px;
    line-height: 1.8;
}

.hrlaw-image-box {
    position: relative;
    height: 430px;
    border-radius: 34px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(48,37,126,.18);
}

.hrlaw-image-box::before {
    content: "";
    position: absolute;
    inset: 35px -18px -18px 35px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    border-radius: 34px;
    z-index: -1;
}

.hrlaw-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
    display: block;
}

.hrlaw-experience-card {
    position: absolute;
    left: -22px;
    bottom: 35px;
    background: #fff;
    padding: 18px 24px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.18);
    border-left: 5px solid #6145c4;
}

.hrlaw-experience-card strong {
    display: block;
    color: #30257e;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.hrlaw-experience-card span {
    color: #555;
    font-size: 13px;
    font-weight: 700;
}

.hrlaw-detail-section {
    padding: 80px 20px;
    background: #f6f7fb;
    font-family: 'Poppins', sans-serif;
}

.hrlaw-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.hrlaw-intro span {
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.hrlaw-intro h2 {
    font-size: 38px;
    color: #30257e;
    font-weight: 800;
    margin: 12px 0 15px;
}

.hrlaw-intro p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

.hrlaw-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.hrlaw-card {
    background: #fff;
    padding: 34px;
    border-radius: 26px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.hrlaw-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 28px;
}

.hrlaw-heading i {
    width: 58px;
    min-width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.hrlaw-heading h3 {
    color: #30257e;
    font-size: 25px;
    font-weight: 800;
    margin: 0;
}

.hrlaw-content-box {
    padding: 20px;
    background: #f8f7ff;
    border-radius: 18px;
    margin-bottom: 16px;
    border-left: 4px solid #6145c4;
    transition: 0.3s;
}

.hrlaw-content-box:hover {
    transform: translateX(5px);
    background: #f2efff;
}

.hrlaw-content-box h4 {
    color: #30257e;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.hrlaw-content-box p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
    margin-bottom: 8px;
}

.hrlaw-content-box p:last-child {
    margin-bottom: 0;
}

.hrlaw-content-box strong {
    color: #30257e;
}

.hrlaw-comparison-section {
    margin-top: 70px;
    text-align: center;
}

.hrlaw-comparison-section h2 {
    color: #30257e;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 35px;
}

.hrlaw-comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    text-align: left;
}

.hrlaw-comparison-card {
    background: #fff;
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.hrlaw-comparison-card span {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 18px;
}

.hrlaw-comparison-card h4 {
    color: #30257e;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 14px;
}

.hrlaw-comparison-card p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
}

.hrlaw-final-note {
    max-width: 900px;
    margin: 35px auto 0;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    padding: 25px;
    border-radius: 22px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    text-align: left;
}

.hrlaw-final-note i {
    font-size: 24px;
    margin-top: 4px;
}

.hrlaw-final-note p {
    margin: 0;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .hrlaw-hero-grid,
    .hrlaw-main-grid,
    .hrlaw-comparison-grid {
        grid-template-columns: 1fr;
    }

    .hrlaw-hero-content h1 {
        font-size: 42px;
    }

    .hrlaw-image-box {
        height: 380px;
    }
}

@media (max-width: 576px) {
    .hrlaw-hero {
        padding: 60px 12px;
    }

    .hrlaw-hero-content h1 {
        font-size: 34px;
    }

    .hrlaw-hero-content p {
        font-size: 15px;
    }

    .hrlaw-image-box {
        height: 300px;
        border-radius: 24px;
    }

    .hrlaw-image-box::before {
        display: none;
    }

    .hrlaw-experience-card {
        left: 15px;
        bottom: 15px;
    }

    .hrlaw-detail-section {
        padding: 55px 12px;
    }

    .hrlaw-intro h2,
    .hrlaw-comparison-section h2 {
        font-size: 28px;
    }

    .hrlaw-card,
    .hrlaw-comparison-card {
        padding: 24px;
        border-radius: 20px;
    }

    .hrlaw-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .hrlaw-heading h3 {
        font-size: 22px;
    }

    .hrlaw-final-note {
        flex-direction: column;
    }
}


/* payroll management page style */

.payroll-hero {
    position: relative;
    padding: 90px 20px;
    background: radial-gradient(circle at top left, #f0edff 0%, #f7f7fb 38%, #ffffff 100%);
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.payroll-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -130px;
    top: -120px;
    background: linear-gradient(135deg, rgba(97,69,196,.18), rgba(48,37,126,.08));
    border-radius: 50%;
}

.payroll-hero::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -90px;
    bottom: -80px;
    background: rgba(97,69,196,.08);
    border-radius: 50%;
}

.payroll-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 45px;
    align-items: center;
}

.payroll-hero-content {
    max-width: 620px;
}

.payroll-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: #f0edff;
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.payroll-hero-content h1 {
    color: #30257e;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 18px;
}

.payroll-hero-content p {
    color: #555;
    font-size: 18px;
    line-height: 1.8;
}

.payroll-image-box {
    position: relative;
    height: 430px;
    border-radius: 34px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(48,37,126,.18);
}

.payroll-image-box::before {
    content: "";
    position: absolute;
    inset: 35px -18px -18px 35px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    border-radius: 34px;
    z-index: -1;
}

.payroll-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
    display: block;
}

.payroll-experience-card {
    position: absolute;
    left: -22px;
    bottom: 35px;
    background: #fff;
    padding: 18px 24px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.18);
    border-left: 5px solid #6145c4;
}

.payroll-experience-card strong {
    display: block;
    color: #30257e;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.payroll-experience-card span {
    color: #555;
    font-size: 13px;
    font-weight: 700;
}

.payroll-detail-section {
    padding: 80px 20px;
    background: #f6f7fb;
    font-family: 'Poppins', sans-serif;
}

.payroll-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.payroll-intro span {
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.payroll-intro h2 {
    font-size: 38px;
    color: #30257e;
    font-weight: 800;
    margin: 12px 0 15px;
}

.payroll-intro p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

.payroll-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.payroll-card {
    background: #fff;
    padding: 34px;
    border-radius: 26px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.payroll-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 28px;
}

.payroll-heading i {
    width: 58px;
    min-width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.payroll-heading h3 {
    color: #30257e;
    font-size: 25px;
    font-weight: 800;
    margin: 0;
}

.payroll-content-box {
    padding: 20px;
    background: #f8f7ff;
    border-radius: 18px;
    margin-bottom: 16px;
    border-left: 4px solid #6145c4;
    transition: 0.3s;
}

.payroll-content-box:hover {
    transform: translateX(5px);
    background: #f2efff;
}

.payroll-content-box h4 {
    color: #30257e;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.payroll-content-box p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
    margin-bottom: 8px;
}

.payroll-content-box p:last-child {
    margin-bottom: 0;
}

.payroll-content-box strong {
    color: #30257e;
}

.payroll-comparison-section {
    margin-top: 70px;
    text-align: center;
}

.payroll-comparison-section h2 {
    color: #30257e;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 35px;
}

.payroll-comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    text-align: left;
}

.payroll-comparison-card {
    background: #fff;
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.payroll-comparison-card span {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 18px;
}

.payroll-comparison-card h4 {
    color: #30257e;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 14px;
}

.payroll-comparison-card p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
}

.payroll-final-note {
    max-width: 900px;
    margin: 35px auto 0;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    padding: 25px;
    border-radius: 22px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    text-align: left;
}

.payroll-final-note i {
    font-size: 24px;
    margin-top: 4px;
}

.payroll-final-note p {
    margin: 0;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .payroll-hero-grid,
    .payroll-main-grid,
    .payroll-comparison-grid {
        grid-template-columns: 1fr;
    }

    .payroll-hero-content h1 {
        font-size: 42px;
    }

    .payroll-image-box {
        height: 380px;
    }
}

@media (max-width: 576px) {
    .payroll-hero {
        padding: 60px 12px;
    }

    .payroll-hero-content h1 {
        font-size: 34px;
    }

    .payroll-hero-content p {
        font-size: 15px;
    }

    .payroll-image-box {
        height: 300px;
        border-radius: 24px;
    }

    .payroll-image-box::before {
        display: none;
    }

    .payroll-experience-card {
        left: 15px;
        bottom: 15px;
    }

    .payroll-detail-section {
        padding: 55px 12px;
    }

    .payroll-intro h2,
    .payroll-comparison-section h2 {
        font-size: 28px;
    }

    .payroll-card,
    .payroll-comparison-card {
        padding: 24px;
        border-radius: 20px;
    }

    .payroll-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .payroll-heading h3 {
        font-size: 22px;
    }

    .payroll-final-note {
        flex-direction: column;
    }
}

/* managing the crew page style  */

.crewbudget-hero {
    position: relative;
    padding: 90px 20px;
    background: radial-gradient(circle at top left, #f0edff 0%, #f7f7fb 38%, #ffffff 100%);
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.crewbudget-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -130px;
    top: -120px;
    background: linear-gradient(135deg, rgba(97,69,196,.18), rgba(48,37,126,.08));
    border-radius: 50%;
}

.crewbudget-hero::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -90px;
    bottom: -80px;
    background: rgba(97,69,196,.08);
    border-radius: 50%;
}

.crewbudget-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 45px;
    align-items: center;
}

.crewbudget-hero-content {
    max-width: 620px;
}

.crewbudget-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: #f0edff;
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.crewbudget-hero-content h1 {
    color: #30257e;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 18px;
}

.crewbudget-hero-content p {
    color: #555;
    font-size: 18px;
    line-height: 1.8;
}

.crewbudget-image-box {
    position: relative;
    height: 430px;
    border-radius: 34px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(48,37,126,.18);
}

.crewbudget-image-box::before {
    content: "";
    position: absolute;
    inset: 35px -18px -18px 35px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    border-radius: 34px;
    z-index: -1;
}

.crewbudget-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
    display: block;
}

.crewbudget-experience-card {
    position: absolute;
    left: -22px;
    bottom: 35px;
    background: #fff;
    padding: 18px 24px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.18);
    border-left: 5px solid #6145c4;
}

.crewbudget-experience-card strong {
    display: block;
    color: #30257e;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.crewbudget-experience-card span {
    color: #555;
    font-size: 13px;
    font-weight: 700;
}

.crewbudget-detail-section {
    padding: 80px 20px;
    background: #f6f7fb;
    font-family: 'Poppins', sans-serif;
}

.crewbudget-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.crewbudget-intro span {
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.crewbudget-intro h2 {
    font-size: 38px;
    color: #30257e;
    font-weight: 800;
    margin: 12px 0 15px;
}

.crewbudget-intro p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

.crewbudget-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.crewbudget-card {
    background: #fff;
    padding: 34px;
    border-radius: 26px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.crewbudget-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 28px;
}

.crewbudget-heading i {
    width: 58px;
    min-width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.crewbudget-heading h3 {
    color: #30257e;
    font-size: 25px;
    font-weight: 800;
    margin: 0;
}

.crewbudget-content-box {
    padding: 20px;
    background: #f8f7ff;
    border-radius: 18px;
    margin-bottom: 16px;
    border-left: 4px solid #6145c4;
    transition: 0.3s;
}

.crewbudget-content-box:hover {
    transform: translateX(5px);
    background: #f2efff;
}

.crewbudget-content-box h4 {
    color: #30257e;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.crewbudget-content-box p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
    margin-bottom: 8px;
}

.crewbudget-content-box p:last-child {
    margin-bottom: 0;
}

.crewbudget-content-box strong {
    color: #30257e;
}

.crewbudget-comparison-section {
    margin-top: 70px;
    text-align: center;
}

.crewbudget-comparison-section h2 {
    color: #30257e;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 35px;
}

.crewbudget-comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    text-align: left;
}

.crewbudget-comparison-card {
    background: #fff;
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.crewbudget-comparison-card span {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 18px;
}

.crewbudget-comparison-card h4 {
    color: #30257e;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 14px;
}

.crewbudget-comparison-card p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
}

.crewbudget-final-note {
    max-width: 900px;
    margin: 35px auto 0;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    padding: 25px;
    border-radius: 22px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    text-align: left;
}

.crewbudget-final-note i {
    font-size: 24px;
    margin-top: 4px;
}

.crewbudget-final-note p {
    margin: 0;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .crewbudget-hero-grid,
    .crewbudget-main-grid,
    .crewbudget-comparison-grid {
        grid-template-columns: 1fr;
    }

    .crewbudget-hero-content h1 {
        font-size: 42px;
    }

    .crewbudget-image-box {
        height: 380px;
    }
}

@media (max-width: 576px) {
    .crewbudget-hero {
        padding: 60px 12px;
    }

    .crewbudget-hero-content h1 {
        font-size: 34px;
    }

    .crewbudget-hero-content p {
        font-size: 15px;
    }

    .crewbudget-image-box {
        height: 300px;
        border-radius: 24px;
    }

    .crewbudget-image-box::before {
        display: none;
    }

    .crewbudget-experience-card {
        left: 15px;
        bottom: 15px;
    }

    .crewbudget-detail-section {
        padding: 55px 12px;
    }

    .crewbudget-intro h2,
    .crewbudget-comparison-section h2 {
        font-size: 28px;
    }

    .crewbudget-card,
    .crewbudget-comparison-card {
        padding: 24px;
        border-radius: 20px;
    }

    .crewbudget-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .crewbudget-heading h3 {
        font-size: 22px;
    }

    .crewbudget-final-note {
        flex-direction: column;
    }
}

/* preparing hr budegrt  */

.hrbudget-hero {
    position: relative;
    padding: 90px 20px;
    background: radial-gradient(circle at top left, #f0edff 0%, #f7f7fb 38%, #ffffff 100%);
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.hrbudget-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -130px;
    top: -120px;
    background: linear-gradient(135deg, rgba(97,69,196,.18), rgba(48,37,126,.08));
    border-radius: 50%;
}

.hrbudget-hero::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -90px;
    bottom: -80px;
    background: rgba(97,69,196,.08);
    border-radius: 50%;
}

.hrbudget-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 45px;
    align-items: center;
}

.hrbudget-hero-content {
    max-width: 620px;
}

.hrbudget-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: #f0edff;
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.hrbudget-hero-content h1 {
    color: #30257e;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 18px;
}

.hrbudget-hero-content p {
    color: #555;
    font-size: 18px;
    line-height: 1.8;
}

.hrbudget-image-box {
    position: relative;
    height: 430px;
    border-radius: 34px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(48,37,126,.18);
}

.hrbudget-image-box::before {
    content: "";
    position: absolute;
    inset: 35px -18px -18px 35px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    border-radius: 34px;
    z-index: -1;
}

.hrbudget-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
    display: block;
}

.hrbudget-experience-card {
    position: absolute;
    left: -22px;
    bottom: 35px;
    background: #fff;
    padding: 18px 24px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.18);
    border-left: 5px solid #6145c4;
}

.hrbudget-experience-card strong {
    display: block;
    color: #30257e;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.hrbudget-experience-card span {
    color: #555;
    font-size: 13px;
    font-weight: 700;
}

.hrbudget-detail-section {
    padding: 80px 20px;
    background: #f6f7fb;
    font-family: 'Poppins', sans-serif;
}

.hrbudget-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.hrbudget-intro span {
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.hrbudget-intro h2 {
    font-size: 38px;
    color: #30257e;
    font-weight: 800;
    margin: 12px 0 15px;
}

.hrbudget-intro p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

.hrbudget-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.hrbudget-card {
    background: #fff;
    padding: 34px;
    border-radius: 26px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.hrbudget-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 28px;
}

.hrbudget-heading i {
    width: 58px;
    min-width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.hrbudget-heading h3 {
    color: #30257e;
    font-size: 25px;
    font-weight: 800;
    margin: 0;
}

.hrbudget-content-box {
    padding: 20px;
    background: #f8f7ff;
    border-radius: 18px;
    margin-bottom: 16px;
    border-left: 4px solid #6145c4;
    transition: 0.3s;
}

.hrbudget-content-box:hover {
    transform: translateX(5px);
    background: #f2efff;
}

.hrbudget-content-box h4 {
    color: #30257e;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.hrbudget-content-box p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
    margin-bottom: 8px;
}

.hrbudget-content-box p:last-child {
    margin-bottom: 0;
}

.hrbudget-content-box strong {
    color: #30257e;
}

.hrbudget-comparison-section {
    margin-top: 70px;
    text-align: center;
}

.hrbudget-comparison-section h2 {
    color: #30257e;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 35px;
}

.hrbudget-comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    text-align: left;
}

.hrbudget-comparison-card {
    background: #fff;
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.hrbudget-comparison-card span {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 18px;
}

.hrbudget-comparison-card h4 {
    color: #30257e;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 14px;
}

.hrbudget-comparison-card p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
}

.hrbudget-final-note {
    max-width: 900px;
    margin: 35px auto 0;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    padding: 25px;
    border-radius: 22px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    text-align: left;
}

.hrbudget-final-note i {
    font-size: 24px;
    margin-top: 4px;
}

.hrbudget-final-note p {
    margin: 0;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .hrbudget-hero-grid,
    .hrbudget-main-grid,
    .hrbudget-comparison-grid {
        grid-template-columns: 1fr;
    }

    .hrbudget-hero-content h1 {
        font-size: 42px;
    }

    .hrbudget-image-box {
        height: 380px;
    }
}

@media (max-width: 576px) {
    .hrbudget-hero {
        padding: 60px 12px;
    }

    .hrbudget-hero-content h1 {
        font-size: 34px;
    }

    .hrbudget-hero-content p {
        font-size: 15px;
    }

    .hrbudget-image-box {
        height: 300px;
        border-radius: 24px;
    }

    .hrbudget-image-box::before {
        display: none;
    }

    .hrbudget-experience-card {
        left: 15px;
        bottom: 15px;
    }

    .hrbudget-detail-section {
        padding: 55px 12px;
    }

    .hrbudget-intro h2,
    .hrbudget-comparison-section h2 {
        font-size: 28px;
    }

    .hrbudget-card,
    .hrbudget-comparison-card {
        padding: 24px;
        border-radius: 20px;
    }

    .hrbudget-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .hrbudget-heading h3 {
        font-size: 22px;
    }

    .hrbudget-final-note {
        flex-direction: column;
    }
}

/* accomodation & catering page style  */


.accommodation-hero {
    position: relative;
    padding: 90px 20px;
    background: radial-gradient(circle at top left, #f0edff 0%, #f7f7fb 38%, #ffffff 100%);
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.accommodation-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -130px;
    top: -120px;
    background: linear-gradient(135deg, rgba(97,69,196,.18), rgba(48,37,126,.08));
    border-radius: 50%;
}

.accommodation-hero::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -90px;
    bottom: -80px;
    background: rgba(97,69,196,.08);
    border-radius: 50%;
}

.accommodation-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 45px;
    align-items: center;
}

.accommodation-hero-content {
    max-width: 620px;
}

.accommodation-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: #f0edff;
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.accommodation-hero-content h1 {
    color: #30257e;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 18px;
}

.accommodation-hero-content p {
    color: #555;
    font-size: 18px;
    line-height: 1.8;
}

.accommodation-image-box {
    position: relative;
    height: 430px;
    border-radius: 34px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(48,37,126,.18);
}

.accommodation-image-box::before {
    content: "";
    position: absolute;
    inset: 35px -18px -18px 35px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    border-radius: 34px;
    z-index: -1;
}

.accommodation-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
    display: block;
}

.accommodation-experience-card {
    position: absolute;
    left: -22px;
    bottom: 35px;
    background: #fff;
    padding: 18px 24px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.18);
    border-left: 5px solid #6145c4;
}

.accommodation-experience-card strong {
    display: block;
    color: #30257e;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.accommodation-experience-card span {
    color: #555;
    font-size: 13px;
    font-weight: 700;
}

.accommodation-detail-section {
    padding: 80px 20px;
    background: #f6f7fb;
    font-family: 'Poppins', sans-serif;
}

.accommodation-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.accommodation-intro span {
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.accommodation-intro h2 {
    font-size: 38px;
    color: #30257e;
    font-weight: 800;
    margin: 12px 0 15px;
}

.accommodation-intro p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

.accommodation-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.accommodation-card {
    background: #fff;
    padding: 34px;
    border-radius: 26px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.accommodation-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 28px;
}

.accommodation-space {
    margin-top: 35px;
}

.accommodation-heading i {
    width: 58px;
    min-width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.accommodation-heading h3 {
    color: #30257e;
    font-size: 25px;
    font-weight: 800;
    margin: 0;
}

.accommodation-content-box {
    padding: 20px;
    background: #f8f7ff;
    border-radius: 18px;
    margin-bottom: 16px;
    border-left: 4px solid #6145c4;
    transition: 0.3s;
}

.accommodation-content-box:hover {
    transform: translateX(5px);
    background: #f2efff;
}

.accommodation-content-box h4 {
    color: #30257e;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.accommodation-content-box p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
    margin-bottom: 8px;
}

.accommodation-content-box p:last-child {
    margin-bottom: 0;
}

.accommodation-content-box strong {
    color: #30257e;
}

.accommodation-comparison-section {
    margin-top: 70px;
    text-align: center;
}

.accommodation-comparison-section h2 {
    color: #30257e;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 35px;
}

.accommodation-comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    text-align: left;
}

.accommodation-comparison-card {
    background: #fff;
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.accommodation-comparison-card span {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 18px;
}

.accommodation-comparison-card h4 {
    color: #30257e;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 14px;
}

.accommodation-comparison-card p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
}

.accommodation-final-note {
    max-width: 900px;
    margin: 35px auto 0;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    padding: 25px;
    border-radius: 22px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    text-align: left;
}

.accommodation-final-note i {
    font-size: 24px;
    margin-top: 4px;
}

.accommodation-final-note p {
    margin: 0;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .accommodation-hero-grid,
    .accommodation-main-grid,
    .accommodation-comparison-grid {
        grid-template-columns: 1fr;
    }

    .accommodation-hero-content h1 {
        font-size: 42px;
    }

    .accommodation-image-box {
        height: 380px;
    }
}

@media (max-width: 576px) {
    .accommodation-hero {
        padding: 60px 12px;
    }

    .accommodation-hero-content h1 {
        font-size: 34px;
    }

    .accommodation-hero-content p {
        font-size: 15px;
    }

    .accommodation-image-box {
        height: 300px;
        border-radius: 24px;
    }

    .accommodation-image-box::before {
        display: none;
    }

    .accommodation-experience-card {
        left: 15px;
        bottom: 15px;
    }

    .accommodation-detail-section {
        padding: 55px 12px;
    }

    .accommodation-intro h2,
    .accommodation-comparison-section h2 {
        font-size: 28px;
    }

    .accommodation-card,
    .accommodation-comparison-card {
        padding: 24px;
        border-radius: 20px;
    }

    .accommodation-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .accommodation-heading h3 {
        font-size: 22px;
    }

    .accommodation-final-note {
        flex-direction: column;
    }
}

/* driling page style */

.drilling-hero {
    position: relative;
    padding: 90px 20px;
    background: radial-gradient(circle at top left, #f0edff 0%, #f7f7fb 38%, #ffffff 100%);
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.drilling-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    right: -130px;
    top: -120px;
    background: linear-gradient(135deg, rgba(97,69,196,.18), rgba(48,37,126,.08));
    border-radius: 50%;
}

.drilling-hero::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    left: -90px;
    bottom: -80px;
    background: rgba(97,69,196,.08);
    border-radius: 50%;
}

.drilling-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 45px;
    align-items: center;
}

.drilling-hero-content {
    max-width: 620px;
}

.drilling-badge {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 50px;
    background: #f0edff;
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.drilling-hero-content h1 {
    color: #30257e;
    font-size: 58px;
    font-weight: 900;
    line-height: 1.12;
    margin-bottom: 18px;
}

.drilling-hero-content p {
    color: #555;
    font-size: 18px;
    line-height: 1.8;
}

.drilling-image-box {
    position: relative;
    height: 430px;
    border-radius: 34px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 30px 80px rgba(48,37,126,.18);
}

.drilling-image-box::before {
    content: "";
    position: absolute;
    inset: 35px -18px -18px 35px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    border-radius: 34px;
    z-index: -1;
}

.drilling-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 26px;
    display: block;
}

.drilling-experience-card {
    position: absolute;
    left: -22px;
    bottom: 35px;
    background: #fff;
    padding: 18px 24px;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0,0,0,.18);
    border-left: 5px solid #6145c4;
}

.drilling-experience-card strong {
    display: block;
    color: #30257e;
    font-size: 34px;
    line-height: 1;
    font-weight: 900;
}

.drilling-experience-card span {
    color: #555;
    font-size: 13px;
    font-weight: 700;
}

.drilling-detail-section {
    padding: 80px 20px;
    background: #f6f7fb;
    font-family: 'Poppins', sans-serif;
}

.drilling-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 50px;
}

.drilling-intro span {
    color: #6145c4;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.drilling-intro h2 {
    font-size: 38px;
    color: #30257e;
    font-weight: 800;
    margin: 12px 0 15px;
}

.drilling-intro p {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

.drilling-main-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

.drilling-card {
    background: #fff;
    padding: 34px;
    border-radius: 26px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.drilling-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 28px;
}

.drilling-heading i {
    width: 58px;
    min-width: 58px;
    height: 58px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.drilling-heading h3 {
    color: #30257e;
    font-size: 25px;
    font-weight: 800;
    margin: 0;
}

.drilling-content-box {
    padding: 20px;
    background: #f8f7ff;
    border-radius: 18px;
    margin-bottom: 16px;
    border-left: 4px solid #6145c4;
    transition: 0.3s;
}

.drilling-content-box:hover {
    transform: translateX(5px);
    background: #f2efff;
}

.drilling-content-box h4 {
    color: #30257e;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.drilling-content-box p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
    margin-bottom: 8px;
}

.drilling-content-box p:last-child {
    margin-bottom: 0;
}

.drilling-content-box strong {
    color: #30257e;
}

.drilling-comparison-section {
    margin-top: 70px;
    text-align: center;
}

.drilling-comparison-section h2 {
    color: #30257e;
    font-size: 38px;
    font-weight: 800;
    margin-bottom: 35px;
}

.drilling-comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    text-align: left;
}

.drilling-comparison-card {
    background: #fff;
    padding: 32px;
    border-radius: 24px;
    box-shadow: 0 18px 50px rgba(0,0,0,0.06);
    border: 1px solid rgba(97,69,196,0.08);
}

.drilling-comparison-card span {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 18px;
}

.drilling-comparison-card h4 {
    color: #30257e;
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 14px;
}

.drilling-comparison-card p {
    color: #555;
    font-size: 14.5px;
    line-height: 1.75;
}

.drilling-final-note {
    max-width: 900px;
    margin: 35px auto 0;
    background: linear-gradient(135deg, #6145c4, #30257e);
    color: #fff;
    padding: 25px;
    border-radius: 22px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    text-align: left;
}

.drilling-final-note i {
    font-size: 24px;
    margin-top: 4px;
}

.drilling-final-note p {
    margin: 0;
    line-height: 1.8;
}

@media (max-width: 992px) {
    .drilling-hero-grid,
    .drilling-main-grid,
    .drilling-comparison-grid {
        grid-template-columns: 1fr;
    }

    .drilling-hero-content h1 {
        font-size: 42px;
    }

    .drilling-image-box {
        height: 380px;
    }
}

@media (max-width: 576px) {
    .drilling-hero {
        padding: 60px 12px;
    }

    .drilling-hero-content h1 {
        font-size: 34px;
    }

    .drilling-hero-content p {
        font-size: 15px;
    }

    .drilling-image-box {
        height: 300px;
        border-radius: 24px;
    }

    .drilling-image-box::before {
        display: none;
    }

    .drilling-experience-card {
        left: 15px;
        bottom: 15px;
    }

    .drilling-detail-section {
        padding: 55px 12px;
    }

    .drilling-intro h2,
    .drilling-comparison-section h2 {
        font-size: 28px;
    }

    .drilling-card,
    .drilling-comparison-card {
        padding: 24px;
        border-radius: 20px;
    }

    .drilling-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .drilling-heading h3 {
        font-size: 22px;
    }

    .drilling-final-note {
        flex-direction: column;
    }
}