:root {
  --text-color: #515151;
  --primary-color: #262626;
  --secondary-color: #e3e3e3;
  --white: white;
  /* --title-font: "Montserrat", sans-serif;
  --para-font: "Inter", sans-serif; */
  --title-font: "Open Sans", sans-serif;
  --para-font: "Questrial", sans-serif;
}
@font-face {
  font-family: "myanmarsanpya";
  src:
    url("/wp-content/themes/ns-delina/fonts/MyanmarSanpya.woff2")
      format("woff2"),
    /* url("fonts/myfont.woff") format("woff"), */
      url("/wp-content/themes/ns-dellina/fonts/MyanmarSanpya.ttf")
      format("truetype");
}
header {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  transition: background 0.5s ease-in-out; /* Smooth transition for background */
  background: transparent; /* Initial state */
  min-height: 102px;
  z-index: 999999;
}
.headerwithbg {
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.7) 100%
  ) !important;
  backdrop-filter: blur(12px);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: white;
}
#innerBanner .subtitle {
  display: none;
}
h3.eacharticlestitle {
  font-size: 25px;
}
.eacharticles {
  background: #e3e3e333;
  border: 1px solid #cccccc36;
  margin-bottom: 25px;
}
a.eventlink {
  color: var(--main-color);
}
.eacharticlescontent {
  padding: 25px;
}
h3.eacharticlestitle {
  font-size: 20px;
  margin: 15px 0px;
}
.eacharticlescontent .readmore {
  margin-top: 0px;
}
/* Grid */
.gallery-grid {
  margin: auto;
}

.grid-item {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}

.grid-item img {
  width: 100%;
  display: block;
  border-radius: 55px;
}
/* Responsive */
@media (max-width: 992px) {
  .grid-item {
    width: 33.333%;
  }
}

@media (max-width: 600px) {
  .grid-item {
    width: 50%;
  }
}
/* All  */
.n2-ss-slider-controls.n2-ss-slider-controls-absolute-right-bottom {
  display: flex !important;
  align-items: end;
  justify-content: end;
}
.bannerslider.owl-carousel.owl-loaded.owl-drag .owl-dots {
  display: none;
}
.poemcontent p {
  margin: 0px;
}
.web-logo img {
  filter: invert(1);
}
.mt-50 {
  margin-top: 80px;
}
.rounded25 {
  border-radius: 25px;
  z-index: 5;
  position: relative;
}
.linkonly {
  display: block;
  margin: 10px 0px;
  font-family: var(--title-font);
  color: white;
}
.linkonly svg {
  margin-left: 7px;
}
* {
  font-family: var(--para-font), "myanmarsanpya";
  font-size: 18px;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--title-font), "myanmarsanpya";
}
h1,
h2,
h3 {
  font-size: 36px;
  margin: 35px 0px;
}
h4,
h5,
h6 {
  font-size: 22px;
  margin: 20px 0px;
}
p {
  margin-bottom: 15px;
  line-height: 24px;
}
h3.sidebartitle {
  font-size: 18px;
  margin: 10px 0px;
}
.eacharticlescontent {
  padding: 15px;
}
.sidebar h2.text-center.allhometitle {
  display: none;
}
section {
  margin: 100px 0 30px 0px;
}
.no-margin {
  margin: 0;
}
.rowflex {
  display: flex;
}
.contentleft10 {
  padding-left: 10%;
}
.readmore {
  width: auto;
  font-family: var(--title-font);
  text-transform: uppercase;
  border: 1px solid var(--primary-color);
  text-align: center;
  padding: 7px 0px;
  color: var(--primary-color);
  border-radius: 30px;
  font-size: 15px;
  margin-top: 30px;
  display: inline-block;
  padding: 8px 30px;
  text-transform: uppercase;
  transition: color 0.3s ease;
  z-index: 1;
  position: relative;
  background-color: transparent;
}
.pdflink {
  display: flex;
  align-items: center;
  background: var(--primary-color);
  justify-content: center;
  padding: 5px;
  border-radius: 25px;
  color: white;
  font-size: 15px;
}
.pdffile {
  width: 35px;
}
.pdffile img {
  margin-left: 15px;
  /*   filter: invert(1); */
}
.readmore:hover {
  color: #fff; /* Changes text to white when background fills */
}
.readmore::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0; /* Starts empty */
  height: 100%;
  background: #000; /* The hover color */
  transition: width 0.4s ease;
  border-radius: 30px;
  z-index: -1; /* Sits behind the text */
}
.readmore:hover::before {
  width: 100%; /* Fills to full width */
}
.smalltitle {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  font-weight: 400;
}
.smalltitle span {
  font-family: var(--title-font);
  text-transform: uppercase;
}
.smalltitle:after {
  margin-left: 15px;
  content: "";
  display: block;
  width: 166px;
  height: 2px;
  background-image: url("../images/titleafter.png");
  transform: rotate(180deg);
}
.contentright10 {
  width: 90%;
}
#menu-menu-2 {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

