#heroSec {
  width: 100%;
  min-height: 697px;
  background:
    linear-gradient(0deg, #192666a6, #192666a6),
    url("/assets/images/businessListingTemplate/itTechHomeHeroBg.png") no-repeat;
  background-position: center;
  background-size: cover;
  align-content: center;
  padding: 40px;
}

#heroSec .heroSecContainer {
  display: flex;
  max-width: 1920px;
  width: 100%;
  margin: auto;
}

#heroSec .heroSecContainer .heroSecConBox {
  width: 100%;
}
 
#heroSec .heroSecContainer .heroSecConBoxLogo img {
  width: 100%;
  max-width: 200px; 
  padding: 0;
  object-fit: contain;
}
#heroSec .heroSecContainer .heroSecConBox.leftBox {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 100px;
}

#heroSec .heroSecContainer .heroSecConBox .ButtonBox {
  display: flex;
  gap: 40px;
}

#heroSec .heroSecContainer .heroSecConBox .ButtonBox span {
  min-width: 212.84px;
  background-color: #ce8924;
  padding: 8px 40px;
  color: #ffffff;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 15.53px;
  font-weight: 400;
  font-family: "montserrat", serif;
  letter-spacing: -2%;
  text-align: center;
}

#heroSec .heroSecContainer .heroSecConBox .headingBox {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 10px 0;
}

#heroSec .heroSecContainer .heroSecConBox .headingBox .headingProfile {
  width: 80px;
  height: 80px;
  color: #1b2b5e;
  font-size: 30px;
  font-family: "poppins", serif;
  font-weight: 700;
  text-align: center;
  align-content: center;
  border-radius: 50%;
  object-fit: contain;
}

#heroSec .heroSecContainer .heroSecConBox .headingBox h1 {
  color: #ffffff;
  font-size: 64px;
  font-family: "playfair display", serif;
  font-weight: 700;
}

#heroSec .heroSecContainer .heroSecConBox .headingBox h1 span {
  color: #ce8924;
}

#heroSec .heroSecContainer .heroSecConBox p {
  color: #ffffff;
  max-width: 562px;
  font-size: 18px;
  font-family: "montserrat", serif;
  font-weight: 300;
  letter-spacing: -2%;
  line-height: 30px;
}

#heroSec .heroSecContainer .heroSecConBox .infoMainBox {
  display: flex;
  gap: 20px;
}

#heroSec .heroSecContainer .heroSecConBox .infoMainBox .infoBox {
  display: flex;
  gap: 10px;
}

#heroSec .heroSecContainer .heroSecConBox .infoMainBox .infoBox .infoText span,
.infoText a {
  font-size: 16px;
  font-family: "montserrat", serif;
  font-weight: 300;
  line-height: 26px;
  color: #fff;
  text-decoration: none;
}

#heroSec .heroSecContainer .heroSecConBox .infoButtonBox {
  display: flex;
  gap: 20px;
  margin: 10px 0 0;
}

#heroSec .heroSecContainer .heroSecConBox .infoButtonBox a {
  font-size: 18.48px;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -2%;
  color: #fff;
  text-decoration: none;
  text-transform: capitalize;
  padding: 15.5px 52px;
  border-radius: 50px;
}

#heroSec .heroSecContainer .heroSecConBox .infoButtonBox a.secondaryButton {
  background-color: #ce8924;
  border: 1px solid #ce8924;
}

#heroSec .heroSecContainer .heroSecConBox .infoButtonBox a.outlinedButton {
  border: 1px solid #ffffff;
}

#heroSec .heroSecContainer .heroSecConBox.rightBox {
  text-align: right;
  display: flex;
  align-items: center;
}

#heroSec .heroSecContainer .heroSecConBox.rightBox img {
  width: 780px;
  height: 440px;
  object-fit: contain;
  object-position: center;
  border-radius: 30px;
}

#sec3 {
  padding: 0px 0px 60px;
}

#sec3 .sec3Container {
  padding: 20px;
  max-width: 1516px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-items: center;
}

#sec3 .sec3Container .serviceHeadingBox h2 {
  color: #2d3c69;
  font-size: 48px;
  font-family: "playfair display", serif;
  font-weight: 700;
  position: relative;
}

#sec3 .sec3Container .serviceHeadingBox h2::before {
  content: "";
  width: 96px;
  height: 4px;
  position: absolute;
  bottom: -10px;
  left: 42.5%;
  background: #d4a574;
}

