@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Outfit:wght@100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Accordion Smoothness */
.accordion-content,
.specs-content {
  transition: grid-template-rows 0.4s ease-out;
  display: grid;
  grid-template-rows: 0fr;
}
/* .accordion-content > div,  */
.specs-content > div {
  overflow: hidden;
}
.accordion-content.open,
.specs-content.open {
  grid-template-rows: 1fr;
}

/* Custom underline hover effect */
.hover-underline {
  position: relative;
}
.hover-underline::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: currentColor;
  transition: width 0.3s ease;
}
.hover-underline:hover::after {
  width: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  height: 100%;
}

body {
  line-height: 1.74;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: "Inter", sans-serif;
  color: #696969;
  position: relative;
  background-color: #ffffff;
}
body.no-overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3;
}

h1 {
  font-size: 56px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-size: 48px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h4 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 18px;
}

/* p:last-child {
  margin-bottom: 0;
} */

a,
button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a,
button,
img,
input {
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

*:focus {
  outline: none !important;
}

a:focus {
  /*color: inherit;*/
  outline: none;
  text-decoration: none;
}

.btn.focus,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:hover {
  text-decoration: none;
  color: #086ad8;
}

button,
input[type="submit"] {
  cursor: pointer;
}

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

.form-messege.success,
.form-messege-2.success {
  color: green;
}
.form-messege.error,
.form-messege-2.error {
  color: red;
}

.mark,
mark {
  padding: 0 0;
  background-color: transparent;
}

.font-weight--bold {
  font-weight: 800;
}

.font-weight--reguler {
  font-weight: 500;
}

.font-weight--normal {
  font-weight: 400;
}

.font-weight--light {
  font-weight: 300;
}

/*--
    Default Class
*/
.text-color-primary {
  color: #086ad8;
}

.text-color-secondary {
  color: #d2a98e;
}

.text-black {
  color: #333333 !important;
}

.bg-white {
  background: #ffffff;
}

.bg-black {
  background: #333;
}

.bg-gray {
  background: #f8f8f8;
}

.bg-gray-2 {
  background: #f6fafe;
}

.bg-gray-3 {
  background: #f6f2ed;
}

.bg-theme-default {
  background: #086ad8;
}

.theme-bg-secondary {
  background: #d2a98e;
}

.bg-theme-three {
  background: #002fa6;
}

.sub-heading {
  color: #6d70a6;
}

.black-bg {
  background: #000000;
}

.border-radus-5 {
  border-radius: 5px;
}

.text-green {
  color: #d2a98e;
}

.bg-gradient {
  background: -webkit-linear-gradient(top, #fff 0, #f5f5f5 100%);
}

/*-- Tab Content & Pane Fix --*/
select {
  padding: 3px 20px;
  height: 56px;
  max-width: 100%;
  width: 100%;
  outline: none;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
  background: #f8f8f8 url("../images/icons/selector-icon.webp") no-repeat center
    right 20px;
  background-color: rgb(248, 248, 248);
  -moz-appearance: none;
  -webkit-appearance: none;
}
select:focus {
  background: #f8f8f8 url("../images/icons/selector-icon.webp") no-repeat center
    right 20px !important;
}

.fixed-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/*------- Defauld Class --------*/
.text-black {
  color: #333;
}

.box-shadow-top {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.border {
  border: 1px solid #ededed !important;
}

.border-top {
  border-top: 1px solid #ededed !important;
}

.border-right {
  border-right: 1px solid #ededed !important;
}

.border-bottom {
  border-bottom: 1px solid #ededed !important;
}

.border-left {
  border-left: 1px solid #ededed !important;
}

.border-top-dash {
  border-top: 1px dashed #ddd !important;
}

.border-bottom-dash {
  border-bottom: 1px dashed #ddd !important;
}

.border-top-thick {
  border-top: 2px solid #ededed !important;
}

.border-bottom-thick {
  border-bottom: 2px solid #ededed !important;
}

.border-top-drak {
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.border-bottom-drak {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.section-title mark {
  color: #38cb89;
  padding: 0em;
  background-color: transparent;
}

.section-sub-title {
  color: #ababab;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  line-height: 1.43;
  margin-top: -5px;
}

.section-under-heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #333333;
}
.section-under-heading a {
  color: #086ad8;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.section-under-heading a::before {
  content: "";
  width: 0;
  height: 1px;
  bottom: -1px;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}
.section-under-heading a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.img-width {
  width: 100%;
}

.title-dec-text {
  text-align: center;
  max-width: 760px;
  margin: auto;
}

::-moz-selection {
  color: #ffffff;
  background-color: #086ad8;
}

::selection {
  color: #ffffff;
  background-color: #086ad8;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .small-mt__0 {
    margin-top: 0px;
  }
  .small-mt__10 {
    margin-top: 10px;
  }
  .small-mt__20 {
    margin-top: 20px;
  }
  .small-mt__30 {
    margin-top: 30px;
  }
  .small-mt__40 {
    margin-top: 40px;
  }
  .small-mt__50 {
    margin-top: 50px;
  }
  .small-mt__60 {
    margin-top: 60px;
  }
  .small-mb__30 {
    margin-bottom: 30px;
  }
  .small-mb__40 {
    margin-bottom: 40px;
  }
  .small-mb__50 {
    margin-bottom: 50px;
  }
  .small-mb__60 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tablet-mt__0 {
    margin-top: 0px;
  }
  .tablet-mt__30 {
    margin-top: 30px;
  }
  .tablet-mt__40 {
    margin-top: 40px;
  }
  .tablet-mt__50 {
    margin-top: 50px;
  }
  .tablet-mt__60 {
    margin-top: 60px;
  }
  .tablet-mb__30 {
    margin-bottom: 30px;
  }
  .tablet-mb__40 {
    margin-bottom: 40px;
  }
  .tablet-mb__50 {
    margin-bottom: 50px;
  }
  .tablet-mb__60 {
    margin-bottom: 60px;
  }
}
/*=====  End of spacing  ======*/
/*===========================================
=        03. Custom Animation Css
===========================================*/
@-webkit-keyframes moveVertical {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes moveVertical {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes moveHorizontal {
  to {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes moveHorizontal {
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.move-up {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.move-up.animate {
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-animation: moveVertical 0.65s ease forwards;
  animation: moveVertical 0.65s ease forwards;
}

.move-up-x {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.move-up-x.animate {
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  -webkit-animation: moveHorizontal 0.65s ease forwards;
  animation: moveHorizontal 0.65s ease forwards;
}

/* ------------------------
    Custom Animation 01 
----------------------------*/
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -100px;
  }
  to {
    margin-top: 0;
  }
}
/* --------------------------------------
    Custom Hide Animation
---------------------------------------*/
@-webkit-keyframes hide-animation {
  0% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(60px);
    opacity: 0;
  }
}
@keyframes hide-animation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
  }
}
/* --------------------------------------
    Custom Slide Show Animation
---------------------------------------*/
@-webkit-keyframes show-animation {
  0% {
    -webkit-transform: translateY(60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes show-animation {
  0% {
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* --------------------------------------
    Custom Slide Out To Right
---------------------------------------*/
@-webkit-keyframes slide-out-to-right {
  0% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(40px);
    opacity: 0;
  }
}
@keyframes slide-out-to-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
    opacity: 0;
  }
}
/* --------------------------------------
    Custom Slide Out To Left
---------------------------------------*/
@-webkit-keyframes slide-in-to-left {
  0% {
    -webkit-transform: translateX(60px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-to-left {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/* ------------------------
    Brook Hover Effect 
---------------------------*/
.brook-transition {
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.bk-hover a {
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: inline-block;
  color: #999;
}
.bk-hover a::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  -o-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}
.bk-hover a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
/* ------------------------
    Separator Bounce 
---------------------------*/
@-webkit-keyframes separator-bounce {
  0%,
  80%,
  to {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes separator-bounce {
  0%,
  80%,
  to {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*=============================================
=            04. container Css            =
=============================================*/
@media (min-width: 1600px) {
  .container-fluid--cp-150 {
    padding: 0 150px !important;
  }
}
@media (min-width: 1600px) and (max-width: 1664px) {
  .container-fluid--cp-150 {
    padding: 0 110px !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid--cp-150 {
    padding: 0 50px;
  }
}
@media (min-width: 1700px) {
  .container-fluid--cp-140 {
    padding: 0 140px !important;
  }
}
@media (min-width: 1700px) and (max-width: 1663px) {
  .container-fluid--cp-140 {
    padding: 0 100px !important;
  }
}
@media (min-width: 1600px) and (max-width: 1664px) {
  .container-fluid--cp-140 {
    padding: 0 30px !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid--cp-140 {
    padding: 0 30px;
  }
}
@media (min-width: 1600px) {
  .container-fluid--cp-120 {
    padding: 0 120px !important;
  }
}
@media (min-width: 1600px) and (max-width: 1664px) {
  .container-fluid--cp-120 {
    padding: 0 110px !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid--cp-120 {
    padding: 0 50px;
  }
}
@media (min-width: 1600px) {
  .container-fluid--cp-80 {
    padding: 0 80px !important;
  }
}
@media (min-width: 1600px) and (max-width: 1664px) {
  .container-fluid--cp-80 {
    padding: 0 30px !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid--cp-80 {
    padding: 0 30px;
  }
}
.container-fluid--cp-60 {
  padding: 0 60px;
}
@media only screen and (max-width: 767px) {
  .container-fluid--cp-60 {
    padding: 0 15px;
  }
}
.container-fluid--cp-30 {
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .container-fluid--cp-30 {
    padding: 0 15px;
  }
}

@media (min-width: 1200px) {
  .page-content-double-sidebar .container {
    max-width: 1600px;
  }
}

@media (max-width: 1919px) {
  .container-fluid--cp-60 {
    padding: 0 30px;
  }
  .container-fluid--cp-80 {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1919px) and (max-width: 767px) {
  .container-fluid--cp-80 {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1919px) and (max-width: 575px) {
  .container-fluid--cp-80 {
    padding: 0 15px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container_fl {
  padding-left: 15px;
  padding-right: 15px;
}

.col-06__left {
  width: 600px;
  max-width: 100%;
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .col-06__left {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}

.col-06__right {
  width: 600px;
  max-width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .col-06__right {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.banner-image__content {
  width: 570px;
  max-width: 100%;
}

.row--35 {
  margin-left: -35px;
  margin-right: -35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--35 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--35 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--35 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--35 > [class*="col"],
.row--35 > [class*="col-"] {
  padding-left: 35px;
  padding-right: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--35 > [class*="col"],
  .row--35 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--35 > [class*="col"],
  .row--35 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--35 > [class*="col"],
  .row--35 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--30 {
  margin-left: -30px;
  margin-right: -30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
}
.row--30 > [class*="col"],
.row--30 > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--30 > [class*="col"],
  .row--30 > [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--30 > [class*="col"],
  .row--30 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--30 > [class*="col"],
  .row--30 > [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.row--10 {
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--10 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--10 {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .row--10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}
.row--10 > [class*="col"],
.row--10 > [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row--10 > [class*="col"],
  .row--10 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row--10 > [class*="col"],
  .row--10 > [class*="col-"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media only screen and (max-width: 767px) {
  .row--10 > [class*="col"],
  .row--10 > [class*="col-"] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/*=====  End of container  ======*/
/*=============================================
=              05. Header Css            =
=============================================*/
.header-area {
  position: relative;
  z-index: 9;
}
.header-area .is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
  animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.header-area .is-sticky .navigation-menu--text_white > ul > li > a {
  color: #444;
}
.header-area
  .is-sticky
  .navigation-menu--text_white
  > ul
  > li
  > a
  > span:after {
  background-color: #444;
}
.header-area .is-sticky .navigation-menu--text_white > ul > li.active > a {
  color: #000000;
}
.header-area .is-sticky .navigation-menu--text_white > ul > li:hover > a:after,
.header-area
  .is-sticky
  .navigation-menu--text_white
  > ul
  > li.active
  > a:after {
  color: #000000;
}
.header-area .is-sticky .navigation-menu--text_white > ul > li:hover > a > span,
.header-area
  .is-sticky
  .navigation-menu--text_white
  > ul
  > li.active
  > a
  > span {
  color: #000000;
}
.header-area .is-sticky .header-search-form .search-form-top .style-02 {
  background-color: transparent;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.header-area .is-sticky .header-search-form .search-form-top.style-03 {
  background-color: transparent;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.header-area
  .is-sticky
  .header-search-form
  .search-form-top.style-03
  input::-webkit-input-placeholder,
.header-area
  .is-sticky
  .header-search-form
  .search-form-top.style-03
  textarea::-webkit-input-placeholder {
  color: #333;
}
.header-area
  .is-sticky
  .header-search-form
  .search-form-top.style-03
  input::-moz-placeholder,
.header-area
  .is-sticky
  .header-search-form
  .search-form-top.style-03
  textarea::-moz-placeholder {
  color: #333;
}
.header-area
  .is-sticky
  .header-search-form
  .search-form-top.style-03
  input:-ms-input-placeholder,
.header-area
  .is-sticky
  .header-search-form
  .search-form-top.style-03
  textarea:-ms-input-placeholder {
  color: #333;
}
.header-area
  .is-sticky
  .header-search-form
  .search-form-top.style-03
  input::-ms-input-placeholder,
.header-area
  .is-sticky
  .header-search-form
  .search-form-top.style-03
  textarea::-ms-input-placeholder {
  color: #333;
}
.header-area
  .is-sticky
  .header-search-form
  .search-form-top.style-03
  input::placeholder,
.header-area
  .is-sticky
  .header-search-form
  .search-form-top.style-03
  textarea::placeholder {
  color: #333;
}
.header-area .is-sticky .header-search-form .search-form-top .search-field {
  color: #000;
}
.header-area .is-sticky .header-search-form .search-form-top .search-submit {
  color: #333;
}
.header-area .is-sticky .header__logo .dark-logo {
  display: inherit;
}
.header-area .is-sticky .header__logo .light-logo {
  display: none;
}
.header-area .is-sticky .menu-style-four .navigation-menu > ul > li > a {
  color: #000;
}
.header-area
  .is-sticky
  .menu-style-four
  .navigation-menu
  > ul
  > li:hover
  > a:after,
.header-area
  .is-sticky
  .menu-style-four
  .navigation-menu
  > ul
  > li.active
  > a:after {
  color: #3b1b45c9;
}
.header-area
  .is-sticky
  .menu-style-four
  .navigation-menu
  > ul
  > li:hover
  > a
  > span,
.header-area
  .is-sticky
  .menu-style-four
  .navigation-menu
  > ul
  > li.active
  > a
  > span {
  color: #3b1b45c9;
}
.header-area
  .is-sticky
  .menu-style-four
  .navigation-menu
  > ul
  > li:hover
  > a:before,
.header-area
  .is-sticky
  .menu-style-four
  .navigation-menu
  > ul
  > li.active
  > a:before {
  width: 100%;
  left: 0;
}
.header-area .is-sticky .header-search-form-two.white-icon a {
  color: #333;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .header-area.is-sticky.only-mobile-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
    animation: 0.95s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 999;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .header-area.is-sticky.only-mobile-sticky .header-bottom-wrap.is-sticky {
    display: none !important;
  }
}
.header-area--absolute {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  z-index: 5;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.75) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(135deg, #4a1c57 0%, #9d6db8 100%);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .header-area--absolute {
    position: static;
  }
}
.header-area--absolute__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.header-area--default {
  border-color: #e4e8f6;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
  /* logo */
}
.header-area .is-sticky .header {
  height: auto;
}
.header__logo {
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  padding: 14px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.header__logo.top-logo {
  padding: 25px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .header__logo {
    order: 1;
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    padding: 0;
  }
  .header__logo a {
    position: unset !important;
    top: unset !important;
  }
  .header-btn-set {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    display: flex;
    justify-content: center;
    order: 2;
  }
  .header-right {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    order: 3;
  }
}
@media only screen and (max-width: 767px) {
  .header__logo {
    -webkit-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    padding: 0;
  }
  .header__logo.top-logo {
    padding: 15px 0;
  }
}
.header__logo > a img {
  width: 160px;
}
.header__logo .dark-logo {
  display: none;
}
.header__logo .light-logo {
  display: inherit;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .header__logo .dark-logo {
    display: inherit;
  }
  .header__logo .light-logo {
    display: none;
  }
}
.header.default-menu-style .header__logo {
  -webkit-flex-basis: 23.5%;
  -ms-flex-preferred-size: 23.5%;
  flex-basis: 23.5%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 14px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header.default-menu-style .header__logo {
    -webkit-flex-basis: 13%;
    -ms-flex-preferred-size: 13%;
    flex-basis: 13%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .header.default-menu-style .header__logo {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .header.default-menu-style .header__logo {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.header.default-menu-style .header-midle-box {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header.default-menu-style .header-right-box {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 23.5%;
  -ms-flex-preferred-size: 23.5%;
  flex-basis: 23.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header.default-menu-style .header-right-box {
    -webkit-flex-basis: 23%;
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header.default-menu-style .header-right-box {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header.default-menu-style .header-right-box {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .header.default-menu-style .header-right-box {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.header.default-menu-style .header-right-box .header-right-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .header.default-menu-style .header-right-box .header-right-inner {
    margin: auto;
  }
}

/*======================
    - language 
=======================*/
.language-menu {
  padding-right: 25px;
}
.language-menu > ul > li {
  position: relative;
  display: inline-block;
  line-height: 1;
  padding: 0 10px;
}
.language-menu > ul > li > a {
  padding: 0 10px;
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
}
.language-menu > ul > li > a span {
  margin-left: 10px;
}
.language-menu > ul > li > a::after {
  content: "\f078";
  font-size: 8px;
  border: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: FontAwesome;
  font-weight: 500;
}
.language-menu > ul > li ul {
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 102;
  -webkit-box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.language-menu > ul > li ul li a {
  font-weight: 500;
  color: #333;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
  padding: 10px;
  border: 0;
  background: #fff;
  color: #222;
  line-height: 1;
  text-transform: uppercase;
}
.language-menu > ul > li ul li a span {
  margin-left: 10px;
}
.language-menu > ul > li ul li a img {
  width: 24px;
  height: auto;
}
.language-menu > ul > li ul li a:hover {
  background: #eeeeee;
}
.language-menu > ul > li:hover ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.header-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-right-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 12px;
}
@media only screen and (max-width: 767px) {
  .header-right-inner {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
    -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    background-color: #ffffff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .header-right-inner.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    z-index: 999;
  }
}

@media only screen and (max-width: 767px) {
  .header-right-box .header-right-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (max-width: 575px) {
  .header-right-box .header-right-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.header-top-info-slider-werap {
  overflow: hidden;
  max-width: 770px;
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top-info-slider-werap {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-top-info-slider-werap {
    max-width: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .header-top-info-slider-werap {
    max-width: 100%;
  }
}

.header-top-info-slider-werap {
  padding: 0 12px;
}
@media only screen and (max-width: 767px) {
  .header-top-info-slider-werap {
    padding: 0 0px;
  }
}

.header-top-info-inner .info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #ddd;
  padding-left: 19px;
}
.header-top-info-inner .info-item .info-icon {
  width: 41px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 30px;
  line-height: 1;
  color: #d2a98e;
}
.header-top-info-inner .info-item .info-content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.header-top-info-inner .info-item .info-content .info-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.18;
  margin-bottom: 6px;
}
.header-top-info-inner .info-item .info-content .info-sub-title {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .header-top-info-inner .info-item {
    padding-left: 0px;
    margin-top: 20px;
  }
}
.header-top-info-inner.default-color .info-item .info-icon {
  color: #086ad8;
}

.top-info-slider__container {
  cursor: w-resize;
}
.top-info-slider__container .swiper-slide-active .info-item {
  border-left: none;
}

.header-social-networks.style-icons a {
  display: inline-block;
  padding: 0 10px;
  font-size: 18px;
  margin-top: 10px;
}

.header-bottom-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-bottom-left-wrap {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-search-form {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.header-search-form .search-form-top {
  position: relative;
  background-color: rgba(0, 47, 166, 0.3);
}
.header-search-form .search-form-top .search-field {
  width: 270px;
  border-radius: 0;
  border: 0 !important;
  background: 0 0 !important;
  min-height: 60px;
  padding-right: 50px;
  padding-left: 10px;
  color: #fff;
}
.header-search-form .search-form-top input::-webkit-input-placeholder,
.header-search-form .search-form-top textarea::-webkit-input-placeholder {
  color: #333;
}
.header-search-form .search-form-top input::-moz-placeholder,
.header-search-form .search-form-top textarea::-moz-placeholder {
  color: #333;
}
.header-search-form .search-form-top input:-ms-input-placeholder,
.header-search-form .search-form-top textarea:-ms-input-placeholder {
  color: #333;
}
.header-search-form .search-form-top input::-ms-input-placeholder,
.header-search-form .search-form-top textarea::-ms-input-placeholder {
  color: #333;
}
.header-search-form .search-form-top input::placeholder,
.header-search-form .search-form-top textarea::placeholder {
  color: #333;
}
.header-search-form .search-form-top .search-submit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 18px;
  background: 0 0;
  width: 48px;
  height: 48px;
  line-height: 50px;
  padding: 0;
  border: 0;
  color: #ffffff;
}
.header-search-form .search-form-top.style-02 {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
.header-search-form .search-form-top.style-02 .search-field {
  width: 232px;
  border-radius: 0;
  background: #fff !important;
  border: 0 !important;
  min-height: 60px;
  color: #333;
}
.header-search-form .search-form-top.style-02 .search-submit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  font-size: 18px;
  background: 0 0;
  width: 48px;
  height: 48px;
  line-height: 50px;
  padding: 0;
  border: 0;
  color: #000000;
}
.header-search-form .search-form-top.style-03 input::-webkit-input-placeholder {
  color: #ddd;
}
.header-search-form .search-form-top.style-03 input::-moz-placeholder {
  color: #ddd;
}
.header-search-form .search-form-top.style-03 input:-ms-input-placeholder {
  color: #ddd;
}
.header-search-form .search-form-top.style-03 input::-ms-input-placeholder {
  color: #ddd;
}
.header-search-form .search-form-top.style-03 input::placeholder {
  color: #ddd;
}
.header-search-form.default-search {
  height: 100%;
}
.header-search-form.default-search .search-form-top {
  background: transparent;
  border-left: 1px solid #eee;
  margin-right: 5px;
}
@media only screen and (max-width: 575px) {
  .header-search-form.default-search .search-form-top {
    margin-top: 15px;
    background: #eee;
  }
}
.header-search-form.default-search .search-form-top .search-field {
  max-width: 225px;
  color: #333;
  min-height: 80px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-search-form.default-search .search-form-top .search-field {
    max-width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .header-search-form.default-search .search-form-top .search-field {
    min-height: 40px;
  }
}
.header-search-form.default-search .search-form-top .search-submit {
  color: #000000;
}
.header-search-form-two {
  padding-left: 24px;
  display: block;
}
.header-search-form-two a {
  line-height: 0;
  font-size: 18px;
}
.header-search-form-two a:hover {
  -webkit-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.header-search-form-two.white-icon a {
  color: #ffffff;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
  only screen and (max-width: 767px) {
  .header-search-form-two.white-icon a {
    color: #333;
  }
}

/*============================== 
    - Navigation Menu Css
===============================*/
.navigation-menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.navigation-menu > ul > li {
  margin: 0 24px;
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
  .navigation-menu > ul > li {
    margin: 0 22px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .navigation-menu > ul > li {
    margin: 0 15px;
  }
}
.navigation-menu > ul > li > a {
  display: block;
  color: #000000;
  padding: 21px 2px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.18;
  -webkit-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  font-family: "Outfit", sans-serif;
}
.navigation-menu > ul > li > a:before {
  content: "";
  width: 0;
  height: 3px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #086ad8;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-menu > ul > li > a span {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-menu > ul > li.has-children > a {
  position: relative;
}
.navigation-menu > ul > li.has-children > a:after {
  position: static;
  margin-left: 5px;
  font-family: FontAwesome;
  content: "\f107";
  font-weight: 600;
  font-size: 14px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-menu > ul > li.has-children--multilevel-submenu {
  position: relative;
}
.navigation-menu > ul > li.has-children:hover .megamenu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.navigation-menu > ul > li.has-children:hover .megamenu--home-variation__item {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.navigation-menu > ul > li.has-children:hover > .submenu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.navigation-menu > ul > li:hover > a:after,
.navigation-menu > ul > li.active > a:after {
  color: #086ad8;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-menu > ul > li:hover > a span,
.navigation-menu > ul > li.active > a span {
  color: #086ad8;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navigation-menu > ul > li:hover > a:before,
.navigation-menu > ul > li.active > a:before {
  width: 100%;
  left: 0;
}
.navigation-menu.primary--menu > ul > li > a {
  padding: 31px 2px;
}
.navigation-menu--text_white > ul > li > a {
  color: rgba(255, 255, 255, 0.7);
}
.navigation-menu--text_white > ul > li > a:before {
  background-color: #ffffff;
}
.navigation-menu--text_white > ul > li.active > a {
  color: #ffffff;
}
.navigation-menu--text_white > ul > li:hover > a:after,
.navigation-menu--text_white > ul > li.active > a:after {
  color: #ffffff;
}
.navigation-menu--text_white > ul > li:hover > a > span,
.navigation-menu--text_white > ul > li.active > a > span {
  color: #ffffff;
}

.header-bottom-left-wrap .navigation-menu > ul > li:first-child {
  margin: 0 24px 0 0;
}

/*===================================
    - Multilevel Submenu Css
====================================*/
.submenu {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #086ad8;
  border-color: #3b1b45c9;
  background-color: #ffffff;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  visibility: hidden;
  opacity: 0;
  min-width: 260px;
  padding: 20px 0;
  z-index: 9;
}
.submenu > li {
  position: relative;
}
.submenu > li > a {
  display: block;
  padding: 5px 30px;
  color: #333;
  font-weight: 400;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  font-size: 17px;
  font-family: "Outfit", sans-serif;
}
.submenu > li > a > span {
  position: relative;
}
.submenu > li > a > span:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  background-color: #3b1b45c9;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.submenu > li > a:hover {
  color: #3b1b45c9;
}
.submenu > li > a:hover > span:after {
  width: 100%;
  left: 0;
  right: auto;
}
.submenu > li:hover > .submenu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  z-index: 9;
}
.submenu > li.active > a {
  color: #3b1b45c9;
}
.submenu > li.has-children > a {
  position: relative;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.submenu > li.has-children > a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: FontAwesome;
  font-weight: 600;
  content: "\f105";
  font-size: 14px;
  vertical-align: middle;
  color: #ababab;
}
.submenu > li.has-children > a:hover:after {
  color: #3b1b45c9;
}
.submenu > li.has-children.active > a {
  color: #3b1b45c9;
}
.submenu .submenu {
  top: 0px;
  left: 100%;
  right: auto;
}
.submenu .submenu.left {
  right: 100%;
  left: auto;
}
.submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto;
}
.submenu .submenu .submenu.left {
  right: 100%;
  left: auto;
}
.submenu .submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto;
}
.submenu .submenu .submenu .submenu.left {
  right: 100%;
  left: auto;
}
.submenu .submenu .submenu .submenu .submenu {
  top: 0;
  left: 100%;
  right: auto;
}
.submenu .submenu .submenu .submenu .submenu.left {
  right: 100%;
  left: auto;
}

.menu-style-three .navigation-menu > ul > li,
.menu-style-four .navigation-menu > ul > li {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
  .menu-style-three .navigation-menu > ul > li,
  .menu-style-four .navigation-menu > ul > li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.menu-style-three .navigation-menu > ul > li:hover > a:before,
.menu-style-three .navigation-menu > ul > li.active > a:before,
.menu-style-four .navigation-menu > ul > li:hover > a:before,
.menu-style-four .navigation-menu > ul > li.active > a:before {
  width: 0%;
  left: 0;
}
.menu-style-three .submenu.left,
.menu-style-four .submenu.left {
  left: -100px;
}
.menu-style-three .submenu.left .submenu.left,
.menu-style-four .submenu.left .submenu.left {
  right: 100%;
  left: auto;
}

.menu-style-four .navigation-menu > ul > li > a {
  color: #ffffff;
  color: #fff;
  font-size:18px;
}
.menu-style-four .navigation-menu > ul > li > a:before {
  content: "";
  width: 0;
  height: 3px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #155986;
  background-color: #3b1b45c9;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header-area
  .is-sticky
  .menu-style-four
  .navigation-menu
  > ul
  > li.active
  > a:before {
  background-color: #3b1b45c9;
}
.menu-style-four .navigation-menu > ul > li:hover > a:after,
.menu-style-four .navigation-menu > ul > li.active > a:after {
  color: #ffffff;
  color: #3b1b45c9;
}
.menu-style-four .navigation-menu > ul > li:hover > a > span,
.menu-style-four .navigation-menu > ul > li.active > a > span {
  color: #ffffff;
  color: #3b1b45c9;
}
.menu-style-four .navigation-menu > ul > li:hover > a:before,
.menu-style-four .navigation-menu > ul > li.active > a:before {
  width: 100%;
  left: 0;
}

/*=========================================
    - Mega Menu Css
===========================================*/
.megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #086ad8;
  background-color: #ffffff;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
}
.megamenu--mega {
  min-width: 980px;
  width: 100%;
  padding: 35px 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .megamenu--mega {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .megamenu--mega {
    min-width: 700px;
  }
}
.megamenu--mega > li {
  -webkit-flex-basis: 22%;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  padding-left: 15px;
  padding-right: 15px;
}
.megamenu--mega > li .page-list-title {
  font-size: 14px;
  margin-bottom: 20px;
  color: #333333;
}
.megamenu--mega > li > ul > li > a {
  padding: 10px 0;
  color: #ababab;
  line-height: 1.2;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}
.megamenu--mega > li > ul > li > a:hover {
  color: #086ad8;
}
.megamenu--mega > li > ul > li > a:hover span:after {
  width: 100%;
  left: 0;
  right: auto;
}
.megamenu--mega > li > ul > li > a > span {
  position: relative;
}
.megamenu--mega > li > ul > li > a > span:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  background-color: #086ad8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.megamenu--mega > li > ul > li.active > a {
  color: #086ad8;
}

.container-fluid .megamenu--mega {
  padding: 35px 220px 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .container-fluid .megamenu--mega {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .container-fluid .megamenu--mega {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .container-fluid .megamenu--mega {
    min-width: 700px;
  }
}

/* Mobile Mavigation icon */
.mobile-navigation-icon {
  width: 24px;
  height: 25px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-left: 30px;
}
.mobile-navigation-icon:hover i {
  background-color: #086ad8;
}
.mobile-navigation-icon:hover i:before {
  width: 80%;
  background-color: #086ad8;
}
.mobile-navigation-icon:hover i:after {
  background-color: #086ad8;
  width: 60%;
}
.mobile-navigation-icon i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: #165787;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-navigation-icon i:before {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #165787;
  content: "";
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-navigation-icon i:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #165787;
  content: "";
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mobile-navigation-icon.white-md-icon i {
    background-color: #fff;
  }
  .mobile-navigation-icon.white-md-icon i:before {
    background-color: #fff;
  }
  .mobile-navigation-icon.white-md-icon i:after {
    background-color: #fff;
  }
  .mobile-navigation-icon.white-md-icon:hover i {
    background-color: #086ad8;
  }
  .mobile-navigation-icon.white-md-icon:hover i:before {
    width: 80%;
    background-color: #086ad8;
  }
  .mobile-navigation-icon.white-md-icon:hover i:after {
    background-color: #086ad8;
    width: 60%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .is-sticky .white-md-icon i {
    background-color: #333;
  }
  .is-sticky .white-md-icon i:before {
    background-color: #333;
  }
  .is-sticky .white-md-icon i:after {
    background-color: #333;
  }
}

.page-open-off-sidebar:hover i {
  width: 100%;
}
.page-open-off-sidebar:hover i:before {
  width: 100%;
}
.page-open-off-sidebar:hover i:after {
  width: 100%;
}
.page-open-off-sidebar i {
  width: 100%;
  background-color: #333;
}
.page-open-off-sidebar i:before {
  width: 70%;
  background-color: #333;
}
.page-open-off-sidebar i:after {
  width: 70%;
  background-color: #333;
}

.hidden-icons-menu {
  margin-left: 15px;
}
.hidden-icons-menu a {
  color: #6d70a6;
  font-size: 20px;
}
.hidden-icons-menu a:hover {
  color: #086ad8;
}

/*================================ 
    - Mobile Menu Overlay Css
==================================*/
.mobile-menu-overlay,
.page-oppen-off-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
  overflow: auto;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  cursor: url(../images/icons/light-close.webp) 16 16, pointer;
  visibility: hidden;
  opacity: 0;
}
.mobile-menu-overlay__inner,
.page-oppen-off-sidebar__inner {
  -webkit-transform: translateX(120%);
  -ms-transform: translateX(120%);
  transform: translateX(120%);
  width: 400px;
  height: 100%;
  float: right;
  cursor: default;
  background: rgb(26, 58, 66);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow-y: auto;
}
@media only screen and (max-width: 479px) {
  .mobile-menu-overlay__inner,
  .page-oppen-off-sidebar__inner {
    width: 300px;
  }
}
.mobile-menu-overlay.active,
.page-oppen-off-sidebar.active {
  visibility: visible;
  opacity: 1;
}
.mobile-menu-overlay.active .mobile-menu-overlay__inner,
.page-oppen-off-sidebar.active .mobile-menu-overlay__inner {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu-overlay__header,
.page-oppen-off-sidebar__header {
  background-color: #ffffff;
  padding: 15px 0;
  padding: 5px 0;
}
.mobile-menu-overlay__header .mobile-navigation-close-icon,
.page-oppen-off-sidebar__header .mobile-navigation-close-icon {
  position: relative;
  cursor: pointer;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: inline-block;
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:before,
.page-oppen-off-sidebar__header .mobile-navigation-close-icon:before {
  position: absolute;
  top: 23px;
  left: 8px;
  content: "";
  width: 24px;
  height: 3px;
  background: #333333;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:after,
.page-oppen-off-sidebar__header .mobile-navigation-close-icon:after {
  position: absolute;
  top: 23px;
  left: 8px;
  content: "";
  width: 24px;
  height: 3px;
  background: #333333;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:hover,
.page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover {
  color: #086ad8;
}
.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:before,
.mobile-menu-overlay__header .mobile-navigation-close-icon:hover:after,
.page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:before,
.page-oppen-off-sidebar__header .mobile-navigation-close-icon:hover:after {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.mobile-menu-overlay__body,
.page-oppen-off-sidebar__body {
  padding: 20px 20px 100px;
}
.mobile-menu-overlay__body .offcanvas-navigation,
.page-oppen-off-sidebar__body .offcanvas-navigation {
  /* onepage style */
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li,
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a,
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a {
  display: block;
  color: #ffffff;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-family: "Outfit", sans-serif;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li > a:hover,
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li > a:hover {
  color: #ffffff;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li:last-child,
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li:last-child {
  border-bottom: 0;
}
.mobile-menu-overlay__body .offcanvas-navigation > ul > li.has-children,
.page-oppen-off-sidebar__body .offcanvas-navigation > ul > li.has-children {
  position: relative;
}
.mobile-menu-overlay__body
  .offcanvas-navigation
  > ul
  > li.has-children.active
  .menu-expand:before,
.page-oppen-off-sidebar__body
  .offcanvas-navigation
  > ul
  > li.has-children.active
  .menu-expand:before {
  content: "\f106";
}
.mobile-menu-overlay__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .menu-expand,
.page-oppen-off-sidebar__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .menu-expand {
  position: absolute;
  right: 0;
  top: 12px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .menu-expand:hover,
.page-oppen-off-sidebar__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .menu-expand:hover {
  background: rgba(255, 255, 255, 0.2);
}
.mobile-menu-overlay__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .menu-expand:before,
.page-oppen-off-sidebar__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .menu-expand:before {
  content: "\f107";
  font-size: 18px;
  font-family: FontAwesome;
  font-weight: 600;
}
.mobile-menu-overlay__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu,
.page-oppen-off-sidebar__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu {
  padding: 12px 0 14px 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-menu-overlay__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu
  li,
.page-oppen-off-sidebar__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu
  li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.mobile-menu-overlay__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu
  li
  a,
.page-oppen-off-sidebar__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu
  li
  a {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  line-height: 1.5;
  padding: 10px 0;
  font-family: "Outfit", sans-serif;
}
.mobile-menu-overlay__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu
  li
  a:hover,
.page-oppen-off-sidebar__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu
  li
  a:hover {
  color: #ffffff;
}
.mobile-menu-overlay__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu
  li:last-child,
.page-oppen-off-sidebar__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu
  li:last-child {
  border-bottom: 0;
}
.mobile-menu-overlay__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu
  li.has-children,
.page-oppen-off-sidebar__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu
  li.has-children {
  position: relative;
}
.mobile-menu-overlay__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu
  li.has-children.active
  .menu-expand:before,
.page-oppen-off-sidebar__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu
  li.has-children.active
  .menu-expand:before {
  content: "\f106";
}
.mobile-menu-overlay__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu
  li.has-children
  .menu-expand,
.page-oppen-off-sidebar__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu
  li.has-children
  .menu-expand {
  position: absolute;
  right: 0;
  top: 6px;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.mobile-menu-overlay__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu
  li.has-children
  .menu-expand:hover,
.page-oppen-off-sidebar__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu
  li.has-children
  .menu-expand:hover {
  background: rgba(255, 255, 255, 0.2);
}
.mobile-menu-overlay__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu
  li.has-children
  .menu-expand:before,
.page-oppen-off-sidebar__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu
  li.has-children
  .menu-expand:before {
  content: "\f107";
  font-size: 16px;
  font-family: FontAwesome;
  font-weight: 500;
}
.mobile-menu-overlay__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu
  .sub-menu
  li.has-children,
.page-oppen-off-sidebar__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu
  .sub-menu
  li.has-children {
  position: relative;
}
.mobile-menu-overlay__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu
  .sub-menu
  li.has-children.active
  .menu-expand:before,
.page-oppen-off-sidebar__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu
  .sub-menu
  li.has-children.active
  .menu-expand:before {
  content: "\f106";
}
.mobile-menu-overlay__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu
  .sub-menu
  li.has-children
  .menu-expand:before,
.page-oppen-off-sidebar__body
  .offcanvas-navigation
  > ul
  > li.has-children
  .sub-menu
  .sub-menu
  li.has-children
  .menu-expand:before {
  content: "\f107";
  font-size: 16px;
  font-family: FontAwesome;
  font-weight: 500;
}
.mobile-menu-overlay__body .offcanvas-navigation--onepage > ul > li.active > a,
.page-oppen-off-sidebar__body
  .offcanvas-navigation--onepage
  > ul
  > li.active
  > a {
  font-weight: 700;
}
.header__logo a {
  position: absolute;
  top: 0;
}
/* .header__logo > a img {
  width: 325px;
  width: 270px;
} */
.header__logo > a img {
  width: 325px;
  width: 300px;
  transition: width 1.2s;
  background: linear-gradient(135deg, #eee2f4 0%, #bc8ad8 100%);
  border-radius: 0 0 10px 10px;
}
.header-area .is-sticky .header__logo > a {
  width: 100%;
}
.header-area .is-sticky .header__logo > a img {
  width: 182px;
  margin: auto;
  background: transparent;
}
.header-area .is-sticky .header__logo a {
  position: relative;
  top: 0;
}
.header-area .is-sticky .header__logo {
  padding: 0;
}
.header-right {
  justify-content: center;
}
.main-wrap {
  height: 900vh;
}
@media only screen and (max-width: 767px) {
  .header__logo a {
    position: inherit;
    top: inherit;
    padding: 0;
  }
}
.header-btn-set {
  padding: 14px 0;
}
.hdr-btn-sw a {
  color: #fff;
  background-color: #633575;
  padding: 11px 21px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  /* font-size: 14px; */
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 14px 32px;
  border-radius: 50rem;
  font-family: "Outfit", sans-serif;
  display: flex;
  align-items: center;
  gap: 5px;
}
.hdr-btn-sw a::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 210%;
  height: 330%;
  content: "";
  top: 188%;
  left: 50%;
  background: #001f3f;
  -webkit-transform: translateX(-50%) rotate(-8deg);
  transform: translateX(-50%) rotate(-8deg);
  border-radius: 80%;
  z-index: -1;
}
.hdr-btn-sw a:hover::before {
  top: -118%;
}
.hdr-btn-sw a span {
  margin-left: 3px;
}
.hdr-btn-sw a:hover {
  color: #fff;
}
.hdr-btn-sw a span svg {
  fill: currentColor;
  stroke: none;
}
.hdr-btn-sw a span path:nth-of-type(1) {
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.18s ease-out,
    -webkit-transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  transition: opacity 0.18s ease-out,
    -webkit-transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93),
    opacity 0.18s ease-out;
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93),
    opacity 0.18s ease-out,
    -webkit-transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  -webkit-transition-delay: 0.15s, 0.15s;
  transition-delay: 0.15s, 0.15s;
  fill: #fff;
}
.hdr-btn-sw a span path:nth-of-type(2) {
  -webkit-transform: translateX(calc(-1 * 100%)) translateY(100%);
  transform: translateX(calc(-1 * 100%)) translateY(100%);
  opacity: 0.5;
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  -webkit-transition: opacity 0.18s ease-out,
    -webkit-transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  transition: opacity 0.18s ease-out,
    -webkit-transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93),
    opacity 0.18s ease-out;
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93),
    opacity 0.18s ease-out,
    -webkit-transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93);
  transition-delay: 0s, 0s, 0s;
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.hdr-btn-sw a:hover span path:nth-of-type(1) {
  -webkit-transform: translateX(110%) translateY(calc(-1 * 110%));
  transform: translateX(110%) translateY(calc(-1 * 110%));
  opacity: 0;
  -webkit-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.hdr-btn-sw a:hover span path:nth-of-type(2) {
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  opacity: 1;
  -webkit-transition-delay: 0.15s, 0.15s;
  transition-delay: 0.15s, 0.15s;
}
@media (max-width: 1370px) {
  .navigation-menu > ul > li.has-children:hover > .submenu {
    -webkit-transform: translateY(6%);
    -ms-transform: translateY(6%);
    transform: translateY(6%);
  }
}
@media (min-width: 1371px) and (max-width: 1800px) {
  .navigation-menu > ul > li.has-children:hover > .submenu {
    -webkit-transform: translateY(6.36%);
    -ms-transform: translateY(6.36%);
    transform: translateY(6.36%);
  }
}

.accordion-item {
  margin-bottom: 10px;
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type {
  margin-bottom: 0;
}
.accordion-item:not(:first-of-type) {
  border-top: 1px solid #dee2e6;
}
.accordion-button,
.accordion-button:focus {
  box-shadow: none;
  font-family: "Prompt", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  color: #333;
}
.accordion-body {
  background: #eee;
  /* border-left: 6px solid #633575; */
}
.accordion-body h5 {
  font-size: 23px;
  font-weight: 600;
  line-height: 35px;
  font-family: "Playfair Display", serif;
  color: #633575;
  margin-bottom: 5px;
}
.accordion-body p {
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  color: #333;
}
/* footer starts */
.copy-sec__area {
  background: #eee2f4;
  overflow: hidden;
}

.copy-sec__border {
  padding: 10px 0;
}
.text-md-start {
  text-align: left !important;
}

.copy-sec__text span strong {
  color: #3b1b45c9;
}
.m000 {
  margin: 0 !important;
}
.copy-sec__social-box {
  margin-left: 10px;
}
.copy-sec__social-box a:first-child {
  margin-left: 0;
}
.copy-sec__social-box a {
  color: #243e61;
  font-size: 14px;
  border-radius: 50%;
  border: 2px solid #003d4d;
  background-position: 100%;
  background-image: linear-gradient(-200deg, #243e61 50%, #fff 50%);
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-size: 500%;
  white-space: nowrap;
  margin-left: 20px;
}
.copy-sec__social-box a i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.copy-sec__social-box a:hover {
  background-position: 0%;
  color: #fff;
}
.copy-sec__social-box a i img {
  width: 25px;
  height: 25px;
}
.copy-sec__text a {
  /* margin: 0 10px; */
  position: relative;
  /* padding-bottom: 10px; */
  transition: all 0.5s ease;
}
.copy-sec__text a i {
  transition: all 0.5s ease;
  opacity: 1;
  margin-right: 5px;
  color: #212741;
}
.copy-sec__text a:hover strong {
  color: #243e61;
}
.copy-sec__text span {
  color: #505050;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
}
.copy-sec__text a::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: #003d4d;
  width: 0%;
  height: 1px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.copy-sec__text a:hover::after {
  width: 100%;
  left: 0;
}
.copy-sec__text a:hover i {
  transform: translateX(0px);
  opacity: 1;
  color: #2c100d;
}
.copy-sec__text a:hover {
  color: #09926a;
  transform: translateX(0px);
}
.copy-sec__text a:hover span {
  color: #2c100d;
}
[tooltip] {
  position: relative; /* opinion 1 */
}
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: 15px; /* opinion 3 */
  line-height: 1;
  user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 1;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
}
[tooltip]::before {
  content: "";
  border: 5px solid transparent;
  z-index: 1001;
}
[tooltip]::after {
  content: attr(tooltip);
  text-align: center;
  min-width: 3em;
  max-width: 21em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #243e61;
  color: #fff;
  z-index: 1000;
}

[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

[tooltip=""]::before,
[tooltip=""]::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #003d4d;
}
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}
/* footer ends */

/* back to top button css starts */
#return-to-top {
  position: fixed;
  bottom: 20px;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
  border: 2px solid #fff;
  background-color: #633575;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 15px;
  top: 10px;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  border: 2px solid #633575;
  background-color: #633575;
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.new-banner-sec {
  position: relative;
}
.new-banner-sec img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.new-banner-sec-txt-sr {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.new-banner-sec-txt-sr h1 {
  color: #0d6e8d;
  font-family: "Dancing Script", cursive;
  font-weight: 800;
  font-size: 77px;
  text-shadow: 1px 1px 1px #feb351;
}
.new-banner-sec-txt-sr h4 {
  color: #f8b249;
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  font-size: 35px;
  text-shadow: 1px 1px 1px #333;
  text-align: center;
}
.new-banner-sec::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  width: 80%;
  height: 120px;
  background-color: #fff;
  border-radius: 50px 50px 0 0;
  transform: translateX(-50%);
}
.new-inter-section-srt {
  padding: 70px 20px;
  --tw-bg-opacity: 1;
  background-color: #faf0ff;
}
.new-sec-inter-head {
  text-align: center;
}
.new-sec-inter-head h6 {
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 500;
  margin-bottom: 20px;
  letter-spacing: 0.75px;
  line-height: 50px;
  color: rgb(26, 58, 66);
}
.new-sec-inter-head h6 span {
  font-style: italic;
  color: #3b1b45c9;
}
.new-sec-inter-head p {
  font-family: "Outfit", sans-serif;
  margin-bottom: 0;
  line-height: 40px;
  font-size: 20px;
  color: #1a1a1a;
  font-weight: 300;
}
.center-border-head {
  width: 5rem;
  height: 1.2px;
  background-color: #5b2d6b;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
}

.about-us {
  padding: 70px 50px;
  --tw-bg-opacity: 1;
  background-color: rgb(244 247 247 / var(--tw-bg-opacity, 1));
  position: relative;
  overflow: hidden;
}
.abut-us-after {
  background-color: rgb(245 242 235 / 0.5);
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  --tw-translate-x: 8rem;
  --tw-skew-x: -12deg;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-skew-y: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.head-set-inter h2 {
  font-size: 40px;
  color: rgb(26, 58, 66);
  margin-bottom: 1.5rem;
  font-family: "Playfair Display", serif;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
.head-set-inter h2 span {
  color: #3b1b45c9;
  font-style: italic;
}
.head-set-inter {
  margin-bottom: 30px;
}
.head-set-inter p {
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  font-family: "Outfit", sans-serif;
  text-align: center;
  color: #1a1a1a;
}
.head-set-inter p span {
  color: #3b1b45c9;
  font-weight: 500;
}
.abut-grp {
  position: relative;
  padding: 2.5rem;
  transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
  background: #fff;
  transition-duration: 500ms;
  border-radius: 5px;
  margin: 15px 0;
  height: 300px;
}
.abut-grp:hover {
  box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  transform: translateY(-0.5rem);
  background: #f8f3f0;
}
.border-top-area {
  width: 100%;
  height: 100px;
  transition: all ease 0.5s;
  position: absolute;
  left: 0;
  top: 0;
}
.border-top-area::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 115px;
  height: 100%;
  border-top: 1px solid #866397;
  border-left: 1px solid #866397;
  border-radius: 5px 0 0 0;
}
.border-top-area::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 115px;
  height: 100%;
  border-top: 1px solid #866397;
  border-right: 1px solid #866397;
  border-radius: 0 5px 0 0;
}
.border-bottom-area {
  width: 100%;
  height: 100px;
  transition: all ease 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.border-bottom-area::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 115px;
  height: 100%;
  border-bottom: 1px solid #866397;
  border-left: 1px solid #866397;
  border-radius: 0 0 0 5px;
}
.border-bottom-area::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 115px;
  height: 100%;
  border-bottom: 1px solid #866397;
  border-right: 1px solid #866397;
  border-radius: 0 0 5px 0;
}
.abut-grp:hover .border-top-area,
.abut-grp:hover .border-bottom-area {
  height: 80px;
}
.abt-grp-icon {
  font-size: 40px;
  line-height: 2.25rem;
  margin-bottom: 12px;
  color: #633575;
  transition-duration: 500ms;
}
.abut-grp:hover .abt-grp-icon {
  transform: translate(-1.1rem);
  color: rgb(26, 58, 66);
}
.abt-grp-head h3 {
  position: relative;
  font-size: 30px;
  color: rgb(26, 58, 66);
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  letter-spacing: 0.75px;
}
.center-border-head-new {
  width: 5rem;
  height: 1px;
  background-color: rgb(198, 165, 108);
}
.abut-grp p {
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  font-family: "Outfit", sans-serif;
  color: #1a1a1a;
}
.col-lg-4:last-of-type .abut-grp {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9264a4;
}
.col-lg-4:last-of-type .abut-grp .border-top-area::after,
.col-lg-4:last-of-type .abut-grp .border-top-area::before,
.col-lg-4:last-of-type .abut-grp .border-bottom-area::after,
.col-lg-4:last-of-type .abut-grp .border-bottom-area::before {
  border-color: #467e8b;
}
.col-lg-4:last-of-type .abut-grp p {
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.75px;
  text-transform: capitalize;
  font-style: italic;
}
.lastabt-btn a {
  color: #fff;
  background-color: #633575;
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  padding: 14px 40px;
  border-radius: 50rem;
  font-family: "Outfit", sans-serif;
  border: 1px solid transparent;
  transition: all 0.5s ease;
  width: fit-content;
  margin: auto;
  display: block;
}
.lastabt-btn a:hover {
  border-color: #fff;
  background-color: transparent;
}
.new-buiding-sec {
  padding: 70px 50px;
}
.new-building-title .round-ball {
  background-color: #3b1b45c9;
}
.new-building-title h3 {
  font-size: 30px;
  color: rgb(26, 58, 66);
  font-family: "Playfair Display", serif;
  text-align: center;
  font-weight: 500;
}
.new-building-title h3 span {
  color: #1a1a1a;
}
.top-build-sec p {
  font-size: 20px;
  font-weight: 300;
  line-height: 40px;
  font-family: "Outfit", sans-serif;
  color: #1a1a1a;
}
.crt-hvr-set-inter {
  padding: 25px;
}
.img-inter-ext {
  overflow: hidden;
  border-radius: 0.5rem;
  height: 330px;
  object-fit: cover;
  width: 100%;
}
.img-inter-ext a{
  width: 100%;
}
.img-inter-ext img {
  transition: transform 0.5s ease;
  object-position: center;
  height: 330px;
  width: 100%;
  object-fit: cover;
}
.crt-hvr-set-inter:hover .img-inter-ext img {
  transform: scale(1.1);
}
.crt-hvr-set-inter-head h4 {
  font-size: 30px;
  color: rgb(26, 58, 66);
  font-family: "Playfair Display", serif;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.75px;
}
.crt-hvr-set-inter-head span {
  font-size: 15px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  color: #1a1a1a;
  line-height: 30px;
  background: #0d6b8233;
  border: 1px solid #0d6b82;
}
.crt-hvr-set-inter-head h4 a {
  position: relative;
}
.crt-hvr-set-inter-head h4 a:hover {
  color: #0d6b82;
}
.crt-hvr-set-inter-head h4 a::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: #0d6b82;
  width: 0%;
  height: 1px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.crt-hvr-set-inter-head h4 a:hover::after {
  width: 100%;
  left: 0;
}
.crt-hvr-set-inter-content p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Outfit", sans-serif;
  color: #1a1a1a;
}
.specs-btn {
  font-size: 16px;
  font-family: "Outfit", sans-serif;
}
.specs-content .specs-content-inner {
  font-family: "Outfit", sans-serif;
  color: #1a1a1a;
  font-size: 16px;
  line-height: 25px;
}
.button-both {
  position: relative;
}
.button-both a {
  position: absolute;
  right: 0;
  top: -10px;
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  color: #1a1a1a;
  background: #eee2f4;
  border: 1px solid #866397;
  padding: 10px 40px;
  display: flex;
  align-items: center;
}
.button-both a:hover {
  background: linear-gradient(135deg, #4a1c57 0%, #9d6db8 100%);
  color: #fff;
}
.button-both a i {
  margin-left: 5px;
}
.circle-sec-set {
  background-color: rgb(14, 185, 128) !important;
}
.sign-model-sec .crt-hvr-set-inter {
  background-color: rgba(14, 185, 128, 0.05);
  border-color: rgb(4, 183, 82) !important;
}
.sign-model-sec .crt-hvr-set-inter-head span {
  background-color: rgba(14, 185, 128, 0.1);
  border-color: rgb(4, 183, 82);
  color: rgb(3, 87, 32);
}
.sign-model-sec .button-both a {
  background-color: rgba(14, 185, 128, 0.1);
  border-color: rgb(4, 183, 82);
  color: rgb(3, 87, 32);
}
.sign-model-sec .button-both a:hover {
  background: rgb(3, 87, 32);
  color: #fff;
}
.sign-model-sec .crt-hvr-set-inter-head h4 a::after {
  background: rgb(3, 87, 32);
}
.sign-model-sec .crt-hvr-set-inter-head h4 a:hover {
  color: rgb(3, 87, 32);
}
.sign-model-sec button.specs-btn {
  color: rgb(3, 87, 32);
}
.sign-model-sec button.specs-btn:hover {
  color: #1a1a1a;
}
.sign-model-sec .specs-content {
  border-color: rgba(4, 183, 82, 0.8);
}

.circle-sec-set-premium {
  background-color: rgb(249, 144, 59) !important;
}
.premium-model-sec .crt-hvr-set-inter {
  background-color: rgba(249, 144, 59, 0.05);
  border-color: rgba(249, 144, 59, 0.8) !important;
}
.premium-model-sec .crt-hvr-set-inter-head span {
  background-color: rgba(249, 144, 59, 0.2);
  border-color: rgba(249, 144, 59, 0.8);
  color: rgb(187, 83, 0);
}
.premium-model-sec .button-both a {
  background: rgba(249, 144, 59, 0.2);
  border-color: rgba(249, 144, 59, 0.8);
  color: rgb(187, 83, 0);
}
.premium-model-sec .button-both a:hover {
  background: rgb(187, 83, 0);
  color: #fff;
}
.premium-model-sec .crt-hvr-set-inter-head h4 a::after {
  background: rgb(187, 83, 0);
}
.premium-model-sec .crt-hvr-set-inter-head h4 a:hover {
  color: rgb(187, 83, 0);
}
.premium-model-sec button.specs-btn {
  color: rgb(187, 83, 0);
}
.premium-model-sec button.specs-btn:hover {
  color: #1a1a1a;
}
.premium-model-sec .specs-content {
  border-color: rgba(249, 144, 59, 0.8);
}
.about-sec-recrt .border-sand-400 {
  border-color: #105e78 !important;
}
.about-sec-recrt {
  --tw-bg-opacity: 1;
  background-color: rgb(244 247 247 / var(--tw-bg-opacity, 1));
  position: relative;
  overflow: hidden;
}
.sett-inter-text-along p {
  font-size: 20px;
  line-height: 30px;
  font-family: "Outfit", sans-serif;
  color: #1a1a1a;
  text-align: center;
}
.abut-cont-p-set-inter p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Outfit", sans-serif;
  color: #1a1a1a;
  margin-bottom: 15px;
}
.small-span-sett-abt span {
  line-height: 30px;
  font-family: "Outfit", sans-serif;
  color: #3b1b45c9;
  font-size: 20px;
}
.new-about-content-head-area {
  color: rgb(26, 58, 66);
  font-weight: 500;
}
.new-about-content-head-area span {
  color: #3b1b45c9;
}
.new-about-content-head-area-second {
  font-size: 28px;
  color: rgb(26, 58, 66);
  font-family: "Playfair Display", serif;
  font-weight: 500;
  margin-bottom: 15px;
}
.new-about-content-head-area-img img {
  height: 450px;
}
.our-promise-block {
  background: #0f2323;
}
.our-promise-block-head h2 {
  color: #fff;
}
.our-promise-block-head h2 span {
  color: #866397;
}
.our-promise-block-head h2 span {
  color: #866397;
}
.our-promise-block-left-elements p {
  margin-top: 1.5rem;
  font-size: 22px;
  line-height: 30px;
  font-family: "Outfit", sans-serif;
  color: #fff;
}
.our-promise-block-right-elements p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Outfit", sans-serif;
  color: #fff;
}
.trust-connect span {
  line-height: 30px;
  font-family: "Outfit", sans-serif;
  color: #3b1b45c9;
  font-size: 17px;
}
.trust-connect-head h2 span {
  color: #3b1b45c9;
}
.trust-connect-head p {
  font-size: 20px;
  line-height: 30px;
  font-family: "Outfit", sans-serif;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.trust-connect-head p strong {
  color: #fff;
  background: #3b1b45c9;
  margin: 0 3px;
  padding: 0 3px;
}
.last-local-mar0set p {
  margin-bottom: 0;
}
.box-trust-crt span {
  font-size: 17px;
  font-family: "Outfit", sans-serif;
  color: #1a1a1a;
  text-transform: capitalize;
}
.new-banner-sec::after {
  display: none;
}
.header-contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.header-contact-btn .dropdown-wrapper {
  position: relative;
}
.header-contact-btn .dropdown-wrapper .btn-modern {
  color: #fff;
  background-color: #633575;
  border: 1px solid transparent;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
}
.header-contact-btn .dropdown-wrapper .btn-modern:hover {
  color: #fff;
  background: #744188;
  border: 1px solid #744188;
}
.menu-card {
  position: absolute;
  top: 130%;

  /* --- THE FIX: Align to Right instead of Center --- */
  right: 0;
  left: auto;
  /* ----------------------------------------------- */

  /* min-width: 280px; */
  width: max-content;
  min-width: 250px;
  max-width: 370px;
  background: #0f2323;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  text-align: center;
  z-index: 100;

  /* Hidden State */
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transform-origin: top right; /* Animation starts from top right */
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* The little arrow pointing up */
.menu-card::before {
  content: "";
  position: absolute;
  top: -8px;

  /* Align arrow to the right button */
  right: 18px;

  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: transparent transparent #0f2323 transparent;
}

/* Active State */
.menu-card.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.menu-card .center-border-head {
  margin-bottom: 5px;
}
/* Typography */
.menu-card h3 {
  text-transform: capitalize;
  letter-spacing: 1px;
  font-family: "Outfit", sans-serif;
  margin-bottom: 10px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

.menu-data {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  display: block;
  padding: 8px;
  border-radius: 6px;
}

.menu-data:hover {
  background-color: #f0f4f8;
  color: #164e78;
}
.action-link {
  text-decoration: none;
  display: block;
  padding: 8px;
  border-radius: 6px;
  text-transform: initial;
  letter-spacing: 1px;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.action-link:hover {
  background-color: #f0f4f8;
  color: #164e78;
}
.action-link:focus {
  color: #f0f4f8;
}
.core-head h3 {
  border-bottom: 1px solid #0d6b82;
  color: rgb(26, 58, 66);
}
.sign-head h3 {
  border-bottom: 1px solid rgb(4, 183, 82);
  color: rgb(3, 87, 32);
}
.premium-head h3 {
  color: rgb(187, 83, 0);
  border-bottom: 1px solid rgb(187, 83, 0);
}
.read-more-text p a {
  position: relative;
  color: #086ad8;
}
.read-more-text p a:hover {
  color: #3b1b45c9;
}
.read-more-text p a::before {
  content: "";
  width: 0;
  height: 2px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #155986;
  background-color: #3b1b45c9;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.read-more-text p a:hover::before {
  width: 100%;
  left: 0;
}
.mdl-abt-lft {
  width: 450px;
  float: left;
  margin-right: 20px;
}
.modal-abt-img-sec.crt-image .mdl-abt-lft {
  width: 450px;
  float: right;
  margin-right: 0;
  margin-left: 20px;
}
.mdl-abt-img-bdr {
  border-color: #105e78 !important;
}
.modal-abt-img-sec .new-about-content-head-area {
  font-size: 40px;
  position: relative;
}
.modal-abt-img-sec .new-about-content-head-area span {
  font-style: italic;
}
.about-us-model .modal-body {
  --tw-bg-opacity: 1;
  background-color: rgb(244 247 247 / var(--tw-bg-opacity, 1));
  position: relative;
}
.mdl-abt-img-bdr {
  top: -10px;
  left: -10px;
}
.modal-header {
  padding: 10px 16px;
  background: #faf0ff;
}
.modal-header h1 {
  font-family: "Outfit", sans-serif;
  font-size: 23px !important;
}
.modal-backdrop {
  backdrop-filter: blur(5px); /* Adjust the blur intensity as needed */
  -webkit-backdrop-filter: blur(5px); /* For WebKit browsers */
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
  opacity: 1 !important; /* Ensure opacity is not overridden by Bootstrap defaults */
}
.btn-close {
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: normal;
  position: relative;
  font-weight: 500;
  overflow: hidden;
  z-index: 1;
  font-family: "Inter Regular";
  transition: all 0.5s ease 0s;
  opacity: 1;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 50%;
  font-size: 20px;
  background: transparent;
  background-color: transparent;
  background-color: #633575;
}
.btn-close:hover {
  color: #0d6b82;
  background: #eee2f4;
  border: 1px solid #866397;
}
.modal-footer {
  padding: 5px 20px;
  background: #faf0ff;
}
.my-cstm-btn-style-close {
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  color: #1a1a1a;
  background: #eee2f4;
  border: 1px solid #866397;
  padding: 10px 30px;
  display: flex;
  align-items: center;
}
.my-cstm-submit-btn-style-close {
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  color: #fff;
  background: linear-gradient(135deg, #4a1c57 0%, #9d6db8 100%);
  border: 1px solid #866397;
  padding: 10px 30px;
  display: flex;
  align-items: center;
}
.my-cstm-btn-style-close:hover {
  background: #633575;
  color: #fff;
}
.my-cstm-submit-btn-style-close:hover {
  background: linear-gradient(135deg, #d69cf7 0%, #742c89 100%);
  color: #fff;
}
.our-promise-block {
  padding-left: 20px;
  padding-right: 20px;
}
.accordion-container {
  width: 100%;
}
.accordion-item {
  background-color: #ffffff;
  border-radius: 16px !important;
  overflow: hidden;
  border: 1px solid transparent; /* Prepare for hover border */

  /* Initial Shadow */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05),
    0 2px 4px -1px rgba(0, 0, 0, 0.03);

  /* Smooth transitions for Hover & Click */
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
/* --- HOVER EFFECT: Lift Up --- */
.accordion-item:hover {
  transform: translateY(-5px); /* Moves up 5 pixels */
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-color: rgba(99, 102, 241, 0.2); /* Subtle colored border on hover */
}
/* --- Active State (Open) --- */
.accordion-item.active {
  border-color: rgba(99, 102, 241, 0.5);
  box-shadow: 0 25px 50px -12px rgba(99, 102, 241, 0.15); /* Purple Glow */
  transform: translateY(0); /* Reset lift if needed, or keep it */
}

/* --- 3. The Header (Clickable Area) --- */
.accordion-header {
  padding: 15px 30px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  color: #1e293b;
  transition: background-color 0.3s ease, color 0.3s ease;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  background: #0d6b8233;
}

/* Hover effect */
.accordion-header:hover {
  background-color: #f8fafc;
}

/* Active Header Style - Gets a subtle tint */
.accordion-item.active .accordion-header {
  background-color: #eef2ff;
  color: #633575;
  border-bottom: 1px solid #633575;
}
.accordion-header span .numbers-set {
  margin-right: 7px;
}
/* --- 4. The Icon Bubble --- */
.icon-bubble {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f1f5f9; /* Subtle gray default */
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

/* The SVG Icon itself */
.icon {
  width: 16px;
  height: 16px;
  fill: #64748b; /* Muted slate default */
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), fill 0.3s ease;
}

/* Active Icon Bubble - Turns colored */
.accordion-item.active .icon-bubble {
  background-color: #6366f1;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.25); /* Subtle colored glow */
  background-color: #633575;
  border: 1px solid transparent;
}

/* Active Icon - Turns white and rotates with a bounce */
.accordion-item.active .icon {
  transform: rotate(180deg);
  fill: #fff;
}

/* --- 5. The Content Area (Hidden by default) --- */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  /* Luxurious, smooth sliding animation */
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #ffffff;
}

.accordion-body {
  padding: 12px;
  background: #fff;
}
.accordion-body p {
  color: #475569;
  font-size: 17px;
  line-height: 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
.line-br-sett {
  height: 100%;
  width: 1px;
  display: block;
  margin: auto;
  background-color: #eef2ff;
  color: #633575;
}
.accor-all-btn a {
  color: rgb(198, 165, 108);
  font-size: 18px;
  line-height: 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  position: relative;
}
.accor-all-btn a i {
  margin-left: 7px;
}
.accor-all-btn a::before {
  content: "";
  width: 0;
  height: 2px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #3b1b45c9;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.accor-all-btn a:hover::before {
  width: 100%;
  left: 0;
}
.accor-all-btn a:hover {
  color: #3b1b45c9;
}
.form-srt {
  text-align: left;
  padding: 0 15px;
  border-radius: 5px;
  position: relative;
  color: rgb(5, 44, 101);
  background: #eee2f4;
  border: 1px solid #866397;
}
.form-srt h2 {
  margin-bottom: 15px;
  border-bottom: 1px solid rgb(26, 58, 66);
  width: fit-content;
  padding-bottom: 10px;
  text-transform: capitalize;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.75px;
  line-height: 50px;
  color: rgb(26, 58, 66);
}

.form-srt p {
  line-height: 1.75em;
  margin-bottom: 20px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: #052c65;
}

.form-group {
  margin-bottom: 1rem;
}

.form-srt .contactForm .form-control {
  border: none;
  background: #f6f4ff;
  padding: 20px;
  height: 60px;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: #505050;
  line-height: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.form-srt .contactForm .form-control::placeholder {
  color: #505050;
}
.form-srt .contactForm .form-control:hover::placeholder,
.form-srt .contactForm select.form-control:hover {
  color: #052c65;
}
.form-srt .contactForm .form-control:hover {
  border-radius: 5px;
  background: rgba(30, 144, 255, 0.1);
  border: 1px solid #88baec;
}

textarea.form-control {
  min-height: 140px !important;
}

.get-in {
  text-align: center;
  margin: 0;
  padding: 5px;
  border-radius: 5px;
  color: rgb(5, 44, 101);
  background: #eee2f4;
  border: 1px solid #866397;
}

.get-in {
  position: sticky;
  top: 10px;
}

.get-in h2 {
  border-bottom: 1px solid rgb(26, 58, 66);
  width: fit-content;
  padding-bottom: 10px;
  text-transform: capitalize;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  font-size: 40px;
  font-family: "Playfair Display", serif;
  font-weight: 600;
  margin-bottom: 20px;
  letter-spacing: 0.75px;
  line-height: 50px;
  color: rgb(26, 58, 66);
}

.getnewc h3 {
font-size: 23px;
color: rgb(26, 58, 66);
font-family: "Playfair Display", serif;
font-weight: 600;
}


.get-in ul {
  list-style-type: none;
  margin: 0;
  padding: 0 5px;
}

.get-in ul li {
  margin: 10px 0;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  text-align: left;
}

.get-in ul li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: #052c65;
  line-height: 30px;
  word-break: break-all;
}

.get-in ul li a i {
  color: #fff;
  font-size: 23px;
  height: 50px;
  width: 50px;
  box-shadow: 1px 1px 1px #000;
  text-align: center;
  line-height: 45px;
  margin-right: 10px;
  border-radius: 50px;
  border: 2px solid #f7f7f7;
  background: #298c80;
  background: #633575;
}
.get-in ul {
  list-style-type: none;
  margin: 0;
  padding: 0 10px;
}

.javacod ul li {
  border: none;
  padding: 0;
  margin: 0;
  font-weight: 600;
  margin-left: 5px;
  font-size: 18px;
  display: block;
  text-align: left;
  font-weight: 500;
  font-family: "Quicksand", sans-serif;
  color: #505050;
  line-height: 30px;
}

.get-in ul li a:hover {
  color: #298c80;
  transition: 0.5s ease-in;
  color: #3b1b45c9;
}

.get-in ul li a:hover i {
  background: #fff;
  color: #298c80;
  box-shadow: 1px 1px 1px #eee2f4;
  border: 2px solid #298c80;
  transition: 0.5s ease-in;
  color: #eee2f4;
  border: 2px solid #eee2f4;
}
#contactmodal .modal-body {
  --tw-bg-opacity: 1;
  background-color: #faf0ff;
}

.small-span-sett-abt .h-\[1px\],
.trust-connect .h-\[1px\] {
  height: 1.3px;
}
.footer-social-link {
  position: relative;
  display: block;
  /* padding-top: 28px; */
}
.footer-social-link ul {
  position: relative;
  margin: 0px;
  padding: 0px;
  display: flex;
  justify-content: end;
}
.footer-social-link ul li {
  position: relative;
  line-height: 26px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  display: flex;
  margin-right: 15px;
  margin-bottom: 0;
}
.social-links-connect {
  padding-right: 60px;
}
.footer-social-link ul li:last-of-type {
  margin-right: 0;
}
.footer-social-link ul li a {
  line-height: 37px;
  position: relative;
  display: flex;
  font-weight: 400;
  transition: all 100ms linear;
  transition-delay: 0.1s;
  height: 43px;
  width: 43px;
  background: transparent;
  border: 1px solid;
  border-color: #3b1b45c9;
  border-radius: 50%;
  color: #3b1b45c9;
  font-size: 17px;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
  align-items: center;
  justify-content: center;
}
.footer-social-link ul li a::before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: #633575;
  border-radius: 50%;
  content: "";
  opacity: 0;
  transform: scale(0.5);
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}
.footer-social-link ul li:hover a {
  color: #fff;
  border-color: #fff;
}
.footer-social-link ul li:hover a::before {
  opacity: 1;
  transform: scale(1);
}

/* inner page css */

.inter-det-gallery {
  padding: 20px 10px;
  border: 1px solid #eee2f4;
  border-radius: 10px;
}
.bento-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr; /* First col is 2x wider */
  grid-template-rows: 200px 200px;
  gap: 15px;
  height: 415px;
}

.bento-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  background: #3b1b45c9;
}
.bento-item a {
  width: 100%;
  height: 100%;
  position: relative;
}
.bento-item a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(252, 176, 77);
  background-color: rgb(22, 86, 133);
  border-radius: 50%;
  font-size: 20px;
  border: 1px solid transparent;
  transition: all 0.5s ease;
}
.bento-item a span:hover {
  color: #0d6b82;
  background: #fff;
  border: 1px solid #0d6b82;
}
/* Item 1: The Main Large Image */
.bento-item:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3; /* Spans full height */
}

.bento-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
  opacity: 0.9;
}

.bento-item:hover img {
  transform: scale(1.05);
  opacity: 1;
}

.main-inter-sec {
  padding: 50px 20px;
}
.main-inter-sec .container-fluid {
  padding: 0;
}
.inter-detals-blk-head {
  padding: 30px;
  border: 1px solid #eee2f4;
  border-radius: 10px;
  margin-top: 20px;
}
.inter-detals-blk-head h2 {
  font-size: 30px;
  color: rgb(26, 58, 66);
  font-family: "Playfair Display", serif;
  font-weight: 500;
  letter-spacing: 0.75px;
  border-bottom: 1px solid #eee2f4;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.inter-detals-blk-head p {
  font-size: 17px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Outfit", sans-serif;
  color: rgb(26, 26, 26);
}
.category-set-header p {
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Outfit", sans-serif;
  color: rgb(26, 26, 26);
  color: #64748b;
  text-align: center;
}
.category-set-header h3 {
  font-size: 22px;
  color: rgb(26, 58, 66);
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 35px;
  text-align: center;
}
.right-book-text {
  position: sticky;
  top: 100px;
  background-color: #fff8f6;
  border-radius: 10px;
  padding: 30px 20px;
  border: 1px solid #eee2f4;
  margin-top: 20px;
}
.right-book-head {
  border-bottom: 1px solid #eee2f4;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.right-book-head h2 {
  font-size: 30px;
  color: rgb(26, 58, 66);
  font-family: "Playfair Display", serif;
  font-weight: 500;
  letter-spacing: 0.75px;
}
.right-book-list {
  border-bottom: 1px solid #eee2f4;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.right-book-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.right-book-list ul li {
  padding-left: 35px;
  margin-bottom: 20px;
  position: relative;
  font-size: 17px;
  font-weight: 300;
  font-family: "Outfit", sans-serif;
  color: rgb(26, 26, 26);
}
.right-book-list ul li i {
  position: absolute;
  left: 0;
  top: 50%;
  max-width: 30px;
  transform: translateY(-50%);
  color: rgb(187, 83, 0);
  font-size: 22px;
}
.right-book-list ul li span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
}
.book-now-btn-set a {
  background: rgba(249, 144, 59, 0.2);
  border-color: rgba(249, 144, 59, 0.8);
  color: rgb(187, 83, 0);
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: auto;
}
.book-now-btn-set a i {
  margin-right: 10px;
}
.book-now-btn-set a:hover {
  background: rgb(187, 83, 0);
  color: #fff;
}
.core-studio{
  background-color: rgb(248, 250, 252);
  border: 1px solid #ededed;
}
.new-style-amen h4 {
  padding: 10px;
  border-bottom: 1px solid #0d6b82;
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  text-transform: capitalize;
  color: #1a1a1a;
  background: #0d6b8233;
}
.new-style-amen ul {
  list-style-type: none;
  padding: 10px 0 0;
  margin: 0 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.new-style-amen ul li {
  display: inline-block;
  list-style: none;
  padding: 10px;
  color: #333;
  font-size: 17px;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  max-width: 48%;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  text-transform: capitalize;
  border-bottom: 1px solid #003d4d;
  margin: 5px;
}
.new-style-amen ul li i {
  color: #003d4d;
  margin-right: 5px;
}
.core-studio{
  background-color: rgb(248, 250, 252);
  border: 1px solid #ededed;
}
.core-studio h2, .core-studio .right-book-head, .core-studio .right-book-list{
  border-color: rgb(26, 58, 66);
}
.core-studio .center-border-head{
  background-color: rgb(26, 58, 66);
}
.core-studio .category-set-header h2, .core-studio .right-book-list ul li i{
  color: rgb(26, 58, 66);
}
.core-studio .book-now-btn-set a{
  color: #1a1a1a;
  background: #0d6b8233;
  border: 1px solid #0d6b82;
}

.core-studio .book-now-btn-set a:hover{
  background: #105e78;
  color: #fff;
}
.accordion-content2 {
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s ease-out, padding 0.3s ease-out;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  background-color: white;
  padding: 0 1.5rem;
}

.accordion-content2.open {
  max-height: 500px;
  opacity: 1;
  padding: 1rem 1.5rem;
}

.accordion-content2 > * {
  transform: translateY(-10px);
  transition: transform 0.3s ease-out 0.1s;
}

.accordion-content2.open > * {
  transform: translateY(0);
}
.accordion-content2.open p {
  font-family: "Outfit", sans-serif;
  line-height: 35px;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 300;
}
.accordion-btn {
  width: 100%;
  padding: 1rem 1.5rem;
  text-align: left;
  background-color: #fdfbf7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.15s ease-in-out;
  border: none;
  cursor: pointer;
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: rgb(26 58 66);
}

.accordion-btn:hover {
  background-color: #f7f3e8;
}
.accordion-btn.true {
  background-color: #f7f3e8 !important;
}
.accordion-icon {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  color: #54a3b1;
}

.accordion-item2 {
  border: 1px solid #eaddc5;
  border-radius: 0.75rem;
  overflow: hidden;
}
.accordion-content2 ul {
  list-style-position: inside;
  list-style-type: disc;
}
.accordion-content2 ul li {
  font-family: "Outfit", sans-serif;
  line-height: 35px;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 300;
}
.category-set-header {
  margin-bottom: 3rem;
}
.category-set-header h2 {
  margin-bottom: 20px;
  font-size: 40px;
  text-align: center;
  font-weight: 600;
}
.category-set h3 {
  margin-bottom: 1.5rem;
  font-size: 27px;
  line-height: 2rem;
  padding-bottom: 1rem;
  font-family: Playfair Display, serif;
  border-bottom: 1px solid rgb(235, 228, 212);
  color: rgb(26, 58, 66);
  font-weight: 500;
}
.warranty-text-head h3 {
  margin-bottom: 1.5rem;
  font-size: 27px;
  line-height: 2rem;
  padding-bottom: 1rem;
  font-family: Playfair Display, serif;
  border-bottom: 1px solid rgb(235, 228, 212);
  color: rgb(26, 58, 66);
  font-weight: 500;
  margin-top: 1rem;
}
.warranty-text-head p {
  font-family: "Outfit", sans-serif;
  line-height: 35px;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 300;
}
.border-set-along-page {
  padding: 30px;
  border: 1px solid #eee2f4;
  border-radius: 10px;
  margin-bottom: 20px;
}
.warranty-text-head h5 {
  font-size: 20px;
  margin: 0.75rem 0;
  color: rgb(26, 58, 66);
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  border-left: 5px solid rgb(26, 58, 66);
  padding-left: 10px;
}
.warranty-text-head ul {
  list-style-position: inside;
  list-style-type: disc;
  padding-left: 20px;
}
.warranty-text-head ul li {
  font-family: "Outfit", sans-serif;
  line-height: 35px;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 300;
}
.warranty-form {
  padding: 70px 20px;
  background: #0f2323;
}
.glass-card {
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  max-width: 900px;
  border-radius: 24px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 50px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
}
.warranty-header {
  text-align: center;
  margin-bottom: 40px;
}
.warranty-header h1 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
  font-family: Playfair Display, serif;
  color: rgb(26, 58, 66);
  letter-spacing: 0.75px;
}
.warranty-header h1 span {
  color: #3b1b45c9;
  font-style: italic;
}
.warranty-header p {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  color: #1a1a1a;
  font-weight: 400;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 30px;
}
.section-badge::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgb(26, 58, 66);
}
.section-badge {
  grid-column: span 2;
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 17px;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: rgb(26, 58, 66);
  font-family: "Outfit", sans-serif;
}
.warranty-input-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.warranty-input-group .label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1e293b;
  margin-left: 15px;
  font-family: "Outfit", sans-serif;
}
.field-wrapper {
  position: relative;
}
.warranty-input-field {
  width: 100%;
  padding: 16px 20px 16px 50px;
  border-radius: 50px;
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
  transition: all 0.3s ease;
  outline: none;
  color: #1a1a1a;
  background: #0d6b8233;
  border: 2px solid #0d6b8233;
}
.warranty-input-field::placeholder {
  color: #1a1a1a;
}
.warranty-input-field:focus::placeholder,
.warranty-input-field:hover::placeholder {
  color: rgb(26, 58, 66);
}
.warranty-input-field:focus,
.warranty-input-field:hover {
  background: white;
  border-color: rgb(26, 58, 66);
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}
.warranty-input-field:focus + i,
.warranty-input-field:hover + i {
  color: rgb(26, 58, 66);
}
.warranty-file-input-hidden::placeholder {
  font-family: "Outfit", sans-serif;
}
.field-wrapper i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 1.1rem;
  transition: 0.3s;
  pointer-events: none;
  color: #1a1a1a;
}
textarea.warranty-input-field {
  border-radius: 20px;
  min-height: 120px;
  resize: vertical;
  padding-left: 20px;
}
.warranty-upload-container {
  grid-column: span 2;
  border: 2px dashed #cbd5e1;
  border-radius: 20px;
  background: #f8fafc;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
.warranty-upload-container:hover {
  border-color: rgb(26, 58, 66);
  background: #eff6ff;
}
.warranty-upload-icon {
  font-size: 2.5rem;
  background: linear-gradient(to right, #2563eb, #00c6fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}
.warranty-upload-text h4 {
  font-size: 1rem;
  color: rgb(26, 58, 66);
  margin-bottom: 4px;
  font-family: "Outfit", sans-serif;
}
.warranty-upload-text span {
  font-size: 15px;
  color: #64748b;
  margin-top: 4px;
  font-family: "Outfit", sans-serif;
}
.warranty-file-input-hidden {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.warranty-full-width {
  grid-column: span 2;
}
.warranty-full-width p {
  font-size: 15px;
  font-weight: 400;
  color: #1e293b;
  margin-left: 15px;
  margin-bottom: 5px;
  font-family: "Outfit", sans-serif;
}
.checkbox-group {
  display: flex;
  gap: 20px;
}
.check-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f1f5f9;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.2s;
  font-family: "Outfit", sans-serif;
  color: #1e293b;
}
.check-pill input {
  accent-color: #2563eb;
  width: 18px;
  height: 18px;
}
.check-pill:hover {
  background: #e2e8f0;
}
.file-list {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: -10px;
}
.file-item {
  display: flex;
  align-items: center;
  background: white;
  padding: 10px 15px;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  animation: slideIn 0.4s ease-out forwards;
  opacity: 1;
  transform: translateY(10px);
}
.file-item-icon {
  width: 40px;
  height: 40px;
  background: #eff6ff;
  color: #2563eb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 1.2rem;
}
.file-info {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.file-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: #1e293b;
  word-break: break-all;
}
.file-size {
  font-size: 0.75rem;
  color: #64748b;
}
.btn-remove {
  background: transparent;
  border: none;
  color: #ef4444;
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: 0.2s;
  font-size: 1.1rem;
  width: 40px;
  height: 40px;
}
.btn-remove:hover {
  background: #fef2f2;
  transform: scale(1.1);
}
.btn-submit {
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  color: #1a1a1a;
  background: #0d6b8233;
  border: 1px solid #0d6b82;
  padding: 10px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: auto;
}
.btn-submit:hover {
  background: #105e78;
  color: #fff;
}
.btn-submit i {
  margin-left: 10px;
}
.core-studio-modal .my-cstm-submit-btn-style-close{
  color: #fff;
  background: #105e78;
  border: 1px solid #0d6b82;
}
.core-studio-modal .my-cstm-submit-btn-style-close:hover{
  background: #0d6b8233;
  color: #1a1a1a;
}
.signature-modal {
  background-color: rgba(14, 185, 128, 0.05);
  border-color: rgb(4, 183, 82);
}
.signature-modal .category-set-header h2, .signature-modal .right-book-list ul li i, .inter-detals-blk-head.signature-modal h2, 
.signature-modal .right-book-head h2, .signature-modal .new-style-amen ul li i, .form-srt.signature-modal h2{
  color: rgb(3, 87, 32);
}
.signature-modal .category-set-header .center-border-head{
  background-color: rgb(3, 87, 32);
}
.signature-modal .right-book-head, .signature-modal .right-book-list, .inter-detals-blk-head.signature-modal h2, 
.signature-modal .new-style-amen ul li, .form-srt.signature-modal h2{
  border-color: rgb(3, 87, 32);
}
.signature-modal .new-style-amen h4{
  background-color: rgba(14, 185, 128, 0.1);
  border-color: rgb(4, 183, 82);
  color: rgb(3, 87, 32);
}
.signature-modal .book-now-btn-set a {
  background-color: rgba(14, 185, 128, 0.1);
  border: 1px solid rgb(3, 87, 32);
  color: rgb(3, 87, 32);
}
.signature-modal .book-now-btn-set a:hover {
  background: rgb(3, 87, 32);
  color: #fff;
}
.signature-modal-modal .my-cstm-submit-btn-style-close {
  background: rgb(3, 87, 32);
  color: #fff;
  border-color: rgb(3, 87, 32);
}
.signature-modal-modal .my-cstm-submit-btn-style-close:hover{
  background-color: rgba(14, 185, 128, 0.1);
  color: rgb(3, 87, 32);
}
.premium-modal {
  background-color: rgba(249, 144, 59, 0.05);
  border-color: rgba(249, 144, 59, 0.8);
}
.premium-modal .book-now-btn-set a{
  border: 1px solid rgba(249, 144, 59, 0.8);
}
.premium-modal .right-book-head, .inter-detals-blk-head.premium-modal h2, .premium-modal .new-style-amen ul li, 
.premium-modal .right-book-list{
  border-color: rgba(249, 144, 59, 0.8);
}
.premium-modal .category-set-header h2, .inter-detals-blk-head.premium-modal h2, 
.premium-modal .right-book-head h2{
  color: rgb(187, 83, 0);
}
.premium-modal .category-set-header .center-border-head{
  background-color: rgba(249, 144, 59, 0.8);
}
.premium-modal .new-style-amen h4{
  background: rgba(249, 144, 59, 0.2);
  border-color: rgba(249, 144, 59, 0.8);
  color: rgb(187, 83, 0);
}
.premium-modal .new-style-amen ul li i{
  color: rgb(187, 83, 0);
}
.premium-modal-modal .my-cstm-submit-btn-style-close {
  background: rgb(187, 83, 0);
  color: #fff;
}
.premium-modal-modal .my-cstm-submit-btn-style-close:hover{
  color: rgb(187, 83, 0);
  background: rgba(249, 144, 59, 0.2);
}
.warranty-footer {
  padding-top: 15px;
  border-top: 1px solid rgb(26, 58, 66);
  margin-top: 15px;
}
.warranty-footer p {
  font-size: 15px;
  font-weight: 400;
  color: #1e293b;
  margin-bottom: 5px;
  font-family: "Outfit", sans-serif;
}
.warranty-footer-inside {
  color: #1a1a1a;
  background: #0d6b8233;
  border: 1px solid #0d6b82;
  padding: 10px;
}
.warranty-footer-inside p {
  font-size: 17px;
  font-weight: 400;
  color: #1e293b;
  text-align: center;
  font-family: "Outfit", sans-serif;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.warranty-footer-inside .center-border-head {
  margin-bottom: 8px;
}
.warranty-footer-inside-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.warranty-footer-inside-flex a {
  font-size: 16px;
  font-weight: 400;
  color: #1e293b;
  font-family: "Outfit", sans-serif;
  text-transform: capitalize;
  position: relative;
}
.warranty-footer-inside-flex a::before {
  content: "";
  width: 0;
  height: 2px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #155986;
  background-color: #3b1b45c9;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.warranty-footer-inside-flex a:hover::before {
  width: 100%;
  left: 0;
}
.warranty-footer-inside-flex a:hover {
  color: #3b1b45c9;
}
.warranty-form .our-promise-block-left-elements p,
.warranty-faq .our-promise-block-left-elements p {
  font-size: 18px;
}
.warranty-faq .accordion-header {
  padding: 15px 20px;
  position: relative;
}

.warranty-faq .accordion-header .icon-bubble {
  position: absolute;
  right: 10px;
  top: 10px;
}
.warranty-faq .accordion-item {
  margin-bottom: 25px;
}
.warranty-faq .accordion-body ul {
  list-style-position: inside;
  list-style-type: disc;
  margin-bottom: 7px;
}
.warranty-faq .accordion-body ul li {
  color: #475569;
  font-size: 17px;
  line-height: 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  margin-bottom: 7px;
}
.warranty-faq .accordion-body ul li:last-of-type {
  margin-bottom: 0;
}
.warranty-faq .accordion-body ul li span {
  border-bottom: 1px solid rgb(26, 58, 66);
  font-weight: 500;
  color: rgb(26, 58, 66);
}
.warranty-faq-inner {
  margin: 10px 0;
}
.warranty-faq-inner a {
  color: #475569;
  font-size: 17px;
  line-height: 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.warranty-faq-inner a i {
  margin-right: 7px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.25);
  background-color: #633575;
  border: 1px solid transparent;
  color: #fff;
}
.warranty-faq-inner a:hover i {
  color: #0d6b82;
  background: #0d6b8233;
  border: 1px solid #0d6b82;
}
.warranty-faq-inner a:hover {
  color: rgb(26, 58, 66);
}

/* floating button css */

/* --- Container --- */
.fab-container {
  position: fixed;
  bottom: 30px;
  left: 30px;
  display: none;
  flex-direction: column;
  gap: 20px;
  z-index: 9999;
  align-items: flex-start;
}

.fab-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

/* --- Modern Buttons --- */
.fab-btn {
  width: 64px;
  height: 64px;
  border-radius: 20px; /* Squircle shape instead of perfect circle */
  border: none;
  color: white;
  font-size: 26px;
  cursor: pointer;
  box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.25);
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.fab-btn:hover {
  transform: translateY(-5px) scale(1.05); /* Lift effect */
  box-shadow: 0 20px 40px -5px rgba(0, 0, 0, 0.3);
}

/* Gradient Colors */
.btn-call {
  background: linear-gradient(135deg, #10b981, #059669);
}
.btn-email {
  background: linear-gradient(135deg, #3b82f6, #2563eb);
}

/* --- Glassmorphism Card --- */
.contact-card {
  /* 1. AUTO WIDTH: Fits the content exactly */
  width: max-content;

  /* 2. OPTIONAL: Prevents it from being too skinny if text is short */
  min-width: 300px;

  /* 3. SAFETY: Ensures it never goes off-screen on desktop */
  max-width: 80vw;

  position: absolute;
  bottom: 0;
  left: 80px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  overflow: hidden;

  /* Animation Props */
  opacity: 0;
  transform: translateX(-30px) scale(0.95);
  transform-origin: bottom left;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  padding-bottom: 5px;
  z-index: 1000;
  font-family: "Outfit", sans-serif;
  color: #1a1a1a;
  font-weight: 300;
}

.card-header {
  padding: 18px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
}

.card-title {
  font-weight: 500;
  color: #1f2937;
  font-size: 16px;
  margin: 0;
  letter-spacing: -0.5px;
  font-family: "Outfit", sans-serif;
}

.close-icon {
  cursor: pointer;
  background: #f3f4f6;
  color: #9ca3af;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: all 0.2s;
  background: #eff6ff;
  color: #0d6b82;
}
.close-icon:hover {
  background: #fee2e2;
  color: #ef4444;
}

/* --- Contact List --- */
.contact-list {
  list-style: none;
  padding: 10px;
  margin: 0;
  max-height: 280px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Custom Scrollbar */
.contact-list::-webkit-scrollbar {
  width: 4px;
}
.contact-list::-webkit-scrollbar-thumb {
  background: #e5e7eb;
  border-radius: 4px;
}

.contact-item {
  display: flex;
  align-items: center;
  padding: 12px;
  border-radius: 16px; /* Rounded items */
  transition: all 0.2s ease;
  text-decoration: none;
  color: #333;
  margin-bottom: 5px;
  border: 1px solid transparent; /* Prevent jump on hover */
}

.contact-item:hover {
  background-color: #0d6b8233;
  border-color: #0d6b82;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  transform: translateY(-2px);
}

/* --- Modern Icon Boxes (The colorful squares) --- */
.icon-box {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 18px;
  flex-shrink: 0;
}

/* Email Icon Colors */
.email-theme .icon-box {
  background: #eff6ff;
  color: #0d6b82;
}
.email-theme .contact-item:hover .icon-box {
  background: #105e78;
  color: white;
  transition: 0.3s;
}

/* Phone Icon Colors */
.phone-theme .icon-box {
  background: #ecfdf5;
  color: #10b981;
}
.phone-theme .contact-item:hover .icon-box {
  background: #10b981;
  color: white;
  transition: 0.3s;
}

.contact-info {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.contact-label {
  font-size: 11px;
  font-weight: 600;
  color: rgb(26, 58, 66);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 2px;
}

.contact-value {
  font-size: 14px;
  font-weight: 400;
  color: #374151;
  white-space: nowrap; /* Forces the box to grow */
}

/* --- Active State --- */
.fab-wrapper.active .contact-card {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: all;
}

/* Turn the button into a Close (X) when active */
.fab-wrapper.active .fab-btn i {
  transform: rotate(135deg); /* Slight rotation */
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* --- Mobile Responsive --- */
@media (max-width: 480px) {
  .fab-container {
    left: 20px;
    bottom: 20px;
    gap: 15px;
    display: flex;
  }
  .fab-container {
    left: 5px;
    bottom: 10px;
    gap: 10px;
  }
  .fab-btn {
    width: 55px;
    height: 55px;
    border-radius: 18px;
    font-size: 20px;
  }
  .contact-card {
    /* On mobile, we MUST limit width or it goes off screen */
    width: auto;
    min-width: auto; /* Reset min-width */
    min-width: 220px;
    max-width: calc(100vw - 100px); /* Max available space */
    left: 70px;
  }
  .contact-value {
    /* On mobile, if it's STILL too long, we must use dots (...) */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px; /* Smaller font helps fit more text */
  }
  .icon-box {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
}

/* floating button ends */

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 2.5rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 20px;
  font-family: Playfair Display, serif;
  letter-spacing: 0.75px;
}

.section-header p {
  font-size: 19px;
  color: #64748b;
  font-family: "Outfit", sans-serif;
  font-style: italic;
}
.grid-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 30px;
  align-items: stretch;
}
.grid-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 30px;
  align-items: stretch;
}
.review-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-color: e2e8f0;
  border-radius: 12px;

  display: none;
  flex-direction: column;

  height: 100%;
  --theme-color: #0e7490;

  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s;
  overflow: hidden;
}

.review-card:hover {
  border-color: var(--theme-color);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.review-card.visible {
  display: flex;
  animation: fadeIn 0.5s ease-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- CARD TOP (Pastel Background) --- */
.card-top {
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  /* Background color injected via JS */
}

/* AVATAR BOX */
.avatar-box {
  width: 54px;
  height: 54px;
  border: 1px solid;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 1.4rem;

  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  flex-shrink: 0;

  /* Stylish semi-transparent white box for the letter */
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);

  /* Text Color injected by JS */
}

.user-info {
  display: flex;
  flex-direction: column;
}

.user-info h3 {
  font-size: 20px;
  font-weight: 500;
  color: #1e293b;
  margin-bottom: 2px;
  font-family: "Outfit", sans-serif;
}

.stars {
  display: flex;
  gap: 5px;
  color: #d97706;
  font-size: 15px;
  margin-top: 2px;
}

/* --- CARD BODY --- */
.card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  /* pushes content to fill vertical space */
  flex-grow: 1;
}

.review-text {
  line-height: 1.7;
  color: #475569;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 5.2em;
  transition: max-height 0.3s ease;
  font-size: 1.1rem;
  font-family: "Outfit", sans-serif;
  font-style: italic;
}

.review-text.expanded {
  -webkit-line-clamp: unset;
  max-height: 1000px;
}

/* --- READ FULL REVIEW LINK (Fixed Color) --- */
.read-btn {
  background: none;
  border: none;
  color: #0e7490;
  font-size: 0.95rem;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  cursor: pointer;
  padding: 0;
  margin-top: auto;
  align-self: flex-start;
  display: none;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  position: relative;
  text-decoration: none;
}
.read-btn::before {
  content: "";
  width: 0;
  height: 1.2px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #155986;
  background-color: #3b1b45c9;
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.read-btn:hover::before {
  width: 100%;
  left: 0;
}
.read-btn:hover {
  color: #155e75; /* Darker Teal */
}

/* --- LOAD MORE BUTTON --- */
.btn-container {
  text-align: center;
  margin-top: 60px;
}
#loadMoreBtn {
  padding: 15px 40px;
  text-transform: capitalize;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 9999px;
  font-size: 17px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  color: #1a1a1a;
  background: #0d6b8233;
  border: 1px solid #0d6b82;
}

#loadMoreBtn:hover {
  background: #105e78;
  color: #fff;
}
.fancybox__caption {
  font-family: "Outfit", sans-serif;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
}
.nice-select-mod .nice-select {
  width: 100%;
  display: flex;
  align-items: center;
  background: #f6f4ff;
  padding: 20px;
  height: 60px;
  box-shadow: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  color: #505050;
  line-height: 30px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 1rem;
}
.nice-select-mod .nice-select::after{
  height: 8px;
  width: 8px;
  right: 20px;
}
.nice-select-mod .nice-select:hover {
  border-radius: 5px;
  background: rgba(30, 144, 255, 0.1);
  border: 1px solid #88baec;
  color: #052c65;
}
.nice-select-mod .nice-select:hover::after{
  border-color: #052c65;
}
.nice-select-mod .nice-select .list {
  margin-top: 5px;
  top: 100%;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  max-height: 210px;
  overflow-y: scroll;
  width: 100%;
}
.all-images-hide{
    display: none;
}
.vertical-btn {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 20px 5px;
  border-radius: 5px 0 0 5px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: -2px 0 5px rgba(0,0,0,0.2);
  z-index: 1000;
  font-size: 17px;
  font-family: "Outfit", sans-serif;
  color: #1a1a1a;
  background: #cfe1e6;
  border: 1px solid #0d6b82;
  font-weight: 400;
}
.vertical-btn:hover{
  background: #105e78;
  color: #fff;
}

.my-modal-padding, .my-modal-padding .row, .my-modal-padding .col-lg-12{
  padding: 0;
  margin: 0;
}
.fancybox__container{
  z-index: 1056666;
}
.crt-image{
  padding: 1rem;
}
.crt-image .mdl-hvr-img a{
  width: 100%;
}
.crt-image .mdl-hvr-img a img{
  height: 470px;
}
.mostly-head{
  margin-bottom: 1.5rem;
  font-size: 27px;
  line-height: 2rem;
  padding-bottom: 1rem;
  font-family: Playfair Display, serif;
  border-bottom: 1px solid rgb(235, 228, 212);
  color: rgb(26, 58, 66);
  font-weight: 500;
  margin-top: 1rem;
}
.new-package {
  font-size: 19px;
  margin: 0.75rem 0;
  color: rgb(26, 58, 66);
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  border-left: 5px solid rgb(26, 58, 66);
  padding-left: 10px;
}
.reserve-sec-srt{
  padding: 2rem 1rem;
  background: #0f2323;
}
.reserve-sec-srt h2{
  color: #fff;
}
.reserve-sec-srt h2 span{
  font-style: italic;
}
.reserve-sec-srt .mostly-head, .reserve-sec-srt .new-package{
  color: rgb(198, 165, 108);
  border-color: rgb(198, 165, 108);
}
.reserve-sec-srt .abut-cont-p-set-inter p{
  color: #fff;
}
.six-mdl-para-a{
  position: relative;
  color: #0e7490;
  font-weight: 500;
}
.six-mdl-para-a::before {
  content: "";
  width: 0;
  height: 1.2px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: rgb(26, 58, 66);
  -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.six-mdl-para-a:hover::before {
  width: 100%;
  left: 0;
}
.six-mdl-para-a:hover {
  color: rgb(26, 58, 66);
}
.six-mdl-para-a:focus{
  color: #0e7490;
}
.trust-connect-head-img img{
  object-position: right;
}
@media (max-width: 767px) {
  #banner-slider,
  .banner-slider-set img,
  .new-banner-sec img {
    height: 250px;
  }
  .slider-banner-txt,
  .line-icon,
  .new-banner-sec-txt-sr {
    display: none;
  }
  .header-area--absolute {
    background: unset;
  }
  .res-order-1 {
    order: 1;
    margin-bottom: 30px;
  }
  .res-order-2 {
    order: 2;
  }
  .sheds .sheds-inner .img img {
    height: 350px;
    object-fit: cover;
  }
  .all-buildings,
  .about-us,
  .new-buiding-sec {
    padding: 50px 0;
  }
  .why-slide {
    margin-bottom: 30px;
  }
  .text-set-res {
    text-align: left;
  }

  /* new css */
  .header-contact-btn {
    display: none;
  }
  .new-inter-section-srt,
  .about-sec-recrt,
  .our-promise-block,
  .trust-sec-srt {
    padding: 50px 0 !important;
  }
  .abut-grp,
  .img-inter-ext {
    height: auto;
  }
  .new-about-content-head-area-img img,
  .trust-connect-head-img img {
    height: auto;
    max-height: 350px;
  }
  .new-sec-inter-head h6,
  .head-set-inter h2,
  .new-about-content-head-area,
  .trust-connect-head h2 {
    font-size: 28px !important;
    line-height: 45px !important;
    font-weight: 600;
  }
  .abt-grp-head h3,
  .crt-hvr-set-inter-head h4,
  .new-building-title h3,
  .new-about-content-head-area-second {
    font-size: 24px !important;
  }
  .abut-grp p,
  .new-sec-inter-head p {
    font-size: 16px !important;
    margin-top: 15px !important;
  }
  .our-promise-block-left-elements p,
  .trust-connect-head p {
    font-size: 18px !important;
  }
  .top-build-sec p,
  .head-set-inter p,
  .crt-hvr-set-inter-content p,
  .abut-cont-p-set-inter p,
  .our-promise-block-right-elements p,
  .trust-connect-head p {
    font-size: 17px;
  }
  .specs-btn {
    font-size: 13px !important;
  }
  .small-span-sett-abt span,
  .trust-connect span {
    font-size: 15px !important;
  }
  .button-both a {
    padding: 10px 25px;
  }
  .text-set-res {
    display: block;
  }
  .copy-sec__text {
    margin-bottom: 10px;
  }
  .trust-connect-head {
    order: 2;
  }
  .text-set-res a {
    padding: 0;
    width: fit-content;
    margin-bottom: 5px;
  }
  .text-set-res a:nth-of-type(2) {
    border: none;
  }
  .our-promise-block-head {
    gap: 2rem !important;
  }
  .trust-sec-srt .container-fluid {
    padding: 0 15px !important;
  }
  .mdl-abt-lft, .modal-abt-img-sec.crt-image .mdl-abt-lft{
    width: 100%;
    float: unset;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .our-promise-block {
    padding-left: 0;
    padding-right: 0;
  }
  .quote-cstm-pad {
    margin-top: 20px;
  }
  .accordion-header {
    padding: 15px 20px;
    position: relative;
  }
  .accordion-header,
  .accordion-btn {
    font-size: 17px;
  }
  .icon-bubble {
    position: absolute;
    right: 10px;
  }
  .modal {
    z-index: 99999 !important;
  }
  .line-br-sett {
    margin-bottom: 25px;
    opacity: 0;
  }
  .header-area .is-sticky .header__logo > a img {
    margin: unset;
    margin-top: 5px;
    width: 160px;
  }
  .bento-grid {
    gap: 10px;
  }
  .main-inter-sec {
    padding: 30px 10px 50px;
    overflow: hidden;
  }
  .new-style-amen ul li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .inter-detals-blk-head,
  .right-book-text {
    padding: 15px;
  }
  .footer-social-link ul {
    justify-content: center;
  }
  .copy-sec__text.text-md-start {
    text-align: center !important;
  }
  .category-set {
    margin-bottom: 2rem;
  }
  .category-set h2 {
    font-size: 30px;
  }
  .accordion-content2.open,
  .accordion-btn {
    padding: 1rem;
  }
  .accordion-content2.open p {
    font-size: 15px;
  }
  .border-set-along-page {
    padding: 15px;
  }
  .modify-sec .container {
    padding: 0;
  }
  .category-set-header h2 {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.75px;
  }
  .category-set-header h3 {
    font-size: 20px;
  }
  .category-set-header h3, .category-set-header p{
    text-align: left;
  }
  .category-set-header p{
    font-size: 17px;
  }
  .header-bottom-wrap {
    background: linear-gradient(135deg, #4a1c57 0%, #9d6db8 100%);
  }
  .header-bottom-wrap.is-sticky{
    background: #fff;
  }
  .warranty-faq {
    margin-top: 1.5rem;
  }
  .warranty-footer-inside-flex {
    display: block;
    text-align: center;
  }
  .warranty-footer-inside-flex a {
    font-size: 14px;
  }
  .crt-image .mdl-hvr-img a img{
    height: auto;
  }
  .mostly-head{
    font-size: 24px;
    line-height: 35px;
  }
  .img-inter-ext img{
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .header__logo a {
    position: absolute;
    top: 0;
    padding: 0;
    z-index: 1;
    left: 0;
  }
  .header__logo > a img {
    width: 220px;
  }
  .header-area .is-sticky .header__logo a {
    position: relative;
    top: 0;
  }
  .category-set-header {
    margin-bottom: 2rem;
  }
  .glass-card {
    padding: 30px 15px;
    border-radius: 10px;
  }
  .warranty-header {
    margin-bottom: 10px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .warranty-full-width,
  .section-badge,
  .warranty-upload-container,
  .btn-submit,
  .file-list {
    grid-column: span 1;
  }
  .warranty-input-group .label,
  .warranty-full-width p {
    margin-left: 0;
  }
  .warranty-form {
    padding: 50px 10px;
  }
  .warranty-text-head h3 {
    font-size: 21px;
  }
  .warranty-text-head p,
  .warranty-text-head ul li, 
  .new-style-amen ul li, .right-book-list ul li  {
    font-size: 15px;
  }
  .warranty-text-head h5 {
    font-size: 18px;
  }
  .warranty-faq .accordion-item {
    margin-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .bento-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  .bento-item:nth-child(1) {
    grid-column: span 2;
    height: 250px;
  }
  .bento-item {
    height: 125px;
  }
  .inter-detals-blk .container-fluid .row .col-lg-4{
      order: 1;
  }
  .inter-detals-blk .container-fluid .row .col-lg-8{
      order: 2;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
  only screen and (min-width: 768px) and (max-width: 991px) {
  .header__logo {
    flex-basis: 25%;
  }
  .header__logo a {
    position: absolute !important;
    top: 0 !important;
    padding: 0;
    z-index: 1;
    left: 0;
  }
  .header-area .is-sticky .header__logo a {
    position: relative !important;
    top: 0 !important;
  }
  .header-contact-btn {
    order: 3;
  }
  .header-area .is-sticky .header__logo > a img {
    margin: unset;
  }
}
.main-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 50px;
  margin-top: 60px;
  /* padding-bottom: 100px; */
}

        aside { position: sticky; top: 100px; height: fit-content; }
        .sidebar-box {
            padding: 25px;
            border-radius: 12px;
            margin-bottom: 30px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.05);
            background-color: rgba(249, 144, 59, 0.05);
            border: 1px solid rgba(249, 144, 59, 0.8);
          }
        .sidebar-title {
          font-size: 1.1rem;
          font-weight: 600;
          margin-bottom: 15px;
          border-bottom: 1px solid rgb(26, 58, 66);
          padding-bottom: 5px;
          color: rgb(26, 58, 66);
          font-family: "Outfit", sans-serif;
          letter-spacing: 0.60px;
        }
        #searchInput {
          padding: 12px;
          border-radius: 8px;
          width: 100%;
          font-size: 1rem;
          font-family: "Outfit", sans-serif;
          transition: all 0.3s ease;
          outline: none;
          color: #1a1a1a;
          background: #0d6b8233;
          border: 1px solid #0d6b8233;
        }
        #searchInput::placeholder{
          color: #1a1a1a;
        }
        #searchInput:hover::placeholder {
          color: rgb(26, 58, 66);
        }
        #searchInput:hover {
          background: white;
          border-color: rgb(26, 58, 66);
          box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
        }
        .cat-item {
          color: #00506b;
          font-weight: 500;
          margin-bottom: 10px;
          cursor: pointer;
          display: block;
          text-decoration: none;
          font-family: "Outfit", sans-serif;
          font-size: 16px;
          position: relative;
        }
        /* Blog Grid */
        #blog-top-anchor { scroll-margin-top: 30px; }
        .blog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }
        .blog-card {
          display: flex;
          flex-direction: column;
          border-radius: 8px;
          overflow: hidden;
          background-color: #f8fafc;
          border: 1px solid #ededed;
          border-color: #d0c8c8;
        }
        .blog-img-container { width: 100%; height: 220px; overflow: hidden; }
        .blog-img-container img { width: 100%; height: 100%; object-fit: cover; transition: 0.6s; }
        .blog-card:hover img { transform: scale(1.05); }
        
        .blog-body { padding: 20px; }
        .tag {
          color: #00506b;
          font-weight: 600;
          font-size: 13px;
          text-transform: uppercase;
          margin-bottom: 10px;
          display: block;
          font-family: "Outfit", sans-serif;
        }
        .blog-title-link {
          color: #003243;
          text-decoration: none;
          display: block;
          margin-bottom: 10px;
          transition: 0.3s;
          font-size: 22px;
          font-weight: 500;
          font-family: "Outfit", sans-serif;
        }
        .blog-divider {
          height: 1.2px;
          background: #aab3b7;
          margin: 15px 0;
        }
        .blog-page-border{
          height: 1.2px;
          background: #aab3b7;
          margin-bottom: 15px;
        }
        .blog-title-link:hover { color: #00506b; }
        .blog-excerpt {
          color: #555;
          font-size: 17px;
          margin: 0 0 15px;
          font-weight: 400;
          font-family: "Outfit", sans-serif;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          height: 75px;
        }

        /* Pagination (Based on Image 2 & 3) */
        .pagination { display: flex; gap: 12px; margin-top: 50px; grid-column: 1 / -1; align-items: center; justify-content: flex-start; }
        /*↓↓↓↓↓↓↓↓↓↓↓for use pagination inside blog page so please remove this css↓↓↓↓↓↓↓↓↓ */
        .pagination{
            display: none;
        }
        /*↑↑↑↑↑↑↑↑↑↑for use pagination inside blog page so please remove this css↑↑↑↑↑↑↑↑ */
        .page-btn {
          width: 50px;
          height: 50px;
          border-radius: 12px;
          font-weight: 700;
          cursor: pointer;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: 0.3s;
          font-size: 1rem;
          color: #1a1a1a;
          background: #0d6b8233;
          border: 1px solid #0d6b82;
        }
        .page-btn.active {
          background: #105e78;
          color: #fff;
        }
        .page-btn:hover:not(.active) { background: #e0ded4; }
        .arrow-btn { font-size: 1.5rem; font-weight: 400; }
        
        /* The logic for hiding the previous arrow */
        .hidden { display: none !important; }

        @media (max-width: 900px) { .main-layout { grid-template-columns: 1fr; } .blog-grid { grid-template-columns: 1fr; } }

        .main-wrapper {
          display: grid;
          grid-template-columns: 1fr 350px;
          gap: 40px;
          padding: 0 20px;
        }
        @media (max-width: 992px) {
            .main-wrapper { grid-template-columns: 1fr; padding: 0;}
        }
        .blog-content {
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 15px rgba(0,0,0,0.05);
            background-color: #f8fafc;
            border: 1px solid #eee2f4;
          }
        .hero-img {
            width: 100%;
            height: 400px;
            object-fit: cover;
            border-radius: 8px;
            margin-bottom: 25px;
        }
        .blog-detail-srt h1{
          font-weight: 500;
          font-family: "Outfit", sans-serif;
          font-size: 22px;
          margin-bottom: 10px;
          color: #1a1a1a;
        }
        .blog-detail-srt p {
          color: #424242;
          font-size: 15px;
          font-family: "Outfit", sans-serif;
        }
        .blog-detail-srt p, .recent-post-date{
            display: none;
        }
        .share-container {
            margin: 30px 0;
            padding: 20px 0;
            border-top: 1px solid #e0e0e0;
            border-bottom: 1px solid #e0e0e0;
        }

        .share-label {
            font-weight: bold;
            margin-bottom: 10px;
            display: block;
            font-size: 0.9rem;
            font-family: "Outfit", sans-serif;
            color: #424242;
          }
        
        .share-buttons { display: flex; gap: 10px; flex-wrap: wrap; }
        
        .share-btn {
          padding: 8px 16px;
          border-radius: 4px;
          text-decoration: none;
          color: white;
          font-size: 14px;
          font-weight: 500;
          display: flex;
          align-items: center;
          transition: opacity 0.3s;
          font-family: "Outfit", sans-serif;
        }

        .share-btn:hover { opacity: 0.8;
        color: #eee; }
        .fb { background: #3b5998; }
        .tw { background: #1da1f2; }
        .li { background: #0077b5; }
        .pi { background: #bd081c; }
        .sidebar { position: sticky; top: 100px; height: fit-content; }
          .blog-content-center p {
            font-family: "Outfit", sans-serif;
            line-height: 35px;
            font-size: 18px;
            color: #1a1a1a;
            font-weight: 300;
          }
          .blog-content-center p a {
            background: none;
            border: none;
            color: #0e7490;
            font-size: 0.95rem;
            text-transform: capitalize;
            letter-spacing: 0.5px;
            cursor: pointer;
            padding: 0;
            margin-top: auto;
            align-self: flex-start;
            font-family: "Outfit", sans-serif;
            font-weight: 500;
            position: relative;
            text-decoration: none;
          }
          .blog-content-center p a::before {
            content: "";
            width: 0;
            height: 1.2px;
            bottom: 0;
            position: absolute;
            left: 0;
            background-color: #155986;
            background-color: #3b1b45c9;
            -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
          }
          .blog-content-center p a:hover::before {
            width: 100%;
            left: 0;
          }
          .blog-content-center p a:hover {
            color: #155e75;
          }
          .read-article{
            background: none;
            border: none;
            color: #0e7490;
            font-size: 15px;
            text-transform: capitalize;
            letter-spacing: 0.5px;
            cursor: pointer;
            padding: 0;
            margin-top: auto;
            align-self: flex-start;
            font-family: "Outfit", sans-serif;
            font-weight: 500;
            position: relative;
            text-decoration: none;
          }
          .read-article::before {
            content: "";
            width: 0;
            height: 1.2px;
            bottom: 0;
            position: absolute;
            left: 0;
            background-color: #155986;
            background-color: #3b1b45c9;
            -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            -o-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
            transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
          }
          .read-article:hover::before {
            width: 100%;
            left: 0;
          }
          .read-article:hover {
            color: #155e75;
          }
          .blog-content-center h2{
            font-size: 20px;
            margin: 0.75rem 0;
            color: rgb(26, 58, 66);
            font-weight: 500;
            font-family: "Outfit", sans-serif;
            border-left: 5px solid rgb(26, 58, 66);
            padding-left: 10px;
          }
          .blog-content-center ul{
            list-style-position: inside;
            list-style-type: disc;
            padding-left: 15px;
          }
          .blog-content-center ul li {
            font-family: "Outfit", sans-serif;
            line-height: 35px;
            font-size: 18px;
            color: #1a1a1a;
            font-weight: 300;
          }
        .widget {
          padding: 25px;
          border-radius: 8px;
          margin-bottom: 30px;
          box-shadow: 0 4px 15px rgba(0,0,0,0.05);
          background-color: rgba(249, 144, 59, 0.05);
          border: 1px solid rgba(249, 144, 59, 0.8);
        }

        .widget-title {
          font-size: 22px;
          margin-bottom: 20px;
          color: #003243;
          position: relative;
          padding-bottom: 10px;
          font-family: "Outfit", sans-serif;
        }

        .widget-title::after {
            content: '';
            position: absolute;
            left: 0; bottom: 0;
            width: 50px; height: 3px;
            background: #003243;
        }

        .recent-post-item {
            display: flex;
            gap: 15px;
            margin-bottom: 20px;
            text-decoration: none;
            color: inherit;
            align-items: center;
        }

        .recent-post-img {
            width: 80px;
            height: 60px;
            border-radius: 4px;
            object-fit: cover;
        }

        .recent-post-info h4 {
          font-size: 0.95rem;
          line-height: 1.3;
          margin-bottom: 5px;
          transition: color 0.3s;
          font-family: "Outfit", sans-serif;
        }

        .recent-post-item:hover h4 { color: #0077b6; }
        .recent-post-date {
          font-size: 0.8rem;
          color: #999;
          font-family: "Outfit", sans-serif;
        }
        .cta-sidebar {
          background: #105e78;
          color: white;
          text-align: center;
          border: 1px solid #105e78;
          margin-bottom: 0;
        }
        .cta-sidebar h3{
          font-family: "Outfit", sans-serif;
          color: #fff;
          font-size: 18px;
          margin-bottom: 8px;
        }
        .cta-sidebar p {
          font-family: "Outfit", sans-serif;
          color: #fff;
          font-size: 14px;
          margin-bottom: 8px;
        }
        .cta-sidebar .btn {
          display: block;
          background: white;
          color: #105e78;
          padding: 10px;
          text-decoration: none;
          border-radius: 4px;
          font-weight: 500;
          margin-top: 15px;
          font-family: "Outfit", sans-serif;
        }
        .cta-sidebar .btn:hover{
          color: #1a1a1a;
          background: #cfe1e6;
        }
        
        
        @media (max-width: 767px){
            .hero-img{
                height: auto;
            }
            .blog-content-center p{
                font-size: 17px;
            }
            .blog-content-center h2{
                font-size: 19px;
            }
        }
		


.bootedit-carousel{
        height: 100vh;
        overflow: hidden;
      }
      .new-banner-sec-txt-sr{
        z-index: 1;
      }
      .carousel-indicators {
        bottom: 20px;
        gap: 10px;
      }
      .carousel-indicators [data-bs-target] {
        width: 40px;
        height: 40px;
        border: none;
        border-radius: 50%;
        background-color: transparent;
        opacity: 1;
        margin: 0;
        padding: 0;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        text-indent: 0;
      }
      .carousel-indicators [data-bs-target]::after {
        content: "";
        width: 8px;
        height: 8px;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        transition: all 0.3s ease;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }
      .carousel-indicators .active::after {
        background-color: #0d6e8d;
        width: 10px;
        height: 10px;
      }
      .carousel-indicators svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transform: rotate(-90deg);
        pointer-events: none;
      }
      .carousel-indicators circle {
        fill: none;
        stroke: transparent;
        stroke-width: 2;
        stroke-dasharray: 113;
        stroke-dashoffset: 113;
        transition: stroke 0.3s ease;
      }
      .carousel-indicators .active circle {
        stroke: #feb351;
        animation: progress-animation 5s linear forwards;
      }
      @keyframes progress-animation {
        from { stroke-dashoffset: 113; }
        to { stroke-dashoffset: 0; }
      }
      @media (max-width: 767px){
        .bootedit-carousel {
          height: 225px;
          overflow: hidden;
        }
        .carousel-indicators [data-bs-target]{
          width: 30px;
          height: 30px;
        }
        .carousel-indicators {
          bottom: 10px;
          gap: 0;
          margin-bottom: 0;
        }
        .header__logo a{
          z-index: 2;
        }
      }
	  
	  

.border-sand-400 {
  border-color: #633575!important;
}

.text-sand-500 {
  color: #633575!important;
}