#menu-menu-2 li {
  flex: 1;
  /* Each menu item takes equal space */
  text-align: center;
}

logo-item {
  flex: 2.5 !important;
  text-align: center;
}

.logo-link img {
  height: auto;
  width: auto;
  filter: invert(1);
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: white;
  font-weight: 600;
  border-bottom: 1px solid #ccc;
}
/********************************/
/* Banner */
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #f5f5f5;
  content: var(--bs-breadcrumb-divider, "/");
  margin: 0px 10px;
}
li.breadcrumb-item a {
  color: white;
  text-decoration: underline;
}
section.bannersection {
  position: relative;
  margin: 0;
  min-height: 400px;
}
div#innerBanner {
  top: 0;
  z-index: 500;
  position: absolute;
  background-image: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.4) 0%,
    rgba(0, 0, 0, 0.4) 100%
  ) !important;
  min-height: 400px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
  align-items: center;
  justify-content: center;
}
.bannerimage {
  height: 400px;
  background-size: cover;
  background-position: center 60%;
}
.bannersection h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  margin: 20px 0px;
}
.subtitle {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
}
li.breadcrumb-item,
li.breadcrumb-item a {
  color: white;
}
.breadcrumb-item.active {
  color: white;
}
/* .navbar-light .navbar-nav .nav-link {
  color: white;
  font-weight: 400;
  font-family: var(--title-font);
  font-size: 16px !important;
  padding: 0px 6px;
} */
.navbar-light .navbar-nav .nav-link {
  color: white;
  font-weight: 400;
  font-family: var(--title-font);
  font-size: 16px !important;
  padding: 0px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-item-1652 a:before {
  width: 24px;
  height: 24px;
  content: "";
  display: inline-block;
  background-image: url(../images/searchicon.png);
  position: relative;
  /* align-items: center; */
  /* justify-content: center; */
  /* margin-top: 10px; */
  margin-right: 5px;
  /* left: 0; */
}
#customsearch {
  position: absolute;
  width: 20%;
  top: 70px;
  right: 10%;
}
#customsearch {
  display: none;
}
div#searchmenumobile {
  display: none;
}
.imagewhite {
  filter: invert(1);
}
/********************************/
/**************** Products ***************/
.variablecluster {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: var(--gutter, 0.3rem);
  justify-content: center;
  /* justify-content: var(--cluster-horizontal-alignment, flex-start); */
  align-items: var(--cluster-vertical-alignment, center);
}
.variableimagesection {
  width: 100%;
}
.variablesection {
  margin-bottom: 40px;
  margin-top: 40px;
}
.varimage {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 5px;
}
ul.variablelist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
}
.tag-list {
  display: flex;
  list-style: none;
  gap: 15px;
  align-items: center;
  width: 100%;
  justify-content: end;
  margin-bottom: 20px;
}
li.taglink {
  padding: 15px 35px;
  background: var(--secondary-color);
  border-radius: 30px;
  cursor: pointer;
  font-weight: 500;
  font-family: var(--title-font);
}
li.taglink.active {
  background: var(--primary-color);
  color: white;
}
.post-item {
  margin: 20px 0px 30px 0px;
}
.reviewername {
  color: #f5f5f5;
}
/**************** Reviews ***************/
button#my-icon {
  position: relative;
  top: 15px;
  padding-left: 10px;
}

