@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);
}

:root {
    --gold: #de6f25;
    --gold-light: #e0c48a;
    --dark: #1a1a2e;
    --dark2: #16213e;
    --charcoal: #2d2d2d;
    --text: #3a3a3a;
    --muted: #777;
    --light-bg: #f9f8f6;
    --white: #ffffff;
    --border: #e5e0d8;
    --font-display: 'Playfair Display', serif;
    --font-body: 'Lato', sans-serif;
  }

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  body {
    font-family: var(--font-body);
    color: var(--text);
    background: var(--white);
    line-height: 1.6;
  }

  a { text-decoration: none; color: inherit; }



/* ------------------------------
navbaar css start here
-------------------------------- */
section.navbar-section {
padding: 0px;
}

section.navbar-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.container {
    max-width: 1366px;
}

.navbar-brand img {
    width: 150px;
}
section.navbar-section .navbar-nav li a {
    font-size: 18px;
    padding: 0px 16px !important;
    display: block;
    color: #fff;
}
.btn-style-1 {
    background: #de6f25;
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    display: block;
    font-size: 16px;
    font-weight: 600;
}
.btn-style-1 i {
    font-size: 14px;
    margin-right: 8px;
}

.btn-style-1:hover {
    background: #0f1a29;
    color: #fff;
}
section.navbar-section .navbar-nav li a:hover {
    color: #ec7221;
}
a.btn-style-2 {
    background: #ffffff;
    color: #000000;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

a.btn-style-2:hover {
    background: #0f1a29;
    color: #fff;
}
/* ------------------------------
navbaar css end 
-------------------------------- */




 /* ------------------------------
 hero banner css start here
 --------------------------------- */
 /* HERO */
.hero {
  position: relative;
  padding: 190px 0 120px;
  background: linear-gradient(120deg, #1a1a2e 55%, #2d2d2d 100%);
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url('https://images.unsplash.com/photo-1616486338812-3dadae4b4ace?w=1600&q=80') center/cover no-repeat;
  opacity: 0.28;
}

.hero .container {
  position: relative;
  z-index: 2;
}

/* TEXT */
.hero-text .banner-heading {
  font-size: 60px;
  color: #fff;
  line-height: 69px;
  font-weight: 600;
}

.hero-text .banner-heading em {
  color: #de6f25;
  font-style: normal;
}

.hero-text p {
  color: #ffffff;
  margin: 20px 0;
  font-size: 18px;
  font-weight: 400;
}

.hero-badge {
  background: #de6f25;
  color: #fff;
  font-size: 16px;
  padding: 5px 20px;
  display: table;
  margin-bottom: 15px;
  border-radius: 50px;
}

/* BUTTONS */
.hero-btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* FORM */
.hero-form {
  background: #fff;
  padding: 10px 30px 30px 30px;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}

.form-heading {
}

.hero-form p {
  font-size: 18px;
  margin-bottom: 15px;
}

.form-group {
  margin-bottom: 12px;
}
.form-heading {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    display: table;
}

.form-group input:focus, .form-group select:focus {
    outline: none;
}
.form-group input::placeholder {
    color: #000000a1;
}

.form-group input::placeholder {
    color: #000000a1;
}

.form-group input,
.form-group select, .form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #97959526;
  border-radius: 4px;
  background: #cccccc26;
  font-size: 17px;
}
.form-group textarea {
	height: 150px !important;
}
button.btn-style-3 {
    background: #de6f25;
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    border: transparent;
}

button.btn-style-3:hover {
    background: #0f1a29;
}

 /* ------------------------------
 hero banner css end 
 --------------------------------- */
/* span.wpcf7-spinner {
    display: none;
} */
 /* -----------------------------
 products section css start here
 ------------------------------- */
.services {
  padding: 80px 0;
  background: #fff;
}

.services-header {
  margin-bottom: 40px;
}

.section-label {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #ff9852;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 10px;
  color: #000;
}

/* CARD */
.service-card {
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 30px 25px;
  height: 100%;
  transition: 0.3s;
}

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

.service-icon {
  width: 60px;
  height: 60px;
  background: #ff9852;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.service-icon svg {
  width: 38px;
  filter: brightness(0) invert(1);
}

.service-card h3 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #000;
}

.service-card p {
  font-size: 18px;
  color: #383636;
  margin: 0px;
}
 /* -----------------------------
 products section end here
 -------------------------------- */


/* -------------------------------
 Partner Section start Here 
 --------------------------------- */
.partner {
  background: var(--light-bg);
}

.partner-left {
  max-width: 100%;
}

.partner-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0px;
}

.partner-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 27px 0;
}

.tab-btn {
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 600;
  border: 1.5px solid #b1b0ae;
  background: var(--white);
  cursor: pointer;
  transition: 0.3s;
}

.tab-btn:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}


.partner-feature h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.partner-feature {
    margin-bottom: 15px;
}

