*{
        font-family: var(--heading-font) !important;
}
.text-col {
  color: #f85d23;
  font-family: none;
  font-size: 2.5rem;
}

/* ---------------------services page bootstrap ----------------------*/
/* ================================
   SERVICES SECTION P1
================================ */
/* ================================
   SERVICES SECTION
================================ */
.servicesP1 {
  padding: 80px 0;
  background: #f9f9f9;
}

/* ================================
   SECTION HEADER
================================ */
.services-badgeP1 {
  background: #f6721e;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 8px 14px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 12px;
}

.services-titleP1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #111;
  margin-bottom: 15px;
}

.services-descP1 {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  max-width: 100%;
}

/* ================================
   SERVICES GRID
================================ */
.services-gridP1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* ================================
   SERVICE CARD
================================ */
.service-cardP1 {
  width: 100%;
  height: 320px;
  background: #fcfcfc5e;
  border-radius: 14px;
  padding: 35px 30px;
  box-shadow: inset -3px 3px 7px rgb(247 148 29 / 17%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.4s ease;
  cursor: pointer;
  box-sizing: border-box;
}

/* Icon */
.service-iconP1 {
  font-size: 32px;
  margin-bottom: 12px;
  color: #f85d23;
  transition: color 0.4s ease;
}

/* Card Title */
.service-cardP1 h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #111;
  transition: color 0.4s ease;
}

/* Card Text */
.service-cardP1 p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  transition: color 0.4s ease;
}

/* Card Footer Number */
.service-numberP1 {
  color: #fff;
}

/* Hover Effects */
.service-cardP1:hover {
  background: #f6721e;
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(247, 148, 29, 0.35);
}

.service-cardP1:hover h4,
.service-cardP1:hover p,
.service-cardP1:hover .service-iconP1 {
  color: #fff;
}

/* ================================
   RESPONSIVE GRID
================================ */
@media (max-width: 1200px) {
  .services-gridP1 {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-cardP1 {
    height: 310px;
  }
}

@media (max-width: 991px) {
  .services-titleP1 {
    font-size: 34px;
  }

  .services-descP1 {
    max-width: 100%;
  }

  .services-gridP1 {
    grid-template-columns: repeat(2, 1fr);
  }

  .service-cardP1 {
    height: 300px;
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .services-titleP1 {
    font-size: 28px;
  }

  .services-descP1 {
    font-size: 15px;
  }

  .services-gridP1 {
    grid-template-columns: 1fr;
  }

  .service-cardP1 {
    height: auto;
    padding: 28px;
  }
}

@media (max-width: 480px) {
  .services-titleP1 {
    font-size: 24px;
  }

  .service-cardP1 h4 {
    font-size: 18px;
  }

  .service-cardP1 p {
    font-size: 14px;
  }
}


/* ---------------------services page bootstrap ----------------------*/
/* ---------- career grid ----------------- */
.career-highlight-box {
  background: linear-gradient(to right, rgba(248, 93, 35, 0.12), rgba(248, 93, 35, 0.03));
  padding: 20px 25px;
  border-left: 4px solid var(--accent-color);
  border-radius: 8px;
  margin-bottom: 25px;
}

.career-highlight-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 8px;
}

.career-highlight-text {
  font-size: 15px;
  color: var(--default-color);
  line-height: 1.6;
  margin: 0;
}

.gd {
  display: grid;
}

@media (max-width: 360px) {
  .gd {
    gap: 14px;
  }
}

/* ----call to action ---------- */
.bgDcol {
  background-color: #021c47;
  /* fallback color */
  background-image: url('../img/career/2.webp');
  /* replace with your image path */
  background-size: cover;
  /* make it cover the whole element */
  background-position: inherit;
  /* center the image */
  background-repeat: no-repeat;
  /* prevent repeating */
  height: 50vh;
}


.bgTcol {
  color: #f85d23;
}


/* ------------- about --------- */
.about-hero {
  background: url("../img/about/4.jpg") center/cover no-repeat;
  position: relative;
  padding: 80px 0;
}

/* white overlay */
.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
    background: linear-gradient(to bottom, #f1eeeae3 27%, rgb(245 124 0 / 94%));
}

.aboutAD {
  position: relative;
}

/* HERO CONTENT */
.about-hero-content {
  max-width: 520px;
}

/* TITLE */
.hero-title {
  background: #1c3557;
  color: #fff;
  display: inline-block;
  padding: 12px 28px;
  font-size: 34px;
  font-weight: 700;
  clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);
}

