@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Cookie&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Momo+Trust+Display&display=swap");

@font-face {

  font-family: "MBFEdge";

  src: url("../fonts/MBFEdge-Regular.ttf");

  font-weight: 700;

  font-style: normal;

  font-display: swap;

}



:root {

  --blue-deep: #020c1b;

  --blue-dark: #0a1628;

  --blue-mid: #0d2149;

  --blue-core: #1a3a7c;

  --blue-bright: #2563eb;

  --blue-vivid: #3b82f6; 

  --blue-light: #60a5fa;

  --blue-pale: #bfdbfe;

  --blue-ghost: #eff6ff;

  --cyan: #06b6d4;

  --cyan-light: #67e8f9;

  --white: #ffffff;

  --text-muted: #94a3b8;

  --border: rgba(59, 130, 246, 0.18);

  --glow: rgba(37, 99, 235, 0.35);

      --blue: #004793;

      --blue-deep: #013075;

      --blue-light: #fff0e6;

      --blue-pale: #fff8f3;

      --white: #ffffff;

      --gray-line: #f0e8e0;

      --text-dark: #1a1008;

      --text-muted: #8a7060;

      --sidebar-w: 240px;

}



body {

  font-family: "Inter" !important;

}



.container {

  max-width: 90% !important;

}



a:hover {

  text-decoration: none !important;

}



ul {

  padding: 0;

}



li {

  list-style: none;

}

nav {

}



nav .wrapper {

  position: relative;

  margin: auto;

  display: flex;

  align-items: center;

  justify-content: space-between;

  height: 105px;

}

:root {

  --lex-gold: #05225e;

  --lex-gold-light: #d4aa7a;

  --lex-gold-dark: #8a6a3a;

  --lex-bg: #f2f0ec;

  --lex-white: #ffffff;

  --lex-dark: #1c2127;

  --lex-mid: #5a5a5a;

  --lex-border: #d8d4cc;

  --lex-hover-bg: #fdfcfa;

  --lex-shadow: 0 4px 24px rgba(28, 33, 39, 0.08);

  --lex-shadow-hover: 0 12px 40px rgba(28, 33, 39, 0.14);

  --lex-radius: 2px;

  --lex-transition: 0.38s cubic-bezier(0.4, 0, 0.2, 1);

  --navy: #1a2e6e;

  --gold: #d4a017;

  --navy-light: #243580;

  --card-border: #dde3f5;

  --check-color: #1a2e6e;

  --transition-speed: 0.38s;

  --gold-light: #f0bc2e;

  --gold-pale: #fdf3d7;

  --border-col: #dde3f5;

  --text-muted: #6b7a99;

  --speed: 0.35s;

}

/* =============================header================================ */

.preheader {

  padding: 8px;

  background: #031f58;

}

.preheader-con {

  display: flex;

  justify-content: space-between;

  align-items: center;

}

.pre-email {

  display: flex;

}

.pre-close {

  display: flex;

}

.wrapper .logo a {

  color: #f2f2f2;

  font-size: 30px;

  font-weight: 600;

  text-decoration: none;

}

.pre-icon ul {

  float: right;

  margin: 0;

}

.pre-close {

  color: #ffffff;

  margin-right: 18px;

  align-items: center;

  font-family: "Inter", sans-serif;

  font-size: 14px;

}

.pre-close span {

  padding-right: 10px;

}

.pre-close a {

  color: #fff;

}

.pre-close a:hover {

  color: #fff;

  text-decoration: none;

}

.pre-close i {

  padding-right: 8px;

}

.pre-close p {

  margin: 0;

  font-size: 14px;

}

.pre-icon ul li {

  float: left;

}

.pre-icon ul li i {

  color: #fff;

}

.wrapper .nav-links {

  display: inline-flex;

  margin: 0;

  /* width: 70%;

  align-items: center;

  justify-content: center; */

}

.menu-btn i {

  color: #000;

}

.nav-links li {

  list-style: none;

}



.nav-links li a {

  color: #fff;

  text-decoration: none;

  font-size: 14px;

  font-weight: 600;

  padding: 90px 22px;

  border-radius: 5px;

  transition: all 0.3s ease;

  font-family: "Inter";

}

.contact-btn a {

  font-family: "Inter";

  color: #fff;

  font-size: 16px;

  font-weight: 500;

}

.contact-btn a:hover {

  color: #fff;

  text-decoration: none;

}

.nav-links .mobile-item {

  display: none;

}



.nav-links .drop-menu {

  position: absolute;

  background: #ffffff;

  width: 180px;

  line-height: 45px;

  top: 85px;

  opacity: 0;

  visibility: hidden;

  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);

  z-index: 9999;

}



.nav-links li:hover .drop-menu,

.nav-links li:hover .mega-box {

  transition: all 0.3s ease;

  top: 70px;

  opacity: 1;

  visibility: visible;

}



.drop-menu li a {

  width: 100%;

  display: block;

  padding: 0 0 0 15px;

  font-weight: 600;

  border-radius: 0px;

  font-size: 13px;

}



.mega-box {

  position: absolute;

  left: 0;

  width: 100%;

  padding: 0 30px;

  top: 85px;

  opacity: 0;

  visibility: hidden;

}



.mega-box .content {

  background: #242526;

  padding: 25px 20px;

  display: flex;

  width: 100%;

  justify-content: space-between;

  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);

}



.mega-box .content .row {

  width: calc(25% - 30px);

  line-height: 45px;

}



.content .row img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.content .row header {

  color: #f2f2f2;

  font-size: 20px;

  font-weight: 500;

}



.content .row .mega-links {

  margin-left: -40px;

  border-left: 1px solid rgba(255, 255, 255, 0.09);

}



.row .mega-links li {

  padding: 0 20px;

}



.row .mega-links li a {

  padding: 0px;

  padding: 0 20px;

  color: #d9d9d9;

  font-size: 14px;

  display: block;

}



.row .mega-links li a:hover {

  color: #f2f2f2;

}



.wrapper .btn {

  color: #fff;

  font-size: 20px;

  cursor: pointer;

  display: none;

}



.wrapper .btn.close-btn {

  position: absolute;

  right: 30px;

  top: 10px;

}



@media screen and (max-width: 970px) {

  .wrapper .btn {

    display: block;

  }



  .wrapper .nav-links {

    position: fixed;

    height: 100vh;

    width: 100%;

    max-width: 350px;

    top: 0;

    left: -100%;

    background: #000825;

    display: block;

    padding: 50px 10px;

    line-height: 50px;

    overflow-y: auto;

    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);

    transition: all 0.3s ease;

    z-index: 9999;

  }



  /* custom scroll bar */

  ::-webkit-scrollbar {

    width: 10px;

  }



  ::-webkit-scrollbar-track {

    background: #242526;

  }



  ::-webkit-scrollbar-thumb {

    background: #3a3b3c;

  }



  #menu-btn:checked ~ .nav-links {

    left: 0%;

  }



  #menu-btn:checked ~ .btn.menu-btn {

    display: none;

  }



  #close-btn:checked ~ .btn.menu-btn {

    display: block;

  }



  .nav-links li {

    margin: 15px 10px;

  }



  .nav-links li a {

    padding: 0 20px;

    display: block;

    font-size: 14px;

    line-height: 25px;

  }



  .nav-links .drop-menu {

    position: static;

    opacity: 1;

    top: 65px;

    visibility: visible;

    padding-left: 20px;

    width: 100%;

    max-height: 0px;

    overflow: hidden;

    box-shadow: none;

    transition: all 0.3s ease;

  }



  #showDrop:checked ~ .drop-menu,

  #showMega:checked ~ .mega-box {

    max-height: 100%;

  }



  .nav-links .desktop-item {

    display: none;

  }



  .nav-links .mobile-item {

    display: block;

    color: #f2f2f2;

    font-weight: 500;

    padding-left: 20px;

    cursor: pointer;

    border-radius: 5px;

    transition: all 0.3s ease;

  }



  .nav-links .mobile-item:hover {

    background: #3a3b3c;

  }



  .drop-menu li {

    margin: 0;

  }



  .drop-menu li a {

    border-radius: 5px;

    font-size: 18px;

  }



  .mega-box {

    position: static;

    top: 65px;

    opacity: 1;

    visibility: visible;

    padding: 0 20px;

    max-height: 0px;

    overflow: hidden;

    transition: all 0.3s ease;

  }



  .mega-box .content {

    box-shadow: none;

    flex-direction: column;

    padding: 20px 20px 0 20px;

  }



  .mega-box .content .row {

    width: 100%;

    margin-bottom: 15px;

    border-top: 1px solid rgba(255, 255, 255, 0.08);

  }



  .mega-box .content .row:nth-child(1),

  .mega-box .content .row:nth-child(2) {

    border-top: 0px;

  }



  .content .row .mega-links {

    border-left: 0px;

    padding-left: 15px;

  }



  .row .mega-links li {

    margin: 0;

  }



  .content .row header {

    font-size: 19px;

  }

}



/* Active menu style */

.nav-links li .active {

  font-weight: 600;

  position: relative;

  padding-bottom: 12px;

}



/* Optional underline animation */

.nav-links li .active::after {

  content: "";

  position: absolute;

  left: 0;

  bottom: 0;

  width: 100%;

  height: 2px;

  background: #f8bf22;

  transition: 0.3s;

}



nav input {

  display: none;

}



.body-text {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: 100%;

  text-align: center;

  padding: 0 30px;

}



.body-text div {

  font-size: 45px;

  font-weight: 600;

}

.menu-btn {

  color: black;

}

/* ===========================header============================ */

.logo {

  width: 195px;

}



.logo img {

  width: 100%;

}

.site-header {

  width: 100%;

  z-index: 999;

  border-bottom: 2px solid rgba(255, 255, 255, 0.13);

  transition: all 0.3s ease;

  position: absolute;

}



.site-header.fixed-header {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  background: #003669; /* change if needed */

  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

  animation: slideDown 0.3s ease;

}



/* Smooth slide effect */

@keyframes slideDown {

  from {

    transform: translateY(-100%);

  }

  to {

    transform: translateY(0);

  }

}



/* ============================banner-slider-content========================== */



.pahals-hero-section {

  background: url("../images/hero-bg.jpg") center center;

  background-size: cover;

  min-height: 850px;

  position: relative;

  display: flex;

  align-items: center;

}

.carousel-caption {

  left: 8% !important;

  text-align: left !important;

  width: 80% !important;

}

.carousel-item img {

  height: 830px;

  object-fit: cover;

}

.pahals-hero-section::before {

  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(

    90deg,

    rgba(0, 31, 73, 0.92) 0%,

    rgba(0, 31, 73, 0.82) 50%,

    rgba(0, 31, 73, 0.15) 100%

  );

}



.pahals-hero-content-wrap {

  position: relative;

  z-index: 2;

  max-width: 760px;

  padding: 50px 0;

  margin-left: 50px;

}



.pahals-top-tagline {

  margin-bottom: 20px;

  font-family: "Inter";

  font-style: normal;

  font-weight: 700;

  font-size: 18px;

  color: #f8bf22;

}



.pahals-main-hero-title {

  color: #fff;

  font-size: 60px;

  line-height: 1.1;

  margin-bottom: 25px;

  font-family: "Momo Trust Display";

}



.pahals-main-hero-title span {

  color: #f0b323;

}



.pahals-hero-description {

  color: #fff;

  font-size: 18px;

  line-height: 1.5;

  max-width: 700px;

  margin-bottom: 35px;

}



.pahals-hero-btn-area {

  display: flex;

  gap: 20px;

  margin-bottom: 40px;

}



.pahals-primary-btn {

  background: #f0b323;

  color: #001f49;

  padding: 18px 35px;

  border-radius: 12px;

  font-weight: 700;

  transition: 0.4s;

}



.pahals-primary-btn:hover {

  transform: translateY(-5px);

  background: #fff;

}



.pahals-secondary-btn {

  border: 2px solid #fff;

  color: #fff;

  padding: 18px 35px;

  border-radius: 12px;

  transition: 0.4s;

  font-weight: 700;

}



.pahals-secondary-btn:hover {

  background: #fff;

  color: #001f49;

}



