@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Playfair Display:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url(classy-nav.css);

:root {
  --brand: #e2710e;
  --sub: black;
  --body: #516171;
  --border: rgba(0, 0, 0, 0.08);
  --shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

html,
body {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #111111;
  font-weight: 400;
  font-family: "Playfair Display", sans-serif;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #707070;
  font-weight: 400;
  line-height: 26px;
  text-align: justify;
}

li {
  list-style: none;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
}

a {
  color: var(--body);
  text-decoration: none;
}

a:hover {
  color: var(--brand);
  text-decoration: none;
}

.text-brand {
  color: var(--brand);
}

.background-brand {
  background-color: var(--brand);
}

.btn-brand {
  background-color: var(--brand);
  color: white;
}

.btn-brand:hover {
  background-color: white;
  color: var(--brand);
  border: 1px solid var(--brand);
}

img {
  max-width: 100%;
  height: auto;
}

.hero-header {
  background-color: #f7f8fa;
}


/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 45px;
  bottom: 45px;
  z-index: 99;
  background-color: var(--sub);
  color: white;
}

.back-to-top:hover {
  color: white;
}

/* Float Icons */
/* Float Icons */
.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 110px;
  left: 20px;
  background-color: var(--brand);
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.float-2 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  left: 20px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}


.my-float {
  margin-top: 16px;
}

.float:hover {
  color: var(--brand);
  background-color: white;
  border: 1px solid var(--brand);
}

.float-2:hover {
  color: #25d366;
  background-color: white;
  border: 1px solid #25d366;
}

/* ============== cta-sectinomn =================  */
/* RESET */
.ctaX-container,
.ctaX-container * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



/* CONTAINER */
.ctaX-container {
  width: 100%;
  max-width: 90%;
  padding: 60px 40px 60px 100px;
  margin: 40px auto;
  text-align: left;
  background: #fff;


}

/* MAIN HEADING */
.ctaX-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  margin-bottom: 25px;
}

/* IMAGE ROTATION WRAPPER */
.ctaX-animated-images {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  margin: 0 8px;
}

/* EACH IMAGE */
.ctaX-animated-images img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  opacity: 0;
  transition: all 0.6s ease-in-out;
  height: 60px;
  width: 60px;
  object-fit: contain;
}

/* ACTIVE IMAGE */
.ctaX-animated-images img.ctaX-active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* SUBTEXT */
.ctaX-subtext {
  font-size: 18px;
  color: #555;
  margin-bottom: 12px;
  line-height: 1.6;
}

/* LINK */
.ctaX-link {
  font-size: 17px;
  color: #444;
  line-height: 1.6;
}

.ctaX-link a {
  color: #000;
  text-decoration: none;
  border-bottom: 2px solid #000;
  transition: opacity 0.3s ease;
}

.ctaX-link a:hover {
  opacity: 0.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .ctaX-container {
    padding: 0;
  }

  .ctaX-heading {
    font-size: 32px;
  }

  .ctaX-animated-images {
    width: 45px;
    height: 45px;
  }

  .ctaX-animated-images img {
    height: 45px;
    width: 45px;
  }

  .ctaX-subtext {
    font-size: 16px;
  }

  .ctaX-link {
    font-size: 15px;
  }
}

/* ===banner section  */
/* HERO SECTION */
.static-hero {
  position: relative;
  padding: 3rem 2rem 2rem;
  /* background: url("../images/static/static-banner.jpg") center/cover no-repeat; */
  overflow-x: hidden;
}

/* BLACK OVERLAY BEHIND CONTENT */
.static-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.30);
  z-index: 1;
  /* keeps overlay behind the text */
}

/* CONTENT ON TOP OF OVERLAY */
.static-container {
  position: relative;
  z-index: 2;
  /* ensures content is above overlay */
  max-width: 1400px;
  margin: 0 auto;
}

/* Header Layout */
.static-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 2rem;
  gap: 2rem;
}

/* Main Heading */
.static-main-heading {
  flex: 1;
}

.static-heading-line {
  font-size: clamp(2.8rem, 5vw, 6rem);
  font-weight: 600;
  color: white;
  line-height: 1.12;
  letter-spacing: -0.02em;
}