.review-content {
  height: 150px;
}
#review_section {
  position: relative;
}
#review_section:after {
  content: "";
  display: block;
  background-color: #f3f3f3;
  position: absolute;
  width: 35%;
  right: 0;
  height: 50%;
  bottom: 0;
  z-index: -1;
}
#commentandpoem {
  background: #f5f5f5;
}
.review_form_content {
  padding: 50px 70px;
  border-radius: 10px;
  border: 2px solid #e3e3e3;
}
h3.text-center.reviewtitle {
  font-size: 20px;
  text-transform: uppercase;
  /* font-weight: 600; */
  background: var(--primary-color);
  padding: 16px 50px;
  border-radius: 45px;
  position: absolute;
  left: 40%;
  z-index: 5;
  color: white;
  display: none;
}
.review_form.rvf {
  width: 85%;
}
.review_card {
  padding-left: 60px;
  position: relative;
}
.marsonyopen {
  position: absolute;
}
.marsonyopen {
  position: absolute;
  top: 0;
  left: 0;
}
.review-content {
  height: 150px;
  display: flex;
  align-items: center;
}
.review_card {
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 11px 11px 11px #cccccca3;
  background: #323131;
  padding: 25px 70px;
  min-height: 250px;
  margin-top: 50px;
  color: white;
}
.modal-content {
  background-color: transparent;
}
.modal-dialog {
  background-color: rgb(255 255 255 / 74%);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(10px);
}
.reviewcontentflex {
  display: flex;
  justify-content: space-between;
}
.reviewcontentflex .cus_input_group.field {
  margin-bottom: 0px;
  position: relative;
}
.reviewcontentflex button {
  margin-top: 0px;
  padding: 5px 30px;
  font-size: 13px;
}
button.btn.btn-primary.next {
  background: var(--primary-color);
  border: 0;
}
/****************About Us***************/
.aboutwidth90 {
  width: 90%;
}
.visionbox p {
  min-height: 192px;
}
.visionbox h4 {
  font-weight: 600;
}
.visionandmissiontitle {
  position: relative;
}
.visionandmissiontitle:after {
  content: "";
  width: 62px;
  height: 200%;
  background: #ccc;
  display: block;
  position: absolute;
  top: -40%;
  right: -5%;
  z-index: -1;
}
.visionbox,
.missionbox {
  border-bottom: 2px solid #ccc;
  padding-bottom: 15px;
}
.visionmissionsection {
  margin: 120px auto;
}

.titleright .smalltitle:after {
  display: none;
}
.titleright .smalltitle:before {
  margin-left: 15px;
  content: "";
  display: block;
  width: 166px;
  height: 2px;
  background-image: url(../images/titleafter.png);
  transform: rotate(0deg);
  margin-right: 15px;
}
.titleright {
  text-align: right;
}
section#aboutsectiontwo {
  position: relative;
  min-height: 650px;
  display: flex;
  align-items: center;
}
#aboutsectiontwo:after {
  content: "";
  background-color: var(--secondary-color);
  width: 100%;
  height: 85%;
  position: absolute;
  display: block;
  z-index: -1;
  bottom: 0;
}
.vertical-title {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transform: rotate(180deg);
  margin-left: 10%;
  position: absolute;
  font-size: 26px;
  text-transform: uppercase;
  margin-top: 120px;
  font-weight: 600;
}
.vertical-title:after {
  position: absolute;
  content: "";
  background-color: #2626261c;
  width: 100%;
  display: block;
  height: 280px;
  z-index: -1;
  top: -15px;
  right: -15px;
}
.aboutsectiontwoimage {
  width: 40%;
  position: absolute;
  right: 0;
  top: 0;
  object-fit: cover;
  min-height: 650px;
}
.aboutsectiontwoimagecover {
  position: absolute;
  background: linear-gradient(180deg, rgba(38, 38, 38, 0) 31%, #262626 100%);
  z-index: 999;
  top: 0;
  margin: 0px;
  display: flex;
  align-items: end;
  color: white;
  width: 100%;
  height: 100%;
  border: 1px solid none;
  transition-duration: 0.8s;
}
.aboutsectiontwoimagecoverinner {
  margin: 25px;
}
.perspectiveonetitle {
  font-size: 16px;
  text-transform: uppercase;
}
.perspectivetwotitle {
  border: 1px solid #cccccc7a;
  margin-left: 45px;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 600;
}
.emotionalflex {
  display: flex;
  width: 70%;
  margin: 0px auto;
}
.emtionimage {
  width: 45%;
}
.emtionlist {
  width: 55%;
}
.emotionfirstcontent {
  float: right;
}
.emotionalflex {
  display: flex;
  width: 100%;
  margin: 0px auto;
  margin-top: 40px;
}
.emotionlistgroup {
  column-count: 2;
  margin-bottom: 45px;
  margin-top: 45px;
}
.eachemotion {
  border: 1px solid #ccc;
  margin-bottom: 25px;
  padding: 15px 25px;
  border-radius: 25px;
  border-top-left-radius: 0px;
  box-shadow: 7px 7px 7px #cccccc59;
  position: relative;
}
.emotionsecondcontent {
  margin-top: 25px;
}
.eachemotion:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/emotionicon.png);
  background-size: contain;
  position: absolute;
  top: 7px;
  right: 15px;
  filter: brightness(0) saturate(100%) invert(61%) sepia(13%) saturate(8%)
    hue-rotate(333deg) brightness(91%) contrast(90%);
}
section#craftsection {
  position: relative;
}
#craftsection:before {
  width: 100%;
  height: 100px;
  content: "";
  display: block;
  background: #ccc;
  position: absolute;
  z-index: -1;
}
#craftsection:after {
  width: 50%;
  height: 30%;
  content: "";
  display: block;
  background: #ccc;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 25px;
}
#craftsection h3 {
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 600;
}

