@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Cinzel:wght@400;500;600;700&display=swap');
*{
   margin: 0px;
   padding: 0px; 
}

{
    margin: 0px;
    padding: 0px;
    outline: none;
    line-height: inherit;
    box-sizing: border-box;
}

:root {
  --font-heading: "Cinzel", serif;
  --font-body: "Poppins", sans-serif;
  --color-primary: #c56b86;
  --color-accent: #d9a441;
  --color-dark: #2b1b22;
  --color-light: #fff8f9;
}
a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}

body {
  font-family: var(--font-body);
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: var(--color-dark);
}

section.about-sec .section-wrap {
    text-align: left;
}

section.about-sec .section-wrap h2.section-title {
    text-align: left;
    border-bottom: 2px solid #cba063;
    display: inline;
}

section.about-sec .section-wrap figure.border-img {text-align: left;}
.section-title {
  font-family: var(--font-heading);
  font-size: 36px;
  color: #000000;
  text-align: center;
  margin-bottom: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

textarea {
    overflow: hidden;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%
}

ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

li {
    list-style: none;
}

figure {
    margin-bottom: 0;
}

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

button {
    outline: none;
    cursor: pointer;
}

p {
    margin: 0px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    line-height: 30px;
}
.container {
    max-width: 1366px;
}
html {
  scroll-behavior: smooth;
}

.btn-primary {
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 500;
  padding: 12px 28px;
  border-radius: 999px;
  border: none;
  outline: none;
  cursor: pointer;
  background: linear-gradient(135deg, #c56b86, #d9a441);
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}

.btn-primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.2);
}

.btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}
.button-banner {
  display: flex;
  gap: 20px;
  justify-content: center;
  position: relative;
}

/* Base button */
.btn-outline {
  position: relative;
  padding: 14px 38px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #000000;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
  text-transform: uppercase;
  cursor: pointer;
  background: #000;
}

/* background fill animation */
.btn-outline::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgb(255 255 255), #fff);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
  z-index: -1;
}


.btn-outline:hover {
  color: #ffffff;
}

.btn-outline:hover::after {
  transform: scaleX(1);
}

.btn-outline:hover::before {
  transform: scale(1);
  opacity: 1;
}



/* ----------------------------------------
header css start here
---------------------------------------- */
.top-header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.top-header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0px;
}

.top-left ul {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
}

.top-right ul {
    display: flex;
    justify-content: end;
    gap: 16px;
}

.top-left ul li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.top-right ul li a {
    display: block;
    width: 42px;
    height: 42px;
    background: #edbc79;
    text-align: center;
    line-height: 46px;
    border-radius: 50px;
    font-size: 20px;
}

.top-right ul li a i {
    color: #fff;
}


.top-left ul,
.top-right ul {
    display: flex;
    gap: 18px;
    align-items: center;
    margin: 0;
    padding: 0;
}
.top-left ul {
    gap: 50px;
}
.top-left ul li,
.top-right ul li {
    list-style: none;
}
.top-left ul li a:hover {
    color: #edbc79;
}
.navbar-brand img {
    width: 180px;
}
.top-header .navbar-nav li a {
    color: #ffffff;
    font-size: 16px;
    padding: 0px 30px !important;
    font-weight: 400;
    text-transform: uppercase;
}

.video-sec video {
    object-fit: cover;
    display: block;
}
section.banner-sec {
    padding: 365px 0px;
    position: relative;
    background-size: cover !important;
}
/* ----------------------------------------
header css end here
---------------------------------------- */


/* -----------------------------------
banner section css start here
-------------------------------------- */
section.banner-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    inset: 0;
    background: linear-gradient(to right, rgb(0 0 0 / 39%) 0%, rgb(0 0 0 / 0%) 40%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgb(0 0 0 / 35%));
}
section.banner-sec .carousel-inner {
    overflow: visible;
}
section.banner-sec .carousel  .carousel-inner .video-sec {
    position: relative;
}

section.banner-sec .carousel  .carousel-inner .video-sec:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    inset: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.75) 0%, rgb(0 0 0 / 62%) 40%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgb(0 0 0 / 1%));
}
section.banner-sec .carousel{
    position: relative;
    z-index: 2;
}




