/* ✅ Import Inter Font */

*{
		margin: 0;
		padding: 0;
	}
	@font-face {
    font-family: "AnjaliOldLipi";
    src: url("fonts/AnjaliOldLipi.woff2") format("woff2"),
         url("fonts/AnjaliOldLipi.woff") format("woff"),
         url("fonts/AnjaliOldLipi.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
	
	body {
    	font-family: "AnjaliOldLipi", sans-serif;
	}
:root {
    --primary: #224233;
    --light: #fff;
    --dark: #000;
	--secondary: #f8cf67;
    
}

.container{
	max-width: 1200px;
}

/* ================================
   Desktop Navigation
================================ */
.site-header .main-header {
    position: absolute;
    padding: 0 20px;
    width: 100%;
    z-index: 10;
    background: var(--primary) !important;
}
    .site-header.sticky .main-header {
		position: fixed;
		top: 0;
		background: #fff;
		box-shadow: 0 4px 20px rgba(0,0,0,0.1);
		width: 100%;
		border-radius: 0;
	}

.site-header .nav {
  list-style: none;

}

.site-header .nav > li {
  position: relative;
}

.btn-primary{
	background: var(--primary);
    padding: 13px 17px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
}

.wpcf7-submit{
	background: var(--primary);
    padding: 8px 15px;
    color: #fff !important;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
	border: none;
}

.btn-primary i{
	padding-left: 7px;
}

.site-header .nav > li > a {
  color: #fff;
  text-decoration: none;
  padding: 8px 15px;
  font-weight: 700 !important;
  transition: all 0.3s ease;
  display: inline-block;
}

.site-header .nav > li > a:hover,
.site-header .nav > li.current-menu-item > a,
.site-header .nav > li.current_page_item > a {
  color: var(--secondary);
}

/* Dropdowns */
.site-header .nav li ul.sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px 0;
  list-style: none;
  margin: 0;
  display: none;
  z-index: 9999;
}

.site-header .nav li ul.sub-menu li a {
  padding: 8px 15px;
  color: var(--primary);
  display: block;
  font-weight: 400;
}

.site-header .nav li ul.sub-menu li a:hover {
  background: #f8f9fa;
  color: #0d6efd;
}

/* Show dropdown on hover */
.site-header .nav > li:hover > ul.sub-menu {
  display: block;
}

/* Align submenu to parent */
.site-header .nav li ul.sub-menu li {
  position: relative;
}

/* Sub-sub menus (flyouts) */
.site-header .nav li ul.sub-menu li ul.sub-menu {
  top: 0;
  left: 100%;
  margin-left: 1px;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
  .site-header .nav {
    display: none; /* hidden, mobile uses side menu */
  }
}


/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background: #fff;
  transition: right 0.3s ease;
  z-index: 1050;
}
.mobile-menu.open {
  right: 0;
}
.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.8);
  z-index: 1040;
}
.mobile-menu-overlay.active {
  display: block;
}
.mobile-menu-btn .btn-primary{
	margin-top: 2rem;
	display: inline-block;
	border: 1px solid #fff;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100%;
    background: var(--primary)!important;
    transition: right 0.3s ease;
    z-index: 1050;
}
.mobile-menu-header {
    background-color: #fff;
}
#menu-primary-1 li {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
}
#menu-primary-1 li a {
    color: var(--secondary);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.mobile-menu-header img {
    background: var(--primary);
    padding: 5px;
	border-radius: 50%;
}
/* FOOTER SECTION CSS */
footer {
/*     background: url(https://webzensys.com/work/sthreedhan.com/wp-content/uploads/2025/11/footer-bg.webp); */
	background: #2242332b;
    padding: 18px 0px;
    text-align: center;
    border-top: 1px solid #224233;
}
footer p {
    font-size: 18px;
    font-weight: 500;
	margin-bottom:0px !important;
	   gap: 8px;
}
footer i {
    color: #214b37;
    font-size: 21px;
}
img.location_img {
    width: 27px;
    margin-right: 8px;
    margin-bottom: 0px;
}
ul.ftricons figure img {
    width: 15px;
    filter: brightness(100);
}
 

.footertop-cnt ul.smoicons li a i {
    font-size: 16px;
}
.footer_top {
    background: #009f0726;
    border-radius: 0 0 15px 15px;
    padding: 0 15px;
}
.footertop-cnt {
    padding-left: 0;
    border-right: 1px solid #ffffff14;
}
.footertop-cnt p a {
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    color: var(--white);
    font-weight: 400;
}
.footertop-cnt p {
    color: var(--white);
    font-weight: 600;
    font-size: 18px;
    padding-left: 62px;
    letter-spacing: 1px;
    font-family: "Syne", sans-serif;
}
.footer_top .row {
    margin: 0;
}
.footer_top .col-md-6 {
    padding: 0;
}
footer a.footer-logo {
    margin-bottom: 15px;   
    display: flex;
    justify-content: center;
}
footer a.footer-logo img {
    width: 110px;
    background: var(--primary);
    display: block;
    border-radius: 10px;
    padding: 6px;
}