#sec3 .sec3Container .serviceHeadingBox p {
  color: #364153;
  font-size: 18px;
  font-family: "montserrat", serif;
  font-weight: 500;
  line-height: 30px;
  margin: 30px 0;
}

#sec3 .sec3Container .sec3ConInnerBox {
  display: flex;
  gap: 30px;
}

#sec3 .sec3ConInnerBox .serviceBox {
  border-radius: 16px;
  box-shadow: 0px 10px 15px -3px #0000001c;
  overflow: hidden;
}

#sec3 .serviceBox.yellow .serviceBoxHeader {
  background: #fff9f2;
}

#sec3 .serviceBox.blue .serviceBoxHeader {
  background: #f0f7ff;
}

#sec3 .serviceBox.red .serviceBoxHeader {
  background: #fff0f1;
}

#sec3 .serviceBox .serviceBoxHeader {
  padding: 30px 30px 20px;
  text-align: left;
}

#sec3 .serviceBox .serviceBoxHeader h3 {
  color: #1b2b5e;
  font-size: 36px;
  font-family: "playfair display", serif;
  font-weight: 700;
  margin-top: 20px;
}

#sec3 .serviceBox .serviceBoxHeader p {
  color: #4a5565;
  font-size: 18px;
  font-family: "montserrat", serif;
  font-weight: 500;
  line-height: 30px;
  margin: 10px 0 0;
}

#sec3 .serviceBox .serviceContentBox {
  text-align: left;
  padding: 10px 30px;
}

#sec3 .serviceBox .serviceContentBox .serviceContentItemBox {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #e5e7eb;
}

.serviceContentItemBox:last-child {
  border-bottom: 1px solid #e5e7eb00 !important;
}

#sec3
  .serviceBox
  .serviceContentBox
  .serviceContentItemBox
  .serviceContentItems
  h4 {
  color: #1b2b5e;
  font-size: 18px;
  font-family: "montserrat", serif;
  font-weight: 600;
  line-height: 24px;
}

#sec3
  .serviceBox
  .serviceContentBox
  .serviceContentItemBox
  .serviceContentItems
  p {
  color: #6a7282;
  font-size: 14px;
  font-family: "montserrat", serif;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

#sec3
  .serviceBox.yellow
  .serviceContentBox
  .serviceContentItemBox
  .servicePricingItems
  span {
  color: #d4a574;
}

#sec3
  .serviceBox.blue
  .serviceContentBox
  .serviceContentItemBox
  .servicePricingItems
  span {
  color: #4a90e2;
}

#sec3
  .serviceBox.red
  .serviceContentBox
  .serviceContentItemBox
  .servicePricingItems
  span {
  color: #e63946;
}

#sec3
  .serviceBox
  .serviceContentBox
  .serviceContentItemBox
  .servicePricingItems
  span {
  font-size: 15px;
  font-family: "montserrat", serif;
  font-weight: 600;
  line-height: 20px;
}

#sec3 .serviceBox .serviceBoxFooter {
  padding: 30px;
}

#sec3 .serviceBox.yellow .serviceBoxFooter a {
  background: #d4a574;
}

#sec3 .serviceBox.blue .serviceBoxFooter a {
  background: #4a90e2;
}

#sec3 .serviceBox.red .serviceBoxFooter a {
  background: #e63946;
}

#sec3 .serviceBox .serviceBoxFooter a {
  display: block;
  padding: 6px;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  font-family: "montserrat", serif;
  font-weight: 500;
}

/* =============================================
   RESPONSIVE STYLES
   Mobile  : ≤768px
   Tablet  : 768px – 1024px
   Laptop  : 1024px – 1440px
   All desktop styles above are untouched.
   ============================================= */