section.banner-sec .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 3;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-text {
    padding: 0px;
    text-align: center;
    border-radius: 0px;
    position: relative;
    margin-top: 80px;
}
.banner-text h1 {
    font-weight: 600;
    font-size: 56px;
    color: #ffffff;
    font-family: var(--font-heading);
    text-transform: uppercase;
    line-height: 70px;
    letter-spacing: 3px;
    margin-bottom: 0px;
}

.banner-text p {
    color: #ffffff;
    font-weight: 400;
    line-height: 25px;
    margin: 20px 0px 40px;
    font-style: oblique;
    font-size: 18px;
}
.pt-60{
    padding-top: 60px;
}
.pb-60{
    padding-bottom: 60px;
}
/* -----------------------------------
banner section css end here
-------------------------------------- */

/* ---------------------------------
about us section css start here
--------------------------------- */
.border-img {
    display: block;
    text-align: center;
}
.about-text p:last-child {
    margin-bottom: 0px;
}
.section-wrap {
    margin-bottom: 20px;
}

.about-text {
    text-align: center;
}

.about-text p {
    margin-bottom: 20px;
    text-align: left;
}
/* ---------------------------------
about us section css end here
--------------------------------- */


/* ---------------------------------
services section css start here
--------------------------------- */
section.our-philosophy {
    padding: 100px  0px;
}

section.our-philosophy .section-wrap h4 {
    text-align: center;
    font-size: 21px;
    color: #121111;
    font-weight: 400;
    max-width: 952px;
    margin: 0 auto;
    line-height: 35px;
    margin-top: 15px;
}

section.our-philosophy .section-wrap {
    margin: 0px;
    position: relative;
    z-index: 1;
}

section.our-philosophy {
    position: relative;
}

section.our-philosophy:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f2c17d2e;
}

============================ */
.service-minimal-card {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 14px;
    padding: 15px;
    text-align: center;
    transition: 0.35s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* IMAGE CONTAINER */
.service-minimal-card figure {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 0px;
}

.service-minimal-card figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    transition: 0.3s ease;
}
.service-minimal-card:hover figure img {
    transform: scale(1.08);
}

.service-minimal-card:hover {
    border-color: #d5d5d5;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
}

.service-minimal-card h3 {
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 500;
    color: #222;
    margin: 0;

    /* Equal height title block */
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.services-carousel .owl-stage,
.services-carousel .owl-item {
    /* display: flex; */
}

.services-carousel .owl-item .item {
    height: 100%;
}
.services-carousel .owl-prev-custom, .owl-next-custom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #e7d9c9;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.services-carousel .owl-prev-custom:hover, .owl-next-custom:hover {
    background: #f9f3ec;
    border-color: #d4b89c; 
}


.services-carousel .w-arrow {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-top: 2px solid #c2a384;
    border-right: 2px solid #c2a384;
    transform: rotate(45deg);
    transition: 0.3s;
}

.services-carousel .w-arrow.left {
    transform: rotate(-135deg);
}

.services-carousel .w-arrow.right {
    transform: rotate(45deg);
}
.services-carousel .owl-prev-custom:hover .w-arrow,
.owl-next-custom:hover .w-arrow {
    border-color: #a8815f; 
}
.services-carousel .owl-nav {display: flex;justify-content: center;align-items: center;margin-top: 30px;gap: 24px;}
.services-carousel .owl-nav button.owl-prev span.owl-prev-custom i.w-arrow.left {
    margin-left: 6px;
}

.services-carousel .owl-nav button.owl-next span.owl-next-custom i.w-arrow.right {
    margin-right: 4px;
}
/* ---------------------------------
services section css end here
--------------------------------- */

.why-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* CARD */
.why-card {
    background: #fff;
    border-radius: 18px;
    padding: 25px 25px;
    text-align: center;
    border: 1px solid #e8e0d8;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    position: relative;
    overflow: hidden;
    transition: 0.3s ease;
}

/* elegant wedding shape behind card */
.why-card::before {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    background: url('../images/wedding-shape.png') no-repeat center/contain;
    opacity: 0.10;
    right: -20px;
    top: -20px;
}

.why-icon img {
    width: 80px;
}

.why-card h3 {
    font-size: 20px;
    margin-top: 15px;
    color: #000000;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 10px;
}