/* TAGLINE */
.hero-tagline {
  display: inline-block;
  background: #f57c00;
  color: #fff;
  padding: 8px 18px;
  margin: 15px 0 30px;
  font-size: 14px;
  font-weight: 600;
  clip-path: polygon(0 0, 94% 0, 100% 100%, 0% 100%);
}

.about-hero-content h3 {
  font-size: 2rem;
  color: var(--heading-color);
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.about-hero-content p {
  font-size: 17px;
  color: #1f1d1d;
  line-height: 1.7;
  width: max-content;
}
/* Tablet */
@media (max-width: 991px) {
  .about-hero-content p {
    font-size: 16px;
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .about-hero-content p {
    font-size: 15px;
    line-height: 1.6;
    padding: 20px;
    text-align: justify;
  }
}
/* ===== STANDALONE MISSION SIMPLE ===== */
.about-mission-simple {
    background-color: #f5faff00;
    padding: 30px 40px;
    margin-bottom: 30px;
    border-left: 4px solid #f57c00;
    max-width: 100%;
    border-radius: 8px;
}

.about-mission-simple h4 {
    font-size: 27px;
    margin-bottom: 10px;
    color: #f57c00;
    text-transform: none;
    display: inline-block;
    border-bottom: 2px solid #f57c00;
    padding-bottom: 4px;
}

.about-mission-simple p {
  font-size: 17px;
  text-align: justify;
  color: #1f1d1d;
  margin-bottom: 10px;
}

/* ===== BOTTOM SECTION ===== */
.about-bottom {
background: rgb(247 244 240 / 63%);
padding: 10px 50px 10px 65px;
margin-top: 40px;
}

/* HORIZONTAL DIVIDER */
.about-horizontal-divider {
  height: 1px;
  background: #ddd;
  margin: 30px 0;
}

/* SPLIT SECTION: VISION & MISSION SIDE BY SIDE */
/*.about-split {*/
/*  display: flex;*/
/*  align-items: flex-start;*/
/*  justify-content: center;*/
/*  gap: 30px;*/
  /* space between boxes and divider */
/*  margin-top: 30px;*/
/*}*/

/* Boxes */
/*.about-box {*/
/*  flex: 1;*/
/*  padding: 20px 30px;*/
/*  text-align: left;*/
/*}*/
.about-split {
  display: flex;           /* Arrange child divs in a row */
  align-items: stretch;    /* Make boxes equal height */
  gap: 20px;               /* Optional spacing between boxes */
}

.about-box {
  flex: 1;                 /* Make both boxes take equal width */
  padding: 10px;
  border-radius: 8px;        /* Optional rounded corners */
}

/* Divider */
.vertical-divider {
    width: 2px;
    background-color: #f57c00;
    margin: 20px 2px;
}

.about-box h4 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px;
    color: #f57c00;
    display: inline-block;
    border-bottom: 2px solid #f57c00;
    padding-bottom: 4px;
}

/*.vision-box h4 {*/
/*  color: #f6721e;*/
  /* Blue */
/*}*/

/*.mission-box h4 {*/
/*  color: #f57c00;*/
  /* Orange */
/*}*/

.about-box p {
font-size: 15px;
line-height: 1.6;
color: #1e1d1d;
font-weight: 700;
}

/* Vertical divider */
/*.about-split .vertical-divider {*/
/*  width: 1px;*/
/*  background: #ddd;*/
/*}*/

/* RESPONSIVE */
@media (max-width: 991px) {
  .about-hero {
    padding: 50px 0;
  }

  .about-bottom,
  .about-mission-simple {
    padding: 25px;
    max-width: 100%;
    margin-left: 10px;
  }
.hero-tagline{
    max-width: 100%;
    margin-left: 10px;
}
  .about-split {
    flex-direction: column;
    gap: 0px;
  }

  .about-split .vertical-divider {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #f57c00;
    }

  .hero-title {
    font-size: 26px;
    margin-left: 10px;
  }

  .about-mission-simple h4 {
    font-size: 24px;
    color: #f57c00;
    display: inline-block;
    border-bottom: 1px solid #f57c00;
    padding-bottom: 4px;
  }
}



/* --------end about ----------- */
/* --------------quotation ------------ */
.Cform {
  height: auto;
  padding: 14px 20px;
  border-radius: 8px;
  background-color:
    color-mix(in srgb, var(--background-color), #f5f8fd 30%);
  border-left: 1px solid #f85d234a;
  border-bottom: 2px solid #f85d2329;
  border-top: none;
  border-right: none;
  color: var(--default-color);
  transition: all 0.3s ease;
}
.quotationAD {
 background: linear-gradient(to bottom, #f9f9f9 25%, rgb(245 124 0 / 38%));
 padding: 4% 20%;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
text-align: justify;
margin: 0 auto;
}

.quotation-badgeAD {
  display: inline-block;
  background: #f6721e;
  color: #fff;
  font-size: 0.85rem;
  padding: 10px 15px;
  border-radius: 20px;
  margin-bottom: 15px;
  font-weight: 600;
}

.quotation-titleAD {
  font-size: 2.5rem;
  font-weight: 700;
  color: #080808;
  margin-bottom: 2rem;
  position: relative;
}

/* .quotation-titleAD::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 4px;
  background: #f6721e;
  bottom: 0;
  left: 54%;
  transform: translateX(-50%);
} */

.quotation-descAD {
  font-size: 1rem;
  color: rgb(38 36 36);
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: justify;
  font-weight: 500;
}

.quotation-listAD {
  display: block;
  /* block layout for full-width alignment */
  text-align: left;
  /* left-align text */
  margin: 15px 0;
  padding-left: 20px;
  /* proper space for bullets */
  list-style-type: none;
}

.quotation-listAD li {
  margin-top: 1px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  padding-left: 5px;
  /* spacing for better alignment */
}

/* Optional: gradient background left to right */
/* .quotation-listAD li {
    background: linear-gradient(to right, rgba(248, 93, 35, 0.04), rgba(248, 93, 35, 0)); 
    padding: 5px 10px;
    border-radius: 6px;
} */



.quotation-highlightAD {
  font-weight: 600;
  color: var(--accent-color);
  margin-top: 30px;
  font-size: 1.5rem;
}

/* Upload Project Button */
.btn-upload-project {
  display: inline-block;
  background-color: #f9f7f6;
  color: #f6721e;
  border: 2px solid #f6721e;
  padding: 12px 25px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-upload-project:hover {
  /* background-color: #ff8a50; */
  /* color: white;  */
  transform: translateY(-2px);
}
/* -----------contact form for contact page ------ */
.contact-info-box {
    background: #ffffff;
    border-right: 4px solid #f85d23;
    padding: 45px;
    border-radius: 0px;
}

.contact-info-list li {
  margin-bottom: 12px;
  font-size: 15px;
}

.contact-info-list i {
  color: #f85d23;
  margin-right: 8px;
  font-size: 25px;
}

.contact-info-list a {
  color: #333;
  text-decoration: none;
}

.contact-info-list a:hover {
  color: #f85d23;
}

.text-highlight {
  color: #f85d23;
}

.txt {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 13%;
}
.txt1{
    font-size: 25px !important;
    
}
/* Mobile spacing fix */
@media (max-width: 767px) {
  .contact-info-box {
    text-align: left;
    border: none;
    background: #ed85421a;
  }
}

/* =------------contact form for contact page ------
/* Contact form wrapper hidden by default */
.contact-form-wrapper {
  display: none;
  /* hide form initially */
  margin-top: 20px;
  transition: all 0.4s ease;
}

/* Optional: add shadow and rounded corners for form */
.contact-form-wrapper .contact-form-container {
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding: 25px;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .col-lg-5 {
    margin-top: 30px;
    text-align: center;
  }

  .btn-upload-project {
    width: 100%;
  }
}

/* Responsive Tablet */
@media (max-width: 991px) {
  .quotation-titleAD {
    font-size: 1.8rem;
  }

  .quotation-descAD {
    font-size: 0.95rem;
  }
}

/* Responsive Mobile */
@media (max-width: 576px) {
  .quotationAD {
    padding: 20px;
  }

  .quotation-titleAD {
    font-size: 1.7rem;
  }

  .quotation-descAD,
  .quotation-listAD {
    text-align: left;
  }
}

.quotation-listAD i {
  color: var(--accent-color);
  margin-right: 8px;
  font-weight: 700;
  font-size: 1.5rem;
}

/* Optional: hover effect for icons */
.quotation-listAD li:hover i {
  color: #ff6b6b;
  /* changes color on hover */
  transform: scale(1.2);
  /* slightly enlarges icon */
}

/* -------------pricing state image------------- */
.states-section {
  padding: 70px 20px;
  text-align: center;
  background: #e9e9e94d;
}

.states-heading {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
}

.states-heading::after {
  content: "";
  width: 80px;
  height: 3px;
  background: #f6721e;
  display: block;
  margin: 10px auto 0;
}

.state-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  z-index: 2;
  text-align: left;
}

.state-content h4 {
      margin: 0;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--background-color);
}

.state-content p {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.9;
  font-weight: 200;
}

.states-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 30px;
  gap: 10px;
  /* border-radius: 18px; */
  overflow: hidden;
}

.state-card {
  position: relative;
  height: 61vh;
  overflow: hidden;
}

.state-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.state-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
}