/********************************/
/* Home */
.homeaboutimage {
  position: relative;
}
.homeaboutimage img {
  margin-left: 35px;
}
.yearsection {
  position: absolute;
  background-color: var(--primary-color);
  display: flex;
  width: auto;
  align-items: center;
  width: 35%;
  padding: 0px 15px;
  color: white;
  justify-content: center;
  bottom: 35px;
}
.yearcount {
  font-size: 59px;
  font-weight: 700;
  margin-right: 10px;
}
.yeartext {
  font-size: 18px;
}
.yearsection * {
  font-family: var(--title-font);
}
section#homecatalogue {
  min-height: 600px;
  display: flex;
  position: relative;
}
#homecatalogue:after {
  content: "";
  display: block;
  background-color: var(--secondary-color);
  position: absolute;
  width: 35%;
  right: 0;
  height: 70%;
  bottom: 0;
  z-index: -1;
}
.eachcatalogue {
  width: 90%;
  box-shadow: 11px 11px 11px #cccccca3;
}
#homeproduct {
  padding: 75px 0px 120px 0px;
  background: var(--secondary-color);
}
.floatright {
  float: right;
}
.productcategoryslider {
  margin-top: 45px;
}
.eachproductcategory {
  position: relative;
}
.eachproductcategoryover {
  position: absolute;
  /* background: linear-gradient(180deg, rgba(38, 38, 38, 0) 31%, #262626 100%); */
  background: linear-gradient(180deg, rgba(38, 38, 38, 0) 31%, #262626a6 100%);
  z-index: 999;
  top: 0;
  margin: 0px;
  display: flex;
  align-items: end;
  color: white;
  width: 100%;
  height: 100%;
  border: 1px solid none;
  transition-duration: 0.8s;
}
.eachproductcategoryover:hover {
  width: 90%;
  height: 90%;
  margin: 25px;
  border: 1px solid #ccc;
  cursor: pointer;
  margin: 5%;
}
.eachproductcategoryover h4 {
  font-weight: 600;
  margin-top: 10px;
  font-size: 24px;
  font-family: "Questrial";
  text-transform: uppercase;
  letter-spacing: 2px;
}
.eachproductcategoryoverinner {
  margin: 0px 25px 15px 25px;
  transition-duration: 0.8s;
}
.eachproductcatcount h3 {
  margin: 0;
}
.craftlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.eachcraft {
  width: 33.33%;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0px 20px 0px;
  align-items: center;
}
.craftlisttitle {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  font-weight: 600;
  font-size: 15px;
}
.craftlisticon {
  width: 100px;
  height: 100px;
  background: #cccccc7d;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}
h4.craft-content {
  font-size: 18px;
  margin-top: 90%;
  font-weight: 600;
  line-height: 25px;
  font-style: italic;
  font-family: "Inter";
}

.product-title {
  text-transform: uppercase;
  font-family: "Questrial";
  font-weight: bold;
}

.craftsubtitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  font-style: italic;
  font-family: "Inter";
}
section#longterm {
  position: relative;
}
section#longterm:before {
  display: block;
  content: "";
  width: 3px;
  height: 200%;
  background: #cccccc;
  position: absolute;
  left: 50%;
  top: -100%;
  z-index: 1;
  border-radius: 25px;
}
section#longterm:after {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background: #cccccc;
  position: absolute;
  border-radius: 50%;
  left: 49.7%;
  bottom: 0;
}
.longtermcontent {
  padding-left: 7%;
  padding-bottom: 80px;
}
#forward {
  background-image: url(../images/forwardbg.png);
  min-height: 640px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.forwardbox {
  background-color: rgb(10 11 4 / 13%);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(10px);
  padding: 20px;
  color: white;
  width: 80%;
  margin: 0px auto;
  padding: 45px;
  border-radius: 25px;
}
.forwardcontent {
  /* font-family: var(--title-font); */
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
}
h2.forwardtitle {
  text-transform: uppercase;
  font-weight: 900;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  margin-bottom: 35px;
}
.forwardtitle:after {
  margin-left: 15px;
  content: "";
  display: block;
  width: 166px;
  height: 2px;
  background-image: url(../images/titleafter.png);
}
/********************************/
/* Product */
h5.optionmaintitle {
  margin-top: 0px;
  margin-bottom: 25px;
  /* background: #e7e7e7; */
  /* color: white; */
  padding: 15px 45px;
  font-size: 25px;
  border-radius: 25px;
  text-align: center;
  font-weight: 600;
}
.table {
  margin-bottom: 0px !important;
  background: #e7e7e7;
}
.productphoto img {
  box-shadow: 11px 11px 11px #cccccca3;
}
.productphoto {
  width: 95%;
}
.specificationbox {
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}
.tablerowwithbg {
  /* background: var(--secondary-color); */
  padding: 3px;
}
.tablerowwithbg td {
  font-size: 16px;
}
.tableotherrow td {
  padding: 15px 10px;
  font-size: 16px;
}
.table > :not(caption) > * > * {
  border-bottom-width: 0px;
}
.variablesection {
  margin-bottom: 40px;
  margin-top: 40px;
}
.variableimage {
  /* max-width: 40%; */
  width: 100%;
  height: 100px;
  border-radius: 0%;
  background-size: contain;
}
ul.variable {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; /* FIX */
  padding-left: 0;
}