.pahals-google-review-wrap {

  display: flex;

  align-items: center;

  gap: 15px;

  color: #fff;

  font-size: 18px;

}

.pahals-google-icon {

  width: 35px;

}

.pahals-google-icon img {

  width: 100%;

  height: auto;

}

.pahals-review-content {

  display: flex;

  align-items: center;

  margin: 0;

}



.pahals-review-content h6 {

  margin-bottom: 0;

}

.pahals-review-content p {

  margin-bottom: 0;

  padding-left: 20px;

}

.pahals-review-content strong {

  margin-left: 15px;

  margin-right: 10px;

}



.pahals-review-content span {

  margin-left: 10px;

}



/*===================================== ACHIEVEMENT BAR =====================================*/



.pahals-achievement-section {

  margin-top: -70px;

  position: relative;

  z-index: 10;

}



.pahals-achievement-section .container {

  background: #fff;

  border-radius: 20px;

  padding: 35px;

  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);

}



.pahals-achievement-box {

  display: flex;

  align-items: center;

  gap: 18px;

  transition: 0.4s;

}



.pahals-achievement-box:hover {

  transform: translateY(-8px);

}



.pahals-achievement-icon {

  width: 65px;

  height: 65px;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  color: #f0b323;

  font-size: 24px;

}

.pahals-achievement-icon img {

  width: 100%;

}



.pahals-achievement-content h5 {

  margin: 0;

  font-size: 20px;

  font-weight: 700;

}



.pahals-achievement-content p {

  margin: 0;

  color: #777;

}



/* ==============================about==================================== */



.pahals-about-section {

  padding: 70px 0;

  background: #fff;

}



.pahals-about-image-wrap {

  position: relative;

  width: 100%;

}



.pahals-about-image-wrap img {

  border-radius: 20px;

  transition: 0.5s;

  width: 100%;

}



.pahals-about-image-wrap:hover img {

  transform: scale(1.03);

}



.pahals-experience-badge {

  position: absolute;

  left: -25px;

  bottom: -25px;

  width: 170px;

  height: 170px;

  background: #032c67;

  color: #fff;

  border-radius: 20px;

  text-align: center;

  display: flex;

  justify-content: center;

  align-items: center;

  flex-direction: column;

  border: 5px solid #f0b323;

}



.pahals-experience-badge h2 {

  font-size: 55px;

  margin: 0;

}



.pahals-experience-badge span {

  font-size: 18px;

}



.pahals-about-content-wrap {

}



.pahals-about-content-wrap h2 {

  font-family: "Momo Trust Display";

  font-style: normal;

  font-weight: 400;

  font-size: 40px;

  color: #000000;

}

.pahals-about-content-wrap h4 {

  font-family: "Inter";

  font-style: normal;

  font-weight: 700;

  font-size: 18px;

  color: #f8bf22;

}

.pahals-achievement-content p {

  color: #666;

  margin-bottom: 0;

  font-size: 14px;

}



.pahals-counter-box {

  transition: 0.4s;

}



.pahals-counter-box:hover {

  transform: translateY(-8px);

}



.pahals-counter-box h3 {

  color: #032c67;

  font-size: 40px;

}



.pahals-counter-box span {

  color: #777;

}



.pahals-about-btn {

  display: inline-block;

  margin-top: 35px;

  background: #032c67;

  color: #fff;

  padding: 16px 35px;

  border-radius: 10px;

  transition: 0.4s;

}



.pahals-about-btn:hover {

  background: #f0b323;

  color: #032c67;

  text-decoration: none;

}



/* ===============================about page============================== */

.aboutsec-main-wrapper {

  padding: 90px 0;

}



.aboutsec-top-badge {

  display: inline-flex;

  align-items: center;

  gap: 10px;

  padding: 10px 20px;

  border-radius: 50px;

  background: #eff6ff;

  border: 1px solid #dbeafe;

  margin-bottom: 24px;

}



.aboutsec-top-badge span {

  color: #2563eb;

  font-size: 14px;

  font-weight: 700;

  letter-spacing: 1px;

}



.aboutsec-left-content h1 {

  font-size: 56px;

  line-height: 1.2;

  margin-bottom: 24px;

}



.aboutsec-left-content p {

  font-size: 17px;

  line-height: 1.9;

  color: #6b7280;

  margin-bottom: 22px;

}



.aboutsec-btn-wrap {

  margin-top: 40px;

}



.aboutsec-btn-wrap a {

  display: inline-block;

  padding: 16px 34px;

  background: #2563eb;

  color: #fff;

  text-decoration: none;

  border-radius: 14px;

  font-weight: 700;

  transition: 0.4s ease;

}



.aboutsec-btn-wrap a:hover {

  transform: translateY(-5px);

  background: #1747b8;

}



.aboutsec-image-card {

  position: relative;

  border-radius: 30px;

  overflow: hidden;

  border: 1px solid #e5e7eb;

  padding: 20px;

  transition: 0.5s ease;

}



.aboutsec-image-card:hover {

  transform: translateY(-10px);

  box-shadow: 0 25px 55px rgba(37, 99, 235, 0.12);

}



.aboutsec-image-box {

  height: 580px;

  overflow: hidden;

  border-radius: 24px;

}



.aboutsec-image-box img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.aboutsec-section-title {

  text-align: center;

  margin-bottom: 65px;

}



.aboutsec-section-title h2 {

  font-size: 44px;

  margin-bottom: 18px;

}



.aboutsec-section-title p {

  max-width: 760px;

  margin: auto;

  line-height: 1.9;

  color: #6b7280;

}



.aboutsec-info-card {

  height: 100%;

  border: 1px solid #e5e7eb;

  border-radius: 28px;

  padding: 40px 35px;

  transition: 0.5s ease;

  position: relative;

  overflow: hidden;

}



.aboutsec-info-card::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 4px;

  background: #2563eb;

  transform: scaleX(0);

  transition: 0.4s ease;

}



.aboutsec-info-card:hover::before {

  transform: scaleX(1);

}



.aboutsec-info-card:hover {

  transform: translateY(-12px);

  box-shadow: 0 25px 45px rgba(37, 99, 235, 0.1);

}



.aboutsec-icon-wrap {

  width: 82px;

  height: 82px;

  border-radius: 20px;

  background: #eff6ff;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 28px;

  transition: 0.4s ease;

}

.aboutsec-icon-wrap svg {

  width: 100%;

  padding: 18px;

}

.aboutsec-info-card:hover .aboutsec-icon-wrap {

  transform: rotate(8deg) scale(1.08);

}



.aboutsec-icon-wrap span {

  color: #2563eb;

  font-size: 30px;

}



.aboutsec-info-content h3 {

  font-size: 30px;

  margin-bottom: 18px;

}



.aboutsec-info-content p {

  color: #6b7280;

  line-height: 1.9;

  margin-bottom: 0;

}



.aboutsec-feature-section {

  padding-top: 100px;

}



.aboutsec-feature-card {

  border: 1px solid #e5e7eb;

  border-radius: 24px;

  padding: 32px;

  height: 100%;

  transition: 0.4s ease;

}



.aboutsec-feature-card:hover {

  transform: translateY(-10px);

  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.1);

}



.aboutsec-feature-card h4 {

  font-size: 24px;

  margin-bottom: 18px;

  font-weight: 700;

}



.aboutsec-feature-card p {

  color: #6b7280;

  line-height: 1.8;

  margin-bottom: 0;

}



.aboutsec-counter-section {

  padding-top: 100px;

}



.aboutsec-counter-box {

  text-align: center;

  border: 1px solid #e5e7eb;

  border-radius: 24px;

  padding: 45px 20px;

  transition: 0.4s ease;

  height: 100%;

}



.aboutsec-counter-box:hover {

  transform: translateY(-10px);

  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.1);

}



.aboutsec-counter-box h2 {

  font-size: 54px;

  color: #2563eb;

  margin-bottom: 14px;

}



.aboutsec-counter-box p {

  color: #6b7280;

  margin-bottom: 0;

  font-size: 16px;

}



.aboutsec-team-section {

  padding-top: 100px;

}



.aboutsec-team-card {

  border: 1px solid #e5e7eb;

  border-radius: 28px;

  overflow: hidden;

  transition: 0.5s ease;

  height: 100%;

}



.aboutsec-team-card:hover {

  transform: translateY(-10px);

  box-shadow: 0 20px 45px rgba(37, 99, 235, 0.12);

}



.aboutsec-team-image {

  height: 320px;

  overflow: hidden;

}



.aboutsec-team-image img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: 0.5s ease;

}



.aboutsec-team-card:hover .aboutsec-team-image img {

  transform: scale(1.08);

}



.aboutsec-team-content {

  padding: 30px;

}



.aboutsec-team-content h4 {

  font-size: 24px;

  margin-bottom: 10px;

  font-weight: 700;

}



.aboutsec-team-content p {

  color: #6b7280;

  margin-bottom: 0;

}



.aboutsec-cta-section {

  padding-top: 100px;

}



.aboutsec-cta-box {

  border-radius: 34px;

  padding: 70px 50px;

  background: #eff6ff;

  text-align: center;

  border: 1px solid #dbeafe;

}



.aboutsec-cta-box h2 {

  font-size: 48px;

  margin-bottom: 22px;

  font-family: "Momo Trust Display";

}



.aboutsec-cta-box p {

  max-width: 760px;

  margin: auto;

  color: #6b7280;

  line-height: 1.9;

  margin-bottom: 35px;

}



.aboutsec-cta-box a {

  display: inline-block;

  padding: 16px 36px;

  background: #2563eb;

  color: #fff;

  border-radius: 14px;

  text-decoration: none;

  font-weight: 700;

  transition: 0.4s ease;

}



.aboutsec-cta-box a:hover {

  background: #1747b8;

  transform: translateY(-5px);

  color: #fff;

  text-decoration: none;

}



/* ============================home products========================= */

.products {

  display: flex;

  overflow: hidden;

  padding-bottom: 50px;

}



.products-home {

  padding: 100px 0;

}



.pro-flex {

  width: 100%;

}



.pro-flex img {

  width: 100%;

}



.center-btn {

  text-align: center;

}



.all-headings {

  text-align: center;

}



.all-headings h2 {

  font-family: "Inter";

  font-style: normal;

  font-size: 48px;

  line-height: 30px;

  color: #ffffff;

  margin-bottom: 50px;

  text-align: center;

  text-transform: uppercase;

  font-weight: 600;

}

/* =============================services========================== */

.service-row {

  margin-bottom: 30px;

}

.pahals-services-section {

  padding: 70px 0;

  background: #f7f7f7;

}



.pahals-service-heading-wrap {

  text-align: center;

  margin-bottom: 60px;

}



.pahals-service-heading-wrap h5 {

  font-family: "Inter";

  font-style: normal;

  font-weight: 500;

  font-size: 18px;

  color: #f8bf22;

}



.pahals-service-heading-wrap h2 {

  font-size: 58px;

  margin-top: 15px;

  font-family: "Momo Trust Display";

}



.pahals-service-card {

  background: #fff;

  border-radius: 20px;

  padding: 15px;

  height: 100%;

  transition: 0.4s;

  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);

}



.pahals-service-card:hover {

  transform: translateY(-12px);

  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);

}



.pahals-service-icon {

  width: 80px;

  height: 80px;

  background: #032c67;

  border-radius: 15px;

  margin-bottom: 25px;

  padding: 13px;

}

.pahals-service-icon img {

  width: 100%;

}

.pahals-service-card h3 {

  margin-bottom: 25px;

  font-family: "Momo Trust Display";

  font-style: normal;

  font-weight: 400;

  font-size: 18px;

  color: #012b5c;

}



.pahals-service-card ul {

  margin: 0;

  padding: 0;

  columns: 2;

}



.pahals-service-card ul li {

  list-style: none;

  margin-bottom: 12px;

  position: relative;

  padding-left: 18px;

  font-size: 13px;

  font-family: "Inter";

  color: #363636;

}



.pahals-service-card ul li::before {

  content: "•";

  position: absolute;

  left: 0;

  color: #f0b323;

}



.pahals-service-side-image {

  overflow: hidden;

  border-radius: 20px;

}



.pahals-service-side-image img {

  transition: 0.5s;

  width: 100%;

}



.pahals-service-side-image:hover img {

  transform: scale(1.1);

}



