
/*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/
:root {
  /* widths for rows and containers
     */
  --header-height: 160px;
  --header-height-min: 80px;
}

/* on mobile devices below 600px
 */
@media screen and (max-width: 600px) {
  :root {
    --header-height: 100px;
    --header-height-min: 80px;
  }
}

/* Theme Colors */
:root {
  --accent-color: #22211F;
  --secondary-color: #B46723;
  --dark-color: #22211F;
  --body-text-color: #22211F;
  --background-color: #dfbea1;
  --light-accent-color: #dfbea1;
  --light-background-color: #f8f6f1;
}

/* Fonts */
:root {
  --body-font: "Lato", sans-serif;
  --heading-font: "Lustria", serif;
}


/*----------------------------------------------*/
/* 2 GENERAL TYPOGRAPHY */
/*----------------------------------------------*/

/* 2.1 General Styles
/*----------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

body {
  font-family: var(--body-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
  color: var(--body-text-color);
}
@media (max-width: 767px) {
  body{
    font-size: 16px;
  }
}
body.no-scroll {
  overflow: hidden;
}

a {
  color: var(--accent-color);
  text-decoration: none;
  transition: 0.3s color ease-out;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 5px;
  margin-bottom: 0;
}

ul li,
ol li {
  margin-bottom: 5px;
  outline: 0;
}

ul li.active a {
  color: #daa556;
}

ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 2rem;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
}

figure {
  margin: 0;
}

img {
  display: inline-block;
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

::selection {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-shadow: none;
}

/* image align */
figure.align-right {
  margin: 30px 0 30px 30px;
}

/* Typography */
/*----------------------------------------------*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--heading-font);
  color: var(--dark-color);
  line-height: 1.2;
}

h1.light,
.h1,
h2.light,
.h2,
h3.light,
.h3,
h4.light,
.h4,
h5.light,
.h5,
h6.light,
.h6 {
  color: #fff;
}

h1,
h2,
h3 {
  margin: 25px 0;
  text-transform: capitalize;
}

h5,
h6 {
  letter-spacing: 1px;
}

h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.4;
}

h2,
.h2 {
  font-size: 1.5em;
  line-height: 1.4;
}

h3,
.h3 {
  font-size: 1.4em;
  line-height: 1.4;
}

h4,
.h4 {
  font-size: 1.1em;
  line-height: 1.4;
}

h5,
.h5 {
  font-size: .83em;
  line-height: 1.25;
}

h6,
.h6 {
  font-size: .67em;
  line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 20px 0;
}

p:empty {
  display: none;
}

small {
  font-size: 85%;
}

mark {
  background-color: var(--grey-color);
  padding: 0.28rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

code,
kbd,
var {
  font-size: 14px;
}

code {
  background-color: var(--grey-color);
}

abbr {
  border-bottom: 0.1px dotted #666;
  cursor: help;
}

::placeholder {
  color: #999;
}

/*----------------------------------------------*/
/* 2.1 Floating & Alignment */
/*----------------------------------------------*/

.align-left {
  float: left;
  text-align: left;
}

.align-right {
  float: right;
  text-align: right;
}

.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/**::after,*/
.container::after,
.row::after,
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.contact-p1{
  flex: 1 1 300px; min-width: 280px; color: #fff; display: flex; flex-direction: column; justify-content: flex-start;
}
/** Text Align
/* Mobile View */
@media (max-width: 767px) {
  .contact-p1{
    min-width: 100% !important;
   
  }
}
--------------------------------------------------------------*/

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lead {
  font-size: 120%;
  line-height: 1.7em;
}

.text-lead strong {
  font-size: 115%;
  font-weight: 500;
}

.text-muted {
  color: var(--secondary-color);
}

.text-pri {
  color: var(--grey-color);
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/*------------------------------------------------
/* 2.3 Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 50px;
  padding: 6px 15px;
  background-color: var(--light-background-color);
  border: 1px solid #d4d8bd;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid var(--grey-color);
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label>.label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal;
}

/*------------------------------------------------
/* 2.4 Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol,
ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

/*------------------------------------------------
/* 2.5 Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background-color: var(--background-color);
  border: 1px solid var(--light-accent-color);
  border-radius: 4px;
}

pre>code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: normal;
}

/*------------------------------------------------
/* 2.6 Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/*------------------------------------------------
/* 2.7 Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}
.slick-dots li {
    position: relative !important;
    display: inline-block !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 41px !important;
    padding: 0 !important;
    cursor: pointer !important;
}

/*------------------------------------------------
/* 2.8 Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

.list-icon i {
  margin-right: 10px;
}

.list-unstyled {
  list-style: none;
}

.txt-fx .letter {
  opacity: 0;
}

.text-uppercase {
  text-transform: uppercase;
}

/* display flex utilities */
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* disable selction in section title */
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/*------------------------------------------------
/* 2.9 Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1;
}

/*--------------------------------------------------------------
/** 2.10 Buttons
--------------------------------------------------------------*/
a.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
button {
  background-image: none;
  background: #000;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 1em 1.8em;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:hover,
.btn:focus,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="file"]:focus,
input[type="file"]:hover,
button:focus,
button:hover {
  text-decoration: none;
  outline: 0;
}

.light .btn:hover {
  color: #fff;
}

.btn:last-child {
  margin-right: 0;
}

.btn:active,
.btn.btn-outline-light:active,
.btn.btn-outline-dark:active,
.btn.btn-outline-accent:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="file"]:active,
button:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* - Button Sizes
------------------------------------------------------------- */
.btn.btn-small {
  padding: 0.325em 1.7em;
  font-size: 0.65em;
}

.btn.btn-medium {
  padding: 0.5em 1.75em;
  font-size: 0.75em;
}

.btn.btn-large {
  padding: 1em 2.5em;
}

.btn.btn-xlarge {
  padding: 1.5em 2.7em;
  font-size: 0.9em;
}

.btn.btn-image {
  background-color: transparent;
  padding: 0;
  max-height: 50px;
}

.btn.btn-image img {
  max-height: 50px;
}

/* - Button Shapes
------------------------------------------------------------- */
.btn.btn-rounded,
.btn.btn-rounded::after {
  border-radius: 4px;
}

.btn.btn-pill,
.btn.btn-pill::after {
  border-radius: 2em;
}