.description {
  text-transform: none;
  margin-top: 20px;
  font-weight: 400;
}

.description p {
  max-width: 500px;
  font-size: 15px;
}
.modal-body {
  display: flex;
  align-items: center;
}
h5.modal-title {
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
  background: var(--primary-color);
  margin: 0;
  padding: 10px;
  color: white;
  font-family: "Questrial";
  letter-spacing: 2px;
}
/* .eachvariable {
  display: flex;
  align-items: center;
  width: 100%;
  flex-shrink: 0;
  margin-right: 30px;
  margin-bottom: 10px;
  border: 1px solid #e3e3e39e;
  padding: 5px;
  border-radius: 85px;
} */
.eachvariable {
  /* display: flex; */
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #e3e3e39e;
  padding: 5px;
  /* border-radius: 25px; */
  box-shadow: 5px 5px 5px #cccccc30;
}

.optionfullimage {
  box-shadow: 11px 11px 11px #cccccca3;
  border-radius: 5px;
}
.modalcontentsection {
  width: 90%;
  padding-left: 10%;
}
.btn-close {
  position: absolute;
  top: 50%;
  right: 10%;
  border: 1px solid #787676;
  border-radius: 50%;
  padding: 15px;
  color: black !important;
  z-index: 999;
  box-shadow: 11px 11px 11px #cccccca3;
  opacity: 0.8;
}
.variablename {
  padding-left: 10px;
  color: var(--primary-color);
  font-family: var(--title-font);
  font-weight: 500;
  font-size: 14px;
  width: 150px;
  min-height: 50px;
  display: flex;
  align-items: center;
  font-family: "Questrial";
}
section.relatedsection {
  margin-bottom: 0px;
  /* background: #e3e3e369; */
  padding: 0px 0px 100px 0px;
}
.fancybox-caption__body {
  font-family: var(--title-font);
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 25px;
}
.poem {
  display: flex;
  justify-content: center;
  width: 70%;
}
.poemcontent * {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  line-height: 32px;
}
.poemcontent h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
}