.why-card p {
    font-size: 16px;
    color: #000;
    margin-top: 8px;
    line-height: 25px;
}

.why-card:hover {
    border-color: #c9b28a;
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
}

@media (max-width: 991px) {
    .why-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .why-card-grid {
        grid-template-columns: 1fr;
    }
}

/* --------------------------------
destination-sec section start here
---------------------------------- */
section.destination-sec {
    background-size: cover !important;
}
section.destination-sec {
    padding: 0px;
}
.destination-box {
    box-shadow: rgb(0 0 0 / 18%) 0px 3px 8px;
    padding: 0px;
    position: relative;
}

.destination-wrap .item {
    margin: 10px;
}

.destination-box h3 {
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: #000000ed;
    width: 100%;
    color: #fff;
}

.destination-box h3 i {
    margin-right: 10px;
    font-size: 17px;
}

.destination-box figure {
    height: 400px;
}
section {
    padding: 80px 0px;
}

/* --------------------------------
destination-sec section end here
---------------------------------- */
section.credentials-sec .section-wrap {
    text-align: left;
}

section.credentials-sec .section-wrap h2 {
    color: #edbc79;
    text-align: left;
    letter-spacing: 5px;
}

section.credentials-sec .section-wrap p {
    color: #fff;
}
section.credentials-sec {
    background-size: cover !important;
    background-position: 32% 10% !important;
    position: relative;
}


section.credentials-sec .section-wrap {
    margin-bottom: 0px;
}

.rank-item img {
    width: 350px !important;
    margin: 0 auto;
    bottom: 0;
}

.rank-item {
    text-align: center;
    display: block;
    margin-left: 100px;
    margin-top: 0;
    position: relative;
}




.call-wrap {
    text-align: center;
    position: relative;
}

.call-wrap h5 {
    font-size: 36px;
    color: #000000;
    font-weight: 900;
    line-height: 46px;
    margin-bottom: 15px;
    font-family: var(--font-heading);
    margin-bottom: 32px;
}
.cta-text {
    position: absolute;
    right: 0;
    max-width: 800px;
    margin: 0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.call-wrap figure img {
    border-radius: 0px;
}




.contact-wedding-section {
    background: #f1f0ec;
}

.contact-subtitle {
    letter-spacing: 2px;
    font-size: 14px;
    color: #9a7b7b;
}

.contact-title {
    font-family: "Georgia", serif;
    font-size: 32px;
    color: #2d2d2d;
    line-height: 1.3;
}

.wedding-img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.wedding-form input,
.wedding-form textarea {
    border: none;
    border-bottom: 1px solid #d8c8c8;
    border-radius: 0;
    padding-left: 0;
    font-size: 16px;
    background: transparent;
    padding: 16px 0px;
    text-transform: capitalize;
}

.wedding-form input:focus,
.wedding-form textarea:focus {
    box-shadow: none;
    border-bottom: 1px solid #b28b8b;
    background: transparent;
}

.cta-send-btn {
    background: #edbc79;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 4px;
    letter-spacing: 1px;
    transition: 0.3s;
    font-weight: 500;
    display: inline-block;
}

.cta-send-btn:hover {
    background: #ffffff;
    color: #080808;
}
.wedding-img-left {
    border-bottom-left-radius: 50px;
}

.wedding-img-right {
    border-bottom-right-radius: 50px;
}
.wedding-form input::placeholder, .wedding-form textarea::placeholder {
    color: #3c3b3b;
}



.faq-section {
    background: #fff;
}

.faq-subtitle {
    font-size: 14px;
    letter-spacing: 2px;
    color: #c98c65;
    font-weight: 500;
}

.faq-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000;
}

.faq-desc {
    color: #555;
    font-size: 16px;
    margin-bottom: 25px;
}