.footer_menu {
    padding: 40px 0 0 0;
}


.footer-details li {
    display: flex;
    margin-bottom: 15px;
    position: relative;
    align-items: baseline;
    gap: 10px;
}

.footer-details li i{
	color: var(--primary);
}
ul{
	padding-left: 0rem !important;
	list-style-type: none;
}
ul.ftricons li a {
    border: 1px solid #ffffff36;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 14px;
    margin-top: 8px;
}

footer ul li.menu-item a {
    margin-bottom: 13px;
    display: inline-block;
}
footer ul li.menu-item:last-child a {
    margin: 0;
}

footer h3 {
	 font-family: 'Spicy Rice', cursive;
    color: var(--primary);
    font-weight: 500;
    font-size: 25;
    letter-spacing: 5px;
    position: relative;

    margin-bottom: 10px; /* spacing */
}
/* footer p {
    margin-bottom: 6px;
    line-height: 27px;
} */

footer .menu{
	padding-left: 25px !important;
}
footer .menu li {
    position: relative;
    padding-left: 0 !important;
    list-style-type: none;
}

footer .menu li{
	padding-left: 0 !important;
	color: var(--dark) !important;
	  transition: transform 0.3s ease
}
footer .menu li::after {
  content: "\f061"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%) translateX(-10px);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
  color: var(--primary);
}

footer .menu li:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
footer .menu li:hover{
	color: var(--primary) !important;
	transform: translateX(20px);
}

footer .social-icons {
    display: flex;
    margin-right: 10px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    transition: 0.3s;
	margin-bottom: 15px;
}

footer .social-icons a:hover{
	background: var(--primary);
}

footer .social-icons a:hover i{
	color: #fff;
}

footer .social-icons a {
    display: flex;
    padding: 3px;
    text-decoration: none;
    color: var(--light);
    background-color: #bcc6cc;
    margin-bottom: 0.5rem;
    border-radius: 5px;
    align-items: center;
}

footer .social-icons i {
    padding: 8px;

}

footer ul li, footer ul li a, footer p, footer p a {
    font-weight: 200;
    position: relative;
    text-decoration: none;
	color: #000;
}
footer a.viewmore {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
    margin-top: 12px;
    display: inline-block;
    font-size: 14px;
}
.copyright {
    padding: 15px 0;
    border-top: 1px solid var(--secondary);
}
.copyright .row {
    align-items: center;
}
.copyright p {
    margin: 0 !important;
    color: var(--white);
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
}
.copyright p a {
    color: var(--white);
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
}

footer ul.socialicon li a {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c98d830f;
    width: 40px;
    height: 40px;
    color: var(--secondary);
    transition: .5s;
    margin-right: 5px;
    backdrop-filter: blur(2px);
    border-radius: 50%;
}
/* Scroll To Top Button */
#GoToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: var(--primary);
    color: #fff;
    font-size: 20px;
    padding: 12px 20px;
    border-radius: 50%;
    z-index: 999;
    transition: all 0.3s ease-in-out;
}

#GoToTop i{
	color: #fff;
}

#GoToTop:hover {
  background: var(--primary);
  transform: scale(1.1);
}

#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

#whatsappbtn img {
    width: 30px;
}

.logo{
	
    padding: 5px 0;
    border-radius: 10px;
}

.hm-title-bgbox h2 {
    color: #fff;
    font-size: 38px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
}
.contact-btom-img{
	position: relative;
}
.overlay1{
    background-color: #c6d5ee;
    opacity: 0.1;
    height: 100%;
    width: 100%;
    position: absolute;
}
.contact-btom-img img{
	height: 100%;
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    object-position: center;
}

	.front-page{
		background: #224233;
		height: 100vh;
/* 		padding: 60px 0; */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	a.btn-primary {
		color: #f8cf66de;
		text-decoration: none;
		padding: 15px 25px;
		font-weight: 600;
		border-radius: 5px;
		font-size: 18px;
		border: 2px solid #f8cf66de;
	}
	
	a.btn-primary:hover{
		background: #f8cf66de;
		color:#224233;
	}
	
	h2.main-heading {
		text-align: center;
		padding: 15px 0 15px;
		color: #fbcd6b;
		font-weight: 700;
		font-size: 40px;
	}
	.loader-logo{
		text-align: center;
	}
	
	.loader-logo img{
		border: 1px solid #f9cf6ac4;
    	border-radius: 50%;
		padding: 10px;
		width: 20%;
    	height: auto;
	}
	h5.slogan {
		color: #f8cf66;
		font-size: 30px;
		text-align: center;
	}
	
	.btn-wrapper {
    display: flex;
    justify-content: space-between !important;
    margin-top: 50px;
}
.page.page-id-12 header.site-header.header-alt {
    display: none !important;
}
/* Wrap navigation area */
.btn-wrapper {
    display: flex;
    gap: 15px;
}

/* Menu container UL */
.home-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
}

