* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: white !important;
}


@font-face {
    font-family: 'Geraldton';
    src: url('../fonts/Geraldton-Regular.woff2') format('woff2'),
        url('../fonts/Geraldton-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geraldton';
    src: url('../fonts/Geraldton-Medium.woff2') format('woff2'),
        url('../fonts/Geraldton-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cinzel';
    src: url('../fonts/Cinzel-Black.woff2') format('woff2'),
        url('../fonts/Cinzel-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cinzel';
    src: url('../fonts/Cinzel-Bold.woff2') format('woff2'),
        url('../fonts/Cinzel-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cinzel';
    src: url('../fonts/Cinzel-Medium.woff2') format('woff2'),
        url('../fonts/Cinzel-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cinzel';
    src: url('../fonts/Cinzel-SemiBold.woff2') format('woff2'),
        url('../fonts/Cinzel-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}



dl,
ol,
ul {
  padding: 0;
  margin: 0;
}

li {
    font-family: 'Geraldton';
  list-style: none;
}

a {
  font-family: 'Geraldton';
  text-decoration: none;
}

p,
li {
  font-family: 'Geraldton';
  font-size: 15px;
  color: #494949;
  font-weight: 500 !important;
}

h1,
h2 {
  font-family: 'Cinzel';
}

h3,
h4,
h5,
h6 {
  font-family: 'Cinzel';
  color: #000;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.625rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.3rem;
}

h6 {
  font-family: 'Geraldton';
}

.pt-6 {
  padding-top: 60px;
}

.pb-6 {
  padding-bottom: 60px;
}

:root {
  --primary-color: #bc8c3d;
  --secondary-color: #0e2a4b;
  --black-color: #000;
  --white-color: #fff;
}

.text-blue{
  color: var(--primary-color) !important;
}
.text-pink{
  color: var(--secondary-color) !important;
}

img {
  width: 100%;
  max-width: 100%;
  transition: 0.4s ease;
}
.text-primary {
  color: #19184d !important;
}

.info-text a {
  margin: 0;
  font-size: 16px;
  color: #be954b;
  font-weight: 400;
}
.header-top {
  width: 100%;
  padding: 6px 0px;
  background-color: var(--primary-color);
}
.header-contact ul li {
  display: flex;
  margin: 0 20px 0 0;
}
.footer-social ul li {
  display: inline-block;
  margin: 0 3px 0 0;
}
.footer-social ul li a {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 13px;
  border: 1px solid var(--primary-color);
  transition: 0.4s;
}
.header-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #000000;
  font-size: 15px;
}
.footer-social.header-icon {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header-contact ul {
  display: flex;
  align-items: center;
}

nav.navbar {
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  /* padding: 0; */
  position: relative;
  z-index: 9999999;
  width: 100% !important;
  top: 0;
  background: white;
}
.navbar-mean ul {
  display: flex;
}

.navbar-mean ul li {
  padding: 12px 16px;
  transition: 0.3s;
}
a.navbar-brand img {
  width: 200px;
  /* padding: 10px 0px; */
}

.nav-btn-in {
  margin-left: 50px;
  padding: 10px;
}
.navbar-btn a {
  background: #1fa8aa;
  color: #ffffff;
  padding: 10px 32px;
  border-radius: 12px;
  /* font-weight: 600; */
  font-size: 15px;
}
.navbar-btn i {
  margin-left: 6px;
}
.nav-btn-in span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #a92024;
}
.nav-btn-in a {
  color: black;
}
.contact-info i {
  margin-right: 5px;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
  background: #b67a3d;
  padding: 6px;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
a.nav-link {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500 !important;
}
.navbar-box {
  width: 100%;
  /* background: #ffffff; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* padding: 6px 24px; */
  /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
  border-radius: 0px 0px 20px 20px;
}

section.hero-sec {
  position: relative;
  /* top: -80px; */
}

.swiper-slide {
  background-size: cover;
  background-position: center;
  position: relative;
}

.overlay {
  background-color: rgb(0 0 0 / 0%);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* content on right */
  padding: 0 10%;
}

.slide-container.right {
  color: white;
  max-width: fit-content;
  text-align: center;
}

.header-btn {
  display: inline-block;
  padding: 8px 20px;
  background: var(--primary-color);
  color: #ffffff;
  text-decoration: none;
  /* font-weight: 600; */
  border-radius: 12px;
}

.swiper-button-prev,
.swiper-button-next {
  color: #fff;
}
.slide-container.right p {
  color: #2e2e2e;
}
.content {
  width: 60%;
  /* padding: 30px; */
  text-align: left;
  /* background: #ffffff; */
  margin: 100px auto 70px;
  border-radius: 10px;

  text-align: center;
}


.header-btn {
  background: linear-gradient(to right, #bb8a2d, #ffde9f, #d4af37);
  color: #000000; /* optional: white text on hover */
  border-radius: 30px !important;
}

/* Hover Effect */
.header-btn:hover {
  background: linear-gradient(to right, #d4af37, #ffe4b2, #bb8a2d) ;
  color: #000000; /* optional: white text on hover */
}

.info-icon i{
 background: linear-gradient(to right, #d4af37, #ffe4b2, #bb8a2d) ;
  transition: all 0.3s ease;
  padding: 8px;
  border-radius: 50%;
  color: white;
  font-size: 14px !important;
}
.info-text {
    margin-left: 10px;
}

.heading {
  font-size: 46px;
  font-weight: 600;
  text-align: center;
}

.heading .blue {
  color: #0d2346; /* dark navy */
}

.heading .gold {
  background: linear-gradient(to right, #d4af37, #bb8a2d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent;
}

.footer {
  border-top: 1px solid #000000;
  /* border-bottom: 1px solid #ddd; */
  padding: 60px 0px;
  color: #0d2346;
  background: #f9f9f9;
  margin-top: 60px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.footer-logo img {
  width: 40px;
  height: auto;
}

.gold-text {
  font-weight: 600;
  background: linear-gradient(to right, #d4af37, #bb8a2d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.newsletter-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.newsletter-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}

.newsletter-form input[type="email"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #bbb;
  border-radius: 6px;
  margin-bottom: 10px;
}

.newsletter-check {
  margin: 10px 0;
  font-size: 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  align-content: center;
}

.btn-gradient {
  background: linear-gradient(to right, #d4af37, #bb8a2d);
  color: #0d2346;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.btn-gradient:hover {
  background: linear-gradient(to right, #bb8a2d, #d4af37);
  color: #fff;
}

.footer-right h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.footer-links li,
.footer-contact li {
  margin-bottom: 8px;
  font-size: 15px;
}

.footer-links a {
  text-decoration: none;
  color: #0d2346;
}

.footer-links a:hover {
  color: #bb8a2d;
}

.footer-contact i {
  color: #bb8a2d;
  margin-right: 8px;
}

.footer-bottom {
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
}

.social-icons a {
  margin-left: 15px;
  color: #0d2346;
  font-size: 18px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #bb8a2d;
}

.footer-logo img {
    width: 249px !important;
}
.footer-left {
    /* width: 99%;
    border-right: 1px solid #000000; */
    padding-right: 100px;
}
.about-section {
  padding: 80px 50px;
  background: #fff;
}

.about-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

.about-images {
  position: relative;
  flex: 1;
}

.about-images .img-large {
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
  margin-left: 60px;
  margin-top: 60px;
}

.about-images .img-small {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 220px;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}

.about-content {
  flex: 1;
}

.about-content h2 {
  font-size: 26px;
  font-weight: 600;
  color: #0d2346;
  margin-bottom: 15px;
  line-height: 1.4;
}

.about-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #555;
}

.btn-gradient {
  background: linear-gradient(to right, #d4af37, #bb8a2d);
  color: #0d2346;
  padding: 12px 26px;
  border: none;
  border-radius: 9999px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
}

.btn-gradient:hover {
  background: linear-gradient(to right, #bb8a2d, #d4af37);
  color: #fff;
}

section.about-sec {
    position: relative;
}


/* Section Title */
.section-title {
  font-size: 32px;
  font-weight: 600;
  color: #0d2346;
}
.section-title span {
  color: #b58a35; /* gold color */
}
.underline {
  width: 70px;
  height: 3px;
  background: #b58a35;
  margin: 10px auto 30px;
}

/* Project Card */
.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  cursor: pointer;
  box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  margin-bottom: 24px;
}

.project-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.5s ease;
}

/* Overlay */
.project-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 35, 70, 0.9); /* dark blue */
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.5s ease;
  text-align: center;
  padding: 20px;
}

.project-card .overlay h3 {
  font-size: 20px;
  font-weight: 600;
  color: white;
}

.project-card .overlay p {
  font-size: 14px;
  margin-top: 10px;
  color: #e5c14c; /* gold */
}

/* Hover Effect */
.project-card:hover img {
  transform: scale(1.1);
}
.project-card:hover .overlay {
  opacity: 1;
}

/* Active Blue Card (Middle One) */
.bg-blue {
  background: #0d2346;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-blue .overlay.active {
  opacity: 1;
  position: relative;
  background: transparent;
}

/* Gradient Button */
.btn-gradient {
  background: linear-gradient(to right, #d4af37, #bb8a2d);
  color: #0d2346;
  padding: 12px 26px;
  border: none;
  border-radius: 10px !important;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
  width: 100%;
}

.btn-gradient:hover {
  background: linear-gradient(to right, #bb8a2d, #d4af37);
  color: #fff;
}
section.recent-projects.pt-6.pb-6 {
    background: #ffffff30;
}


.testimonial-text {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}

.author-img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.custom-prev,
.custom-next {
  width: 40px;
  height: 40px;
  background: #f1f1f1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d2346;
  font-size: 18px;
  cursor: pointer;
  margin-right: 10px;
}

.custom-prev::after,
.custom-next::after {
  font-size: 16px;
  color: #0d2346;
}

.testimonial-img {
  max-width: 100%;
  border-radius: 8px;
}
.testimonial-nav{
  position: absolute;
  bottom: 200px;
  left: 46%;
  transform: translateY(-50% -50% );
}
section.testimonial-section.py-5 {
    position: relative;
}
.navbar-mean ul li .sub-menu {
    opacity: 0;
    visibility: visible;
    position: absolute;
    background: #ffffff;
    display: block;
    transform: translateY(20px);
    transition: 0.4s;
    border-top: 1px solid var(--primary-color);
    padding: 1px;
}
.navbar-mean ul li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.navbar-mean ul {
    display: flex;
}
.sub-menu {
    top: 55px;
    width: 240px;
    padding: 0px;
    background: var(--tcr-white-color);
    border-radius: 0PX;
    border: 1px solid #f3f3f3;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}

.contact-section {
      display: flex;
      width: 100%;
      max-width: none;
      background: #fff;
      /* border-radius: 15px; */
      overflow: hidden;
      /* box-shadow: 0px 4px 20px rgba(0,0,0,0.1); */
    }

    .contact-img {
      flex: 1;
      background: url('../images/servies-3.png') no-repeat center center/cover;
      min-height: 500px;
    }

    .contact-form {
      /* flex: 1; */
      padding: 50px 40px;
      width: 50%;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .contact-form h2 {
      font-size: 32px;
      margin-bottom: 20px;
      font-weight: 600;
      color: #0b2545;
    }

    .contact-form h2 span {
      color: #c89b3c;
    }

    .form-row {
      display: flex;
      gap: 15px;
      margin-bottom: 20px;
    }

    .form-row input,
    .form-row textarea {
      width: 100%;
      padding: 12px 15px;
      border: none;
      outline: none;
      background: #f7f7f7;
      border-radius: 8px;
      font-size: 14px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    }

    textarea {
      height: 120px;
      resize: none;
    }

    .btn-submit {
      display: inline-block;
      width: 100%;
      padding: 12px;
      border: none;
      border-radius: 8px;
      font-size: 16px;
      cursor: pointer;
      background: linear-gradient(to right, #c89b3c, #805a27);
      color: #fff;
      transition: 0.3s;
    }

    .btn-submit:hover {
      opacity: 0.9;
    }
    section.testimonial-section {
    position: relative;
}
.inner-pages-breadcrumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background: linear-gradient(90deg, var(--primary-color) 35.77%, rgba(143, 143, 143, 0) 99.85%);
    z-index: 2;
}
.inner-pages-breadcrumb img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.breadcrumb-box {
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
}
h3.breadcrumb-title {
    color: #ffffff;
    font-size: 42px;
}
.breadcrumb-list span, .breadcrumb-list span a, .breadcrumb-list h3 {
    color: white;
}


.contact-left a {
  color: #424242;
}
.contact-left .link-text {
  width: 80% !important;
}
.contact-left .link-text span {
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.contact-inner .contact-form-main {
  background-color: #ffffff;
}
.contact-inner .contact-form input,
.contact-inner .contact-form select {
  padding: 10px;
  margin: 0;
}
.contact-form-box {
  background: #ffffff1a;
  padding: 50px 30px;
  border-radius: 10px;
}

.footer_contact {
  padding: 0;
}

.footer_contact li {
  display: flex;
  /* justify-content: space-between; */
  /* align-items: center; */
  font-size: 14px;
  margin: 0px 0 9px 0;
}

.link-icon {
  width: 36px;
  height: 36px;
  background-color: var(--primary-color);
  display: grid;
  place-items: center;
  font-size: 15px;
  border-radius: 50%;
  color: #fff;
}

.link-text {
  width: 73%;
  margin-left: 20px;
  color: #000000;
  font-size: 15px;
}

.link-text span {
  color: #fff;
  font-size: 15px;
}

.link-text a {
  color: #0a0a0a;
  font-size: 16px;
  transition: all 0.5s;
}
.text-brown {
  color: var(--primary-color) !important;
}

section.hero-sec img {
    width: 100%;
    height: 600px;
}
.overlay-my {
    position: absolute;
    z-index: 99;
}