/* button outline */
.btn.btn-outline-dark,
.btn.btn-outline-light,
.btn.btn-outline-accent {
  
  text-shadow: none;
  box-shadow: none;
}

.btn.btn-outline-dark:hover::after,
.btn.btn-outline-light:hover::after {
  background-color: transparent;
}

.btn.btn-outline-dark {
  border-color: rgba(0, 0, 0, 1);
  color: var(--dark-color);
}

.btn.btn-outline-dark:hover {
  background: var(--dark-color);
  border-color: var(--dark-color);
  color: #fff;
}

.btn.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.btn.btn-outline-light:hover {
  background: rgba(255, 255, 255, .045);
  background: #fff;
  border-color: #fff;
  color: var(--dark-color);
}

.btn.btn-outline-accent {
  background: #ccb26d;
  border-color: 000;
  color: #fff;
}

.btn.btn-outline-accent:hover {
 background: #000;
  border-color: #000;
  color: #fff;
}

.btn.btn-full {
  display: block;
  margin: .85em 0;
  width: 100%;
  text-align: center;
}

/* button with line */
.btn-with-icon {
  color: #fff;
  position: relative;
}

.btn-with-icon:after {
  content: "\e900";
  font-family: "icomoon";
  position: absolute;
  top: 17px;
  right: -16px;
  width: 50%;
  z-index: 9;
  transition: 0.3s ease-out;
}

.btn-with-icon:hover {
  color: #fff;
}

.btn-with-icon:hover:after {
  width: 30%;
  right: -41px;
}
.text-text{
  text-decoration: none !important;
}
/* - Buttons Color Scheme
------------------------------------------------------------- */
.btn.btn-common {
  background: var(--accent-color);
  color: #fff;
}

.btn.btn-common:hover {
  background: #151515;
  color: #fff;
}

.btn.btn-accent {
  color: #fff;
  background-color: var(--accent-color);
}

.btn.btn-accent:hover {
  color: #fff !important;
  background-color: var(--secondary-color);
}

.btn.btn-gray,
.btn.btn-grey {
  background: #9e9e9e;
  color: #fff;
}

.btn.btn-black {
  background: #111;
  color: #fff;
}

.btn.btn-black:hover {
  background-color: var(--light-background-color);
  color: #121212;
}

.btn.btn-accent-arrow .icon {
  font-size: 0.8em;
  padding-left: 10px;
}

/* - Buttons Aligns
------------------------------------------------------------- */
.btn-left {
  text-align: left;
  display: block;
}

.btn-center {
  text-align: center;
  display: block;
}

.btn-right {
  text-align: right;
  display: block;
}

/*----------------------------------------------*/
/* 2.11 Images */
/*----------------------------------------------*/


/*--- Image Dimension
-----------------------------------------------*/
img.banner-image {
  width: 100%;
  height: 814px;
  object-fit: cover;
}

i.single-image {
  width: 100%;
  height: 900px;       /* Desktop height */
  object-fit: cover;
}

/* Tablet */
@media (max-width: 992px) {
  .single-image {
    height: 700px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .single-image {
    height: 500px;
  }
}



img.vertical-image {
  width: 100%;
  height: 552px;
  object-fit: cover;
}

img.portfolio-image {
  width: 100%;
  height: 360px;
  object-fit: contain;
}

img.subscribe-image {
  width: 100%;
  object-fit: cover;
}

img.post-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

img.commentor-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

img.member-image {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

/* .menu-item .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background: #fff;
} */

.menu-item .dropdown-menu.show {
  display: block;
}
.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: unset !important;
}
/* Mobile offcanvas dropdown styling */
.offcanvas .dropdown-menu {
  display: none;
  padding-left: 15px;
}

.offcanvas .dropdown-menu.show {
  display: block;
}
/*--- Image hover Effects
-----------------------------------------------*/
.image-hvr-effect {
  display: flex;
  overflow: hidden;
}

.image-hvr-effect img {
  transform: scale(1.1);
  will-change: transform;
  transition: transform 0.65s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 0;
}

.image-hvr-effect:hover img {
  transform: scale(1);
}

/*----------------------------------------------*/
/* 3. Section */
/*-----------------------------------------------------------*/

/* Hero section
/*----------------------------------------------*/
.hero-section .hero-content {
  padding-top: 10em;
  padding-bottom: 10em;
  display: flex;
  align-items: center;
}

.hero-section {
  position: relative;
  color: #fff;
}

.hero-section::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(39, 39, 39, 0.4);
  z-index: -1;
}

.hero-section,
.hero-section h1,
.hero-section a,
.hero-section a:hover {
  color: #fff;
}

.hero-section h1 {
  font-size: 4em;
}

@media only screen and (max-width: 768px) {
  .hero-section h1 {
    font-size: 2em;
  }

  .hero-section .hero-content {
    padding-top: 12em;
    padding-bottom: 6em;
  }
}


/*--- Section Title
-----------------------------------------------*/
.section-header {
  position: relative;
}

.section-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 8px;
    position: relative;
    z-index: 0;
}

.pattern .section-title:before {
  content: "";
  /*background: #ffcc02;*/
  width: 10px;
  height: 84px;
  /* border-radius: 50%; */
  position: absolute;
  top: -23px;
  left: -41px;
  z-index: -1;
}

.pattern.center-align .section-title:before {
  left: -380px;
  right: 0;
  margin: 0 auto;
}

h4.sub-title {
  font-size: 1.1em;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
 color: #ccb26d;
  margin-bottom: 20px;
  text-transform: capitalize;
}


/* - Section Padding
--------------------------------------------------------------*/
.padding-xsmall {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

background: #ccb26d;
    /* padding-top: 4px; */
    /* padding-bottom: 4px; */
    padding: 35px;
}
.padding-medium {
  padding-top: 4em;
  padding-bottom: 4em;
}

.padding-large {
  padding-top: 3em;
  padding-bottom: 7em;
}

.padding-xlarge {
  padding-top: 9.5em;
  padding-bottom: 9.5em;
}

.padding-2xlarge {
  padding-top: 15em;
  padding-bottom: 15em;
}

/* no padding */
.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

/* - Section margin
--------------------------------------------------------------*/
.margin-small {
  margin-top: 3em;
  margin-bottom: 3em;
}

.margin-medium {
  margin-top: 4.5em;
  margin-bottom: 4.5em;
}

