/* =======================================================================
Template Name: Youtubers
Author:  SmartEye Technologies
Author URI: www.smarteyeapps.com
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for Youtubers
======================================================================= */
/* ===================================== Import Less ================================== */
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);
.box-shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5), 0 2px 10px 0 #afafaf;
}

/* ===================================== Basic CSS ==================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: #444;
}

a:hover {
  color: #444;
}

ul {
  margin-bottom: 0;
  padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.cp {
  cursor: pointer;
}

html, body {
  height: 100%;
}

p {
  margin-bottom: 0px;
  width: 100%;
}

.no-padding {
  padding: 0px;
}

.no-margin {
  margin: 0px;
}

.hid {
  display: none;
}

.top-mar {
  margin-top: 15px;
}

.h-100 {
  height: 100%;
}

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: 0.5 !important;
}

.container-fluid {
  padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: cursive;
}

strong {
  font-family: cursive;
}

body {
  background-color: #f1f1f145 !important;
  font-family: cursive;
  color: #6A6A6A;
  overflow-x: hidden;
}

.session-title {
  padding: 30px;
  margin: 0px;
}
.session-title h2 {
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.session-title p {
  max-width: 850px;
  text-align: center;
  float: none;
  margin: auto;
}
.session-title span {
  float: right;
  font-style: italic;
}

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccccccc4;
  display: block;
  padding-right: 0px;
}
.inner-title h2 {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  border-bottom: 1px solid #863dd9;
  padding-bottom: 10px;
  margin-bottom: 0px;
  width: 300px;
}
.inner-title p {
  width: 100%;
  text-align: center;
}
.inner-title .btn {
  float: right;
  margin-top: -38px;
  font-weight: 600;
  font-size: 0.8rem;
}

.page-nav {
  padding: 40px;
  text-align: center;
}
.page-nav ul {
  float: none;
  margin: auto;
}
.page-nav h2 {
  font-size: 36px;
  width: 100%;
  color: #444;
}
@media screen and (max-width: 600px) {
  .page-nav h2 {
    font-size: 26px;
  }
}
.page-nav ul li {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
}
.page-nav ul li i {
  width: 30px;
  text-align: center;
  color: #444;
}
.page-nav ul li a {
  color: #444;
}

.btn-success {
  background-color: 	#006400;
  border-color: 	#006400;
}
.btn-success:hover {
  background-color: 	#006400 !important;
  border-color: 	#006400!important;
}
.btn-success:active {
  background-color: 	#006400!important;
  border-color: 	#006400!important;
}
.btn-success:focus {
  background-color: 	#006400!important;
  border-color: 	#006400!important;
  box-shadow: none !important;
}

.btn-primary {
  background-color: 	#006400;
  border-color:	#006400;
}
.btn-primary:hover {
  background-color: 	#006400!important;
  border-color: 	#006400!important;
}
.btn-primary:active {
  background-color: 	#006400!important;
  border-color: 	#006400!important;
}
.btn-primary:focus {
  background-color: 	#006400!important;
  border-color: 	#006400!important;
  box-shadow: none !important;
}

.btn {
  text-transform: uppercase;
  font-family: cursive;
  font-weight: 600;
  font-size: 0.9rem;
}

.form-control:focus {
  box-shadow: none !important;
  border: 2px solid #863dd9;
}

.btn-light {
  background-color: #FFF;
  color: #3F3F3F;
}

.collapse.show {
  display: block !important;
}

.form-control:focus {
  box-shadow: none;
  border: 2px solid #863dd9 !important;
}

.form-control {
  background-color: #F8F8F8;
  margin-bottom: 20px;
}
.form-control:focus {
  background-color: #FFF;
  border-color: #CCC;
}

.container {
  max-width: 1400px;
}
@media screen and (max-width: 575px) {
  .container {
    padding: 10px 15px;
  }
}

/* ===================================== Herader CSS ==================================== */
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background-color: #FFF;
}
header .header-top {
  background-color:		#f7c80b;
   padding: 5px 0;
  font-size: 15px;
}
header .header-top .col-det .ulleft li {
  float: left;
  padding: 15px;
  color:white;
  font-size: 0.89rem;
  font-weight: 800;
}
header .header-top .col-det .ulleft li i {
  margin-right: 10px;
}
header .header-top .col-det .ulleft li a {
  color: #ffffff;
}
header .header-top .col-det .ulleft li span {
  margin-left: 15px;
}
header .header-top .col-det .ulright {
  float: right;
}
header .header-top .col-det .ulright li a {
  color: #ffffff;
}  
header .header-top .col-det .ulright li {
  float: left;
  padding: 10px;
  color:white;
  background-color: transparent;
  font-size: 1.5rem;
  font-weight: 600;
}
header .header-top .col-det .ulright li i {
  margin-right: 5px;
}
header .header-top .col-det .ulright li span {
  margin-left: 15px;
}
header .header-bottom {
  padding: 15px;
}
header .header-bottom img {
  margin-top: 8px;
}
@media screen and (max-width: 991px) {
  header .header-bottom img {
    padding: 5px;
    margin-top: 0px;
    max-width: 150px;
  }
}
header .nav-col .navbar-nav {
  width: 100%;
}
header .nav-col .navbar-nav li {
  padding: 7px 20px;
  font-weight: 600;
}
header .nav-col .navbar-nav .nav-btn {
  float: right;
}