/* ================================services details============================== */

.secudetail-main-section {

  padding: 60px 0;

}



.secudetail-badge-box {

  display: inline-block;

  padding: 10px 18px;

  border-radius: 50px;

  border: 1px solid #dbeafe;

  background: #f0f7ff;

  margin-bottom: 20px;

}



.secudetail-badge-box span {

  color: #021f57;

  font-size: 14px;

  font-weight: 700;

  letter-spacing: 1px;

}



.secudetail-left-content h1 {

  font-size: 56px;

  line-height: 1.2;

  margin-bottom: 24px;

  font-family: "Momo Trust Display";

}



.secudetail-left-content p {

  font-size: 17px;

  color: #6b7280;

  line-height: 1.9;

  margin-bottom: 35px;

}



.secudetail-btn-group {

  display: flex;

  gap: 18px;

  flex-wrap: wrap;

}



.secudetail-primary-btn {

  padding: 16px 34px;

  border-radius: 12px;

  text-decoration: none;

  background: #021f57;

  color: #fff;

  font-weight: 700;

  transition: 0.4s ease;

  border: 2px solid #021f57;

}



.secudetail-primary-btn:hover {

  background: #021f57;

  transform: translateY(-4px);

  color: #fff;

}



.secudetail-secondary-btn {

  padding: 16px 34px;

  border-radius: 12px;

  text-decoration: none;

  color: #021f57;

  border: 2px solid #dbeafe;

  font-weight: 700;

  transition: 0.4s ease;

}



.secudetail-secondary-btn:hover {

  background: #eff6ff;

  transform: translateY(-4px);

  text-decoration: none;

}



.secudetail-image-card {

  border-radius: 30px;

  border: 1px solid #e5e7eb;

  padding: 25px;

  position: relative;

  overflow: hidden;

  transition: 0.5s ease;

}



.secudetail-image-card:hover {

  transform: translateY(-10px);

  box-shadow: 0 25px 50px rgba(37, 99, 235, 0.1);

}



.secudetail-image-box {

  height: 520px;

  border-radius: 24px;

  overflow: hidden;

}



.secudetail-image-box img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.secudetail-feature-section {

  padding-top: 90px;

}



.secudetail-title-box {

  text-align: center;

  margin-bottom: 60px;

}



.secudetail-title-box h2 {

  font-size: 42px;

  margin-bottom: 18px;

  font-family: "Momo Trust Display";

}



.secudetail-title-box p {

  max-width: 750px;

  margin: auto;

  color: #6b7280;

  line-height: 1.9;

}



.secudetail-feature-card {

  height: 100%;

  border: 1px solid #e5e7eb;

  border-radius: 24px;

  padding: 35px;

  transition: 0.5s ease;

  background: #d6ebff;

  position: relative;

  overflow: hidden;

}



.secudetail-feature-card::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 4px;

  background: #021f57;

  transform: scaleX(0);

  transition: 0.4s ease;

}



.secudetail-feature-card:hover::before {

  transform: scaleX(1);

}



.secudetail-feature-card:hover {

  transform: translateY(-12px);

  box-shadow: 0 25px 45px rgba(37, 99, 235, 0.1);

}



.secudetail-icon-wrap {

  width: 75px;

  height: 75px;

  border-radius: 18px;

  background: #eff6ff;

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 28px;

  transition: 0.4s ease;

}



.secudetail-feature-card:hover .secudetail-icon-wrap {

  transform: rotate(8deg) scale(1.08);

}



.secudetail-icon-wrap span {

  font-size: 28px;

  color: #021f57;

  font-weight: 700;

}



.secudetail-feature-content h3 {

  font-size: 26px;

  margin-bottom: 18px;

  font-weight: 700;

}



.secudetail-feature-content p {

  color: #6b7280;

  line-height: 1.8;

  margin-bottom: 24px;

}



.secudetail-list-box ul {

  list-style: none;

  padding-left: 0;

  margin-bottom: 0;

}



.secudetail-list-box ul li {

  position: relative;

  padding-left: 28px;

  margin-bottom: 14px;

  color: #374151;

}



.secudetail-list-box ul li::before {

  content: "✓";

  position: absolute;

  left: 0;

  top: 0;

  color: #021f57;

  font-weight: 700;

}



.secudetail-process-section {

  padding-top: 90px;

}



.secudetail-process-card {

  border: 1px solid #e5e7eb;

  border-radius: 24px;

  padding: 40px 30px;

  text-align: center;

  transition: 0.4s ease;

  height: 100%;

}



.secudetail-process-card:hover {

  transform: translateY(-10px);

  box-shadow: 0 20px 45px rgba(37, 99, 235, 0.1);

}



.secudetail-process-number {

  width: 70px;

  height: 70px;

  border-radius: 50%;

  background: #021f57;

  display: flex;

  align-items: center;

  justify-content: center;

  margin: auto auto 24px;

}



.secudetail-process-number span {

  color: #fff;

  font-size: 24px;

  font-weight: 700;

}



.secudetail-process-card h4 {

  font-size: 24px;

  margin-bottom: 15px;

  font-weight: 700;

}



.secudetail-process-card p {

  color: #6b7280;

  line-height: 1.8;

}



@media (max-width: 991px) {

  .secudetail-left-content {

    margin-bottom: 50px;

  }



  .secudetail-left-content h1 {

    font-size: 42px;

  }



  .secudetail-image-box {

    height: 420px;

  }

}



@media (max-width: 767px) {

  .secudetail-main-section {

    padding: 70px 0;

  }



  .secudetail-left-content h1 {

    font-size: 34px;

  }



  .secudetail-title-box h2 {

    font-size: 32px;

  }



  .secudetail-image-box {

    height: 320px;

  }



  .secudetail-feature-card {

    padding: 28px;

    height: auto;

    margin-bottom: 30px;

  }

  .secudetail-process-card {

    height: auto;

    margin-bottom: 30px;

  }

}



/* =========================================textimonial=============================== */



.demo {

  padding: 50px 0;

  overflow: hidden;

}

.testimonial {

  padding: 35px;

  max-width: 90%;

  font-family: "Inter";

  box-sizing: border-box;

  background: #ffffff;

  border: 1px solid #d2d2d2;

  border-radius: 20px;

  margin: 0 auto;

}

.testimonial-lead {

  padding: 10px 0;

}

.testi-flex {

  display: flex;

  align-items: center;

  gap: 12px;

}



.post-img .avatar {

  width: 40px;

  height: 40px;

  background: #023579;

  color: #fff;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 16px;

  font-weight: bold;

}



.con-flex .title {

  margin: 0;

  font-size: 17px;

  font-family: "Momo Trust Display";

}



.testimonial-icon {

  display: flex;

  align-items: center;

  gap: 3px;

  margin-top: 4px;

}



.testimonial-icon i {

  color: #ccc;

  font-size: 14px;

}



.testimonial-icon i.active {

  color: #f4b400;

}



.review-count {

  font-size: 12px;

  color: #777;

  margin: 0;

}



.testimonial-content {

  margin-top: 12px;

  margin-bottom: 15px;

}



.testimonial-content p {

  font-size: 14px;

  color: #333;

  margin: 0;

}

.owl-theme .owl-controls {

  margin-top: 20px;

}



.owl-theme .owl-controls .owl-page span {

  background: #ccc;

  opacity: 1;

  transition: all 0.4s ease 0s;

}



.owl-theme .owl-controls .owl-page.active span,

.owl-theme .owl-controls.clickable .owl-page:hover span {

  background: #1c5cff;

}



/* ===============================legal===================================== */

.legal-banner {

  background-color: #b88a5a; /* warm brown tone */

  padding: 40px 20px;

  text-align: center;

}



.legal-content div {

  font-size: 14px;

  letter-spacing: 2px;

  color: #1a1a1a;

  margin-bottom: 10px;

}



.legal-content h2 {

  font-size: 28px;

  font-weight: 500;

  margin: 0;

  color: #1a1a1a;

}



.legal-content h1 {

  font-size: 67px;

  margin-top: 10px;

  color: #ffffff;

  letter-spacing: 3px;

  font-family: "Arbutus Slab";

}



/* ============================================footer=================================== */

.raj-footer-wrapper {

  background: #021f57;

  color: #fff;

  padding-top: 25px;

  overflow: hidden;

}

.raj-contact-list li {

  display: flex;

  margin-bottom: 20px;

  font-size: 14px;

}

.raj-contact-list li i {

  padding-right: 10px;

}

.raj-contact-list li a:hover {

  text-decoration: none;

  color: #fff;

}

.raj-copy-wrap {

  text-align: center;

  padding: 20px 0;

  background-color: #001932;

  margin-top: 30px;

}

.raj-logo-circle {

  width: 230px;

  margin-bottom: 25px;

  transition: 0.5s;

}



.raj-logo-circle img {

  width: 100%;

}

.raj-logo-circle:hover {

}



.raj-text-content {

  font-size: 15px;

  margin-bottom: 30px;

}



.raj-title-wrap {

  margin-bottom: 25px;

  position: relative;

}



.raj-title-wrap h4 {

  font-size: 24px;

  font-weight: 700;

  margin-bottom: 12px;

}



.raj-title-line {

  width: 55px;

  height: 3px;

  background: #fff;

  border-radius: 50px;

  transition: 0.4s;

}

.raj-contact-list a {

  color: #fff;

}

.raj-footer-box:hover .raj-title-line {

  width: 90px;

}



.raj-link-list {

  list-style: none;

  padding-left: 0;

  margin-bottom: 0;

}



.raj-link-list li {

  margin-bottom: 16px;

}



.raj-link-list li a {

  color: #fff;

  text-decoration: none;

  font-size: 14px;

  transition: 0.3s;

  display: inline-block;

}



.raj-link-list li a:hover {

  transform: translateX(10px);

  color: #ffd54f;

}



.raj-social-wrap {

  display: flex;

  gap: 14px;

  flex-wrap: wrap;

}



.raj-social-wrap a {

  width: 46px;

  height: 46px;

  border-radius: 50%;

  border: 1px solid rgba(255, 255, 255, 0.4);

  color: #fff;

  display: flex;

  align-items: center;

  justify-content: center;

  text-decoration: none;

  transition: 0.4s;

  position: relative;

  overflow: hidden;

}



.raj-social-wrap a::before {

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  background: #fff;

  left: -100%;

  top: 0;

  transition: 0.4s;

  z-index: 0;

}



.raj-social-wrap a i {

  position: relative;

  z-index: 2;

}



.raj-social-wrap a:hover::before {

  left: 0;

}



.raj-social-wrap a:hover {

  color: #003b8f;

  transform: translateY(-6px);

}



@media (max-width: 991px) {

  .raj-footer-box {

    margin-bottom: 30px;

  }



  .raj-social-wrap {

    justify-content: center;

    margin-top: 20px;

  }



  .raj-copy-wrap {

    text-align: center;

  }

}



@media (max-width: 575px) {

  .raj-footer-wrapper {

    text-align: center;

  }



  .raj-logo-circle {

    margin-left: auto;

    margin-right: auto;

  }



  .raj-text-content {

    margin: auto;

  }



  .raj-contact-list li {

    flex-direction: column;

    align-items: center;

  }



  .raj-title-line {

    margin: auto;

  }

}

/* ============================================ */

.fadein {

  opacity: 0;

  transition: all 1.5s;

  transform: translate(0, 100px);

}



.fadein.visible {

  opacity: 1;

  transform: translate(0, 0);

}



.type {

  background: #fff;

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;

  overflow: hidden;

  white-space: nowrap;

  border-right: 2px solid;

  animation:

    type 1s steps(90) 0.3s 1 normal both,

    cursor 1s step-end infinite;

  position: relative;

}



@keyframes type {

  from {

    width: 0;

  }



  to {

    width: 100%;

  }

}



@keyframes cursor {

  50% {

    border-color: transparent;

  }

}



/* ==================================inner banner slider================================== */



.inner-banner {

  position: relative;

  padding: 80px 0;

  display: flex;

  align-items: center;

  color: #fff;

  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;

  text-align: center;

  overflow: hidden;

  background-image: url(../images/inner-banner.jpg);

  padding-top: 140px;

}