.state-card:hover img {
  transform: scale(1.08);
}

.state-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  z-index: 2;
  letter-spacing: 1px;
  background: #000000b3;
  padding: 15px 20px 15px 20px;
}

/* Tablet */
@media (max-width: 991px) {
  .states-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .state-card {
    height: 300px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .states-grid {
    grid-template-columns: 1fr;
  }

  .state-card {
    height: 50vh;
  }

  .state-content {
    font-size: 18px;
  }
}


/* -----------------footer page bootstarp ------------------ */

.footerP1 {
  padding: 30px 0 15px;
}

.bgCol {
  background: #021c47;
}

/* ================================
   FOOTER ROW (LOGO + LINKS)
================================ */
.footerP1 {
  padding: 30px 0 15px;
}

.bgCol {
  background: #021c47;
}

/* .htF {
  height: 32.52vh;
} */

/* ================================
   FOOTER ROW
================================ */
.footerP1-row {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

/* Logo */
.footerP1-logo img {
  max-width: 160px;
}

/* ================================
   SOCIAL LINKS
================================ */
.social-linksP1 a {
  color: #d5d5d5;
  font-size: 16px;
  margin: 0 8px;
  transition: color 0.3s ease;
}

.social-linksP1 a:hover {
  color: #f7941d;
}

/* ================================
   FOOTER MENU
================================ */
.footerP1-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

.footerP1-menu li a {
  color: #d5d5d5;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footerP1-menu li a:hover {
  color: #f7941d;
}

/* ================================
   COPYRIGHT
================================ */
.copyrightP1 {
  font-size: 14px;
  color: #d5d5d5;
}

.sitenameP1 {
  color: #fff;
}

.creditsP1 a {
  color: #f7941d;
  text-decoration: none;
}

/* ================================
   TEXT FIX
================================ */
.footerP1 p {
  margin-bottom: 6px;
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 991px) {
  .footerP1-menu {
    gap: 20px;
  }

  .footerP1-logo {
    margin-bottom: 15px;
  }
}


/* --------------end footer ------------------ */