.faq-btn {
    background: #00796b;
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.faq-btn:hover {
    background: #005f52;
}

/* Accordion Styling */
.faq-accordion .accordion-item {
    border: 1px solid #edbc79;
    border-radius: 12px;
    margin-bottom: 15px;
}
.faq-accordion .accordion-item:last-child {
    margin: 0px;
}
.faq-accordion .accordion-button {
    font-size: 20px;
    font-weight: 500;
    padding: 18px 20px;
    background: #fff;
    color: #000;
    border-radius: 12px !important;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #000000;
    background: #fae2c1;
    border-radius: 12px;
}

.faq-accordion .accordion-button:focus {
    box-shadow: none;
}

.faq-accordion .accordion-body {
    padding: 15px 20px;
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    font-weight: 300;
}
.faq-accordion .accordion-button:not(.collapsed) {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}


section.faq-section .section-wrap h2 {
    text-align: left;
}

section.faq-section .section-wrap h3 {
    font-size: 30px;
    margin: 15px 0px;
    font-weight: 300;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0);
}



.wedding-footer {
    background: url('../images/bg5.png') no-repeat center/cover;
    position: relative;
    background-position: center;
}

.footer-overlay {
    background: rgb(0 0 0 / 94%);
    width: 100%;
    height: 100%;
    padding: 80px 0px 0px;
}

.footer-title {
    color: #fff;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
}

.footer-heading {
    color: #fff;
    font-size: 18px;
    margin-bottom: 18px;
    font-weight: 500;
}

footer p {
    color: #ffffff;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 400;
}

.footer-border {
    border-right: 1px solid rgb(255 255 255 / 68%);
    =: 20px;
    padding-left: 34px;
}

.footer-social a {
    color: #fff;
    margin-right: 18px;
    font-size: 20px;
    transition: 0.3s;
}

.footer-social a:hover {
    color: #d6b56a; 
}
.footer-logo figure img {
    width: 250px;
    filter: brightness(0) invert(1);
}
footer p a {
    color: #fff;
}

footer p a:hover {
    color: #fff;
}


.footer-social a {
    width: 42px;
    height: 42px;
    display: inline-block;
    border: 2px solid #ffffff;
    text-align: center;
    line-height: 42px;
    border-radius: 50px;
}

.footer-social a:hover {
    background: #edbc79;
    border-color: #edbc79;
    color: #fff;
}

footer p:hover a {
    color: #edbc79;
}

/*.hero-section{
    background: url("..//images/banner3.png") no-repeat center;
    background-size: cover;
    min-height: 100vh;
}*/

@media (max-width: 993px){
    .hero-section{
        background: url("..//images/banner3-mobile.png") no-repeat center;
        background-size: cover;
    }
}


/* whats app css */
.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #42db87;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #42db87;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}


.text_icon {
  margin-top: 8px;
  color: #5f5d5d;
  font-size: 13px;
}
/* whats app css */





.experience-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 35px;
  margin: auto;
  margin-top: 30px;
}

.exp-card {
  position: relative;
  padding: 45px 25px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(12px);
  overflow: hidden;
  transition: transform 0.4s ease;
  text-align: center;
}

/* animated border */
.exp-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(120deg, #8d8d8dde, #d6b77c, #8d8d8dde);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.exp-card:hover::before {
  opacity: 1;
}

.exp-card:hover {
  transform: translateY(-12px);
}

.exp-card i {
  font-size: 42px;
  color: #d6b77c;
  margin-bottom: 18px;
  transition: transform 0.4s ease;
}

.exp-card:hover i {
  transform: scale(1.15);
}

.exp-card p {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.exp-card {
  background: #fff;
  border: 1.5px solid #d6b77c;
  transition: background 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}

.exp-card:hover {
  background: linear-gradient(
    135deg,
    rgba(214, 183, 124, 0.12),
    rgba(214, 183, 124, 0.04)
  );
  box-shadow: 0 20px 40px rgba(214, 183, 124, 0.25);
  transform: translateY(-8px);
}



.emotional-story-section {
  position: relative;
  width: 100%;
  min-height: 344px;
  overflow: hidden;
}

/* Background image */
.story-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Dark overlay */
.emotional-story-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to right, rgb(0 0 0 / 24%) 0%, rgb(0 0 0 / 62%) 40%, rgba(0, 0, 0, 0.15) 70%, rgba(0, 0, 0, 0) 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgb(0 0 0 / 33%));
}

/* Text content */
.story-overlay {
  position: relative;
  z-index: 2;
  margin: auto;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 300px;
}

.story-overlay h2 {
  font-size: 42px;
  margin-bottom: 18px;
  color: #fff;
}

