/*
Theme Name: Nanda Aashish
Theme URI: https://example.com/
Author: Aashish Nanda
Author URI: https://example.com/
Description: Custom theme for Insta Videos & YouTube Shorts
Version: 1.0
License: GPL2
Text Domain: nanda-aashish
*/
body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
      color: #555;
}
.logo {
  font-size: 1.45rem;
  color: #555;
  display: flex;
  align-items: center;
}

.logo a{color: #555;
    text-decoration: none;
}
.logo-gray {
  color: #555;
}

.promo-banner {
	align-items: center;
    border-top: 5px solid #00a4a6;
    color: #000;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    min-height: 50px;
    justify-content: center;
    text-decoration: none;
    padding: 2px;
	background:#dcd3c8;
	color:#151515;
	text-transform: uppercase;
}


.main-header {
  background: #fff;
  padding: 15px 0;  
  border-bottom: 1px solid #eee;
}

.nav-list {
  display: flex;
  gap: 20px;
  list-style: none;
  align-items: center;   
  margin: 0;
}

.nav-list a {
  text-decoration: none;
  color: #333;
}


.hero {
  position: relative;
  /*height: 80vh;*/
  overflow: hidden;
}

.hero {
  background: #fff;
  padding: 38px;
}
.hero .container{
	background:#dcd3c8;
}
/* VIDEO BOX */
.hero-video-box {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  line-height:0px;
  overflow: hidden;
}


.hero-video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover; 

}


.hero-content h1 {
  font-size: 36px;
  color: #555;
  margin-bottom: 15px;
}

.hero-content p {
  font-size: 20px;
  color: #555;
  line-height: 1.5;
}
.hero-video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}

.hero-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;  
  align-items: center;      
  text-align: center;
  padding: 0;               
}


.hero h1 {
  font-size: 35px;
  color: #555;
}


.video-card iframe {
  width: 100%;
  height: 300px;
  border-radius: 10px;
}

.video-card h5 {
  margin-top: 10px;
}


.about-card iframe {
  width: 100%;
  height: 300px;
  border-radius: 10px;
  
}

.about-card {
  text-align: center;
      background: #dcd3c8;
    padding-bottom: 22px;
    border-radius: 10px;
}

.about-card h4 {
  margin-top: 15px;
}
.video-section .video-card {
  background: #dcd3c8;
	padding-bottom: 22px;
  border-radius: 10px;
}

.video-section .video-card iframe {
  width: 100%;
  height: 290px;
  border-radius: 10px;
}

.video-card h5 {
  margin-top: 10px;
}


.social-section {
  background: #f8f8f8;
  padding:20px 0px 0px 0px;
}
.about-section{
	
}
.social-section h2 {
  font-size: 26px;
  font-weight: 500;
}


.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}


.social-icons a:hover {
  transform: scale(1.2);
}
.social-subtext {
  font-size: 26px; 
  color: #555;
}
p.social-subtext{padding-bottom:0px}
/* FOOTER */
.footer-section {
  border-top: 5px solid #00a4a6;
  background: #dcd3c8;
color: #555;
  padding: 50px 0;
}


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


.footer-section p {
  font-size: 14px;
  color: #555;
}


.read-more {
  color: #00a4a6;
  text-decoration: none;
  font-weight: 500;
}

.read-more:hover {
  text-decoration: underline;
}


.footer-newsletter h5,
.footer-contact h5 {
  margin-bottom: 15px;
}

.footer-newsletter input {
  width: 100%;
  padding: 10px;
  border: none;
  margin-bottom: 10px;
  border-radius: 5px;
}

.footer-newsletter button {

  padding: 10px;
  background: #00a4a6;
  border: none;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.footer-newsletter button:hover {
  background: #008c8d;
}


.footer-contact p {
  margin-bottom: 8px;
}


.newsletter-form {
  display: flex;
  gap: 10px;
}

.newsletter-form input {
  flex: 1;
  padding: 14px 15px;    
  font-size: 16px;       
  border: none;
  border-radius: 5px;
  height: 50px;          
}

.newsletter-form button {
  height: 50px;          
  padding: 0 20px;
}

.newsletter-form button:hover {
  background: #008c8d;
}


.inner_content {
  line-height: 1.6;
  overflow: hidden;
  max-height: 10.6em; /* 6 lines (1.6 * 6) */
  transition: max-height 0.4s ease;
}

/* Expanded state */
.inner_content.expanded {
  max-height: 1000px; /* big enough for full content */
}

#readMoreBtn {
  margin-top: 10px;
  border: none;
  background: none;
  color: #065fd4;
  font-weight: 600;
  cursor: pointer;
}
/* Responsive */
@media (max-width: 768px) {
	.hero {

    padding: 10px;
}
  .hero h1 {
    font-size: 23px;
  }
  .social-subtext {
	  font-size: 25px; /* increase size */

	}
	.footer-section {
    text-align: center;
  }
   .main-header .container {
    flex-direction: column;
    text-align: center;
  }

  

  .nav-list {
    justify-content: center;
    flex-wrap: nowrap;       
    overflow-x: auto;        
    gap: 15px;
    padding: 0;
  }

  .nav-list li {
    flex: 0 0 auto;          
  }

  .nav-list a {
    font-size: 14px;
    white-space: nowrap;      
  }
}


@media (max-width: 992px) {
	.hero {

    padding: 35px;
}
  .hero-content h1 {
    font-size: 28px;
  }
  .hero-content p {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
	.hero {

    padding: 10px;
}
  .hero .row {
    flex-direction: column; 
	min-height: 400px;
  }
  .hero-video-box {
    max-height: 300px;
  }
 .hero {
  padding: 25px 0;  
}

.hero-content {
  padding: 20px 15px;  
}


.hero-content h1 {
  margin-top: 0;
  margin-bottom: 12px;
  line-height: 1.3;
}

.hero-content p {
  margin: 0;
  line-height: 1.5;
}
}



/* Tablet */
@media (max-width: 992px){
  .youtube-short .gallery{
    grid-template-columns: repeat(4Z, 1fr);
  }
  .video-section .video-card iframe {
  width: 100%;
  height: 210px;
  border-radius: 10px;
}
.about-card iframe {
    width: 100%;
    height: 210px;
    border-radius: 10px;
}
}