.partner-features .col-6:nth-child(3) .partner-feature {
    margin: 0px;
}
.partner-features .col-6:nth-child(4) .partner-feature {
    margin: 0px;
}
.partner-img video {
    display: block;
    width: 100%;
    object-fit: cover !important;
    border-radius: 10px;
}
.partner-feature p {
  font-size: 18px;
  color: #383636;
  margin-bottom: 20px;
  line-height: 25px;
  margin: 0px;
}

.partner-img {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0,0,0,.12);
  padding: 10px;
}

.partner-left p.section-sub {
    font-size: 18px;
}
.partner-right a.btn.btn-gold:focus {
    box-shadow: none;
}

.partner-right a.btn.btn-gold {
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 30px;
}
.partner-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}


.partner-cta {
  background: var(--dark2);
  border-radius: 10px;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.partner-cta strong {
  color: #fff;
  font-size: 18px;
}

.partner-cta p {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
}

@media (max-width: 991px) {
  .partner-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .partner-img img {
    height: 250px;
  }
}
/* -------------------------------
 Partner Section end  
 --------------------------------- */

 /* -------------------------------
 why Section start here  
 --------------------------------- */
.why {
  background: #fff;
  padding: 80px 0;
}

.why-header {
  text-align: center;
  margin-bottom: 50px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.why-card {
  text-align: center;
  padding: 28px 18px;
  border-radius: 14px;
  background: #fff;
  transition: all 0.35s ease;
  position: relative;
  border: 1px solid #cccccc40;
  box-shadow: rgb(99 99 99 / 14%) 0px 2px 8px 0px;
}

.why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.why-icon {
  width: 62px;
  height: 62px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  transition: 0.3s;
}

.why-card:hover .why-icon {
  transform: scale(1.15) rotate(6deg);
}

.why-icon svg {
  width: 26px;
  height: 26px;
  fill: #fff;
}

/* TEXT */
.why-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.why-card p {
  font-size: 18px;
  color: #383636;
}


/* -------------------------------
 why Section end here  
--------------------------------- */


/* -------------------------------
 gallery Section css start  here  
--------------------------------- */

.gallery {
  background: var(--light-bg);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 220px 220px;
  gap: 14px;
}

.g-item {
  border-radius: 10px;
  overflow: hidden;
  display: block;
}

.g-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s ease;
}

.g-item:hover img {
  transform: scale(1.06);
}

.g-item:first-child {
  grid-row: 1 / 3;
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .g-item:first-child {
    grid-row: auto;
  }

  .g-item {
    height: 200px;
  }
}
/* -------------------------------
 gallery Section css end    
--------------------------------- */

/* ---------------------------------
 testimonials Section css start here    
------------------------------------ */
.testimonials {
  background: #fff;
}

.testi-card {
  background: var(--light-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 30px 25px;
  text-align: center;
  transition: 0.3s;
}

.stars {
  color: var(--gold);
  font-size: 25px;
  margin-bottom: 15px;
  letter-spacing: 3px;
}

.testi-card blockquote {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 15px;
  color: var(--charcoal);
}

.testi-author {
  font-size: 18px;
  font-weight: 700;
}


.owl-dots {
  text-align: center;
  margin-top: 25px;
}

.owl-dot span {
  width: 8px;
  height: 8px;
  background: var(--border);
  display: block;
  border-radius: 50%;
  margin: 5px;
}

.owl-dot.active span {
  background: var(--gold);
}
/* ---------------------------------
 testimonials Section css end     
------------------------------------ */


/* ---------------------------------
 upgrade cta Section css start here     
------------------------------------ */
.upgrade-cta {
  color: #fff;
}
section.upgrade-cta {
    background-size: cover !important;
    padding: 70px 0px;
    position: relative;
}

section.upgrade-cta:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #353555cc;
}
.cta-wrap {
    position: relative;
    z-index: 1;
}

.cta-wrap h2.section-title {
    color: #fff;
    font-size: 50px;
}

.text-gold-light {
  color: #ffffff;
}
.cta-text {
  font-size: 18px;
  color: #ffffff;
  margin: 15px 0 25px;
}
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.cta-buttons .btn:focus {
    box-shadow: none;
}
.cta-buttons .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 30px;
  font-size: 16px;
  border-radius: 30px;
  transition: 0.3s;
  font-weight: 600;
}
.btn-gold {
  background: var(--gold);
  color: #fff;
  border: none;
}

.btn-gold:hover {
  background: #ffffff;
}
.btn-outline {
  border: 1.5px solid #fff;
  color: #fff;
  background: transparent;
}
.btn-outline:hover {
  background: #fff;
  color: #000;
}

.cta-buttons svg {
  display: block;
  width: 24px;
  height: 24px;
}
@media (max-width: 576px) {
  .cta-text {
    font-size: 14px;
  }
}
/* ---------------------------------
 upgrade cta Section css end here     
------------------------------------ */

/* -----------------------------------
 quote form cta Section css start here     
-------------------------------------- */
.quote-form {
  background: var(--light-bg);
}