.margin-large {
  margin-top: 6em;
  margin-bottom: 6em;
}

.margin-xlarge {
  margin-top: 7.5em;
  margin-bottom: 7.5em;
}

@media only screen and (max-width: 768px) {

  .margin-small,
  .margin-medium,
  .margin-large,
  .margin-xlarge {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

/* - Section bg colors
--------------------------------------------------------------*/
/* .bg-body {
  background-color: var(--light-background-color);
} */

.bg-accent {
  background-color: var(--background-color);
}

.bg-secondary {
  background-color: var(--secondary-color);
}


/* - Content colors
--------------------------------------------------------------*/
.content-light h1,
.content-light h2,
.content-light h3,
.content-light h4,
.content-light h5,
.content-light h6 {
  color: var(--light-heading-color);
}

.content-light a,
.content-light {
  color: var(--light-text-color);
}

.content-light a:hover {
  color: var(--light-text-color);
}

.content-light h1,
.content-light h2,
.content-light h3,
.content-light h4,
.content-light h5,
.content-light h6 {
  color: var(--light-heading-color);
}

.content-light a,
.content-light {
  color: var(--light-text-color);
}

.content-light a:hover {
  color: var(--light-text-color);
}


/*====================================================================*/
/* 4. EXTENDED TYPOGRAPHY */
/*====================================================================*/
/*----------------------------------------------*/
/* 4.1 Blockquote /Pullquote */
/*----------------------------------------------*/
.single-post .content p:first-child,
.quote blockquote,
blockquote,
.single-post .content blockquote p,
.pullquote-right,
.pullquote-left {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 400;
  font-family: var(--heading-font);
  font-style: italic;
  margin: 0 0 20px;
  padding: 20px 40px;
  background-color: var(--background-color);
}

.pullquote-right,
.pullquote-left {
  width: 40%;
}

blockquote cite {
  display: block;
  font-size: 0.8em;
  margin-top: 20px;
  font-style: italic;
}

.pullquote-left {
  float: left;
  margin: 20px 20px 20px 0;
}

.pullquote-right {
  float: right;
  margin: 20px 0 20px 20px;
}

/*----------------------------------------------*/
/* 4.2 Dropcap */
/*----------------------------------------------*/
.dropcap {
  display: inline-block;
  margin: 20px;
  font-size: 4em;
  font-weight: bolder;
  text-transform: uppercase;
  text-align: center;
  color: #111;
  float: left;
}

.dropcap.colored {
  color: #2bcaae;
}

/*----------------------------------------------*/
/* 4.3 Text Highlights */
/*----------------------------------------------*/
.highlight {
  background: var(--accent-color);
  color: #fff;
  padding: 1px 5px;
}

.highlight.light {
  background: #ffff99;
  color: #101010;
}

.highlight.dark {
  background: #333;
}


/*----------------------------------------------*/
/* 4.4 Text Animation */
/*----------------------------------------------*/
.text-animation {
  overflow: hidden;
  white-space: pre-line;
  border-right: solid 5px rgba(255, 255, 255, .75);
}

/* Animation */
.text-animation {
  animation: animated-text 4s linear 1s 1 normal both,
    animated-cursor 600ms linear infinite;
}

/* text animation */
@keyframes animated-text {
  from {
    width: 0;
  }

  to {
    width: 650px;
  }
}

/* cursor animations */
@keyframes animated-cursor {
  from {
    border-right-color: rgba(255, 255, 255, .75);
  }

  to {
    border-right-color: transparent;
  }
}


/*====================================================================*/
/* 5. CONTENT ELEMENTS */
/*====================================================================*/

/*--------------------------------------------------------------
/** 5.1 General Tabs
--------------------------------------------------------------*/
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  /* padding: 0.5rem 1rem; */
  text-decoration: none;
  /* transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; */
}

@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}

.nav-link:hover,
.nav-link:focus {
  color: #fff;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  color: #fff;
  padding: 10px 30px;
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}

.nav-tabs .nav-link.disabled {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: red;
  background-color: transparent;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0d6efd;
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.bootstrap-tabs .tab-content {
  padding: 20px 0;
}

.bootstrap-tabs .tab-content>.tab-pane {
  display: none;
}

.bootstrap-tabs .tab-content>.active {
  display: block;
}
.dropdown-menu {
  background: #000 !important;
  padding: 20px;
  min-width: 220px;
  z-index: 9999; /* sabse upar */
}

.dropdown-menu .dropdown-item {
  padding: 12px 18px;
  font-size: 16px;
  color: #fff;
}
.dropdown-menu .dropdown-item:hover {
  background: #ffcc02;
  color: #fff;
}
.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: static;
}


/** 5.2 Accordions
--------------------------------------------------------------*/
.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
  font-size: 1rem;
  color: var(--accent-color);
  text-align: left;
  background-color: var(--light-background-color);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}

.accordion-button:not(.collapsed) {
  color: var(--accent-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}

.accordion-button:hover {
  z-index: 2;
}

.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: var(--light-background-color);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-body {
  padding: 1rem 0;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
  border-top: 0;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}


/*====================================================================*/
/* 6. BLOG STYLES */
/*====================================================================*/

/* 6.1 Blog Single Post
------------------------------------------*/
/* breadcrumbs */
.breadcrumbs span {
  display: inline-block;
}

/* 6.2 Blog Single Post
------------------------------------------*/
.sidebar .recent-post {
  padding: 50px;
}

.sidebar .recent-post h3.widget-title {
  margin: 0;
}

.sidebar .recent-post li {
  line-height: 1.5;
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #d6d4ce;
  list-style: none;
}

/* 6.3 About Author
------------------------------------------*/
.author-post {
  padding-left: 30px;
}

.author-post h4 {
  font-weight: 500;
  text-transform: none;
}

/* 6.4 Comments List
------------------------------------------*/
.comment-list .comment-item {
  display: flex;
}

.comment-item .comment-meta {
  display: flex;
  align-items: baseline;
}

.comment-meta span.meta-date {
  font-size: 13px;
  padding: 10px;
}

.comments-wrap .child-comments {
  padding-left: 50px;
}

/* 6.5 Comments Form
------------------------------------------*/
.comment-respond .comment-form {
  display: flex;
}


/*----------------------------------------------*/
/* 7. SITE STRUCTURE */
/*----------------------------------------------*/

/* 7.1 Preloader */

*.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 20;
  background: var(--light-background-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader:last-child {
  margin-right: 0;
}

.dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: var(--secondary-color);
  animation: loader 5s infinite ease-out;
}

@keyframes loadingInner {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(0, 15px);
  }

  100% {
    transform: translate(0, 0);
  }
}