/* Menu links as buttons */
.home-nav li a {
    display: inline-block;
    padding: 10px 18px;
    background: none !important;
    color: var(--secondary) !important;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 700;
    transition: 0.3s ease;
    border: 2px solid var(--secondary);
}


.home-nav li a:hover {
    background: var(--secondary) !important;   
	color: var(--primary) !important;
}


/* Header Alt style */

/* HEADER WRAPPER */
.header-alt {
    background: var(--primary);
    padding: 7px 0 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    position: relative;
    z-index: 999;
}

/* FLEX container */
.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* LOGO */
.site-logo-alt {
    max-height: 70px;
}

.site-title-alt {
    font-size: 26px;
    font-weight: 700;
    color: #222;
}

/* NAVIGATION MENU */
.main-nav-alt .my-nav {
    display: flex;
    align-items: center;
    gap: 22px;
    margin: 0;
    padding: 0;
}

.main-nav-alt .my-nav li {
    list-style: none;
}

/* NAV LINKS */
.main-nav-alt .my-nav li a {
    padding: 10px 14px;
    color: #fff !important;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s ease;
    display: block;
    text-decoration: none !important;
}

.main-nav-alt .my-nav li a:hover,
.main-nav-alt .my-nav li.current-menu-item > a,
.main-nav-alt .my-nav li.current_page_item > a{
	color: #dcbd60 !important;
}

.header-btn {
    border-radius: 6px;
    padding: 10px 12px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease;
}

/* .header-btn:hover {
    background: #d84315;
} */

/* RESPONSIVE */
@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        gap: 15px;
    }

    .main-nav-alt .my-nav {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.site-logo-wrap {
    max-height: 84px !important;
    width: auto;
    object-fit: contain;
    display: block;
}
.secondary-container.about_us {
	padding-top: 40px;
	padding-bottom: 40px;
}

.secondary-container.about_us h2 {
    font-size: 31px;
    font-weight: 600;
    position: relative;
    padding-bottom: 8px;
}

.secondary-container.about_us h2::after {
    content: "";
    position: absolute;
    left: 2px;
    bottom: 3px;
    width: 60px;
    height: 2px;
    background: #dcc067;
}
.mission-item h5{
	font-weight: 700;
}

/* Locate Us Page */

/* Contact Page Design */

.contact-section {
        padding: 70px 0;
    }

    .contact-box {
        background: #fff;
        padding: 40px;
        border-radius: 12px;
        height: 100%;
        border: 1px solid #e6e6e6;
        box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    }

    .section-title {
        font-size: 24px;
        font-weight: 700;
        color: var(--primary);
        margin-bottom: 25px;
        text-transform: uppercase;
    }

    /* FORM INPUTS */
    .form-control {
        background: #f9f9f9;
        border: 1px solid #ddd;
        color: #000;
    }
    .form-control:focus {
        border-color: #d4a857;
        box-shadow: none;
    }

    .btn-gold {
        background: var(--primary);
        border: none;
        color: #fff;
        font-weight: 600;
        padding: 12px;
        border-radius: 6px;
        width: 100%;
    }

    /* INFO CARDS */
    .info-card {
        padding: 20px 25px;
        background: #fff;
        border-radius: 10px;
        border: 1px solid #ececec;
        box-shadow: 0 4px 15px rgba(0,0,0,0.04);
        transition: 0.3s;
		display: flex;
		gap: 30px;
    }

	.info-card a{
		color: #000 !important;
		text-decoration: none;
		
	}

    .info-card:hover {
        border-color: var(--primary);
        transform: translateY(-4px);
    }

    .info-card i{
        font-size: 28px;
        color: var(--primary);
        margin-bottom: 10px;
    }

    .info-card h6 {
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: 600;
    }

    /* MAP */
    .map-section iframe {
        width: 100%;
        height: 450px;
        border: 0;
        border-radius: 12px;
        margin-top: 40px;
    }

/* Responsive  */
@media (max-width: 991px){
	.home-nav{
		flex-wrap: wrap;
		justify-content: center !important;
		margin: 0px 30px;
	}
}
@media (max-width: 414px){
	.contact-box{
		padding: 20px 10px;
	}
	
	.info-card{
		gap: 10px;
	}
}
@media (max-width: 320px){
	h2.main-heading {
		font-size: 24px;	
	}
	
	h5.slogan {
		font-size: 20px;
	}
	
	.btn-wrapper{
		gap: 0.5rem !important;
		margin-top: 25px;
	}
}