@media screen and (max-width: 767px) {
  .navbar {
    padding: 0px;
  }
}

.navbar-toggler {
  position: absolute;
  right: 0px;
  top: -40px;
}
@media screen and (max-width: 767px) {
  .navbar-toggler {
    top: -50px;
  }
}

.scroll-to-fixed-fixed {
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.scroll-to-fixed-fixed {
  padding: 5px !important;
}

/* ===================================== Slider CSS ==================================== */
/* ===================================== Slider Style CSS ================================== */
.slider {
  position: relative;
}

.slider-captions {
  position: absolute;
  bottom: 132px;
  text-align: center;
}

@media screen and (max-width: 1050px) {
  .slider-captions {
    bottom: 100px !important;
    width: 90%;
    text-align: center;
    float: none;
    margin: auto;
  }

  .slider-captions .slider-title {
    font-size: 42px;
  }
}
@media screen and (max-width: 810px) {
  .slider-captions {
    bottom: 50px !important;
  }

  .slider-captions .slider-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 572px) {
  .slider-captions {
    display: none;
  }
}
.slider-title {
  font-size: 66px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -3px;
}

.slider-text {
  margin-bottom: 20px;
  color: #fff;
}

.slider-img {
  background: -moz-linear-gradient(top, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.3) 100%);
  background: -webkit-linear-gradient(top, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.3) 100%);
  background: linear-gradient(to bottom, rgba(45, 32, 44, 0.3) 0%, rgba(45, 32, 44, 0.3) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cc1b2429", endColorstr="#cc1b2429", GradientType=0);
  position: relative;
}

.slider-img img {
  position: relative;
  z-index: -1;
}

.slider .owl-nav .owl-prev, .slider .owl-nav .owl-next {
  color: #fff;
  display: inline-block;
  zoom: 1;
  margin: 5px;
  padding: 6px 12px;
  font-size: 22px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  background: transparent;
  filter: Alpha(Opacity=50);
  line-height: 1;
  border: 2px solid #fff;
}

.owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
  background-color: #fff;
}

.slider .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  left: 25px;
}

.slider .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  right: 25px;
}

.slider .owl-dots .owl-dot {
  position: relative;
  text-align: center;
  bottom: 40px;
  max-width: 1140px;
  margin: 0 auto;
}

.slider .owl-dots .owl-dot span {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0px 0px 10px 10px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.8;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 2px solid #fff;
  float: left;
}

.slider .owl-dots .owl-dot.active span {
  background-color: #fff;
}

.slider .owl-dots .owl-dot.active span, .slider .owl-controls.clickable .owl-page:hover span {
  background-color: #fff;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1;
}

.slider .col-lg-offset-2 {
  float: none;
  margin: auto;
}

