/**
 * Theme Name:     OceanWP Child
 * Author:         ash
 * Template:       oceanwp
 * Text Domain:	   oceanwp-child
 * Description:    OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful &amp; professional design. Very fast, responsive, RTL &amp; translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet &amp; mobile so your site looks good on every device. Work with the most popular page builders as Elementor, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, etc... Developers will love his extensible codebase making it a joy to customize and extend. Best friend of Elementor &amp; WooCommerce. Looking for a Multi-Purpose theme? Look no further! Check the demos to realize that it
 */


/* header */
 
.site-header {
  background: #eef3d7;
}

.header-logo-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo-wrap img {
    width: 100%;
    max-width: 150px;
    height: auto; 
}

.main-navigation {
  background: #8db51dba;
  border-bottom: 1px solid #6f9111;
}

.nav-inner {
  max-width: 990px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content:center;
}

.main-menu li {
  border-left: 1px solid #6f9111;
}

.main-menu li:last-child {
  border-right: 1px solid #6f9111;
}
.main-menu a {
    display: block;
    padding: 20px 20px;
    font-size: 13px;
    font-weight: bold;
    color: #101010;
    text-decoration: none;
    text-transform: uppercase;
}
.main-menu a:focus {
	outline:none !important;
}
.main-menu a.active{
    outline: 0;
    background: #df1b7d;
    color: #fff;
}
.main-menu a:hover {
  background:#df1b7d;
  color: #fff;
}

.header-search {
  display: flex;
  align-items: center;
  border-radius: 0px;
  overflow: hidden;
}

.header-search input {
    border: 0;
    padding: 10px 20px !important;
    width: 220px !important;
    font-size: 12px;
    outline: none;
    background: #fff !important;
	height: 45px;
}

.header-search button {
    width: 80px;
    height: 100%;
    padding: 16px 20px !important;
	height: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.icon-close {
    display: none;
}

.menu-open .icon-menu {
    display: none;
}

.menu-open .icon-close {
    display: block;
}
span.menu-icon {
    display: flex;
}
button.menu-toggle {
    background: #df1b7d;
    color: #fff;
    padding: 5px;
    border-radius: 0;
}
button {
    border: none !important;
}
/* footer */
.site-footer {
    background: #eef3d7;
    color: #fff;
    padding: 60px 20px 30px;
    font-size: 12px;
    background-image: url('/wp-content/uploads/2026/06/footer-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.site-footer::before {
    content: '';
    background: #ffffff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
    opacity: 0;
}
.footer-menu-wrap {
  text-align: center;
  margin-bottom: 22px;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

/* .footer-menu li:not(:last-child)::after {
  content: " | ";
  color: #000;
} */

.footer-menu a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.footer-menu a:hover {
  color: #8fbd22;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
/*     grid-template-columns: 1fr 200px 1fr; */
   grid-template-columns:1fr;
    align-items: center;
    gap: 30px;
}
.footer-content, .footer-bottom {
	    z-index: 2;
    position: relative;
}
.footer-left strong,
.footer-right strong {
  color: #101010;
}

.footer-left p, .footer-right p, footer.site-footer p {
    margin: 0 0 8px;
    line-height: 1.5;
    font-size: 16px;
    color:#101010;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
   text-align: center;
}


.footer-logo img {
    max-width: 150px;
    height: auto;
}

.footer-right {
  text-align: right;
}

.footer-right a {
    color: #101010;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
}
.footer-socials{
    display:flex;
    gap:10px;
    margin-top:20px;
}

.footer-socials a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
    color: #fff;
    transition: all .3s ease;
    background: #8db51d;
    padding: 5px;
}
.footer-socials a:hover {
    transform: translateY(-3px);
    color: #ffffff;
    background-color: #df1b7d;
}

.footer-socials svg{
    width:18px;
    height:18px;
}
.footer-bottom {
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
}
/* homepage */

.home-wrapper{
    margin:0 auto;
}

.map-section{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    margin-bottom:25px;
}

.map-item{
    text-align:center;
}

.map-item img{
    width:220px;
    height:165px;
    object-fit:cover;
    border:1px solid #ccc;
    background:#fff;
    padding:3px;
}

.map-item span{
    display:block;
    margin-top:5px;
    font-size:13px;
}

.arrow{
    font-size:28px;
}

.welcome-content{
    margin-bottom:40px;
}

.welcome-content h1,
.welcome-content h2{
    color:#4a8d00;
}

.welcome-content p{
    text-align:justify;
    line-height:1.7;
}

.flora-category-section {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    max-width: 1200px;
    margin: auto;
}

.flora-box{
    text-align:center;
}

.flora-box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    background: #fff;
    aspect-ratio: 1/1;
	transition:0.3s;
}
.flora-box h4 {
    margin-top: 25px;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 700;
}

.flora-box a{
    text-decoration:none;
    color:#000;
}

/* media css start  */
@media (min-width:768px) {
	.desktop-hide{
		display:none;
	}
}
@media (max-width:767px) {
.main-navigation ul.main-menu {
    position: absolute;
    background: #8db51d;
    flex-direction: column;
    width: 70%;
    height: 100vh;
    top: 0;
    padding: 0px;
    z-index: 9;
    left: -100%;
    transition:0.3s;
}
.main-menu a {
    padding: 12px 20px;
}
body.menu-open .main-navigation ul.main-menu {
    left: 0;
}
.main-navigation {
    padding: 10px;
}
.mobile-hide {
    display:none;
}
.header-logo-wrap img {
    max-width: 130px;
}
.main-menu li {
    border: none;
}
	
}

/* new home page sections all css  */

:root {
  --p: #df1b7d;
  --pl: #fce4ef;
  --g: #8db51d;
  --gd: #2d5e21;
  --td: #1a1a1a;
  --tm: #444;
  --mu: #777;
  --b: #e8e8e8;
  --bg: #f9f9f9
}


a {
  text-decoration: none
}

img {
  display: block;
  width: 100%;
  object-fit: cover;
}

/* SHARED */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--p);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 14px;
}

