@charset "UTF-8";
@font-face {
    font-display: swap
}

*,
*::before,
*::after {
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0
}

html,
body,
header,
footer,
nav,
aside,
figure,
figcaption,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
p,
div,
strong,
span,
aside,
main {
    margin: 0;
    padding: 0
}

html,
body {
    margin: 0;
    padding: 0;
    font-display: optional;
    font-family: "Poppins", Arial, Helvetica, sans-serif;;
    font-size: 1rem;
    line-height: 1.8;
    font-weight: 400;
    background: #fff
}

ol,
ul,
li {
    list-style: none
}

img {
    max-width: 100%
}

a,
a:hover {
    text-decoration: none;
    color: #1553fc
}
.container{
    max-width: 1290px;
}
.clear{clear:both;}
.topheader{
    display: block;
    background: #000;
}
.topheader .innerth{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.leftnav{
    display: block;
}
.rightnav{
    display: block;
}
.rightnav ul{}
.rightnav ul li{
    display: inline-block;
    float: left;
    margin-right: 1rem;
}
.rightnav ul li a{
    display: block;
    font-size: 0.90rem;
    line-height: 40px;
    color: #fff;
    position: relative;
}
.maibtnbg{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.maibtnbg .btnnew{
    display: inline-block;
    padding: 0 10px;
    line-height: 28px;
    background: #c1a98f;
    color: #000;
    font-size: 1rem;
    position: relative;
}
.btnnew::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 107%; /* distance above the button */
  left: 50%;
  transform: translateX(-50%);
  background-color: #AC804C;
  color: #fff;
  padding: 0px 8px;
  white-space: nowrap;
  font-size: 0.75rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
}

.btnnew:hover::after,
.btnnew:hover::before {
  opacity: 1;
}

.logo{
    display: inline-block;
    width: 165px;
}
.logo img{
    width: 100%;
    height: auto;
}
.icons {
  display: flex;
  gap: 20px;
  align-items: center;
  position: relative;
}
.iconsearch {
  font-size: 20px;
  cursor: pointer;
}
.iconsearch img{
    width: 30px;
    height: auto;
}
.search-dropdown {
    position: absolute;
    top: 50px;
    right: -212px;
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 5px 7px;
    display: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    z-index: 999;
    min-width: 420px;
}
.search-dropdown form {
    display: flex;
    align-items: center;
}
.search-dropdown input {
    flex: 1;
    padding: 11px 12px;
    border: 1px solid #ccc;
    border-radius: 6px 0 0 6px;
    outline: none;
    font-size: 14px;
}
.search-dropdown button {
    background: #000;
    border: none;
    padding: 8px 15px;
    color: #fff;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
}
.btncoral{
    display: inline-block;
    background: #FF6B6B;
    color: #fff;
    font-size: 1rem;
    line-height: 48px;
    padding: 0 20px;
    border-radius: 5px;
}

.footer{
    display: block;
    width: 100%;
    padding: 40px 0 30px;
    background: #212121;
}
.footerheading{
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: "Playfair Display", Sans-serif;
}
.footerlink{
    display: block;
    position: relative;
}
.footerlink ul{
    display: block;
}
.footerlink ul li{
    display: block;
    margin-bottom: 1rem;
}
.footerlink ul li a{
    display: block;
    font-size: 0.95rem;
    line-height: 1.2;
    color: #fff;
}
.maintitle{
    font-size: 2.5rem;
    line-height: 1.2;
    color: #202020;
    font-family: "Playfair Display", Sans-serif;
    display: block;
    margin-bottom: 2rem;
}
.shrtdesc{
    display: block;
}
.shrtdesc p{
    display: block;
    font-size: 1rem;
    line-height: 1.8;
    margin:0.5rem 0;
}
.widthsmall{
    width: 767px;
    max-width: 100%;
    margin:0 auto;
}
.widthmedium{
    width: 991px;
    max-width: 100%;
    margin:0 auto;
}

.topsocail {
    display: inline-block;
    position: relative;
}
.topsocail ul {
    display: flex;
    align-items: center;
    column-gap: 10px;
    flex-wrap: wrap;
}
.topsocail ul li {
    flex: 1;
    margin-right: 0;
}
.topsocail ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    color: #000;
    background: #c1a98f;
    transition: all 500ms ease;
    text-align: center;
}
.topsocail ul li a:hover {
    background-color: #fff;
    border-color: #fff;
}
.modal-body{
    padding: 1rem 0;
}
.modal-content {
    background: linear-gradient(135deg, #ffffff, #f0f0f0);
    border-radius: 4px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
}

.modal-header {
    border-bottom: 2px solid #f1f1f1;
    font-family: "Playfair Display", serif;
}

.modal-title {
    font-weight: 600;
    font-size: 1.2rem;
}
.modal-title span{
    color:#9b794e;
}
.modal-footer {
    border-top: 2px solid #f1f1f1;
    background-color: #f8f9fa;
}
.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ddd;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 0.85rem;
    color: #333;
    opacity: 1;
    transition: opacity 0.3s ease;
    font-weight: 600;
}
.btn-submit {
  position: relative;
  display: block;
  width: 100%;
  background: #c1a98f;
  border: 2px solid #c1a98f;
  color: #000;
  font-size: 1.2rem;
  line-height: 52px;
  padding: 0 25px;
  border-radius: 2px;
  margin-top: 0rem;
  overflow: hidden;
  z-index: 1;
  transition: color 0.3s ease;
  font-family: "Playfair Display", Sans-serif;
}

.btn-submit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: -1;
}

.btn-submit:hover::before {
  transform: translateX(0);
}

.btn-submit:hover {
  color: #c1a98f;
}
.form-label {
    font-weight: 400;
margin-bottom: 3px;
    color: #333;
}
.modal-dialog {
    max-width: 550px;
    margin: 1.75rem auto;
}
.form-control {
    border-radius: 4px;
    /* box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08); */
    padding: 10px;
    font-size: 1rem;
    line-height: 25px;
    transition: box-shadow 0.2s ease;
    height: auto;
}

.form-control:focus {
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.3);
    border-color: #007bff;
}

.form-control::placeholder {
    color: #888;
}




@media screen and (max-width:991px){
   .logo{
        padding: 0px 0;
        margin: 0 30px 0 50px;
        width: 135px;
   }
   .icons{
        position: absolute;
        top: 4px;
        right: 1px;
   }
   .iconsearch{
    display: none;
   }
   .maibtnbg{
    column-gap: 5px;
   }
}

@media screen and (max-width:767px){
   .maintitle{
    font-size: 2rem;
   }
}
@media screen and (max-width:575px){
   
}
@media (max-width: 500px) {
    
}