.quote-form-inner {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.qform {
  margin-top: 25px;
}

.qform-row {
  display: grid;
  gap: 14px;
  margin-bottom: 14px;
}

.qform-full {
  margin-bottom: 14px;
}

.qform input,
.qform select,
.qform textarea {
  width: 100%;
  padding: 13px 15px;
  border: 1.5px solid #c8c8c8;
  border-radius: 6px;
  font-size: 17px;
  background: #fff;
  transition: 0.25s;
}

.qform input:focus,
.qform select:focus,
.qform textarea:focus {
  border-color: var(--gold);
}

.qform textarea {
  min-height: 100px;
  resize: vertical;
}
.qform-submit {
  text-align: center;
  margin-top: 10px;
}

.qform-submit .btn {
  padding: 12px 40px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
}
.quote-img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.quote-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0,0,0,0.7);
  color: #fff;
  padding: 15px 18px;
  border-radius: 8px;
  backdrop-filter: blur(6px);
}

.quote-badge h5 {
  font-size: 18px;
  margin-bottom: 4px;
}

.quote-badge p {
  font-size: 16px;
  margin: 0;
  color: #f3f3f3;
}

/* MOBILE */
@media (max-width: 768px) {
  .quote-img img {
    min-height: 250px;
  }

  .qform-row {
    grid-template-columns: 1fr;
  }
}
.qform-submit .btn:hover {
    color: #fff;
    background: #0f1a29;
}

.qform input:focus, .qform select:focus, .qform textarea:focus   {
    border-color: #de6f25;
    outline: none;
}
/* -----------------------------------
 quote form cta Section css end      
-------------------------------------- */

.footer {
  padding: 70px 0 25px;
  position: relative;
}

/* MAIN LAYOUT */
.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 40px;
}

/* LOGO */
.footer-logo img {
  max-width: 180px;
  margin-bottom: 15px;
}

/* TEXT */
.footer-left p {
  font-size: 18px;
  line-height: 26px;
  max-width: 420px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 300;
}

/* SOCIAL */
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0f1226;
  transition: 0.3s;
}

.footer-social a:hover {
  background: var(--gold);
  transform: translateY(-3px);
  color: #fff;
}

.footer-social svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* RIGHT SIDE */
.footer-right h5 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 26px;
}

/* CONTACT BOX STYLE ÃƒÆ’Ã‚Â°Ãƒâ€¦Ã‚Â¸ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¥ */
.footer-contact {
  background: rgb(255 255 255 / 9%);
  padding: 25px;
  border-radius: 12px;
  backdrop-filter: blur(8px);
}

.f-item {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
  align-items: flex-start;
}

.f-item svg {
  width: 18px;
  height: 18px;
  fill: var(--gold);
}

.footer-time {
  margin-top: 10px;
  font-size: 17px;
  color: #ffffff;
}

/* BOTTOM */
.footer-bottom {
  border-top: 1px solid #ffffff6e;
  padding-top: 15px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}

/* MOBILE */
@media (max-width: 768px) {
  .footer-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-left p {
    margin: 0 auto;
  }

  .footer-social {
    justify-content: center;
  }

  .f-item {
    justify-content: center;
  }
}
.f-item a {
    color: #fff;
    font-size: 17px;
}

.f-item a i {
    margin-right: 8px;
}
.footer-social ul li {
    list-style: none;
}

.footer-social ul {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    padding: 0px;
}
.footer:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0f1226eb;
}

.footer-left {
    position: relative;
}

.footer-right {
    position: relative;
}

.f-item a:hover {
    color: #de6f25;
}
.footer-bottom:hover a {
    color: #de6f25;
}
.form-group input::placeholder {
    color: #534f4f !important;
}
.form-group select, {
  color: #534f4f !important;
}

.form-group select:valid {
  color: #534f4f; 
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #534f4f; 
}
.qform-row p {
  display: flex;
  gap: 15px;
  margin: 0;
}

.qform-row .wpcf7-form-control-wrap {
  width: 100%;
}

.qform-row input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}
.qform input,
.qform select,
.qform textarea {
  color: #534f4f;
}

.qform input::placeholder,
.qform textarea::placeholder {
  color: #534f4f; 
}

.qform select {
  color: #534f4f !important; 
}

.qform select:valid {
  color: #534f4f !important; 
}
.qform select {
  padding-right: 40px; 
}
.qform select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 29px;
  background: url("data:image/svg+xml;utf8,<svg fill='%23333' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>") no-repeat right 15px center;
  background-size: 20px;
}
.hero-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml;utf8,<svg fill='%23333' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>") no-repeat right 15px center;
  background-size: 20px;
}
.testi-slider .owl-stage {
  display: flex;
}

.testi-slider .owl-item {
  display: flex;
  height: auto;
}

.testi-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-style-3.w-100 {
    background: #de6f25;
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    display: block;
    font-size: 18px;
    font-weight: 600;
    border: transparent;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn-style-3.w-100:hover {
background: #0f1a29;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-gold {
    background: var(--gold);
    color: #fff;
    border: none;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-gold:hover {
    background: #0f1a29;
}
div#sitelinx-toolbar {
    display: none;
}