/* =Animate the stuff
------------------------ */
.loader .dot:nth-last-child(1) {
  animation: loadingInner 0.6s 0.1s linear infinite;
}

.loader .dot:nth-last-child(2) {
  animation: loadingInner 0.6s 0.2s linear infinite;
}

.loader .dot:nth-last-child(3) {
  animation: loadingInner 0.6s 0.3s linear infinite;
}


/*--------------------------------------------------------------
/** 7.2 Header
--------------------------------------------------------------*/

/* search box */
.search-box {
  position: relative;
  background: var(--dark-color);
  width: 100%;
  height: 0px;
  overflow: hidden;
  transition: height 0.3s ease-out;
}

.search-box.active {
  height: 140px;
}

.search-box #search-form {
  margin: 0;
}

.search-box .icon-search {
  margin-left: -60px;
}

.search-box input.search-input {
  font-size: 1.2em;
  color: var(--light-color);
  width: 40%;
  min-width: 420px;
  padding: 30px;
  margin-top: 35px;
  border-radius: 80px;
  border-color: rgb(255 255 255 / 30%);
}

.close-button {
  position: absolute;
  top: 40px;
  right: 60px;
  color: aliceblue;
  cursor: pointer;
}


/* - Main Navigation
------------------------------------------------------------- */

@media (max-width: 767.98px) {
  #header .main-logo img {
        max-height: 100%;
        width: 100px;
        height: auto;
        min-height: -webkit-fill-available;
  }
}
#navbar .menu-list li {
  margin: 0 18px; 
  color:#fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
  
 #navbar .menu-list li {
  margin: 0; 
 
}
  
}


.header-wrap {
  background-color: #000;
  height: 100%;  
  overflow: hidden;
}

/* Mobile view */
@media (max-width: 767px) {
  /* .header-wrap {
    height: 59px !important; 
  } */

  .header-wrap .row.align-items-center {
    margin: 0;
    padding: 0;
  }

  .header-wrap .main-logo img {
    max-height: 40px; 
  }

  #navbar .menu-list {
    gap: 10px; 
  }
}

.new-icon {
    position: relative;
    color: #fff;
    font-size: 30px;
    left: 0;
}


/* Mobile view ke liye */
@media (max-width: 768px) {
  .new-icon {
    position: relative;
    left: 55px !important;         
    margin-left: 0 !important;   
    font-size: 24px;  
  }
}
.offcanvas.offcanvas-start {
    background: #000 !important;
    color: #fff !important;
    top: 17px;
    t: 0px;
    t: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
}
/*----- Billboard
--------------------------------------------------------------*/
#billboard .slider-item {
  display: flex;
}

#billboard .banner-content {
  width: 40%;
  padding: 195px 0 80px 50px;
  position: relative;
}

#billboard .banner-element {
  width: 95%;
}

.banner-content h2.banner-title {
  font-size: 3.8em;
  line-height: 1.2;
  font-weight: 600;
  color: var(--accent-color);
  text-transform: capitalize;
}

#billboard .banner-content p {
  margin-bottom: 15px;
}

#billboard .banner-holder {
  width: 60%;
}

.main-slider .slick-dots {
  position: absolute;
  flex-wrap: wrap;
  width: 5%;
  right: 10px;
  bottom: 30px;
}

.main-slider .slick-dots li {
  width: 5%;
  display: flex;
  cursor: pointer;
  margin-bottom: 50px;
}

.main-slider .slick-dots li button {
  font-size: 2em;
  color: #fff;
  cursor: pointer;
  position: relative;
  opacity: 0.8;
}

.main-slider .slick-dots li button:before {
  content: "";
  font-size: 0;
  border-bottom: 3px solid #fff;
  width: 18px;
  position: absolute;
  top: -8px;
  right: 0;
  left: 30px;
  opacity: 1;
  transition: width 0.3s ease-out;
}

.main-slider .slick-dots li button:hover,
.main-slider .slick-dots li button:hover:before,
.main-slider .slick-dots li button:focus,
.main-slider .slick-dots li button:focus:before {
  width: 35px;
  opacity: 1;
}

@media only screen and (max-width: 1340px) {
  #billboard .banner-content {
    padding: 80px 0 80px 80px;
  }
}

@media only screen and (max-width: 999px) {
  #billboard .slider-item {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .main-slider .slick-dots {
    top: 100px;
  }

  img.banner-image {
    height: 500px;
  }

  #billboard .banner-content {
    width: 100%;
    margin-bottom: 30px;
  }

  #billboard .banner-holder {
    width: 100%;
  }
}

@media only screen and (max-width: 699px) {
  #billboard .slider-item {
    flex-wrap: wrap;
  }

  #billboard .banner-content {
    width: 100%;
    padding: 80px 0 80px 30px;
    margin-left: 0;
  }

  .banner-content h2.banner-title {
    font-size: 2.3em;
  }

  #billboard .banner-holder {
    margin-left: 0;
  }

  .main-slider .slick-dots {
    bottom: 545px;
  }
}


/*----- Brand Collection Section
--------------------------------------------------------------*/
#brand-collection {
  border-bottom: 1px solid #E5E7DD;
  margin-bottom: 160px;
}

#brand-collection .brand-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#brand-collection img {
  object-fit: contain;
  margin: 14px;
}
.testimonial-slider {
  display: flex;
  gap: 30px;
}
.testimonial-item {
  min-width: 300px; /* or adjust according to design */
}
.testimonial-stars span {
  color: #FFD700; /* golden */
  font-size: 16px; /* adjust size */
  margin-right: 2px;
}

/*----- About Me Section
--------------------------------------------------------------*/
.detail-entry, .detail-wrap {
    display: block !important;
    opacity: 1 !important;
    color: black !important;
}
#about .detail-entry {
    margin: 19px 0px 0 50px;
}

@media only screen and (max-width: 799px) {
  img.single-image {
    height: auto;
  }

  #about .detail-entry {
    margin-top: 100px;
    margin-left: 40px;
  }
}