/* Side Content */
.static-side-content {
  max-width: 400px;
}

.static-side-text {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.01em;
  margin-bottom: 1.5rem;
}

.static-explore {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  display: inline-block;
}

.static-explore:after {
  content: " →";
  transition: 0.3s ease;
}

.static-explore:hover:after {
  transform: translateX(5px);
}

/* Ticker */
.static-ticker-wrapper {
  margin: 3rem 0 2rem;
  overflow: hidden;
}

.static-ticker {
  display: flex;
  gap: 2rem;
  animation: static-scroll 30s linear infinite;
  white-space: nowrap;
}

.static-ticker-item {
  color: #fff;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.static-ticker-item::after {
  content: "✱";
  color: #fff;
}

@keyframes static-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 900px) {
  .static-header {
    flex-direction: column;
  }
}

.static-heading-line-sub {
  font-family: "Playfair Display", serif;
  /* cursive/italic luxury style */
  font-style: italic;
  font-weight: 500;
  color: #ff8c28;
  /* your orange color */
}

/* Mobile override */
@media (max-width: 768px) {
  .static-heading-line {
    font-size: clamp(2rem, 6vw, 3.4rem);
  }
}

/* ======================== service section ================================================ */
/* service about */

.sep-about-icon {
  background-color: rgb(32, 32, 32);
}

/* .serv-image{
    object-fit: contain;
     box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
} */

.serv-image {
  height: 470px !important;
  /* height: 80px; */
  object-fit: cover;
  object-position: center !important;
  border-radius: 12px !important;
}


@media (max-width:768px) {
  .serv-image {
    object-fit: cover;
    border-radius: 12px !important;
    height: 300px !important;
    /* box-shadow: 5px 5px 10px rgba(0, 0, 0, 0); */
  }
}



/* ===============================
    why choose us
================================== */
.feature-section {
  position: relative;
  background-image: linear-gradient(rgba(0, 0, 0, 0.389), rgba(0, 0, 0, 0.4)), url("../images/service-why-chose.jpg");
  background-blend-mode: overlay;
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 30px;
}

@media (max-width:768px) {
  .feature-section {
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 30px;
  }

  .section-title h2 {
    font-size: 35px;
    text-align: center;
    margin-bottom: 30px;
  }
}

.single-feature {
  margin-bottom: 65px;
}

@media only screen and (min-width: 1400px) {
  .single-feature {
    padding-right: 65px;
  }
}

.single-feature:hover .feature-icon::before {
  background: var(--brand);
}


.single-feature:hover .feature-icon i {
  color: #fff;
}

.single-feature .feature-icon {
  width: 62px;
  height: 66px;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.single-feature .feature-icon::before,
.single-feature .feature-icon::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background-color: var(--brand);
  border-color: var(--brand);
  transform: skew(-3deg);
}

.single-feature .feature-icon::before {
  background: #ffffff;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
}

.single-feature .feature-icon::after {
  background: transparent;
  border: 2px solid #ffffff;
  top: 8px;
  left: -8px;
  z-index: -2;
}

.single-feature .feature-icon i {
  font-size: 40px;
  color: black;
  transition: all 0.3s ease-out 0s;
}

.single-feature .feature-content h4 {
  margin-bottom: 15px;
}

/* ============== home page button ==================  */
/* Safe CTA Button - Unique Class Names */
.service-button-l {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  cursor: pointer;
}

.service-button-l-text {

  letter-spacing: 3px;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--brand);
  position: relative;
  font-weight: bold;
}

.service-button-l:hover .service-button-l-text {
  color: #000;
}

/* Icon */
.service-button-l-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
  color: var(--brand);
}

.service-button-l:hover .service-button-l-icon {
  transform: rotate(0deg);
}


/* Rotate icon on hover */
.service-button-l .service-button-l-icon {
  transform: rotate(45deg);
}

/* Underline animation */
.hover-underline-animation-l::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: var(--brand);
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.service-button-l:hover .hover-underline-animation-l::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* ======================  */
/* Default / Laptop / Desktop */
.service-about {
  min-height: 500px;
}

/* Mobile – up to 460px */
@media (max-width: 460px) {
  .service-about {
    min-height: 300px;
  }
}