/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/


h1,h2,h3,h4,h5,h6,a,p,span,b,strong{
   font-family: Georgia, serif !important;
}

.more-link {
	display: block;
}

div#header {
    display: none;
}

div#footer {
    font-size: 10px;
    text-align:center;
    padding-left:20px;
    padding-right:20px;
}

div#footer{
    display: none;
}

hr {
    margin:0px !important;
    display:none !important;
}
.hide{
display:none !important;
}


.banner-image img{
	max-height: 700px !important;
}

.know-more-content{
    display:none !important;
}

.know-more-content.showing-more{
    display:block !important;
}
.hidding-btn{
    display:none;
}


/* slider*/
/*
.slider-wrapper {
  
  overflow: hidden;
  position: relative;
}

.slider-gallery {
  display: flex;
  transition: transform 0.5s ease;
  width: 9999px;
}

.slide {
  
  flex-shrink: 0;
  text-align: center;
}

.slide img{
    max-height:300px !important
}

.slider-btns {
    display:flex;
    position: absolute;
    top: 40%;
    width: 100%;
    justify-content: space-between;
}

button.prev {
    padding:10px;
    background-color:#F5BD02;
    border:none;
    border-radius:10px;
    color:white;
    
}
button.next {
    padding:10px;
    background-color:#F5BD02;
    border:none;
    border-radius:10px;
    color:white;
}
*/

.slider-wrapper {
  overflow: hidden;
  position: relative;
}

.slider-gallery {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.slide {
  flex-shrink: 0;
  text-align: center;
  padding:20px;
}

.slide img {
  max-height: 300px !important;
  width: 100%;
  object-fit: cover;
}

.slider-dots {
  text-align: center;
  margin-top: 10px;
}

.slider-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slider-dots .dot.active {
  background-color: #F5BD02;
}

/* form*/
.site-form {
    display:grid;
    grid-template-columns:repeat(2,1fr);
    font-family: "Cormorant Garamond", Sans-serif;
    font-weight:500;
    gap:20px;
    border:1px solid;
    border-radius:10px;
    padding:20px;
    background-color:white;
    border: 2px solid rgb(255, 185, 0);
}
.site-form input,.site-form select{
    width:100% !important;
    height:35px;
}
.site-form div p{
    margin:0px !important
}

.wpcf7-form .wpcf7-response-output {
    background-color:white
}
@media(max-width:767px){
    .site-form {
    display:grid;
    grid-template-columns:repeat(1,1fr);
        gap:0px;
    }
}

.submit-button {
    grid-column: 1 / -1;
    justify-self: center;
}

.location-field p{
    display:flex;
    flex-direction: row;
    gap:10px;
}
.location-field p label{
    width:100%;
}

.submit-button input{
    background-color:#F5BD02;
    border:none;
    padding:10px;
    border-radius:10px;
    color:white;
    font-size:15px;
    font-weight:700;
}


/* animation*/
/*.elementor-element-4708217{
  animation: fadeUp 4s ease;
}

@keyframes fadeUp {
    from {
      opacity: 0;
      transform: translateY(100px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
*/

.scrolling-effect {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s ease, transform 1s ease;
}

.scrolling-effect.in-view {
  opacity: 1;
  transform: translateY(0);
}

.scrolling-effect-card {
  opacity: 0 !important;
  transform: translateY(50px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  transition-delay: 0s; 
}

.scrolling-effect-card.in-view {
  opacity: 1 !important;
  transform: translateY(0);
}

.hamburger-icon{
  display:block;
}
.hamburger-icon.hideicon{
  display:none;
}
.hamburger-cross-icon{
  display:none; 
}

.hamburger-cross-icon.showicon{
  display:block;
}

.header-new-hamburger{
	display:none !important;
    position:absolute !important;
    top:0px !important;
    left:0px !important;
    z-index:1 !important;
    width: 100%;
    height: 100% !important;
    background-color:transparent !important;
    padding:0px !important;
}
.header-new-hamburger .e-con-inner {
    padding:0px !important
}
.header-new-hamburger::before {
    content: "" !important;
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.6 !important;
    z-index: 1; 
}

.flex-box-ham{
    display:flex;
    flex-direction: column !important;
    width: max-content !important;
    height: 100% !important;
    background-color:black;
    z-index:2 !important;
    padding:50px !important;
    position:relative !important;
}

.header-new-hamburger.showhamb{
	display:block !important;
}
.hamburger-inner-icon{
    position:absolute !important;
    top:10px !important;
    z-index:54677;
    right:10px !important;
}
.header-links a ,.flex-box-ham a{
    position: relative;
    text-decoration: none; 
    width:max-content;
}
.header-links a:hover ,.flex-box-ham a:hover{
color: white !important;
}
.header-links a::after,.flex-box-ham a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px; /* Set the underline thickness */
    background-color: white; /* Inherits text color */
    transition: width 0.5s ease;
}

.header-links a:hover::after,.flex-box-ham a:hover::after{
    width: 100%;
}



.scrolling-effect-card h6{
    width:max-content;
}


.scrolling-effect-card h6,.scrolling-effect-card p span{
    position: relative;
    text-decoration: none;
    background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-size: 0% 2px;
    background-position: 0 100%;
    transition: background-size 1s ease;
}



.scrolling-effect-card:hover p span,.scrolling-effect-card:hover h6 {
    background-size: 100% 2px;
}

.scrolling-effect-card:hover .elementor-icon svg{
    fill:white !important;
} 

@media(max-width:767px){
    .hide-mobile{
        display:none !important;
    }
    
    .scrolling-effect-card {
    	opacity: 1 !important;
  		transform: translateY(0);
    }
}


/* gallery*/

.slider-gallery img {
    transition: transform 1s ease, margin 1s ease;
    cursor:pointer
}

.slider-gallery img:hover {
    transform: scale(1.2);
    margin: -20px 20px 20px -20px; /* Moves the image slightly in all directions */
}

#fullscreenOverlay  {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

#fullscreenOverlay img {
    max-width: 90%;
    max-height: 90%;
    box-shadow: 0 0 20px #fff;
}
#fullscreenOverlay button#closeBtn {
    position: absolute;
    top: 50px;
    right: 100px;
    
}

.social-media-icon-bar{
    background-color:black !important;
    width:max-content !important;
    position:fixed !important;
    z-index:9999 !important;
    top:40% !important;
    padding:0px !important;
}
.header-new-hamburger .elementor-element.elementor-element-bdc57a6.e-con-full.e-flex.e-con.e-child {
    height:100%;
}


p.image-content-struct {
    display:flex;
    gap:10px;
    align-items: center;
    color:white;
}