/*
Theme Name: Custom PAC
Version: 1.0
Template: hello-elementor
*/

.interior-page-style h2 {
    color: #111;
    font: 600 32px/1.3 "Poppins", Sans-serif;
	letter-spacing: 0.6px;
    word-spacing: 0.6px;
    margin: 2rem 0 0.3em;
}

.interior-page-style h3 {
    color: #B06F29;
    font: 500 26px/1.3 "Poppins", Sans-serif;
	letter-spacing: 0.6px;
    word-spacing: 0.6px;
    margin: 16px 0;
}

.interior-page-style h4 {
    color: #111;
    font: 600 26px/1.3 "Poppins", Sans-serif;
	letter-spacing: 0.6px;
    word-spacing: 0.6px;
    margin: 2rem 0 0.3em;
}

.interior-page-style h5 {
    color: #B06F29;
    font: 600 24px/1.3 "Poppins", Sans-serif;
	letter-spacing: 0.6px;
    word-spacing: 0.6px;
    margin: 2rem 0 0.3em;
}

.interior-page-style h6 {
    color: #111;
    font: 600 22px/1.3 "Poppins", Sans-serif;
	letter-spacing: 0.6px;
    word-spacing: 0.6px;
    margin: 2rem 0 0.3em;
}

.interior-page-style ul li,
.interior-page-style ol li{
    color: #111;
    font: 400 19px/1.5 "Outfit", Sans-serif;
	letter-spacing: 0.6px;
    word-spacing: 0.6px;
    margin-bottom: 0.5em;
}

.interior-page-style p {
    color: #111;
    font: 400 19px/1.5 "Outfit", Sans-serif;
	letter-spacing: 0.6px;
    word-spacing: 0.6px;
    margin-bottom: 0.5em;
}

.interior-page-style img{
    display: inline-block;
    margin: 24px auto;
    max-height: 350px;
    object-fit: cover;
}

.interior-page-style em{
    font-style: italic;
}

.interior-page-style strong {
    font-weight: bold;
}

.interior-page-style a:-webkit-any-link {
    cursor: pointer;
}

.interior-page-style a:hover {
    transition: all .2s ease;
    text-decoration: none;
}

.interior-page-style a.btn.button {
    color: #fff !important;
    background: #000 !important;
}

/* interior img */
.interior-page-style img.cover{
    display: inline-block;
	min-height: 400px;
    max-height: 400px;
    object-position: cover;
}

.interior-page-style img.height{
  	min-height: 700px;
    max-height: 700px;
}

/* interior btn */
.interior-page-style a.interior-btn {
    background-color: #B06F29;
    color: #fff;
    padding: 16px 32px;
    display: inline-block;
    margin: 16px 0;
}

/* adjusting hero bg interior page */
.constraint-1600{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.interior-page-style .wrapper-buttons {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}

/* hiding home title */
body.home header.page-header{
	display: none !important;
}

/* hiding horizontal scrollbar */
body{
	overflow-x: hidden !important;
}

/* gallery */
.interior-page-style .gallery {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.interior-page-style .gallery figure.gallery-item{
	margin: 0;
    width: 32%;
}

.interior-page-style .gallery .gallery-item .gallery-icon{
  	border: none !important;
}

.interior-page-style .gallery .gallery-item .gallery-icon a img{
	height: 200px;
  	object-fit: cover;
    margin: 0;
}

body.home{
	overflow-x:hidden;
  	width: 100% !important;
}


@media(max-width:767px){
  
  .interior-page-style h1 {
      font-size: 29px !important;
      line-height: 1.3;
	}
  
  .interior-page-style h2 {
      font-size: 26px !important;
      line-height: 1.3;
	}
  
  .interior-page-style h3 {
      font-size: 22px !important;
      line-height: 1.3;
	}
  
  .interior-page-style h4 {
      font-size: 20px !important;
      line-height: 1.3;
	}

  .interior-page-style h5 {
      font-size: 18px !important;
      line-height: 1.3;
	}

  .interior-page-style h5 {
      font-size: 17px !important;
      line-height: 1.3;
	}

  /* gallery */
  .interior-page-style .gallery {
    flex-direction: column;
  }

  .interior-page-style .gallery figure.gallery-item{
    width: 100%;
  }
}

/* 1600px width interior page */
@media(min-width: 1600px){
  .constraint-1600{
  	max-width: 1600px;
    margin: auto;
  }
}