.eyebrow svg {
  width: 14px;
  height: 14px;
}

.sec-head {
  text-align: center;
  margin-bottom: 40px;
}

.sec-head h2 {
    font-size: clamp(22px, 3vw, 34px);
    text-transform: capitalize;
}

.sec-head p {
  color: var(--mu);
  font-size: 14px;
  margin-top: 6px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius:0;
  padding: 11px 24px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: .2s;
  justify-content: center;
}

.btn-pink {
  background: var(--p);
  color: #fff;
}

.btn-pink:hover {
  background: #8db51d;
  color:#fff;
}

.btn-green {
  background: var(--g);
  color: #fff;
}

.btn-green:hover {
  background: var(--gd);
}

.btn-outline {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btn-outline:hover {
  background: #fff;
  color: var(--td);
}


/* HERO */
.hero {
  position: relative;
  min-height: 480px;
  background: linear-gradient(135deg, #1a3a0e, #2e5c1a);
  overflow: hidden;
  display: flex;
  align-items: center;
}

.hero-bg,
.hero-flower {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}

.hero-bg {
  background-image: url('https://vrikshnidhi.com/wp-content/uploads/2026/06/hero_banner.png');
}

.hero-content {
  position: relative;
  z-index: 2;
  padding: 80px 20px 60px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

.hero-content h1 {
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  max-width: 630px;
  text-transform: capitalize;
}

.hero-content h1 span {
  color: #8de85a;
  display: block;
}

.hero-content p {
  color: rgba(255, 255, 255, .85);
  font-size: 15px;
  max-width: 400px;
  margin: 16px 0 28px;
  line-height: 1.7;
}

.hero-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* STATS */
.stats {
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
  border-radius: 0px;
  margin: -30px auto 0;
  max-width: 920px;
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.stat {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px 24px;
  border-right: 1px solid var(--b);
}

.stat:last-child {
  border-right: none;
}

.si {
  width: 46px;
  height: 46px;
  background: var(--pl);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.si svg {
  width: 20px;
  height: 20px;
}

.sn {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.sl {
  font-size: 11px;
  color: var(--mu);
  margin-top: 2px;
}

/* ABOUT */
.about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  margin: 72px auto;
  padding: 0 40px;
  max-width: 1200px;
}

.about h2 {
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 14px;
}

.about p {
  color: var(--tm);
  font-size: 14.5px;
  line-height: 1.8;
  margin-bottom: 24px;
}

.vthumb {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.vthumb img {
  height: 100%
}

.play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .2);
}

.play-c {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, .9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.play-c svg {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
video#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* CATEGORIES */
.cats {
  background: var(--bg);
  padding: 64px 40px;
}


/* MAP */
.locs {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 56px;
  align-items: center;
  max-width: 1200px;
  margin: 72px auto;
  padding: 0 40px;
}

.locs h2 {
  font-size: clamp(20px, 2.5vw, 30px);
  margin-bottom: 12px;
}

.locs p {
  color: var(--tm);
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 22px;
}

.map-box {
  border-radius:0px;
  overflow: hidden;
  border: 1px solid var(--b);
  height: 300px;
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* SPECIES */
.species {
  background: var(--bg);
  padding: 64px 40px;
}

.sp-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.kurukshetra-map-banner {
    height: 100%;
}
/* CTA */
.cta {
  background: var(--g);
  padding: 46px 40px;
  flex-wrap: wrap;
}
.cta  .wrap {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}
.cta-ico {
  width: 72px;
  height: 72px;
  background: rgba(255, 255, 255, .15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.cta-ico svg {
  width: 34px;
  height: 34px;
}

.cta-txt {
  flex: 1;
  min-width: 180px;
}

.cta-txt h3 {
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.cta-txt p {
  color: rgba(255, 255, 255, .8);
  font-size: 13px;
}

.cta-form {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end
}

.cta-form input {
  border: none;
  border-radius: 30px;
  padding: 11px 20px;
  font-size: 13px;
  min-width: 200px;
  flex: 1;
  outline: none;
}
/* new section css */
.designer-showcase {
    position: relative;
    min-height: auto;
    background: url("/wp-content/uploads/2026/06/showkaebanner2.jpg") center/cover no-repeat;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.showcase-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        to right,
        rgba(0,0,0,.25),
        rgba(0,0,0,.65)
    );
}

.showcase-wrapper{
    width:100%;
    max-width:1200px;
    margin:auto;
    padding:0 50px;
    position:relative;
    z-index:2;
    display:flex;
    justify-content:flex-end;
}

.showcase-info{
    max-width:550px;
    color:#fff;
}

.showcase-tag{
    display:inline-block;
    font-size:12px;
    letter-spacing:5px;
    text-transform:uppercase;
    margin-bottom:18px;
    opacity:.9;
}

.showcase-title{
    font-size: clamp(28px, 4vw, 52px);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    max-width: 520px;
}

.showcase-text{
    font-size:15px;
    line-height:1.9;
    max-width:500px;
    color:rgba(255,255,255,.85);
    margin-bottom:35px;
}
.explore-btn {
    display: inline-flex;
    align-items: center;
    border: none !important;
}


.explore-btn:hover span{
    transform:translateX(6px);
}

@media (max-width:992px){

    .showcase-wrapper{
        justify-content:center;
        text-align:center;
    }

    .showcase-title{
        font-size:48px;
    }

    .explore-btn{
        justify-content:center;
    }
}

@media (max-width:576px){

    .designer-showcase{
        min-height:500px;
    }

    .showcase-wrapper{
        padding:0 25px;
    }

    .showcase-title{
        font-size:36px;
    }

    .showcase-text{
        font-size:14px;
    }
}
/* RESPONSIVE */
@media(max-width:1024px) {
  .cat-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .sp-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media(max-width:768px) {
  .hero-flower {
    display: none;
  }

  .hero-content {
    padding: 56px 24px 44px;
  }
.stat:nth-child(3) {
    border-left: 1px solid var(--b);
}
.sn {
    font-size: 16px;
}
.stats {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 15px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
     border-radius: 0;
}

.stats::-webkit-scrollbar {
    display: none;
}

.stats > * {
    flex: 0 0 auto; 
}

  .stat:nth-child(2) {
    border-right: none;
  }

  .stat:nth-child(3) {
    border-top: 1px solid var(--b);
  }

  .about,
  .locs {
    grid-template-columns: 1fr;
    margin: 48px auto;
    padding: 0 24px;
    gap: 28px;
  }

  .about .vthumb {
    order: -1
  }

  .cats,
  .species {
    padding: 48px 24px;
  }

  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .sp-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .map-box {
    height: 220px;
  }

  .cta {
    padding: 36px 24px;
    gap: 20px;
  }

  .cta-form {
    justify-content: flex-start;
  }
}

@media(max-width:480px) {
  .hero-btns {
    flex-direction: column;
  }

  .cat-grid,
  .sp-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* new home page sections all css  */


#kurukshetraMap {
  width: 100%;
  height: 100%;
  border-radius: 0px;
  overflow: hidden;
}

#animated-map {
    width: 100%;
    height: 100%;
  }
video#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.flora-box, .ank-post-item {
    cursor: pointer;
    transition: 0.3s;
}
.flora-box:hover img, .ank-post-item:hover .ank-post-image img,
.vn-post-card:hover img {
	transform:scale(1.2);
}
.img-wrapper, a.ank-post-image {
    overflow: hidden;
    position:relative;
	display:block;
}
.img-wrapper::before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

/* .flora-box:hover, .vn-post-card:hover {

}
.flora-box:hover a h4, .vn-post-card:hover .vn-post-content h2{

} */
button svg {
    width: 18px;
}
#primary, .content-area {
    padding: 61px 25px 60px 0px;
    border: none;
}

.single .thumbnail img {
    aspect-ratio: 16/9 !important;
    height: auto !important;
}
  @media(max-width: 768px) {
    #animated-map {
      height: 350px;
    }
.footer-content {
    grid-template-columns: 1fr;
}
.stat {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 20px;
    border-right: 1px solid var(--b);
}
.header-search input {
    width: 100% !important;
}
.flora-category-section {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 15px;
    scroll-behavior: smooth;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.flora-category-section::-webkit-scrollbar {
    display: none;
}

.flora-category-section > * {
    flex: 0 0 auto; 
}
#primary, .content-area {
    padding: 30px 0 !important;
}

  }  




.global-page-banner {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.global-page-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.global-banner-content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background:rgb(0 0 0 / 50%);
    text-align: center;
    color: #fff;
    padding: 20px;
}

.global-banner-content h1 {
    font-size: 42px;
    margin: 0 0 12px;
    color: #fff;
}

.global-breadcrumb {
    font-size: 15px;
}

.global-breadcrumb a {
    color: #fff;
    text-decoration: none;
}

.global-breadcrumb span {
    color: #fff;
    margin: 0 5px;
}
div#right-sidebar-inner {
    padding: 20px;
    background: #eef3d7;
    margin-top: 62px;
    height: 100vh;
}
.page-id-68 aside#right-sidebar, .page-id-795 aside#right-sidebar {
    display: none !important;
}
.page-id-68 .content-area, .page-id-795 .content-area  {
    width: 100% !important;
}
.sidebar-box.widget_block .wp-block-heading {
    font-size: 18px !important;
}
@media (max-width: 767px) {
    .global-page-banner {
        height: 220px;
    }

    .global-banner-content h1 {
        font-size: 28px;
    }
	.footer-logo {
		order: -1;
	}
	.footer-right {
		text-align: left;
	}
	.footer-menu {
		text-align: left;
	}
	.site-footer {
		padding: 40px 20px 30px;
	}
}