.inner-banner__content h3 {

  font-family: "Momo Trust Display";

  font-size: 38px;

}



/* 

.inner-banner__overlay {

    position: absolute;

    inset: 0;

    background: #000;

    pointer-events: none;

} */



.breadcrumb {

  background: rgba(255, 255, 255, 0.1) !important;

  backdrop-filter: blur(10px) !important;

  -webkit-backdrop-filter: blur(10px) !important;

  padding: 10px 20px !important;

  border-radius: 3px;

  font-family: "Inter" !important;

  display: table !important;

  margin: 0 auto;

}



/* Breadcrumb */

.breadcrumb ul {

  display: flex;

  gap: 8px;

  list-style: none;

  padding: 0;

  margin: 0;

  font-size: 0.95rem;

  opacity: 0.95;

}



.breadcrumb a {

  color: rgba(255, 255, 255, 0.95);

  text-decoration: none;

}



.breadcrumb li + li::before {

  content: "/";

  margin: 0 8px;

  color: rgba(255, 255, 255, 0.6);

}



.active-page {

  color: #07dfed !important;

}



/* Title area */

.inner-banner__titlewrap {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 20px;

  width: 100%;

  margin-top: 8px;

  flex-wrap: wrap;

}



.inner-banner__title {

  margin: 0;

  font-size: clamp(1.6rem, 3.5vw, 2.6rem);

  line-height: 1.05;

  letter-spacing: -0.5px;

}



.inner-banner__subtitle {

  margin: 4px 0 0;

  font-size: 0.98rem;

  opacity: 0.95;

  color: rgba(255, 255, 255, 0.95);

}



/* CTA */

.inner-banner__cta {

  margin-left: auto;

}



.inner-banner .btn {

  display: inline-block;

  padding: 10px 18px;

  background: rgba(255, 255, 255, 0.12);

  border: 1px solid rgba(255, 255, 255, 0.18);

  color: #fff;

  text-decoration: none;

  border-radius: 8px;

  backdrop-filter: blur(4px);

  transition:

    transform 0.15s ease,

    background 0.15s ease;

}



.inner-banner .btn:hover {

  transform: translateY(-3px);

  background: rgba(255, 255, 255, 0.18);

}



/* =========================gallery=============================== */

.gallery-section {

  position: relative;

  z-index: 1;

  padding: clamp(60px, 8vw, 100px) clamp(20px, 5vw, 80px)

    clamp(60px, 8vw, 100px);

  max-width: 1400px;

  margin: 0 auto;

}



/* ── HEADER ── */

.gallery-label {

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 14px;

  margin-bottom: 22px;

  animation: fadeDown 0.7s var(--ease) both;

}

.gallery-label span {

  font-size: 0.75rem;

  letter-spacing: 0.32em;

  font-weight: 600;

  color: var(--gold);

  text-transform: uppercase;

}

.gallery-label::before,

.gallery-label::after {

  content: "";

  display: block;

  height: 1px;

  width: 60px;

  background: linear-gradient(90deg, transparent, var(--gold));

}

.gallery-label::after {

  background: linear-gradient(90deg, var(--gold), transparent);

}



.gallery-title {

  font-family: "Playfair Display", serif;

  font-size: clamp(2rem, 5vw, 3.8rem);

  font-weight: 900;

  text-align: center;

  line-height: 1.1;

  margin-bottom: 18px;

  animation: fadeDown 0.8s var(--ease) 0.1s both;

}

.gallery-title .highlight {

  color: var(--gold);

  text-shadow: 0 0 40px var(--gold-glow);

  font-style: italic;

}



.gallery-desc {

  text-align: center;

  color: var(--muted);

  font-size: clamp(0.85rem, 1.5vw, 1rem);

  font-weight: 300;

  max-width: 600px;

  margin: 0 auto 50px;

  line-height: 1.7;

  animation: fadeDown 0.9s var(--ease) 0.2s both;

}



/* ── TABS ── */

.tab-bar {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  gap: 10px;

  margin-bottom: 50px;

  animation: fadeDown 1s var(--ease) 0.3s both;

}

.tab-btn {

  position: relative;

  overflow: hidden;

  padding: 10px 24px;

  border-radius: 50px;

  border: 1.5px solid rgba(201, 168, 76, 0.25);

  background: transparent;

  color: rgba(240, 244, 255, 0.7);

  font-family: "Outfit", sans-serif;

  font-size: 0.88rem;

  font-weight: 500;

  cursor: pointer;

  transition: all 0.35s var(--ease);

  letter-spacing: 0.02em;

}

.tab-btn::before {

  content: "";

  position: absolute;

  inset: 0;

  border-radius: 50px;

  background: linear-gradient(135deg, var(--gold), #a8762e);

  opacity: 0;

  transition: opacity 0.35s var(--ease);

  z-index: 0;

}

.tab-btn span {

  position: relative;

  z-index: 1;

}

.tab-btn:hover {

  border-color: var(--gold);

  color: var(--white);

  transform: translateY(-2px);

  box-shadow: 0 8px 25px rgba(201, 168, 76, 0.15);

}

.tab-btn.active {

  color: #0a1628;

  border-color: transparent;

  box-shadow:

    0 0 30px rgba(201, 168, 76, 0.4),

    0 4px 20px rgba(0, 0, 0, 0.3);

  transform: translateY(-2px);

}

.tab-btn.active::before {

  opacity: 1;

}



/* ── GRID ── */

.gallery-grid {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 18px;

  perspective: 1200px;

}



@media (max-width: 1100px) {

  .gallery-grid {

    grid-template-columns: repeat(3, 1fr);

  }

}

@media (max-width: 780px) {

  .gallery-grid {

    grid-template-columns: repeat(2, 1fr);

  }

}

@media (max-width: 480px) {

  .gallery-grid {

    grid-template-columns: 1fr;

  }

}



/* ── CARD ── */

.gallery-item {

  position: relative;

  border-radius: 16px;

  overflow: hidden;

  cursor: pointer;

  transform-style: preserve-3d;

  transition:

    transform 0.45s var(--transition),

    box-shadow 0.45s var(--ease);

  animation: cardReveal 0.6s var(--ease) both;

  background: var(--card-bg);

  border: 1px solid var(--card-border);

  aspect-ratio: 4/3;

}

.gallery-item:hover {

  transform: rotateY(6deg) rotateX(-4deg) scale(1.04) translateZ(20px);

  box-shadow:

    -12px 20px 50px rgba(0, 0, 0, 0.5),

    0 0 0 1px rgba(201, 168, 76, 0.5),

    inset 0 0 40px rgba(201, 168, 76, 0.05);

  z-index: 5;

  transition:

    transform 0.45s var(--transition),

    box-shadow 0.45s var(--ease);

}



/* stagger animation */

.gallery-item:nth-child(1) {

  animation-delay: 0.05s;

}

.gallery-item:nth-child(2) {

  animation-delay: 0.1s;

}

.gallery-item:nth-child(3) {

  animation-delay: 0.15s;

}

.gallery-item:nth-child(4) {

  animation-delay: 0.2s;

}

.gallery-item:nth-child(5) {

  animation-delay: 0.25s;

}

.gallery-item:nth-child(6) {

  animation-delay: 0.3s;

}

.gallery-item:nth-child(7) {

  animation-delay: 0.35s;

}

.gallery-item:nth-child(8) {

  animation-delay: 0.4s;

}

.gallery-item:nth-child(9) {

  animation-delay: 0.45s;

}

.gallery-item:nth-child(10) {

  animation-delay: 0.5s;

}

.gallery-item:nth-child(11) {

  animation-delay: 0.55s;

}

.gallery-item:nth-child(12) {

  animation-delay: 0.6s;

}



@keyframes cardReveal {

  from {

    opacity: 0;

    transform: translateY(40px) rotateX(-10deg) scale(0.92);

  }

  to {

    opacity: 1;

    transform: translateY(0) rotateX(0) scale(1);

  }

}

.big-img {

  height: 470px;

  width: 100%;

}

.two-gal {

  align-items: center;

  display: flex;

  flex-direction: column;

  justify-items: center;

  justify-content: space-between;

}



.gallery-item img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  display: block;

  transition:

    transform 0.55s var(--ease),

    filter 0.4s var(--ease);

  filter: brightness(0.88) saturate(0.9);

}

.gallery-item:hover img {

  transform: scale(1.08);

  filter: brightness(1) saturate(1.1);

}



/* shimmer on hover */

.gallery-item::after {

  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(

    125deg,

    rgba(255, 255, 255, 0) 30%,

    rgba(255, 255, 255, 0.08) 50%,

    rgba(255, 255, 255, 0) 70%

  );

  background-size: 200% 200%;

  background-position: 200% 0;

  transition: background-position 0.6s var(--ease);

  pointer-events: none;

  border-radius: 16px;

}

.gallery-item:hover::after {

  background-position: -50% 100%;

}



/* gold border glow on hover */