/* ===================================== Slider CSS ==================================== */
.about-us {
  background-color: #FFF;
  /* padding: 50px; */
   margin-top: 165px;
}
@media screen and (max-width: 940px) {
  .about-us {
    padding: 30px 10px;
  }
}
.about-us .natur-row {
  margin-top: 20px;
}
.about-us .text-part ul li {
  list-style: decimal;
}
.about-us .text-part h2 {
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.about-us .text-part p {
  text-indent: 20px;
  margin-bottom: 15px;
  line-height: 27px;
  text-align: justify;
}
.about-us .image-part img {
  background-color: #FFF;
  padding: 10px;
  box-shadow: 0 0 10px 5px #ebebeb;
}

/* ===================================== Slider CSS ==================================== */
.lloking-for {
  background-image: url("../images/seedland_bg.png");
  background-attachment: fixed;
}
.lloking-for .inn-lay {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 940px) {
  .lloking-for .inn-lay {
    padding: 30px 10px;
  }
}
.lloking-for .inn-lay .natur-col h2 {
  color: #FFF;
  font-weight: 600;
  font-size: 2.8rem;
}
.lloking-for .inn-lay .natur-col h4 {
  font-size: 0.9rem;
  margin-bottom: 80px;
  font-weight: 600;
  color: #FFF;
}
.lloking-for .inn-lay .natur-col .btn {
  border-radius: 0px;
  padding: 15px;
  font-weight: 700;
}

/* ===================================== Slider CSS ==================================== */
.our-services .service-col {
  background: #ffffff;
  border-radius: 25px;
  border: 1px solid #e0e0e0;
  margin-bottom: 30px;
  transition: transform 0.4s ease, box-shadow 0.4s ease, background-color 0.4s ease;
  box-shadow: 0 4px 16px #5926260f;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.our-services .service-col:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 16px 30px #27412c33;
  background-color: #f3fdf5;
  z-index: 10;
}

.our-services .service-col:active {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 12px 20px rgba(76, 205, 102, 0.25);
}

.our-services .service-col img {
  /* width: 100%;
  height: 200px;
  object-fit: cover; */
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
   transition: transform 0.5s ease, opacity 0.5s ease;
  opacity: 0.8;
  width: 100%;
}

.our-services .service-col:hover img {
  transform: scale(1.05);
  opacity: 1;
}

.our-services .serv-detail {
  text-align: center;
  padding: 20px 20px 20px;
  min-height: 230px;
  transition: all 0.3s ease;
}

.our-services .serv-detail i {
  background-color: 	#006400;
  color: #fff;
  font-size: 28px;
  padding: 20px;
  border-radius: 50%;
  margin-top: -50px;
  margin-bottom: 20px;
  display: inline-block;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.our-services .service-col:hover .serv-detail i {
  background-color: 	#006400;
  transform: rotate(10deg) scale(1.1);
}

.our-services .serv-detail h4 {
  font-size: 1.5rem;
  color:#f7c80b;
  font-weight: 600;
  margin: 10px 0;
}

.our-services .serv-detail p {
  font-size: 0.95rem;
  color: #4a5568;
  margin-bottom: 20px;
}
.more-text {
  transition: all 0.4s ease;
}
/* .our-services .serv-detail .btn {
  background-color: #4ecd66;
  border: none;
  transition: background-color 0.3s ease;
}

.our-services .serv-detail .btn:hover {
  background-color: #2f855a;
} */

.our-services .nav-pills-custom {
  background: #ffffff38;
  border-radius: 0.5rem;
  padding: 1rem;
}

.our-services .nav-pills-custom .nav-link {
  color: #495057;
  background: #ffffff;
  border-radius: 0.375rem;
  transition: all 0.3s ease;
  font-size: 17px;
  font-weight: 700;
  text-align: left;
  border: 3px solid #f7c80b;
}

.our-services .nav-pills-custom .nav-link:hover {
   background: #f7c80b42;
   color: #ffffff;
   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.our-services .nav-pills-custom .nav-link.active {
  background-color: #f7c80b42;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
@media (min-width: 992px) {
  .our-services .nav-pills-custom .nav-link::before {
    content: "";
    display: block;
    border-top: 8px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 8px solid transparent;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    opacity: 0;
  }
}
.our-services .nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

.onepage-services {
  background-image: linear-gradient(360deg, rgba(64, 84, 68, 0.78), rgba(82, 82, 82, 0.54)), url(../images/seedland_bg.png)
} 

/* ===================================== Slider CSS ==================================== */

/* .footer-ablove {
  padding: 30px;
  background-color: #006400; 
  color: #FFF;
  font-size: 1.5rem;
}

.footer-ablove .btn {
  float: right;
  background-color: #FFF;
  font-family: "cursive";
} 

footer {
  padding: 80px 50px;
  background-color: lch(14.78% 0.49 19.17); 
  color: #FFF;
}

@media screen and (max-width: 940px) {
  footer {
    padding: 50px 10px;
  }
}

footer h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

footer .about p {
  font-size: 0.9em;
  margin-bottom: 20px;
}

footer .about .foot-address {
  display: flex;
}

footer .about .foot-address .icon {
  padding: 20px 10px;
}

footer .about .foot-address .addet {
  font-size: 0.9rem;
  margin: auto 0px;
}

footer .about .foot-address .addet a {
  font-size: 0.9rem;
  margin: auto 0px;
  color: #ffffff;
}

footer .fotblog .blohjb {
  margin-bottom: 10px;
}

footer .fotblog .blohjb p {
  font-size: 0.9rem;
}

footer .fotblog .blohjb span {
  font-size: 0.9rem;
}

footer .glink ul li {
  padding: 10px;
}

footer .glink ul li i {
  margin-right: 10px;
}

footer .glink ul li a {
  color: #FFF;
}

footer .tags ul li {
  float: left;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #CCC;
} */

/* === Changed background to dark green === */
/* .copy {
  padding: 20px;
  background-color: #f7c80b;
  color: #FFF;
}

.copy a {
  color: #FFF;
}

.copy span {
  float: right;
}

.copy span i {
  margin-right: 20px;
}

.cop-ck {
  padding: 20px;
  background-color: #ffffffbd;
}

.cop-ck h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
} */

.footer-ablove {
  padding: 30px;
  background-color: #f7c80b;
  color: #FFF;
  font-size: 1.5rem;
}

.footer-ablove .btn {
  float: right;
  background-color: #FFF;
  font-family: "mouse-500", Arial, Helvetica, sans-serif;
}

footer {
  padding: 80px 50px;
  background-color: lch(14.78% 0.49 19.17); 
  color: #FFF;
}


@media screen and (max-width: 940px) {
  footer {
    padding: 50px 10px;
  }
}

footer h2 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 700;
}

footer .about p {
  font-size: 0.9em;
  margin-bottom: 20px;
}

footer .about .foot-address {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
}

footer .about .foot-address .icon {
  /* padding: 12px; */
  font-size: 20px;
}

footer .about .foot-address .addet {
  font-size: 0.9rem;
  margin: auto 0px;
  color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

footer .about .foot-address .addet a {
  font-size: 14px;
  margin: auto 0px;
  color: #ffffff;
}

footer .fotblog .blohjb {
  margin-bottom: 10px;
}

footer .fotblog .blohjb p {
  font-size: 0.9rem;
}

footer .fotblog .blohjb span {
  font-size: 0.9rem;
}
footer .glink .social-icons {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 22px;
}

footer .glink ul li {
  padding: 10px;
}

footer .glink ul li i {
  margin-right: 10px;
}

footer .glink ul li a {
  color: #FFF;
}

footer .tags ul li {
  float: left;
  padding: 8px;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #CCC;
}

.copy {
  padding: 20px;
  background-color: #f7c80b;
  color: #FFF;
  border-top: 1px solid #232a35;
  text-align: center;
}

.copy a {
  color: #FFF;
}

.copy span {
  float: right;
}

.copy span i {
  margin-right: 20px;
}

.cop-ck {
  padding: 20px;
  background-color: #ffffffbd;
}
.cop-ck h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

/* ===================================== Slider CSS ==================================== */
@media screen and (max-width: 1072px) {
  header .nav-col .navbar-nav li {
    padding: 7px 15px;
  }
}

@media screen and (max-width: 1010px) {
  header .nav-col .navbar-nav li {
    padding: 7px 13px;
  }
}

@media screen and (max-width: 768px) {
  .cat-dropdown {
    display: block !important;
  }
}




 .flip-card {
  background-color: transparent;
  width: 100%;
  height: 300px;
  perspective: 1000px;
  margin-bottom: 30px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 15px;
  overflow: hidden;
}

.flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flip-card-back {
  transform: rotateY(180deg);
  position: relative;
}

.flip-card-back .background-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.6); /* darkens image for better text contrast */
}

.overlay-content {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  padding: 20px;
}
.overlay-content .title {
  font-size: 1.5rem;
  margin-bottom: 15px;
  font-weight: bold;
  color: white; /* Ensures text appears white */
}
.overlay-content .btn {
  opacity: 1;
  transform: translateY(20px);
  animation: fadeSlideUp 0.8s ease-out forwards;
  animation-delay: 0.6s;
}


.overlay-content .button-option {
  /* background-color: #FFB120; */
  background-color:transparent;
  border: 1px solid #FFB120 ;
  /* padding: 10px 20px; */
  color:#FFB120;
  border-radius: 10px;
  text-decoration: none;
  transition: background-co;
  padding: 10px;
}
.button-option:hover{
 background-color: #FFB120 !important ;
 border: 1px solid #FFB120 ;
  color: white !important;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .col-sm-6{
    flex: 0 0 100%;
    max-width: 100%;
  }

  .flip-card {
    height: 250px;
  }

  .flip-card .title {
    font-size: 20px;
  }

  .button-option {
    padding: 8px 16px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .flip-card {
    height: 220px;
  }

  .flip-card .title {
    font-size: 18px;
  }
}
.leaf-list {
  list-style: none;
  margin-top: 10px;
  padding-left: 0;
  text-align: left;
  display: inline-block; 
}

.leaf-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 6px;
  font-size: 17px;
  color: #444;
  line-height: 1.6;
  text-align: left; 
}

.leaf-list li::before {
  content: "\f06c"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 2px;
  color: #FFB120; 
  font-size: 14px;
}