.story-overlay p {
  font-size: 18px;
  line-height: 1.7;
  opacity: 1;
  color: #fff;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 20px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #d6b77c;
}
.footer-btn {
  display: inline-block;
  padding: 10px 22px;
  background: linear-gradient(135deg, #d6b77c, #d6b77c);
  color: #000000;
  border-radius: 0px;
  font-size: 15px;
  transition: transform 0.3s ease;
  font-weight: 500;
  text-transform: capitalize;
}

.footer-btn:hover {
  color: #000000;
  background: #fff;
}
.footer-border:first-child {
    padding-left: 0px;
}
footer p a i {
    margin-right: 8px;
}
.copy-right {
    padding: 20px 0px;
    text-align: center;
    border-top: 1px solid rgb(255 255 255 / 68%);
    margin-top: 60px;
}

.copy-right p {
    margin: 0px;
    font-size: 15px;
    font-weight: 400;
}
.footer-links a i {
    font-size: 12px;
    margin-right: 5px;
}
.exp-card figure img {
    width: 85px;
}

.exp-card figure {
    margin-bottom: 20px;
}
section.call-btn-sec {
    position: relative;
}


.button-banner a.btn-outline {
    background: transparent;
    border-color: #ffffff;
}

.button-banner a.btn-outline:hover {
    color: #000;
    border-color: #fff;
}

.btn-outline:hover {
    background: #edbc79;
    border-color: #edbc79;
    color: #000;
}

.call-wrap:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(to right, #00000000 0%, #ffffff7a 50%, #00000000 100%);
}

.call-wrap {
    position: relative;
}

/* ------------------------------------
services page css start here
---------------------------------------- */
.custom-inner-page .hero-section {
    position: relative;
    height: 48vh;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    background-position: 52% 3% !important;
    background-size: cover !important;
}

.custom-inner-page .hero-content {
    max-width: 900px;
    padding: 0 20px;
    margin-top: 85px;
    position: relative;
    z-index: 1;
}

.custom-inner-page .hero-section h1 {
    font-size: 40px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-family: var(--font-heading);
    font-weight: 800;
}

.custom-inner-page .hero-section p {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    color: #fff;
}

.custom-inner-page .cta-button {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 40px;
    background: transparent;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    font-weight: 500;
    border: 1px solid #ffffff;
    transition: all 0.3s ease;
}

.custom-inner-page .cta-button:hover {
    background: #ffffff;
    color: #000000;
}


.custom-inner-page .intro-section {
    padding: 60px 0px;
    background: #fff;
    text-align: center;
}

.custom-inner-page .intro-section .container {
    max-width: 82%;
    margin: 0 auto;
}

.custom-inner-page .intro-section p {
    font-size: 16px;
    line-height: 32px;
    color: #3b3b3b;
    font-weight: 300;
}

/* Core Services Grid */
.custom-inner-page .services-grid {
    padding: 80px 0px;
    background: #faf8f5;
}

.custom-inner-page .section-title {
    text-align: center;
    margin-bottom: 40px;
}

.custom-inner-page .section-title h2 {
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 15px;
    font-weight: 700;
}

.custom-inner-page .section-title p {
    font-size: 16px;
    color: #666;
    font-weight: 300;
    font-family: 'Poppins';
    text-transform: capitalize;
}

.custom-inner-page .grid-container {
    max-width: 1366px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.custom-inner-page .service-card {
    background: #fff;
    padding: 60px 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0e8dc;
    border-radius: 10px;
}

.custom-inner-page .service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.custom-inner-page .service-icon {
    width: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #d4af37;
}

.custom-inner-page .service-card h3 {
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Poppins';
}

.custom-inner-page .service-card p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    font-weight: 300;
}

.custom-inner-page .service-detail {
    padding: 60px 20px;
}


.custom-inner-page .service-detail:nth-child(odd) {
    background: #fff;
}

.custom-inner-page .service-detail-container {
    max-width: 1366px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.custom-inner-page .service-detail-container.reverse {
    direction: rtl;
}

.custom-inner-page .service-detail-container.reverse > * {
    direction: ltr;
}

.custom-inner-page .service-detail-image {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.custom-inner-page .service-detail-content h2 {
    font-size: 36px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Cinzel';
}

.custom-inner-page .service-detail-content p {
    font-size: 1.05rem;
    line-height: 1.9;
    color: #666;
    margin-bottom: 20px;
    font-weight: 300;
}

.custom-inner-page .service-detail-content ul {
    list-style: none;
    margin-top: 25px;
}

.custom-inner-page .service-detail-content ul li {
    font-size: 1rem;
    color: #666;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
    font-weight: 300;
}

.custom-inner-page .service-detail-content ul li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    color: #d4af37;
    font-weight: 600;
    font-family: 'FontAwesome';
}

/* Full Width Image Section */
.custom-inner-page .full-width-service {
    position: relative;
    padding: 100px 0px;
    background-attachment: fixed !important;
    color: #fff;
    text-align: center;
    background-size: cover !important;
}

.custom-inner-page .full-width-service .container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 9999;
}

.custom-inner-page .full-width-service h2 {
    font-size: 36px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Cinzel';
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.custom-inner-page .full-width-service p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #ffffff;
}

/* Trust Section */
.custom-inner-page .trust-section {
    padding: 80px 20px;
    background: #faf8f5;
}

.custom-inner-page .trust-grid {
    max-width: 1366px;
    margin: 50px auto 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.custom-inner-page .trust-item {
    text-align: center;
}

.custom-inner-page .trust-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    color: #d4af37;
}

.custom-inner-page .trust-item h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.custom-inner-page .trust-item p {
    font-size: 0.95rem;
    color: #666;
    font-weight: 300;
    line-height: 1.6;
}

/* Final CTA Section */
.custom-inner-page .final-cta {
    padding: 100px 0px;
    text-align: center;
    color: #fff;
    position: relative;
    background-attachment: fixed !important;
    background-size: cover !important;
}

.custom-inner-page .final-cta h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Cinzel';
    font-weight: 700;
    position: relative;
}