.gallery-item::before {

  content: "";

  position: absolute;

  inset: 0;

  border-radius: 16px;

  border: 2px solid transparent;

  background: linear-gradient(

      135deg,

      rgba(201, 168, 76, 0.7),

      rgba(201, 168, 76, 0)

    )

    border-box;

  -webkit-mask:

    linear-gradient(#fff 0 0) padding-box,

    linear-gradient(#fff 0 0);

  -webkit-mask-composite: destination-out;

  mask-composite: exclude;

  opacity: 0;

  transition: opacity 0.35s var(--ease);

  z-index: 3;

}

.gallery-item:hover::before {

  opacity: 1;

}



/* overlay label */

.item-label {

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  padding: 28px 16px 14px;

  background: linear-gradient(transparent, rgba(6, 14, 30, 0.85));

  color: var(--white);

  font-size: 0.8rem;

  font-weight: 500;

  letter-spacing: 0.04em;

  text-transform: uppercase;

  opacity: 0;

  transform: translateY(8px);

  transition:

    opacity 0.35s var(--ease),

    transform 0.35s var(--ease);

  z-index: 2;

}

.gallery-item:hover .item-label {

  opacity: 1;

  transform: translateY(0);

}



/* zoom icon */

.zoom-icon {

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%) scale(0.6);

  width: 48px;

  height: 48px;

  border-radius: 50%;

  background: rgba(201, 168, 76, 0.85);

  display: flex;

  align-items: center;

  justify-content: center;

  opacity: 0;

  transition: all 0.35s var(--transition);

  z-index: 4;

  box-shadow: 0 0 30px rgba(201, 168, 76, 0.6);

}

.zoom-icon svg {

  width: 22px;

  height: 22px;

  fill: #0a1628;

}

.gallery-item:hover .zoom-icon {

  opacity: 1;

  transform: translate(-50%, -50%) scale(1);

}



.item-inner {

  width: 100%;

  height: 100%;

  position: relative;

}



/* ── HIDDEN TAB CONTENT ── */

.tab-panel {

  display: none;

}

.tab-panel.active {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 18px;

  perspective: 1200px;

}

@media (max-width: 1100px) {

  .tab-panel.active {

    grid-template-columns: repeat(3, 1fr);

  }

}

@media (max-width: 780px) {

  .tab-panel.active {

    grid-template-columns: repeat(2, 1fr);

  }

}

@media (max-width: 480px) {

  .tab-panel.active {

    grid-template-columns: 1fr;

  }

}



/* ── LIGHTBOX ── */

.lightbox {

  position: fixed;

  inset: 0;

  z-index: 1000;

  display: flex;

  align-items: center;

  justify-content: center;

  background: rgba(6, 14, 30, 0);

  opacity: 0;

  pointer-events: none;

  transition:

    opacity 0.4s var(--ease),

    background 0.4s var(--ease);

}

.lightbox.open {

  opacity: 1;

  pointer-events: all;

  background: rgba(6, 14, 30, 0.92);

}



.lb-backdrop {

  position: absolute;

  inset: 0;

  backdrop-filter: blur(12px);

  -webkit-backdrop-filter: blur(12px);

}



.lb-content {

  position: relative;

  z-index: 2;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 100%;

  max-width: 900px;

  padding: 0 70px;

  gap: 0;

}



.lb-img-wrap {

  position: relative;

  overflow: hidden;

  border-radius: 20px;

  box-shadow:

    0 30px 100px rgba(0, 0, 0, 0.7),

    0 0 0 2px rgba(201, 168, 76, 0.3);

  max-width: 780px;

  width: 100%;

  transform: scale(0.8) translateY(40px);

  transition:

    transform 0.5s var(--transition),

    opacity 0.4s var(--ease);

  /* opacity: 0; */

}

.lightbox.open .lb-img-wrap {

  transform: scale(1) translateY(0);

  opacity: 1;

  transition-delay: 0.05s;

}



.lb-img-wrap img {

  width: 100%;

  height: auto;

  display: block;

  max-height: 75vh;

  object-fit: contain;

}



.lb-close {

  position: fixed;

  top: 24px;

  right: 28px;

  z-index: 10;

  width: 44px;

  height: 44px;

  border-radius: 50%;

  background: rgba(201, 168, 76, 0.15);

  border: 1.5px solid rgba(201, 168, 76, 0.4);

  color: var(--gold);

  font-size: 1.4rem;

  cursor: pointer;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: all 0.3s var(--transition);

  backdrop-filter: blur(8px);

}

.lb-close:hover {

  background: var(--gold);

  color: var(--navy);

  transform: rotate(90deg) scale(1.1);

}



.lb-nav {

  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  width: 48px;

  height: 48px;

  border-radius: 50%;

  background: rgba(201, 168, 76, 0.1);

  border: 1.5px solid rgba(201, 168, 76, 0.35);

  color: var(--gold);

  font-size: 1.3rem;

  cursor: pointer;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: all 0.3s var(--transition);

  backdrop-filter: blur(6px);

  z-index: 5;

}

.lb-nav:hover {

  background: var(--gold);

  color: var(--navy);

  transform: translateY(-50%) scale(1.1);

}

.lb-prev {

  left: 8px;

}

.lb-next {

  right: 8px;

}



.lb-counter {

  position: fixed;

  bottom: 24px;

  left: 50%;

  transform: translateX(-50%);

  display: flex;

  gap: 8px;

  align-items: center;

  z-index: 10;

}

.lb-dot {

  width: 7px;

  height: 7px;

  border-radius: 50%;

  background: rgba(201, 168, 76, 0.3);

  transition: all 0.3s var(--ease);

}

.lb-dot.active {

  background: var(--gold);

  width: 22px;

  border-radius: 4px;

}



.lb-caption {

  position: fixed;

  bottom: 60px;

  left: 50%;

  transform: translateX(-50%);

  font-size: 0.82rem;

  color: var(--muted);

  letter-spacing: 0.08em;

  text-transform: uppercase;

  font-weight: 500;

  text-align: center;

  opacity: 0;

  transition: opacity 0.3s var(--ease);

}

.lightbox.open .lb-caption {

  opacity: 1;

  transition-delay: 0.2s;

}



/* slide animation for lightbox */

.lb-img-wrap.slide-left {

  animation: lbSlideLeft 0.35s var(--ease) both;

}

.lb-img-wrap.slide-right {

  animation: lbSlideRight 0.35s var(--ease) both;

}

@keyframes lbSlideLeft {

  from {

    transform: translateX(60px) scale(0.95);

    opacity: 0;

  }

  to {

    transform: translateX(0) scale(1);

    opacity: 1;

  }

}

@keyframes lbSlideRight {

  from {

    transform: translateX(-60px) scale(0.95);

    opacity: 0;

  }

  to {

    transform: translateX(0) scale(1);

    opacity: 1;

  }

}



/* ── ANIMATIONS ── */

@keyframes fadeDown {

  from {

    opacity: 0;

    transform: translateY(-24px);

  }

  to {

    opacity: 1;

    transform: translateY(0);

  }

}



/* ── RESPONSIVE ADJUSTMENTS ── */

@media (max-width: 600px) {

  .lb-content {

    padding: 0 52px;

  }

  .lb-nav {

    width: 38px;

    height: 38px;

    font-size: 1rem;

  }

}



/* ── SCROLLBAR ── */

::-webkit-scrollbar {

  width: 6px;

}

::-webkit-scrollbar-track {

  background: var(--navy);

}

::-webkit-scrollbar-thumb {

  background: rgba(201, 168, 76, 0.3);

  border-radius: 3px;

}



/* category color labels */

.tag {

  display: inline-block;

  font-size: 0.68rem;

  padding: 2px 8px;

  border-radius: 20px;

  background: rgba(201, 168, 76, 0.2);

  color: var(--gold);

  letter-spacing: 0.06em;

  text-transform: uppercase;

  font-weight: 600;

  margin-bottom: 4px;

}





/*============================Gallery Page==============================*/

.gallery-shell {

      display: flex;

      min-height: 100vh;

    }



    /* ── SIDEBAR ── */

    .gallery-sidebar {

      width: var(--sidebar-w);

      flex-shrink: 0;

      background: var(--white);

      border-right: 1.5px solid var(--gray-line);

      padding: 48px 0 40px;

      position: sticky;

      top: 0;

      height: 100vh;

      overflow-y: auto;

      display: flex;

      flex-direction: column;

    }



    .sidebar-logo {

      padding: 0 28px 36px;

      border-bottom: 1.5px solid var(--gray-line);

    }



    .sidebar-logo-mark {

      width: 44px;

      height: 44px;

      background: var(--blue);

      border-radius: 12px;

      display: flex;

      align-items: center;

      justify-content: center;

    }



    .sidebar-logo-mark i {

      color: var(--white);

      font-size: 1.2rem;

    }



    .sidebar-nav {

      padding: 32px 18px 0;

      flex: 1;

    }



    .sidebar-label {

      font-size: .68rem;

      font-weight: 600;

      letter-spacing: .14em;

      text-transform: uppercase;

      color: var(--text-muted);

      padding: 0 10px;

      margin-bottom: 12px;

    }



    /* filter column div */

    .filter-btn-col {

      margin-bottom: 4px;

    }



    .filter-btn {

      display: flex;

      align-items: center;

      gap: 12px;

      width: 100%;

      background: none;

      border: none;

      text-align: left;

      padding: 11px 14px;

      border-radius: 10px;

      font-family: 'Outfit', sans-serif;

      font-size: .92rem;

      font-weight: 400;

      color: var(--text-muted);

      cursor: pointer;

      transition: background .2s, color .2s;

    }



    .filter-btn .f-icon {

      width: 32px;

      height: 32px;

      border-radius: 8px;

      background: var(--blue-light);

      color: var(--blue);

      display: flex;

      align-items: center;

      justify-content: center;

      font-size: .8rem;

      flex-shrink: 0;

      transition: background .2s, color .2s;

    }



    .filter-btn .f-count {

      margin-left: auto;

      font-size: .75rem;

      background: var(--gray-line);

      color: var(--text-muted);

      padding: 2px 8px;

      border-radius: 20px;

      transition: background .2s, color .2s;

    }



    .filter-btn:hover,

    .filter-btn.active {

      background: var(--blue-light);

      color: var(--blue-deep);

    }



    .filter-btn.active {

      font-weight: 600;

    }



    .filter-btn.active .f-icon {

      background: var(--blue);

      color: var(--white);

    }



    .filter-btn.active .f-count {

      background: var(--blue);

      color: var(--white);

    }



    /* ── MAIN ── */

    .gallery-main {

      flex: 1;

      padding: 48px 40px;

      overflow: hidden;

    }



    .gallery-topbar {

      display: flex;

      align-items: center;

      justify-content: space-between;

      margin-bottom: 36px;

    }



    .topbar-active-cat {

      display: inline-flex;

      align-items: center;

      gap: 8px;

      background: var(--blue);

      color: var(--white);

      font-size: .8rem;

      font-weight: 600;

      letter-spacing: .06em;

      text-transform: uppercase;

      padding: 6px 16px;

      border-radius: 50px;

    }



    .topbar-count {

      font-size: .9rem;

      color: var(--text-muted);

    }



    /* ── MASONRY GRID ── */

    .gallery-grid {

      columns: 3;

      column-gap: 18px;

    }



    @media (max-width: 1100px) {

      .gallery-grid {

        columns: 2;

      }

    }



    @media (max-width: 640px) {

      .gallery-grid {

        columns: 1;

      }

    }



    /* column wrapper — class on div */

    .gallery-item-col {

      break-inside: avoid;

      margin-bottom: 18px;

    }



    .gallery-item-col.show {

      animation: fadeUp .35s ease both;

    }



    .gallery-item-col.hide {

      display: none;

    }



    @keyframes fadeUp {

      from {

        opacity: 0;

        transform: translateY(16px);

      }



      to {

        opacity: 1;

        transform: translateY(0);

      }

    }



    /* card */

    .gallery-card {

      position: relative;

      border-radius: 14px;

      overflow: hidden;

      cursor: pointer;

      box-shadow: 0 4px 18px rgba(245, 106, 0, .08);

      transition: transform .3s ease, box-shadow .3s ease;

    }



    .gallery-card:hover {

      transform: translateY(-4px);

      box-shadow: 0 14px 40px rgba(245, 106, 0, .22);

    }



    .gallery-card img {

      width: 100%;

      display: block;

      object-fit: cover;

      transition: transform .5s ease;

    }



    .gallery-card:hover img {

      transform: scale(1.05);

    }



    /* hover overlay */

    .gallery-card-overlay {

      position: absolute;

      inset: 0;

      background: linear-gradient(160deg, rgba(245, 106, 0, .5) 0%, rgba(26, 16, 8, .68) 100%);

      opacity: 0;

      display: flex;

      align-items: center;

      justify-content: center;

      transition: opacity .3s ease;

    }



    .gallery-card:hover .gallery-card-overlay {

      opacity: 1;

    }



    .overlay-zoom {

      width: 52px;

      height: 52px;

      background: var(--white);

      border-radius: 50%;

      display: flex;

      align-items: center;

      justify-content: center;

      color: var(--blue);

      font-size: 1.1rem;

      transform: scale(.7);

      transition: transform .25s ease;

    }



    .gallery-card:hover .overlay-zoom {

      transform: scale(1);

    }



    /* category tag */

    .gallery-card-tag {

      position: absolute;

      top: 12px;

      left: 12px;

      background: var(--blue);

      color: var(--white);

      font-size: .68rem;

      font-weight: 600;

      letter-spacing: .08em;

      text-transform: uppercase;

      padding: 4px 12px;

      border-radius: 20px;

    }



    /* ── LIGHTBOX ── */

    .lightbox-overlay {

      position: fixed;

      inset: 0;

      background: rgba(15, 8, 2, .93);

      z-index: 9999;

      display: flex;

      align-items: center;

      justify-content: center;

      opacity: 0;

      pointer-events: none;

      transition: opacity .3s ease;

      backdrop-filter: blur(7px);

    }



    .lightbox-overlay.open {

      opacity: 1;

      pointer-events: all;

    }



    .lb-close {

      position: absolute;

      top: 22px;

      right: 28px;

      width: 44px;

      height: 44px;

      border-radius: 50%;

      background: rgba(255, 255, 255, .1);

      border: 1.5px solid rgba(255, 255, 255, .2);

      color: var(--white);

      font-size: 1rem;

      display: flex;

      align-items: center;

      justify-content: center;

      cursor: pointer;

      transition: background .2s;

      z-index: 2;

    }



    .lb-close:hover {

      background: var(--blue);

      border-color: var(--blue);

    }



    .lb-counter {

      position: absolute;

      top: 26px;

      left: 28px;

      color: rgba(255, 255, 255, .5);

      font-size: .82rem;

      letter-spacing: .06em;

    }



    .lb-img-wrap {

      position: relative;

      max-width: 820px;

      width: 90vw;

      display: flex;

      align-items: center;

      justify-content: center;

    }



    .lb-img-wrap img {

      max-width: 100%;

      max-height: 80vh;

      border-radius: 16px;

      box-shadow: 0 30px 80px rgba(0, 0, 0, .55);

      object-fit: contain;

      display: block;

    }



    /* slide animations */

    .lb-img-wrap img.anim-out-left {

      animation: soLeft .22s ease forwards;

    }



    .lb-img-wrap img.anim-out-right {

      animation: soRight .22s ease forwards;

    }



    .lb-img-wrap img.anim-in-left {

      animation: siLeft .28s ease forwards;

    }



    .lb-img-wrap img.anim-in-right {

      animation: siRight .28s ease forwards;

    }



    @keyframes soLeft {

      to {

        opacity: 0;

        transform: translateX(-55px);

      }

    }



    @keyframes soRight {

      to {

        opacity: 0;

        transform: translateX(55px);

      }

    }



    @keyframes siLeft {

      from {

        opacity: 0;

        transform: translateX(55px);

      }



      to {

        opacity: 1;

        transform: none;

      }

    }



    @keyframes siRight {

      from {

        opacity: 0;

        transform: translateX(-55px);

      }



      to {

        opacity: 1;

        transform: none;

      }

    }



    /* arrows */

    .lb-arrow {

      position: absolute;

      top: 50%;

      transform: translateY(-50%);

      width: 52px;

      height: 52px;

      border-radius: 50%;

      background: rgba(255, 255, 255, .1);

      border: 1.5px solid rgba(255, 255, 255, .18);

      color: var(--white);

      font-size: 1rem;

      display: flex;

      align-items: center;

      justify-content: center;

      cursor: pointer;

      transition: background .2s;

      z-index: 3;

    }



    .lb-arrow:hover {

      background: var(--blue);

      border-color: var(--blue);

    }



    .lb-arrow.prev {

      left: -72px;

    }



    .lb-arrow.next {

      right: -72px;

    }



    @media (max-width: 900px) {

      .lb-arrow.prev {

        left: 6px;

      }



      .lb-arrow.next {

        right: 6px;

      }

    }



    .lb-cat-strip {

      position: absolute;

      bottom: 50px;

      left: 50%;

      transform: translateX(-50%);

      background: var(--blue);

      color: var(--white);

      font-size: .72rem;

      font-weight: 600;

      letter-spacing: .1em;

      text-transform: uppercase;

      padding: 5px 16px;

      border-radius: 20px;

      white-space: nowrap;

    }



    .lb-dots {

      position: absolute;

      bottom: 18px;

      left: 50%;

      transform: translateX(-50%);

      display: flex;

      gap: 7px;

      flex-wrap: wrap;

      justify-content: center;

      max-width: 320px;

    }



    .lb-dot {

      width: 7px;

      height: 7px;

      border-radius: 50%;

      background: rgba(255, 255, 255, .28);

      cursor: pointer;

      transition: background .2s, transform .2s;

      flex-shrink: 0;

    }



    .lb-dot.active {

      background: var(--blue);

      transform: scale(1.35);

    }



    /* ── MOBILE TOGGLE ── */

    .sidebar-toggle {

      display: none;

      position: fixed;

      bottom: 24px;

      left: 50%;

      transform: translateX(-50%);

      background: var(--blue);

      color: var(--white);

      border: none;

      border-radius: 50px;

      padding: 12px 28px;

      font-family: 'Outfit', sans-serif;

      font-size: .9rem;

      font-weight: 600;

      box-shadow: 0 8px 24px rgba(245, 106, 0, .4);

      cursor: pointer;

      z-index: 500;

      align-items: center;

      gap: 8px;

    }



    @media (max-width: 768px) {

      .gallery-sidebar {

        position: fixed;

        left: -260px;

        top: 0;

        bottom: 0;

        z-index: 400;

        transition: left .3s ease;

      }



      .gallery-sidebar.open {

        left: 0;

      }



      .gallery-main {

        padding: 28px 20px 80px;

      }



      .sidebar-toggle {

        display: flex;

      }

    }































/*=========================== INSTAGRAM SECTION =========================*/



.pahals-instagram-section {

  padding: 100px 0;

  background: #fff;

}



.pahals-instagram-heading {

  text-align: center;

  margin-bottom: 60px;

}



.pahals-instagram-heading span {

  display: block;

  color: #f0b323;

  font-weight: 700;

  text-transform: uppercase;

  margin-bottom: 15px;

}



.pahals-instagram-heading h2 {

  font-size: 65px;

  color: #000;

}



.pahals-instagram-image-box {

  overflow: hidden;

  border-radius: 20px;

  margin-bottom: 30px;

}



.pahals-instagram-image-box img {

  width: 100%;

  transition: 0.6s;

  height: 200px;

  object-fit: cover;

}



.pahals-instagram-image-box:hover img {

  transform: scale(1.08);

}



.pahals-instagram-btn-wrap {

  text-align: center;

  margin-top: 20px;

}



.pahals-instagram-btn-wrap a {

  display: inline-flex;

  align-items: center;

  gap: 10px;

  background: #022d67;

  color: #fff;

  padding: 16px 40px;

  border-radius: 15px;

  font-size: 22px;

  font-weight: 700;

  transition: 0.4s;

}



.pahals-instagram-btn-wrap a:hover {

  background: #f0b323;

  color: #022d67;

}



/* ==================================contact us page ================================== */

.call-sec {

  padding: 50px 0;

}

.pahals-contact-section {

  padding: 70px 0;

  background: #f7f4f4;

}



.pahals-contact-left p {

  font-family: "Inter";

  font-style: normal;

  font-weight: 700;

  font-size: 18px;

  color: #f8bf22;

}



.pahals-contact-left h2 {

  font-size: 58px;

  margin-top: 15px;

  font-family: "Momo Trust Display";

}



.pahals-field-wrap {

  margin-bottom: 25px;

}



.pahals-field-wrap input,

.pahals-field-wrap textarea {

  width: 100%;

  border: 1px solid #d6d6d6;

  background: #fff;

  border-radius: 15px;

  padding: 18px 25px;

  outline: none;

  transition: 0.4s;

  font-size: 18px;

}



.pahals-field-wrap input {

  height: 70px;

}



.pahals-field-wrap textarea {

  height: 180px;

  resize: none;

}



.pahals-field-wrap input:focus,

.pahals-field-wrap textarea:focus {

  border-color: #f0b323;

  box-shadow: 0 0 15px rgba(240, 179, 35, 0.2);

}



.pahals-submit-btn-wrap button {

  border: none;

  background: #f0b323;

  color: #022d67;

  padding: 18px 35px;

  border-radius: 12px;

  font-size: 18px;

  font-weight: 700;

  transition: 0.4s;

}



.pahals-submit-btn-wrap button:hover {

  transform: translateY(-4px);

}



.pahals-map-wrap {

  background: #022d67;

  padding: 25px;

  border-radius: 25px;

  overflow: hidden;

}



.pahals-map-wrap iframe {

  width: 100%;

  height: 600px;

  border: none;

  border-radius: 15px;

}



/* ── CTA BANNER ── */

.ctb-banner {

  background: var(--navy);

  border-radius: 14px;

  padding: 28px 36px;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 24px;

  flex-wrap: wrap;

  margin-bottom: 40px;

  position: relative;

  overflow: hidden;

}



.ctb-banner::before {

  content: "";

  position: absolute;

  top: -40px;

  right: -40px;

  width: 160px;

  height: 160px;

  border-radius: 50%;

  background: rgba(212, 160, 23, 0.08);

  pointer-events: none;

}



.ctb-left {

  display: flex;

  align-items: center;

  gap: 22px;

  flex: 1;

  min-width: 240px;

}



.ctb-shield-wrap {

  flex-shrink: 0;

  width: 72px;

  height: 72px;

  transition: transform var(--speed) cubic-bezier(0.22, 0.68, 0, 1.4);

}



.ctb-banner:hover .ctb-shield-wrap {

  transform: scale(1.12) rotate(-5deg);

}



.ctb-shield-wrap svg {

  width: 100%;

  height: 100%;

  fill: #deac2c;

}



.ctb-text-block {

  flex: 1;

}



.ctb-text-block h2 {

  font-family: "Barlow Condensed", sans-serif;

  font-size: clamp(1.15rem, 2.5vw, 1.5rem);

  color: #fff;

  margin: 0 0 6px;

  line-height: 1.25;

}



.ctb-text-block p {

  font-size: 0.88rem;

  color: rgba(255, 255, 255, 0.7);

  margin: 0;

  line-height: 1.55;

}



.ctb-call-btn {

  display: flex;

  align-items: center;

  gap: 14px;

  background: var(--gold);

  border-radius: 10px;

  padding: 14px 24px;

  text-decoration: none;

  flex-shrink: 0;

  position: relative;

  overflow: hidden;

  transition:

    transform var(--speed) ease,

    box-shadow var(--speed) ease;

  color: #fff;

  line-height: normal;

}



.ctb-call-btn::after {

  content: "";

  position: absolute;

  inset: 0;

  background: rgba(255, 255, 255, 0);

  transition: background var(--speed) ease;

}



.ctb-call-btn:hover {

  transform: translateY(-3px) scale(1.03);

  box-shadow: 0 12px 28px rgba(212, 160, 23, 0.45);

  text-decoration: none;

  color: #fff;

}



.ctb-call-btn:hover::after {

  background: rgba(255, 255, 255, 0.12);

}



.ctb-phone-icon {

  width: 36px;

  height: 36px;

  fill: var(--navy);

  flex-shrink: 0;

  animation: ctb-ring 2.8s ease-in-out infinite;

}



@keyframes ctb-ring {

  0%,

  100% {

    transform: rotate(0deg);

  }

  10% {

    transform: rotate(-18deg);

  }

  20% {

    transform: rotate(16deg);

  }

  30% {

    transform: rotate(-10deg);

  }

  40% {

    transform: rotate(8deg);

  }

  50% {

    transform: rotate(0deg);

  }

}



.ctb-call-info {

  display: flex;

  flex-direction: column;

}

.ctb-call-info p {

  margin-bottom: 0;

}

.ctb-call-info span:first-child {

  font-size: 0.7rem;

  font-weight: 700;

  letter-spacing: 0.1em;

  text-transform: uppercase;

  color: var(--navy);

  opacity: 0.75;

}



.ctb-call-info span:last-child {

  font-family: "Barlow Condensed", sans-serif;

  font-size: clamp(1.3rem, 3vw, 1.9rem);

  color: var(--navy);

  letter-spacing: 0.02em;

  line-height: 1.1;

}



/* ──=========================== CONTACT SECTION ==================── */



.left-panel {

  display: flex;

  flex-direction: column;

  gap: 20px;

  animation: fadeUp 0.9s 0.3s ease both;

}



.info-card {

  background: linear-gradient(135deg, rgb(13 33 73), rgb(10 22 40));

  border: 1px solid rgb(59 130 246);

  border-radius: 20px;

  padding: 28px 26px;

  position: relative;

  overflow: hidden;

  transition:

    transform 0.35s ease,

    box-shadow 0.35s ease,

    border-color 0.35s ease;

}

.info-card::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  height: 2px;

  background: linear-gradient(

    90deg,

    transparent,

    var(--blue-vivid),

    transparent

  );

  opacity: 0;

  transition: opacity 0.35s;

}