[data-aos^=fade][data-aos^=fade] {
     opacity: inherit;
    transition-property: opacity, transform;
}
/* Text ko thoda aur slider ke kareeb lana */
/*#about .detail-entry {*/
/*  margin-left: -15px;*/
/*}*/

@media (max-width: 991px) {
  #about .detail-entry {
    margin-left: 0;   /* mobile me center ho jaye */
    margin-top: 20px; /* slider ke neeche space */
    text-align: center;
  }
}

/*----- Services Section
--------------------------------------------------------------*/
#services {
  position: relative;
  padding-left: 2em;
}

#services .detail-wrap {
  margin-right: 20px;
  margin-bottom: 50px;
}

#services ul.tabs {
  display: flex;
  justify-content: space-between;
  padding: 35px 30px;
  list-style-type: decimal-leading-zero;
}

#services ul.tabs li {
  font-size: 0.9em;
  line-height: 1.5;
  width: 29%;
  display: list-item;
  padding-right: 15px;
  border-right: 1px solid #E0E2D8;
  opacity: 0.4;
  transition: opacity 0.3s ease-out;
}

#services ul.tabs li.active {
  opacity: 1;
}

#services ul.tabs li:last-child {
  border-right: none;
  padding-right: 0;
}

/*----- Portfolio Section
--------------------------------------------------------------*/
#portfolio {
  position: relative;
 
}

#portfolio .portfolio-content {
  margin-top: 80px;
}

#portfolio .portfolio-content .portfolio-item {
  margin-bottom: 50px;
}

#portfolio .portfolio-content .portfolio-item.align-style {
  margin-top: -30px;
}

#portfolio h3.item-title {
  font-weight: 500;
  padding-left: 15px;
}

@media only screen and (max-width: 991px) {
  img.portfolio-image {
    height: auto;
  }
}


/*----- Testimonial Section
--------------------------------------------------------------*/


.testimonial-item {
  margin-top: 0; /* Agar individual items me extra margin ho to remove karo */
}

.testimonial-slider {
  margin-top: 0;
}
#testimonial {
  margin: 30px;
}

#testimonial .testimonial-grid {
  margin-top: 10px;
}

#testimonial .testimonial-item .quote-boxed {
  border: 1px solid #EBE8E0;
  padding: 35px;
}

#testimonial .author-detail {
  position: relative;
  margin-left: 100px;
}

#testimonial .author-detail:before {
  content: "";
  width: 70px;
  height: 2px;
  position: absolute;
  top: 18px;
  left: -100px;
  border-top: 1px solid #DDDFD5;
}

.author-detail .author-name {
  font-family: "Playfair Display", Georgia, serif;
}

.author-detail .author-profession {
  font-size: 0.8em;
}

#testimonial .slick-dots {
  bottom: -55px;
  z-index: 9;
}

.slick-dots li button:before {
  font-size: 13px;
  color: #D7DAC6;
  opacity: 1;
}

/*----- Newsletter Section
--------------------------------------------------------------*/
#subscribe .subscribe-content {
  margin-top: 200px;
  margin-left: 50px;
}

#subscribe form#form {
  display: flex;
  align-items: baseline;
  margin-top: 50px;
}

#subscribe input[type="text"] {
  width: 100%;
  height: 60px;
  background: transparent;
  border: 1px solid #B5C3BE;
  font-style: italic;
  padding-left: 15px;
}

#subscribe button.btn-subscribe {
  height: 60px;
  margin: 0;
}

#subscribe button.btn-subscribe:hover {
  background: var(--secondary-color);
}

@media only screen and (max-width: 600px) {
  #subscribe form#form {
    flex-wrap: wrap;
  }

  #subscribe button.btn-subscribe {
    width: 100%;
  }
}


/*----- Articles Section
--------------------------------------------------------------*/


#latest-blog .post-grid {
  margin-top: -60px; 
}

#latest-blog {
  padding: 0px 0; /* top & bottom padding */
  background-color: #fff;
}

#latest-blog .section-header {
  margin-bottom: 50px;
}

#latest-blog .post-grid .post-item {
  margin-top: 15px;
}

#latest-blog .post-title a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

#latest-blog .post-title a:hover {
  color: #d4af37; /* gold accent */
}

#latest-blog .image-holder {
  overflow: hidden;
  border-radius: 10px;
}

#latest-blog .image-hvr-effect img {
  transition: transform 0.3s ease;
}

#latest-blog .image-hvr-effect img:hover {
  transform: scale(1.05);
}

#latest-blog .view-more-btn {
    display: inline-block;
    margin-top: 99px;
    padding: 12px 25px;
    background-color: #000 !important;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: 0.3s;
}

#latest-blog .view-more-btn:hover {
  background-color: #b8932f;
}

/* Responsive */
@media (max-width: 991px) {
  #latest-blog .post-grid .col-md-4 {
    margin-bottom: 30px;
  }
}



/*----- Contact Section
--------------------------------------------------------------*/
#contact p {
  width: 87%;
}

/*----- Footer Section
--------------------------------------------------------------*/
footer#footer {
    background: #000;
    border-bottom: 1px solid #212529;
}

#footer .footer-item {
  width: 30%;
  margin-right: 115px;
}

#footer .footer-item img.footer-logo {
  margin-bottom: 40px;
}

#footer .footer-item p {
  width: 80%;
}

#footer h5 {
  font-size: 1.3em;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 40px;
  text-transform: capitalize;
}

#footer ul li {
  list-style: none;
}

#footer-bottom ul {
  display: flex;
  justify-content: end;
  margin: 0;
}

#footer-bottom p {
  margin: 0;
}

#footer-bottom .social-links li {
  margin-right: 30px;
  list-style: none;
}

@media only screen and (max-width: 991px) {
  #footer-bottom p {
    text-align: center;
  }

  #footer-bottom ul {
    justify-content: center;
  }
}

.text-text{
  color:#fff !important;
}
/*--------------------------------------------------------------
/**  About Us Page
--------------------------------------------------------------*/

/*-- Feature Icon 
----------------*/
#interiors-features .features-item {
  text-align: center;
  margin-bottom: 40px;
}

#interiors-features .features-item i.icon {
  font-size: 3em;
  color: var(--secondary-color);
}