.custom-inner-page .final-cta .cta-button {
    background: #ffffff00;
    border-color: #ffffff;
    position: relative;
}

.custom-inner-page .final-cta .cta-button:hover {
    background: #fff;
    color: #000000;
    border-color: #fff;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .custom-inner-page .grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        margin: 0px 15px;
    }

    .custom-inner-page .service-detail-container {
        gap: 40px;
    }

    .custom-inner-page .trust-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .custom-inner-page .hero-section {
        height: 60vh;
        min-height: 450px;
    }

    .custom-inner-page .hero-section h1 {
        font-size: 2.5rem;
        letter-spacing: 2px;
    }

    .custom-inner-page .hero-section p {
        font-size: 1rem;
    }

    .custom-inner-page .section-title h2 {
        font-size: 2rem;
    }

    .custom-inner-page .grid-container {
        gap: 25px;
        grid-template-columns: repeat(2, 1fr);
        margin: 0px 20px;
    }

    .custom-inner-page .service-detail {
        padding: 60px 20px;
    }

    .custom-inner-page .service-detail-container,
    .custom-inner-page .service-detail-container.reverse {
        grid-template-columns: 1fr;
        gap: 30px;
        direction: ltr;
    }

    .custom-inner-page .service-detail-image {
        height: 300px;
    }

    .custom-inner-page .service-detail-content h2 {
        font-size: 1.8rem;
    }

    .custom-inner-page .full-width-service {
        background-attachment: scroll;
        padding: 60px 20px;
    }

    .custom-inner-page .full-width-service h2 {
        font-size: 2rem;
    }

    .custom-inner-page .trust-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .custom-inner-page .final-cta {
        padding: 60px 20px;
    }

    .custom-inner-page .final-cta h2 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .custom-inner-page .hero-section h1 {
        font-size: 2rem;
    }

    .custom-inner-page .cta-button {
        padding: 12px 30px;
        font-size: 0.85rem;
    }

    .custom-inner-page .service-card {
        padding: 30px 20px;
    }

    .custom-inner-page .service-detail-content h2 {
        font-size: 1.5rem;
    }

    .custom-inner-page .final-cta h2 {
        font-size: 1.6rem;
    }
}
.inner-banner-sec {
    position: relative;
}

.inner-banner-sec:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #00000066;
}
.pt-0{
    padding-top: 0px !important;
}
.custom-inner-page .full-width-service:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000004d;
}

.custom-inner-page .final-cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000004d;
}
.clip-left {
  clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
}
.clip-right {
   clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);
}