.info-card:hover {

  transform: translateY(-5px);

  box-shadow: 0 20px 60px rgba(37, 99, 235, 0.2);

  border-color: rgba(59, 130, 246, 0.35);

}

.info-card:hover::before {

  opacity: 1;

}



.info-card .icon-wrap {

  width: 48px;

  height: 48px;

  border-radius: 14px;

  background: linear-gradient(135deg, var(--blue-core), var(--blue-bright));

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 16px;

  box-shadow: 0 6px 20px rgba(37, 99, 235, 0.4);

}

.info-card .icon-wrap svg {

  width: 22px;

  height: 22px;

  stroke: var(--white);

  fill: none;

  stroke-width: 1.8;

  stroke-linecap: round;

  stroke-linejoin: round;

}

.info-card h3 {

  font-family: "Syne", sans-serif;

  font-size: 0.8rem;

  letter-spacing: 0.12em;

  text-transform: uppercase;

  color: var(--blue-light);

  margin-bottom: 6px;

}

.info-card p {

  color: var(--white);

  font-size: 13px;

  font-family: "Inter";

  margin: 0;

}

.info-card .sub {

  color: var(--text-muted);

  font-size: 0.85rem;

  margin-top: 3px;

}



/* social row */

.social-row {

  display: flex;

  gap: 12px;

  flex-wrap: wrap;

  margin-top: 6px;

}