#interiors-features .features-item h3.feature-title {
  font-size: 1.2em;
  line-height: 1.4;
}

/*-- Team Member 
----------------*/
.team-member .member-details {
  margin-top: 20px;
}

.member-details h4.member-title {
  margin: 0;
}

.member-slider .slick-dots {
  bottom: -80px;
}

.our-team .team-member {
  margin-right: 20px;
}


/*--------------------------------------------------------------
/** . Blog Page
--------------------------------------------------------------*/
.blog-page .post-grid .post-item {
  border-bottom: 2px solid #eeeeee;
}

.blog-page .post-grid .post-media {
  margin-bottom: 20px;
}

.blog-page .post-grid .post-meta {
  margin-bottom: 20px;
}

.blog-page .post-grid .meta-date {
  display: block;
  line-height: 1;
  padding: 12px 10px;
  color: #B46723;
}

.blog-page .post-grid .meta-date strong {
  font-size: 35px;
}

.blog-page .post-grid .post-content h2.post-title {
  margin: 0 0 20px;
}

.blog-page .post-grid .post-item:nth-child(2n+2) .row {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 991px) {
  .blog-page .post-grid .post-item:nth-child(2n+2) .row {
    flex-direction: inherit;
  }
}

/*--------------------------------------------------------------
/**  Contact Us Page
--------------------------------------------------------------*/
.contact-detail {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  text-align: center;
}

.contact-detail .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: var(--secondary-color); */
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.contact-detail .icon>img {
  width: 50%;
}

.contact-detail .detail-item {
  margin-left: 20px;
}

.detail-item h4.icon-title {
  margin: 0;
}

.detail-item p {
  margin: 0;
}
/* Mobile View */
@media (max-width: 767px) {
  .contact-section.contact-bg {
    max-width: 100%;
    border-radius: 0;
    padding: 20px;
  }
}
/*--------------------------------------------------------------
/** . THIRD PARTY COMPONENTS
--------------------------------------------------------------*/

/* - Triangle Shape
------------------------------------------------------------- */
.triangle-shape {
  width: 0;
  height: 0;
  position: absolute;
  border-bottom: 100px solid var(--secondary-color);
}

.triangle-shape.bottom-left {
  bottom: 0;
  left: 0;
  border-right: 100px solid transparent;
}

.triangle-shape.bottom-right {
  right: 0;
  bottom: 0;
  border-left: 100px solid transparent;
}


/* - Scroll Button
------------------------------------------------------------- */
#scrollToTopBtn {
  position: fixed;
  right: 30px;
  bottom: 100px;
  z-index: 9;
  padding: 0;
  font-size: 14px;
  outline: none;
  background-color: var(--secondary-color);
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

#scrollToTopBtn:hover {
  background-color: var(--dark-color);
}

#scrollToTopBtn.active {
  opacity: 1;
}

/* badge */
.badge {
  display: inline-block;
  font-size: 0.7em;
  padding: 0.2em 0.5em;
  background-color: var(--accent-color);
  color: white;
  border-radius: 4px;
}


/* slidr */
#mainCarousel .carousel-item img {
  height: 600px; 
  object-fit: inherit;
}
@media (max-width: 768px) {
  #mainCarousel .carousel-item img {
    height: 300px;
  }
}
/* contact page */
.page-header {
  background-size: cover;     
  background-position: center; 
  height: 300px;              
  width: 100%;                
  display: table;             
}

.dcell {
  display: table-cell;        
  vertical-align: middle;
  height: 300px;              
}
#breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center; 
  gap: 5px; 
  color: white; 
  font-size: 14px;
}

#breadcrumbs li {
  display: inline;
}

#breadcrumbs li a {
  color: white;
  text-decoration: none;
}

#breadcrumbs li.active {
  color: #ffcc00; 
  font-weight: bold;
}

#breadcrumbs li::after {
  content: "›"; 
  padding: 0 8px;
  color: white;
}

#breadcrumbs li:last-child::after {
  content: ""; 
}








/* Completely remove modal backdrop */
.modal-backdrop,
.modal-backdrop.show {
    display: none !important;
    opacity: 0 !important;
}


body {
    overflow-x: hidden; 
    /* overflow-y: hidden;  */
}
html{
   overflow-x: hidden; 
    /* overflow-y: hidden;  */
}
@media (max-width: 767px) {
    /* .header-new .main-logo img {
        max-height: 40px; 
        width: auto;
    } */
    .header-new .btn-outline-dark {
        font-size: 20px; 
    }
}

.header-wrap {
  padding: 0px 0 !important; 
}

@media (max-width: 992px) {
  .header-wrap {
        padding: 2px 0;
        /* height: 59px !important; */
    
  }
}

.logosrv {
  max-height: 120px;  /* footer me thoda bada */
  max-width: 180px;
  height: auto;
  width: auto;
}

@media (max-width: 575px) {
  .logosrv {
    max-height: 90px;   /* mobile me bhi thoda bada */
    max-width: 140px;
  }
}
/*close*/
.carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.4);  */
  z-index: 1;
}

.carousel-item img {
  position: relative;
  z-index: 0;
}

@media (max-width: 768px) {
  .slick-dots li button:before {
    font-size: 7px;
    color: #D7DAC6;
    opacity: 1;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .slick-dots li button:before {
    font-size: 5px;   
    color: #D7DAC6;   
    opacity: 1;
  }
}

/* newsectin */
/* Process Section Styling */
/* Process Section */
#process {
  padding: 60px 0;
  background: #f9f9f9;
}

#process .section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

#process .section-subtitle {
  font-size: 16px;
  color: #666;
}

/* Process List */
.process_nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Each Step */
.process_nav li {
  text-align: center;
  /* background: #fff; */
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: 0.3s ease-in-out;
}

.process_nav li:hover {
  transform: translateY(-5px);
}

/* Icon Styling */
.process_nav .icon-main {
  position: relative;
  margin-bottom: 15px;
}



/* Number Stroke */
.process_nav .number-stroke {
  position: absolute;
  top: -10px;
  right: -15px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  opacity: 0.7;
}

/* Step Title */
.process_nav h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