/* ------------------------------------
services page css end here
---------------------------------------- */


/* ------------------------------------
contact us page css start here
-------------------------------------- */
.contact-section {
    padding: 80px 20px;
    max-width: 1400px;
    margin: 0 auto;
    }

section.gallery-sec .section-wrap h2.section-title {
    border-bottom: 2px solid #cba063;
    display: inline-block;
}

section.gallery-sec .section-wrap {
    text-align: center;
}
    .section-title {
    text-align: center;
    margin-bottom: 20px;
    }

    .section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 15px;
    letter-spacing: 2px;
    }



    .section-title p {
    font-size: 16px;
    color: #252323;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.8;
    font-family: 'Poppins';
    text-transform: capitalize;
    }

    .contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 60px;
    }

    .contact-info {
    background: white;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #cccccc69;
    }

    .contact-info h2 {
    font-size: 30px;
    color: #2c2c2c;
    margin-bottom: 30px;
    font-family: 'Cinzel';
    font-weight: 700;
    }

    .info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 42px;
    padding-bottom: 42px;
    border-bottom: 1px solid #f0f0f0;
    }

    .info-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    }

    .info-icon {
    width: 50px;
    height: 50px;
    background: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    }

    .info-icon svg {
    width: 24px;
    height: 24px;
    fill: white;
    }

    .info-content h3 {
    font-size: 20px;
    color: #2c2c2c;
    margin-bottom: 0px;
    }

    .info-content p {
    color: #3e3e3d;
    line-height: 1.8;
    font-size: 16px;
    font-weight: 400;
    }

    .info-content a {
    color: #3e3e3d;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 16px;
    font-weight: 400;
    }

    .info-content a:hover {
    color: #a88750;
    }

    .contact-form {
    background: white;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #cccccc69;
    }

    .contact-form h2 {
    font-size: 30px;
    color: #2c2c2c;
    margin-bottom: 15px;
    font-family: 'Cinzel';
    font-weight: 700;
    }

    .contact-form .subtitle {
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
    }

    .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
    }

    .form-group {
    margin-bottom: 20px;
    }

    .form-group label {
    display: block;
    margin-bottom: 8px;
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 500;
    }

    .form-group input,
    .form-group textarea {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    transition: border-color 0.3s;
    }

    .form-group input:focus,
    .form-group textarea:focus {
    outline: none;
    border-color: #c9a063;
    }

    .form-group textarea {
    resize: vertical;
    min-height: 150px;
    }

    .phone-input {
    display: flex;
    }

    .country-code {
    width: 100px;
    margin-right: 10px;
    }

    .submit-btn {
    background: #000000;
    color: white;
    padding: 16px 50px;
    border: none;
    border-radius: 0px;
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Poppins';
    }

    .submit-btn:hover {
    }

    .map-container {
    width: 100%;
    height: 450px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
    }

    .map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
    }

    @media (max-width: 968px) {
    .contact-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .section-title h1 {
        font-size: 36px;
    }

    .contact-info,
    .contact-form {
        padding: 35px;
    }
    }

    @media (max-width: 576px) {
    .contact-section {
        padding: 50px 15px;
    }

    .section-title h1 {
        font-size: 32px;
    }

    .contact-info,
    .contact-form {
        padding: 25px;
    }

    .contact-info h2,
    .contact-form h2 {
        font-size: 28px;
    }
    }
.contact-form .form-group .iti {
    width: 100%;
}
.contact-info .top-right ul {
    justify-content: flex-start;
}
.submit-btn:hover {
    background: #000;
}
.contact-info .top-right ul li a {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: transparent;
    border: 1px solid #000;
}

.contact-info .top-right ul li a i {
    color: #000;
}

.contact-info .top-right ul li a:hover {
    background: #000;
    border-color: #000;
}

.contact-info .top-right ul li a:hover i {
    color: #fff;
}
/* ------------------------------------
contact us page css end here
-------------------------------------- */

.ccf-error {
    color: #fff;
    background: #dc3545;
    padding: 10px 15px;
    border-radius: 4px;
    margin-top: 10px;
}

.ccf-success {
    color: #fff;
    background: #28a745;
    padding: 10px 15px;
    border-radius: 4px;
    margin-top: 10px;
}