/********************************/
/* Contact Us */
button.btn.readmore.mapreadmorebtn {
  display: flex;
  cursor: 100%;
  align-items: center;
  margin: 0px auto;
  padding: 15px 35px;
  font-weight: 600;
}
.form-section .producttitle {
  font-size: 30px;
  margin-top: 75px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 35px;
}
.mapsection .arrow-icon {
  transition: transform 0.3s ease;
  width: 24px;
  margin-left: 10px;
}
.mapsection button[aria-expanded="true"] .arrow-icon {
  transform: rotate(180deg);
}
.mapsection .card.card-body {
  background-color: transparent;
  border: 0px;
}
.contactflex {
  display: flex;
  align-items: center;
  border: 1px solid #ced4da;
  padding: 0px 25px;
  border-radius: 35px;
  word-break: break-all;
  background: #f5f5f5;
}
section.mapsection {
  margin: 80px 0 0 0 !important;
  background: var(--secondary-color);
  padding: 45px 0px;
  text-align: center;
}
.contacttitle {
  font-size: 27px;
  margin-bottom: 70px;
}
.aio-icon.advanced {
  color: #ffffff;
  background: #111111;
  border-color: #333333;
  border-width: 1px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 500px;
  font-size: 25px;
  display: flex;
  padding: 10px !important;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}
.contactflex {
  display: flex;
  align-items: center;
}
.widthcontact80 {
  margin: 15px auto;
}
.form-control {
  border-radius: 30px;
  padding: 15px 25px;
  margin-bottom: 20px;
}
.contactflexcontent {
  width: 80%;
  min-height: 100px;
}
.contactflexcontent h5 {
  font-size: 20px;
  margin: 20px 0px 0px 0px;
  font-weight: 600;
}
/* Footer */
footer h4:after {
  background: #a5a3a3;
  width: 30px;
  height: 1px;
  content: "";
  display: block;
  position: relative;
  right: 0;
  left: 0;
  margin: 5px auto;
  margin-top: 10px;
  border-radius: 25px;
}
.copyright-footer * {
  font-size: 15px;
}
.footerreadmore {
  color: white;
  border: 1px solid white;
  margin-top: 5px;
  margin-bottom: 15px;
}
footer {
  background: var(--primary-color);
  padding: 40px 0px 10px 0;
}

footer * {
  color: var(--white);
}
footer p,
footer a {
  font-size: 18px;
  margin-bottom: 0;
}
.footerflex {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
}
.footerofficetitle {
  width: 15%;
}
.footercontent {
  width: 85%;
  padding-left: 15px;
}
.copyright-footer {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 15px;
}

/********************************/

/* .parent {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
} */

.parent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.parent div {
  height: 300px;
  background-size: cover;
  background-position: center;
}
/* .imagegallery {
  border-radius: 15px;
} */

.propertygallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.propertygallery .imagegallery {
  width: 100%;
  aspect-ratio: 16 / 9; /* keeps nice proportion */
  background-size: cover;
  background-position: center;
  border-radius: 25px;
}
.div1 {
  grid-area: 1 / 5 / 3 / 9;
}
.div2 {
  grid-area: 1 / 1 / 3 / 3;
}
.div3 {
  grid-area: 1 / 3 / 3 / 5;
}
.div4 {
  grid-area: 3 / 1 / 5 / 5;
}
.div5 {
  grid-area: 3 / 5 / 5 / 7;
}
.div6 {
  grid-area: 3 / 7 / 5 / 9;
}

.specificationbox {
  margin-bottom: 50px;
}

.specificationbox:target {
  outline: 2px solid #000;
  padding: 0px;
  background: #f9f9f9;
}

/* Normal State */
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  display: inline-block; /* Ensures padding and transitions work correctly */
  text-decoration: none;
  font-size: 16px;
  background: white;
  padding: 10px 30px; /* Adjusted padding for better button proportions */
  border-radius: 50px;
  color: black;

  /* Smooth Transition Logic */
  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.2s ease;
}

/* Hover State */
.fancybox-caption a:hover {
  color: white; /* Changed to white for better contrast on black background */
  background: black;
  text-decoration: none;

  /* Optional: Slight lift effect */
  transform: translateY(-2px);
}

.homeaboutimage img {
  transition: transform 0.8s ease;
}
.homeaboutimage:hover img {
  transform: scale(1.05);
}

/* Vision/Mission Box Styling */
.visionbox,
.missionbox {
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.transition-hover:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Background/Text colors for contrast */
.bg-dark {
  background-color: #1a1a1a !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}

/* Mobile fixes */
@media (max-width: 991px) {
  .titleright,
  .smalltitle {
    text-align: left !important;
    justify-content: flex-start !important;
  }
  .sticky-top {
    position: relative !important;
    top: 0 !important;
    margin-bottom: 2rem;
  }
}