/* ─────────────────────────────────────────────
   MOBILE  (max-width: 768px)
───────────────────────────────────────────── */
@media (max-width: 768px) {
  /* ── Hero Section ── */
  #heroSec {
    min-height: auto;
    padding: 40px 20px;
  }

  #heroSec .heroSecContainer {
    flex-direction: column;
    gap: 32px;
  }

  #heroSec .heroSecContainer .heroSecConBox.leftBox {
    padding-left: 0;
    gap: 16px;
  }

  #heroSec .heroSecContainer .heroSecConBox .headingBox {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin: 8px 0;
  }

  #heroSec .heroSecContainer .heroSecConBox .headingBox .headingProfile {
    width: 60px;
    height: 60px;
    font-size: 22px;
    min-width: 60px; /* prevent shrink */
  }

  #heroSec .heroSecContainer .heroSecConBox .headingBox h1 {
    font-size: 36px;
    line-height: 1.2;
  }

  #heroSec .heroSecContainer .heroSecConBox p {
    font-size: 15px;
    line-height: 26px;
    max-width: 100%;
  }

  #heroSec .heroSecContainer .heroSecConBox .infoMainBox {
    flex-direction: column;
    gap: 12px;
  }

  #heroSec .heroSecContainer .heroSecConBox .infoButtonBox {
    flex-direction: column;
    gap: 12px;
    margin: 12px 0 0;
  }

  #heroSec .heroSecContainer .heroSecConBox .infoButtonBox a {
    padding: 14px 32px;
    font-size: 16px;
    text-align: center;
    min-height: 44px; /* touch target */
  }

  #heroSec .heroSecContainer .heroSecConBox .ButtonBox {
    flex-direction: column;
    gap: 12px;
  }

  #heroSec .heroSecContainer .heroSecConBox .ButtonBox span {
    min-width: unset;
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
    min-height: 44px; /* touch target */
  }

  #heroSec .heroSecContainer .heroSecConBox.rightBox {
    text-align: center;
  }

  #heroSec .heroSecContainer .heroSecConBox.rightBox img {
    width: 100%;
    height: auto;
    border-radius: 16px;
  }

  /* ── Section 3 ── */
  #sec3 {
    padding: 0 0 40px;
  }

  #sec3 .sec3Container {
    padding: 16px;
  }

  #sec3 .sec3Container .serviceHeadingBox h2 {
    font-size: 30px;
  }

  #sec3 .sec3Container .serviceHeadingBox h2::before {
    left: calc(50% - 48px);
  }

  #sec3 .sec3Container .serviceHeadingBox p {
    font-size: 15px;
    line-height: 26px;
    margin: 24px 0;
  }

  #sec3 .sec3Container .sec3ConInnerBox {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  #sec3 .serviceBox .serviceBoxHeader {
    padding: 20px 20px 14px;
  }

  #sec3 .serviceBox .serviceBoxHeader h3 {
    font-size: 26px;
    margin-top: 14px;
  }

  #sec3 .serviceBox .serviceBoxHeader p {
    font-size: 15px;
    line-height: 26px;
  }

  #sec3 .serviceBox .serviceContentBox {
    padding: 8px 20px;
  }

  #sec3
    .serviceBox
    .serviceContentBox
    .serviceContentItemBox
    .serviceContentItems
    h4 {
    font-size: 16px;
  }

  #sec3 .serviceBox .serviceBoxFooter {
    padding: 20px;
  }

  #sec3 .serviceBox .serviceBoxFooter a {
    font-size: 15px;
    padding: 10px;
    min-height: 44px; /* touch target */
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* ─────────────────────────────────────────────
   TABLET  (768px – 1024px)
───────────────────────────────────────────── */
@media (min-width: 768px) and (max-width: 1024px) {
  /* ── Hero Section ── */
  #heroSec {
    min-height: auto;
    padding: 60px 30px;
  }

  #heroSec .heroSecContainer {
    flex-direction: column;
    gap: 40px;
  }

  #heroSec .heroSecContainer .heroSecConBox.leftBox {
    padding-left: 0;
    gap: 18px;
  }

  #heroSec .heroSecContainer .heroSecConBox .headingBox h1 {
    font-size: 48px;
  }

  #heroSec .heroSecContainer .heroSecConBox p {
    font-size: 16px;
    max-width: 100%;
  }

  #heroSec .heroSecContainer .heroSecConBox .infoButtonBox {
    flex-wrap: wrap;
    gap: 14px;
  }

  #heroSec .heroSecContainer .heroSecConBox .infoButtonBox a {
    padding: 14px 40px;
    font-size: 17px;
    min-height: 44px;
  }

  #heroSec .heroSecContainer .heroSecConBox .ButtonBox {
    flex-wrap: wrap;
    gap: 16px;
  }

  #heroSec .heroSecContainer .heroSecConBox.rightBox {
    text-align: center;
  }

  #heroSec .heroSecContainer .heroSecConBox.rightBox img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }

  /* ── Section 3 ── */
  #sec3 .sec3Container .serviceHeadingBox h2 {
    font-size: 40px;
  }

  #sec3 .serviceBox .serviceBoxHeader h3 {
    font-size: 30px;
  }
}