/* Description */
.process_nav .process-des-item {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

#process {
  padding: 60px 0;
  background: url("images/office/section-image-2.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;  
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 10px;
    margin-bottom: 0px;
    padding: 70px 0px 70px 0px;
}
/* Icon Container as Circle */
.process_nav .icon-main {
  position: relative;
  margin-bottom: 15px;
  width: 100px;    /* circle ka size */
  height: 100px;
  background: #000; /* circle ka color */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease;
}

/* SVG Icon Small */
.process_nav .icon-main svg {
  width: 40px;   /* icon size chhota */
  height: 40px;
  color: #fff;
}
#process {
  padding: 60px 0;
  background: url("/images/office/section-image-2.jpg") no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 70px 0px 70px 0px;
  color: #fff; /* sabhi text white */
}

/* Section Title */
#process .section-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}

#process .section-subtitle {
  font-size: 16px;
  color: #eee;
}

/* Process List */
.process_nav {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.process_nav li {
  text-align: center;
  padding: 20px;
  border-radius: 12px;
  transition: 0.3s ease-in-out;
}

.process_nav li:hover {
  transform: translateY(-5px);
}

/* Circle Icon */
.process_nav .icon-main {
  position: relative;
  margin-bottom: 15px;
  width: 143px;
    height: 143px;
  background: #000;   
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s ease;
}

.process_nav .icon-main svg {
  width: 40px;
  height: 40px;
  color: #fff;  /* white icon */
}

/* Number */
.process_nav .number-stroke {
  position: absolute;
    top: 1px;
    right: 5px;
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    opacity: 0.9;
}

/* Step Title */
.process_nav h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
}

/* Description */
.process_nav .process-des-item {
  font-size: 14px;
  color: #eee;
  line-height: 1.6;
}
.icon-circle {
  width: 80px;
  height: 80px;
  background: transparent;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon {
  width: 40px;
  height: 40px;
  fill: #fff !important;  }

.btn-container {
  text-align: center; /* center horizontally */
  margin-top: 20px;
}

.view-more-btn {
  display: inline-block;
  padding: 10px 25px;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  border:1px solid #fff;
}

.view-more-btn:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  max-width: 100%;
  margin: auto;
}

/* Hide images by default */
.slideshow-slide {
  display: none;
}

.slideshow-slide img {
  width: 100%;
  border-radius: 8px;
}


.custom-caption {
  position: absolute;
  bottom: 20%;
  left: 10%;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0,0,0,0.7);
  background: rgba(0, 0, 0, 0.5); /* Black transparent background */
  padding: 20px; 
  border-radius: 8px; 
  z-index: 2;
}



.custom-caption h3 {
  font-size: 4rem; 
  font-weight: 900; 
  margin-bottom: 10px;
}

.custom-caption p {
  font-size: 1.5rem; 
  font-weight: 500;
}


/* Heading inside caption */

.salon-text{
  font-size: 30px; 
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #ffffff; 
  text-shadow: 2px 2px 10px rgba(0,0,0,0.8), 0 0 12px rgba(255,255,255,0.4); /* bright glow */
}
/* Paragraph inside caption */
.custom-caption p {
  font-size: 1.2rem;
  color: #ffffff;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.7), 0 0 8px rgba(255,255,255,0.3);
}

/* Mobile view adjustments */
@media (max-width: 768px) {
  .custom-caption h3 {
    font-size: 2rem;
  }
  .custom-caption p {
    font-size: 1rem;
  }
  .custom-caption {
    left: 5%;  
    width: 90%;
  }
}


/* Next & prev buttons */
.slideshow-prev,
.slideshow-next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  padding: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 50%;
  user-select: none;
  transition: background 0.3s ease;
}

.slideshow-prev { left: 10px; }
.slideshow-next { right: 10px; }

.slideshow-prev:hover,
.slideshow-next:hover {
  background-color: rgba(0,0,0,0.6);
}

/* Caption text */
.slideshow-caption {
  text-align: center;
  background: #222;
  padding: 8px;
  color: white;
  font-size: 14px;
}

/* Thumbnail row */
.slideshow-row {
  display: flex;
  margin-top: 8px;
}

/* Thumbnail columns */
.slideshow-column {
  flex: 16.66%;
  padding: 2px;
}

.slideshow-column img {
  width: 100%;
  cursor: pointer;
  opacity: 0.6;
  border-radius: 4px;
  transition: opacity 0.3s;
}

.slideshow-column img:hover,
.slideshow-column img.active {
  opacity: 1;
}
.slideshow-container .slideshow-slide img {
  width: 100%;
  height: 400px; /* सभी slides की height बराबर */
  object-fit: cover; /* image stretched न हो, crop होकर fit हो जाए */
  border-radius: 8px;
}

.slideshow-row .slideshow-column img {
  width: 100%;
  height: 80px; /* thumbnails की height बराबर */
  object-fit: cover;
  border-radius: 4px;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.slideshow-row .slideshow-column img:hover,
.slideshow-row .slideshow-column img.active {
  opacity: 1;
}

.logosrv{
  width: 95px;
    height: auto;
}


.feature-icon i {
  color: rgba(255, 255, 255, 0.8); /* White icon with transparency */
  font-size: 2rem;   /* Icon size */
}

  .feature-icon {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .feature-icon i {
    color: #ccb26d !important; 
  }

.feature-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #000;
  border-radius: 50%;
  margin: 0 auto;
  transition: transform 0.3s ease, background-color 0.3s ease; /* Smooth transition */
}

.feature-icon i {
  color: rgba(255, 255, 255, 0.8);
  font-size: 2rem;
  transition: transform 0.3s ease, color 0.3s ease; /* Icon transition */
}

/* Hover effect */
.feature-icon:hover {
  transform: scale(1.1);          
  background-color: #000;      
}

.feature-icon:hover i {
  transform: scale(1.2);          /* Icon grows a bit */
  color: rgba(255, 255, 255, 1);  /* Fully opaque on hover */
}
  .feature-card{
    background:#fff;border:1px solid #eee;border-radius:16px;transition:transform .2s, box-shadow .2s;
  }
  
.widget-features-box .features-box-image.icon i:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
}
.flaticon-sketch:before {
    content: "\f115";
}

#process .icon-circle svg path {
    fill: #ccb26d; /* Icon ka color */
    transition: transform 0.3s ease, fill 0.3s ease; /* Optional hover transition */
}