.social-chip {

  display: inline-flex;

  align-items: center;

  gap: 8px;

  padding: 8px 16px;

  border: 1px solid var(--border);

  border-radius: 999px;

  font-size: 0.82rem;

  color: var(--blue-pale);

  background: rgba(37, 99, 235, 0.07);

  text-decoration: none;

  transition:

    background 0.3s,

    border-color 0.3s,

    transform 0.3s;

  cursor: pointer;

}

.social-chip svg {

  width: 16px;

  height: 16px;

  fill: var(--blue-vivid);

}

.social-chip:hover {

  background: rgba(37, 99, 235, 0.18);

  border-color: var(--blue-vivid);

  transform: translateY(-2px);

}

.ctc-section {

  padding: 0 0 64px;

}



.ctc-wrapper {

  border: 1.5px solid var(--border-col);

  border-radius: 14px;

  overflow: hidden;

  display: grid;

  grid-template-columns: 1fr 1fr 1fr;

}



@media (max-width: 991px) {

  .ctc-wrapper {

    grid-template-columns: 1fr;

  }

}



/* ── LEFT: Info ── */

.ctc-info-col {

  padding: 36px 28px;

  border-right: 1.5px solid var(--border-col);

}



@media (max-width: 991px) {

  .ctc-info-col {

    border-right: none;

    border-bottom: 1.5px solid var(--border-col);

  }

}



.ctc-info-col h3 {

  font-family: "Barlow Condensed", sans-serif;

  font-size: 1.4rem;

  letter-spacing: 0.06em;

  text-transform: uppercase;

  color: var(--gold);

  margin: 0 0 28px;

}



.ctc-detail-list {

  list-style: none;

  padding: 0;

  margin: 0;

  display: flex;

  flex-direction: column;

  gap: 20px;

}



.ctc-detail-item {

  display: flex;

  align-items: flex-start;

  gap: 14px;

  transition: transform 0.25s ease;

}



.ctc-detail-item:hover {

  transform: translateX(5px);

}



.ctc-icon-box {

  width: 38px;

  height: 38px;

  border-radius: 9px;

  border: 1.5px solid var(--border-col);

  display: flex;

  align-items: center;

  justify-content: center;

  flex-shrink: 0;

  transition:

    background var(--speed) ease,

    border-color var(--speed) ease;

}



.ctc-detail-item:hover .ctc-icon-box {

  background: var(--navy);

  border-color: var(--navy);

}



.ctc-icon-box svg {

  width: 18px;

  height: 18px;

  fill: var(--navy);

  transition: fill var(--speed) ease;

}



.ctc-detail-item:hover .ctc-icon-box svg {

  fill: #fff;

}



.ctc-detail-text {

  font-size: 0.9rem;

  font-weight: 600;

  color: #2a3a5c;

  line-height: 1.5;

  padding-top: 7px;

}



/* ── MIDDLE: Form ── */

.ctc-form-col {

  padding: 36px 28px;

  border-right: 1.5px solid var(--border-col);

}



@media (max-width: 991px) {

  .ctc-form-col {

    border-right: none;

    border-bottom: 1.5px solid var(--border-col);

  }

}



.ctc-field-wrap {

  margin-bottom: 14px;

}



.ctc-input {

  width: 100%;

  border: 1.5px solid var(--border-col);

  border-radius: 8px;

  padding: 11px 16px;

  font-family: "Barlow", sans-serif;

  font-size: 0.88rem;

  color: #2a3a5c;

  outline: none;

  transition:

    border-color var(--speed) ease,

    box-shadow var(--speed) ease,

    transform 0.22s ease;

  background: transparent;

}



.ctc-input::placeholder {

  color: #a8b4cc;

}



.ctc-input:focus {

  border-color: var(--navy);

  box-shadow: 0 0 0 3px rgba(26, 46, 110, 0.1);

  transform: translateY(-1px);

}



textarea.ctc-input {

  resize: vertical;

  min-height: 100px;

}



.ctc-submit-btn {

  width: 100%;

  background: var(--navy);

  color: #fff;

  border: none;

  border-radius: 8px;

  padding: 13px 20px;

  font-family: "Barlow Condensed", sans-serif;

  font-size: 1rem;

  font-weight: 700;

  letter-spacing: 0.06em;

  text-transform: uppercase;

  cursor: pointer;

  display: flex;

  align-items: center;

  justify-content: center;

  gap: 10px;

  position: relative;

  overflow: hidden;

  transition:

    transform var(--speed) ease,

    box-shadow var(--speed) ease,

    background var(--speed) ease;

}



.ctc-submit-btn::before {

  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(

    90deg,

    transparent 0%,

    rgba(255, 255, 255, 0.08) 50%,

    transparent 100%

  );

  transform: translateX(-100%);

  transition: transform 0.55s ease;

}



.ctc-submit-btn:hover {

  transform: translateY(-2px);

  box-shadow: 0 10px 24px rgba(26, 46, 110, 0.3);

  background: var(--navy-light);

}



.ctc-submit-btn:hover::before {

  transform: translateX(100%);

}



.ctc-send-icon {

  width: 18px;

  height: 18px;

  fill: none;

  stroke: #fff;

  stroke-width: 2;

  stroke-linecap: round;

  stroke-linejoin: round;

  transition: transform 0.3s ease;

}



.ctc-submit-btn:hover .ctc-send-icon {

  transform: translateX(4px) rotate(-5deg);

}



/* ── RIGHT: Map ── */

.ctc-map-col {

  min-height: 320px;

  position: relative;

  overflow: hidden;

}



.ctc-map-col iframe {

  width: 100%;

  height: 100%;

  min-height: 320px;

  border: none;

  display: block;

  filter: saturate(0.9);

  transition: filter var(--speed) ease;

}



.ctc-map-col:hover iframe {

  filter: saturate(1.1);

}



/* ── Responsive padding ── */

@media (max-width: 575px) {

  .ctb-banner {

    padding: 22px 20px;

  }

  .ctc-info-col,

  .ctc-form-col {

    padding: 24px 18px;

  }

}

/* =====================button hover========================== */

.button {

  border: none;

  outline: none;

  line-height: normal;

  text-align: center;

  display: block;

  border-radius: 5px;

  padding: 12px 30px;

  font-weight: 700;

}

.foure {

  background-color: #ddb23a;

  border: none;

  color: #fff;

  position: relative;

  transition: all 0.5s ease-in-out;

  z-index: 2;

  overflow: hidden;

  transition: all 0.5s ease-in-out;

  text-transform: uppercase;

}

.foure:before {

  content: "";

  background-color: #000e5c;

  display: inline-block;

  width: 330px;

  height: 330px;

  position: absolute;

  top: 0;

  left: 200px;

  z-index: -1;

  font-family: "Inter";

  transition: all 0.5s ease-in-out;

}

.foure:after {

  content: "";

  background-color: #000e5c;

  display: inline-block;

  width: 330px;

  height: 330px;

  position: absolute;

  top: 0;

  left: -332px;

  z-index: -1;

  transition: all 0.5s ease-in-out;

}

.foure:hover {

  color: #fff;

}

.foure:hover:after {

  transform: translate(101px, 0);

}

.foure:hover:before {

  transform: translate(-101px, 0);

}

/* ========================animation======================= */

.zoom-in-zoom-out {

  margin: 24px;

  width: 490px;

  height: 490px;

  animation: zoom-in-zoom-out 2s ease-out infinite;

  border-radius: 100%;

  background: radial-gradient(

    circle,

    rgba(18, 104, 251, 0.56) 0%,

    rgba(14, 80, 193, 0) 57%,

    rgba(13, 72, 174, 0) 76%,

    rgba(11, 62, 149, 0) 100%

  );

  position: absolute;

  top: 30px;

  left: -460px;

}



@keyframes zoom-in-zoom-out {

  0% {

    transform: scale(0.5, 0.5);

  }

  50% {

    transform: scale(1.5, 1.5);

  }

  100% {

    transform: scale(0.5, 0.5);

  }

}



.floating {

  animation-name: floating;

  animation-duration: 5s;

  animation-iteration-count: infinite;

  animation-timing-function: ease-in-out;

  margin-left: 0px;

  margin-top: 0px;

}



@keyframes floating {

  0% {

    transform: translate(0, 0px);

  }

  50% {

    transform: translate(0, 15px);

  }

  100% {

    transform: translate(0, -0px);

  }

}

.experience-section {

  padding: 80px 20px;

  background: #fff;

}

.carousel-control-prev {

  z-index: 1 !important;

}

.carousel-control-next {

  z-index: 1 !important;

}

.exp-wrapper {

  max-width: 1100px;

  margin: auto;

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 40px;

  position: relative;

}



/* Images */

.image-box {

  overflow: hidden;

  border-radius: 12px;

  animation: fadeUp 1.2s ease forwards;

}



.image-box img {

  width: 100%;

  display: block;

  transition: transform 0.6s ease;

  border-radius: 15px;

}



.image-box:hover img {

  transform: scale(1.08);

}



/* Left image animation */

.img-one {

  animation-delay: 0.2s;

}



/* Right image animation */

.img-two {

  animation-delay: 0.6s;

  position: absolute;

  top: 33%;

  right: -2%;

}



/* Experience Badge */

.experience-badge {

  position: absolute;

  top: 0%;

  right: 2%;

  background: #06153c;

  color: #fff;

  padding: 30px 20px;

  border-radius: 14px;

  text-align: center;

  animation: scaleIn 1.4s ease forwards;

}



.experience-badge h2 {

  font-size: 64px;

  font-weight: 700;

}



.experience-badge p {

  font-size: 18px;

  margin-top: 5px;

}



/* Animations */

@keyframes fadeUp {

  from {

    opacity: 0;

    transform: translateY(40px);

  }

  to {

    opacity: 1;

    transform: translateY(0);

  }

}



@keyframes scaleIn {

  from {

    opacity: 0;

    transform: scale(0.6);

  }

  to {

    opacity: 1;

    transform: scale(1);

  }

}



/* Responsive */

@media (max-width: 768px) {

}



/* =======================Choose========================= */



.pahals-why-us-section {

  background: #032c67;

  padding: 70px 0;

}



.pahals-why-heading-wrap {

  text-align: center;

  margin-bottom: 60px;

}



.pahals-why-heading-wrap h5 {

  font-family: "Inter";

  font-style: normal;

  font-weight: 500;

  font-size: 18px;

  color: #f8bf22;

}



.pahals-why-heading-wrap h2 {

  color: #fff;

  font-size: 60px;

  margin-top: 15px;

  font-family: "Momo Trust Display";

}



.pahals-why-card {

  border: 1px solid rgba(255, 255, 255, 0.2);

  border-radius: 20px;

  padding: 20px 20px;

  text-align: center;

  height: 100%;

  transition: 0.4s;

}



.pahals-why-card:hover {

  transform: translateY(-10px);

  border-color: #f0b323;

  background: rgba(255, 255, 255, 0.05);

}



.pahals-why-icon {

  width: 60px;

  margin: auto;

  margin-bottom: 10px;

}

.pahals-why-icon img {

  width: 100%;

}



.pahals-why-card h4 {

  color: #fff;

  font-size: 18px;

  margin-bottom: 15px;

}



.pahals-why-card p {

  color: #d8d8d8;

  font-size: 13px;

}



/* ===========================pop up================================== */

/* ── OVERLAY ──────────────────────────────── */

.modal-overlay {

  position: fixed;

  inset: 0;

  background: rgba(5, 15, 11, 0.75);

  backdrop-filter: blur(8px);

  -webkit-backdrop-filter: blur(8px);

  z-index: 1000;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 1.2rem;

  opacity: 0;

  pointer-events: none;

  transition: opacity 0.35s ease;

}



.modal-overlay.active {

  opacity: 1;

  z-index: 99999;

  pointer-events: all;

}



/* ── MODAL BOX ────────────────────────────── */

.modal-box {

  background: linear-gradient(145deg, #02093e 0%, #003a87 100%);

  border: 1px solid rgba(10, 160, 110, 0.22);

  border-radius: var(--radius);

  width: 100%;

  max-width: 560px;

  max-height: 90vh;

  overflow-y: auto;

  box-shadow:

    0 0 0 1px rgba(10, 160, 110, 0.08),

    0 40px 80px rgba(0, 0, 0, 0.55),

    0 0 60px rgba(10, 160, 110, 0.08);

  transform: translateY(40px) scale(0.97);

  transition:

    transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),

    opacity 0.35s ease;

  opacity: 0;

  scrollbar-width: thin;

  scrollbar-color: var(--brand) transparent;

}

.field-group {

  margin-bottom: 30px;

}

.modal-overlay.active .modal-box {

  transform: translateY(0) scale(1);

  opacity: 1;

}



/* ── MODAL HEADER ─────────────────────────── */

.modal-header-custom {

  position: sticky;

  top: 0;

  z-index: 10;

  background: linear-gradient(135deg, var(--brand) 0%, var(--brand-dark) 100%);

  border-radius: var(--radius) var(--radius) 0 0;

  padding: 1.6rem 2rem 1.4rem;

  display: flex;

  align-items: flex-start;

  justify-content: space-between;

  gap: 1rem;

}



.modal-header-custom::after {

  content: "";

  position: absolute;

  inset: 0;

  border-radius: inherit;

  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='30' cy='30' r='20'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")

    center/60px;

  pointer-events: none;

}



.modal-header-text .label {

  font-size: 0.7rem;

  font-weight: 500;

  letter-spacing: 0.16em;

  text-transform: uppercase;

  color: rgba(255, 255, 255, 0.75);

  margin-bottom: 0.3rem;

}



.modal-header-text h2 {

  font-family: "Inter";

  font-size: 1.65rem;

  color: #fff;

  margin: 0;

  line-height: 1.2;

}



.btn-close-custom {

  background: rgba(255, 255, 255, 0.15);

  border: 1px solid rgba(255, 255, 255, 0.2);

  color: #fff;

  width: 36px;

  height: 36px;

  border-radius: 50%;

  font-size: 1.15rem;

  display: flex;

  align-items: center;

  justify-content: center;

  cursor: pointer;

  flex-shrink: 0;

  transition:

    background 0.2s,

    transform 0.2s;

  line-height: 1;

}



.btn-close-custom:hover {

  background: rgba(255, 255, 255, 0.28);

  transform: rotate(90deg);

}



/* ── MODAL BODY ───────────────────────────── */

.modal-body-custom {

  padding: 2rem 2rem 1.6rem;

}



/* ── STEP INDICATOR ───────────────────────── */

.step-indicator {

  display: flex;

  align-items: center;

  gap: 0;

  margin-bottom: 2rem;

}



.step-dot {

  display: flex;

  flex-direction: column;

  align-items: center;

  position: relative;

  flex: 1;

}



.step-dot:not(:last-child)::after {

  content: "";

  position: absolute;

  top: 14px;

  left: 50%;

  width: 100%;

  height: 2px;

  background: rgba(10, 160, 110, 0.22);

  z-index: 0;

}



.step-dot.done::after {

  background: var(--brand);

}



.step-circle {

  width: 28px;

  height: 28px;

  border-radius: 50%;

  border: 2px solid rgba(10, 160, 110, 0.3);

  background: var(--dark);

  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 0.72rem;

  font-weight: 600;

  color: var(--text-muted);

  position: relative;

  z-index: 1;

  transition:

    background 0.3s,

    border-color 0.3s,

    color 0.3s;

}



.step-dot.active .step-circle {

  background: var(--brand);

  border-color: var(--brand);

  color: #fff;

  box-shadow: 0 0 0 5px var(--brand-glow);

}



.step-dot.done .step-circle {

  background: var(--brand);

  border-color: var(--brand);

  color: #fff;

}



.step-label {

  font-size: 0.67rem;

  color: var(--text-muted);

  margin-top: 0.4rem;

  text-align: center;

  font-weight: 500;

}



.step-dot.active .step-label {

  color: var(--brand);

}



/* ── SECTION TITLE ────────────────────────── */

.section-title {

  font-size: 0.7rem;

  font-weight: 600;

  letter-spacing: 0.14em;

  text-transform: uppercase;

  color: var(--brand);

  margin-bottom: 1rem;

  display: flex;

  align-items: center;

  gap: 0.5rem;

}



.section-title::before {

  content: "";

  display: inline-block;

  width: 18px;

  height: 2px;

  background: var(--brand);

  border-radius: 2px;

}



/* ── FORM CONTROLS ────────────────────────── */

.form-label {

  font-size: 0.8rem;

  font-weight: 500;

  color: var(--text-muted);

  margin-bottom: 0.45rem;

  display: block;

}



.form-control-custom,

.form-select-custom {

  width: 100%;

  background: rgba(10, 160, 110, 0.06);

  border: 1px solid rgba(10, 160, 110, 0.18);

  border-radius: 10px;

  color:#fff;

  padding: 0.7rem 1rem;

  font-family: "DM Sans", sans-serif;

  font-size: 0.92rem;

  outline: none;

  transition:

    border-color 0.22s,

    background 0.22s,

    box-shadow 0.22s;

  -webkit-appearance: none;

  appearance: none;

}



.form-control-custom::placeholder {

  color: rgba(141, 184, 165, 0.45);

}

.wpcf7 form .wpcf7-response-output{
  color: #fff;
}


.form-control-custom:focus,

.form-select-custom:focus {

  border-color: var(--brand);

  background: rgba(10, 160, 110, 0.1);

  box-shadow: 0 0 0 4px var(--brand-glow);

}



.form-select-custom {

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230aa06e' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");

  background-repeat: no-repeat;

  background-position: right 1rem center;

  padding-right: 2.5rem;

  cursor: pointer;

}



.form-select-custom option {

  background: #0e1c17;

  color: #f0faf5;

}



/* range slider */

.range-wrapper {

  position: relative;

}



input[type="range"] {

  -webkit-appearance: none;

  appearance: none;

  width: 100%;

  height: 5px;

  border-radius: 99px;

  background: rgba(10, 160, 110, 0.2);

  outline: none;

  cursor: pointer;

}



input[type="range"]::-webkit-slider-thumb {

  -webkit-appearance: none;

  width: 20px;

  height: 20px;

  border-radius: 50%;

  background: var(--brand);

  border: 3px solid #fff;

  box-shadow: 0 0 8px var(--brand-glow);

  transition: transform 0.2s;

}



input[type="range"]::-webkit-slider-thumb:hover {

  transform: scale(1.2);

}



.range-labels {

  display: flex;

  justify-content: space-between;

  font-size: 0.72rem;

  color: var(--text-muted);

  margin-top: 0.4rem;

}



.range-value {

  display: inline-block;

  background: var(--brand);

  color: #fff;

  font-size: 0.75rem;

  font-weight: 600;

  padding: 0.18em 0.7em;

  border-radius: 99px;

  margin-left: 0.5rem;

}



/* ── CHECKBOX CARDS ───────────────────────── */

.checkbox-cards {

  display: flex;

  flex-wrap: wrap;

  gap: 0.5rem;

}



.check-card {

  position: relative;

}



.check-card input {

  position: absolute;

  opacity: 0;

  width: 0;

  height: 0;

}



.check-card label {

  display: inline-flex;

  align-items: center;

  gap: 0.45rem;

  background: rgba(10, 160, 110, 0.06);

  border: 1px solid rgba(10, 160, 110, 0.18);

  border-radius: 8px;

  padding: 0.45rem 0.9rem;

  font-size: 0.82rem;

  color: var(--text-muted);

  cursor: pointer;

  transition:

    background 0.2s,

    border-color 0.2s,

    color 0.2s;

  user-select: none;

}



.check-card input:checked + label {

  background: var(--brand);

  border-color: var(--brand);

  color: #fff;

}



.check-card label:hover {

  border-color: var(--brand);

  color: var(--brand-light);

}



/* ── DIVIDER ──────────────────────────────── */

.form-divider {

  border: none;

  border-top: 1px solid rgba(10, 160, 110, 0.12);

  margin: 1.6rem 0;

}



/* ── SUBMIT BTN ───────────────────────────── */

.btn-submit {

  width: 100%;

  background: #ffff;

  color: #0550bc;

  border: none;

  border-radius: 12px;

  padding: 0.95rem 2rem;

  font-size: 1rem;

  font-weight: 600;

  letter-spacing: 0.02em;

  cursor: pointer;

  position: relative;

  overflow: hidden;

  transition:

    transform 0.2s,

    box-shadow 0.2s;

  margin-top: 0px;

}



.btn-submit::after {

  content: "";

  position: absolute;

  inset: 0;

  background: linear-gradient(

    90deg,

    transparent 0%,

    rgba(255, 255, 255, 0.12) 50%,

    transparent 100%

  );

  transform: translateX(-100%);

  transition: transform 0.55s ease;

}



.btn-submit:hover {

  transform: translateY(-2px);

  box-shadow: 0 12px 30px var(--brand-glow);

}

.btn-submit:hover::after {

  transform: translateX(100%);

}



.btn-submit:active {

  transform: translateY(0);

}



/* ── SUCCESS STATE ────────────────────────── */

.success-screen {

  display: none;

  flex-direction: column;

  align-items: center;

  text-align: center;

  padding: 3rem 2rem;

  animation: fadeUp 0.5s ease both;

}



.success-screen.show {

  display: flex;

}



.success-icon {

  width: 72px;

  height: 72px;

  border-radius: 50%;

  background: var(--brand);

  display: flex;

  align-items: center;

  justify-content: center;

  margin-bottom: 1.4rem;

  box-shadow: 0 0 0 14px var(--brand-glow);

  animation: popIn 0.5s cubic-bezier(0.22, 1, 0.36, 1) both;

}



@keyframes popIn {

  0% {

    transform: scale(0);

    opacity: 0;

  }

  100% {

    transform: scale(1);

    opacity: 1;

  }

}



.success-icon svg {

  width: 34px;

  height: 34px;

  stroke: #fff;

  stroke-width: 2.5;

  fill: none;

  stroke-linecap: round;

  stroke-linejoin: round;

}



.success-screen h3 {

  font-family: "Inter";

  font-size: 1.8rem;

  margin-bottom: 0.6rem;

}



.success-screen p {

  color: var(--text-muted);

  font-size: 0.95rem;

  max-width: 340px;

}



/* ── FOOTER NOTE ──────────────────────────── */

.modal-footer-note {

  text-align: center;

  font-size: 0.74rem;

  color: var(--text-muted);

  padding: 0 2rem 1.6rem;

  opacity: 0.7;

}



/* ── KEYFRAMES ────────────────────────────── */

@keyframes fadeUp {

  from {

    opacity: 0;

    transform: translateY(18px);

  }

  to {

    opacity: 1;

    transform: translateY(0);

  }

}



/* stagger form rows */

.stagger {

  animation: fadeUp 0.55s ease both;

}

.stagger:nth-child(1) {

  animation-delay: 0.05s;

}

.stagger:nth-child(2) {

  animation-delay: 0.1s;

}

.stagger:nth-child(3) {

  animation-delay: 0.15s;

}

.stagger:nth-child(4) {

  animation-delay: 0.2s;

}

.stagger:nth-child(5) {

  animation-delay: 0.25s;

}

.stagger:nth-child(6) {

  animation-delay: 0.3s;

}

.stagger:nth-child(7) {

  animation-delay: 0.35s;

}

.stagger:nth-child(8) {

  animation-delay: 0.4s;

}



/* ── RESPONSIVE ───────────────────────────── */

@media (max-width: 576px) {

  .modal-header-custom {

    padding: 1.3rem 1.2rem 1.1rem;

  }

  .modal-body-custom {

    padding: 1.4rem 1.2rem 1.2rem;

  }

  .modal-footer-note {

    padding-inline: 1.2rem;

  }

  .modal-header-text h2 {

    font-size: 1.3rem;

  }

}

@keyframes shake {

  0%,

  100% {

    transform: translateX(0);

  }

  20% {

    transform: translateX(-8px);

  }

  40% {

    transform: translateX(8px);

  }

  60% {

    transform: translateX(-5px);

  }

  80% {

    transform: translateX(5px);

  }

}


.wpcf7-submit{
  padding: 10px 22px;
    border-radius: 7px;
    background-color: #ddb048;
    border: none;
    color: #fff;
}
.wpcf7-submit:hover{
  background-color: #000;
}
.wpcf7-response-output{
  color: #000;
}