/* Optional hover effect */
#process .icon-circle:hover svg path {
    transform: scale(1.1);
    fill: #e0c273; /* Thoda brighter on hover */
}
.our-new-project {
  position: relative;
  background-image: url(/images/office/bkg-parallax.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 500px;
  padding: 60px 20px;
  box-sizing: border-box;
  overflow: hidden; /* Ensure overlay stays inside */
}

.our-new-project::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Black overlay with 50% opacity */
  z-index: 1;
}

.our-new-project > * {
  position: relative;
  z-index: 2; /* Ensure content appears above overlay */
}
.page-title {
    color: #fff;
    font-size: 36px;      /* Desktop size */
    font-weight: bold;
}

#breadcrumbs {
    font-size: 18px;      /* Desktop size */
}

@media (max-width: 768px) {
    .page-title {
        font-size: 20px !important;  
    }
    #breadcrumbs {
        /*font-size: 16px !important;  */
    }
}

@media (max-width: 480px) {
    #breadcrumbs li::after {
    content: "›";
    padding: 0 0px;
    color: white;
}
    .page-title {
        font-size: 22px;  /* Mobile small */
    }
    #breadcrumbs {
        font-size: 12px !important;  
    }
}
.btn-outline-primary:hover{
  background: #000 !important;
  border-color: #000 !important;
}
.contact-eve{

}

@media (max-width: 768px) {
 
  .contact-eve {
    flex: 1 1 100% !important;
    min-width: 100% !important;
  }
}
/* about-css */
 /* brand-slider */
 /* Scroll to Top Button spacing */
#scrollToTopBtn {
  position: fixed;
  bottom: 40px; /* नीचे से gap */
  right: 40px;  /* side gap */
  padding: 10px 15px;
  font-size: 14px;
  z-index: 9999;
}

/* Brand Slider spacing */


.brand-slider {
  margin: 60px 0;
  overflow: hidden;
}

.brand-track {
  display: flex;
  gap: 30px;
  align-items: center;
  animation: scrollBrands 20s linear infinite; /* auto scroll */
}

/* Duplicate logos ensure continuous loop */
.brand-track img {
  max-height: 60px; /* logo height adjust */
}

/* Animation */
@keyframes scrollBrands {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* half length because duplicate logos */
  }
}


/* vedio-section */
.video-wrapper {
  max-width: 300px;   
  margin: 0 auto;     
}

.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px; 
}


.page-title {
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    margin-top: 75px;
    margin-bottom: 10px;
}


/* Responsive columns */
@media (max-width: 767px) {
  section div[style*="display:flex"] {
    flex-direction: column;
  }
  
  .service-menu li {
    margin-bottom: 10px;
  }
  
  .service-menu li a {
    font-size: 16px;
    display: block;
  }
}

.service-menu li {
  background-color: #f0f0f0; /* light grey background */
  margin-bottom: 10px;
  border-radius: 5px;
}

.service-menu li a {
  display: block;
  padding: 12px 15px;
  font-size: 17px; /* font thoda bada */
  color: #000;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}

.service-menu li a:hover {
  background-color: #000; /* hover color */
  color: #fff;
}


/* Container for the entire carousel */
.multi-carousel-container {
  cursor: grab;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

/* Cursor styles for dragging */
.multi-carousel-container.dragging,
#multiCarousel.dragging {
  cursor: grabbing;
}

/* Wrapper for all slides */
.multi-carousel-inner {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Individual slide */
.multi-carousel-item,
.clone {
  box-sizing: border-box;
  flex: 0 0 33.333333%;
  padding: 0 5px;
  position: relative; /* Essential for item-number positioning */
}

/* Control buttons */
.multi-carousel-control-prev,
.multi-carousel-control-next {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  position: absolute;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  width: 40px;
  z-index: 10;
}

.multi-carousel-control-prev:hover,
.multi-carousel-control-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.multi-carousel-control-prev {
  left: 10px;
}

.multi-carousel-control-next {
  right: 10px;
}

/* Image container with dynamic height */
.img-container {
  /*border-radius: 1.5rem;*/
  height: 400px;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

/* Image styling */
.img-container img,
#carouselInner img {
  height: 100%;
  object-fit: cover;
  object-position: top;
  pointer-events: none;
  user-drag: none;
  width: 100%;
  -webkit-user-drag: none;
  transition: transform 0.3s ease;
}

.img-container:hover img {
  transform: translateZ(0) scale(1.02);
}

/* Item number styling - guaranteed visibility */
.item-number {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  display: inline-flex;
  font-size: 120%;
  font-weight: bold;
  height: 35px;
  justify-content: center;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 35px;
  z-index: 2; /* Higher than default but below controls */
  /* Isolation prevents z-index context issues */
  isolation: isolate;
}

/* Carousel cursor styling */
#multiCarousel {
  cursor: grab;
  touch-action: pan-y;
}

/* Disable text selection during drag */
#multiCarousel.dragging {
  user-select: none;
  -webkit-user-select: none;
}

/* Responsive adjustments for screens smaller than 720px (45em) */
@media (max-width: 45em) {
  .multi-carousel-item,
  .clone {
    flex: 0 0 100%;
  }}
/* Mobile view ke liye */
@media (max-width: 767px) {
    .custom-caption h3 {
        font-size: 20px; /* mobile me chhota text */
        margin-bottom: 8px; /* thoda spacing adjust */
    }
    
    .custom-caption {
    position: absolute;
    bottom: 20%;
    left: 10%;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    background: none !important;
    padding: 20px;
    border-radius: 8px;
    z-index: 2;
}
.custom-caption p {
        font-size: 10px;
    }
}
.whatsapp-icon {
    position: fixed;
    bottom: 20px;
       left: 20px;
    background: #25D366;
    color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 32px;
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    text-decoration: none;
    transition: background 0.3s;
}
.whatsapp-icon:hover {
    background: #1ebe57;
    color: #fff;
}


@media (max-width: 767px) {
  .footer-botom-1 {
    margin-top: 0px !important; 
  }
  .get-in{
      margin-top:20px !important;
  }
  .whatsapp-icon {
        bottom: 20px; /* mobile me bottom thoda kam karo */
        right: 20px;  /* left-right adjust karo */
        left: auto;   /* left ko reset karo */
        width: 48px;  /* size thoda chhota */
        height: 48px;
        font-size: 26px;
    }
}
