/* Common Css */
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	text-decoration:none;
/* 	list-style:none; */
    font-family: "Poppins" !important;
}
body{
	background-color: #ffffff !important;
}
.Container{
      max-width:1280px;
      width:100%;
	  padding:85px 10px;
	  margin:auto;
	position:relative;
}

p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-family: "Poppins";	
	margin:0px; padding:0px;
}
a{
	color:#f5811f ;
}
.button{
	  display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 24px;
	min-width: 180px;
	text-align:center;
	color:#ffffff;
}
body .sticky-nav {
	position: fixed;
	top: -500px;
	left: 0px;
	right: 0px;
	z-index: 12;
	box-shadow: 0 4px 4px 0 rgba(23,23,23,.06);
	background: #ffffff;
	transition: 0.3s all ease-in-out;
	z-index: 99;
}
.reveal{
    position: relative;
    transform: translateY(30px);
    opacity: 0;
    transition: 1s all ease;
  }

.reveal.active{
    transform: translateY(0);
    opacity: 1;
  }

  /*  navbar css*/
  .navigation li a, .special-nav a, .single-advert-title .breadcrumbs {
      font-family: 'Poppins';
      font-size: 12.5px;
      color: #030303;
  }
.navigation li a:hover{
	color:#fc3c01;
}
  .navigation li.current_page_item > a::before {
      position: absolute;
      top: 3px;
      left: 40%;
  }
  .navigation li.current_page_item > a::before {	
      width: 13px;
      height: 13px;
  }
.navigation li a {
  padding: 13px 4px;
  font-weight: 500;
  font-size: 16px;
  margin: 0px 20px;
}
.call-button{
	 border: 2px solid #f17f42;
}
.call-button:hover{
  background-color: white;
  color: #f17f42;
  border: 2px solid #f17f42;
}
  .widget ul {
      display: inline-block;
  }
  .widget ul li {
      text-align: start;
      padding: 9px 0px;
	  font-size:16px;
  }
  
 
  .white-block {
      margin-bottom: 0px;
  }
  .footer-end p{
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";	
  margin-bottom: 0px !important;
  }
  .footer-end img{
      height:38px;
  }
 
  .bottom-sidebar-wrap h3 {
      margin: 0px;
      font-size: 14px;
      line-height: 24px;
      color: #000000;
      font-weight: 900;
      font-family: "Poppins";
  }
  .footer-part-3 p{
      font-size: 15px;
      line-height: 24px;
      color: #000000;
      font-weight: 500;
      font-family: "Poppins";
  }
.footer-end{
	padding-top: 10px !important;
	border-top: 2px solid black;
}
.footer-end a{
	color: #000;
}
.footer-end a:hover{
	color: #fc3c01;
}
.bottom-sidebar-wrap{
	background-color: #fff;
}
.bottom-sidebar-wrap .widget {
    color: black;
}
.footer-bottom-3 h5{
	color: #000 !important;
}
#menu-footer-menu li a{
	color: #000 !important;
}
#menu-footer-menu li a:hover{
	color: #fc3c01 !important;
}
#menu-footer-menu-2 li a{
	color: #000 !important;
}
#menu-footer-menu-2 li a:hover{
	color: #fc3c01 !important;
}
.wp-block-heading h5{
	font-size: 22px !important;
	color: #000 !important;
}
.bottom-sidebar-wrap a {
    color: #000 !important;
}
.bottom-sidebar-wrap a:hover{
    color: #fc3c01 !important;
}
/* ============================ coman css ================================= */

#top-header {
	padding:3px 0px;
}
.navbar-btn {
	padding-top:7px;
}
.navigation li a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0; 
    width: 0;
    height: 2px; 
    background-color: #fc3c01 ; 
    transition: width 0.3s ease-out; 
}

.navigation li a:hover:after {
    width: 100%; 
}

.navigation li.current_page_item > a, .navigation li.current-menu-item > a {
	color:#fc3c01  !important;
} 

.navigation li.current_page_item > a, .navigation li.current_page_item > a:visited, .navigation li.current-menu-item > a, .navigation li.current-menu-item > a:visited {
	
}
.heder-top-book-tichet {
	display:none !important;
}

/*   =====================  Home Page css =============================== */
#Swiper {
      position: relative;
    }

    .swiper {
	  background-color: #fff;
      width: 90%;
      height: 75vh;
    }

    .swiper-slide {
      position: relative;
      text-align: center;
      font-size: 18px;
      background-color: rgba(0, 0, 0, 0.6);      
	  display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
  width: 100%;
  height: 100%;
/*   object-fit: cover; */
}

/* Hero content that appears on top */
.hero-content {
  position: absolute;
  z-index: 2;
  text-align: left;
  color: white;
  max-width: 900px;
  padding: 20px;
}

.hero-content h4 {
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
.hero-content h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
}


.hero-content p {
  font-size: 18px;
  line-height: 1.6;
  max-width: 700px;
  margin-bottom: 25px;
  color: #fff;
}
.hero-content a{
	font-size: 12px;
}
.hero-content .btn {
  display: inline-block;
  background-color: #fb7b16;
  color: #fff;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.hero-content .btn:hover {
  background-color: white;
  color: #f17f42;
}

    .sticky-btn {
      position: fixed;
      top: 45%;
      z-index: 1000;
	  color: #fff;	
      background: #fb7b16;
      padding: 12px;
      transform: rotate(-90deg);
      transform-origin: left top;
      cursor: pointer;
      font-weight: bold;
    }
.contact-btn a{
	color: #fff !important;
}
.sticky-btn a{
	color: #fff !important;
}
    .contact-btn {
      left: 0;
    }

    .events-btn {
      right: -112px;
    }

    .scroll-indicator {
      position: absolute;
      left: 0;
      bottom: 20px;
      writing-mode: vertical-rl;
      text-orientation: mixed;
      font-size: 14px;
      color: white;
    }

    .social-icons {
      position: fixed;
      bottom: 25px;
      right: 10px;
      display: flex;
      flex-direction: column;
      gap: 10px;
      z-index: 1000;
    }

    .social-icons a img {
      width: 40px;
      height: 40px;
    }
.highlight-section{
	 padding: 100px 0px ;
	 background: #ffffff;
}
.highlight-img {
  width: 90px;
  margin: 0 auto; /* centers the container horizontally */
}

.highlight-img img {
  display: block;
  margin: 0 auto; /* centers the image inside the div */
}
.highlight-box:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-6px);
}

.highlight-title {
  font-size: 20px;
  color: #f68b1e;
  font-weight: 600;
  margin-bottom: 15px;
}

.highlight-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.highlight-box {
  background: #fff;
  border-radius: 12px;
  padding: 25px 20px;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.highlight-arrow {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  border: 1px solid #fb7b16;
  color: #fb7b16;
  font-size: 18px;
  transition: 0.3s;
}

.highlight-box:hover .highlight-arrow {
  background-color: #fb7b16;
  color: #fff;
}


  .about-text {
      float: left;
      width: 60%;
      padding-right: 20px;
    }
.about-text .underline{
	width: 100px;
    height: 3px;
    background-color: red;
    margin: 0 0 30px;
}
    .about-image {
      float: left;
      width: 35%;
    }

    .about-image img {
      width: 100%;
      border-radius: 5px;
    }

    .clearfix::after {
      content: "";
      display: table;
      clear: both;
    }

    .about-text h2 {
      font-weight: 700;
      margin-bottom: 5px;
    }

    .about-text p {
      font-size: 16px;
      color: #444;
    }

    .about-text .quote {
/*       font-style: italic; */
      margin-top: 20px;
      border-left: 3px solid #fb7b16;
      padding-left: 15px;
      color: #444;
    }
#about-us{
	background-color: #ff073e08;
	padding: 100px 0px;
}
#prajapati-about{
	background-color: #ffffff;
	padding: 100px 0px !important;
}
#mission-vision{
	background-color: #ff073e08;
	padding: 100px 0px;
}
#vision{
	background-color: #ffffff;
	padding: 100px 0px;
}
 .events-section {
      padding: 100px 0;
      background-color: #ff073e08;
      text-align: center;
    }
 .events-section-inner {
      padding: 100px 0;
      background-color: #ffff;
      text-align: center;
    }
    .events-section h2 {
		margin-bottom: 5px;
      font-weight: 700;
    }
.events-section .underline{
	 width: 176px;
    height: 3px;
    background-color: red;
    margin: 0 auto 30px;
}
    .event-card {
      border: 1px solid #eee;
      border-radius: 12px;
      padding: 0;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
      overflow: hidden;
      transition: transform 0.2s;
    }

    .event-card:hover {
      transform: translateY(-2px);
    }

    .event-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .event-body {
	  background-color: #fff;	
      padding: 20px;
    }

    .event-body h6 {
      font-weight: bold;
      margin-bottom: 10px;
    }

    .btn-register {
    font-size: 16px;
    background-color: #fb7b16;
    color: #fff;
    font-weight: 500;
    border-radius: 6px;
    padding: 7px 25px;
    margin-top: 10px;
	border: 2px solid #fb7b16;	
}

    .btn-register:hover {
      background-color: #fff;
	  color: #fb7b16;
	  border: 2px solid #fb7b16;	
    }

    .btn-explore {
	  font-size: 15px;
      margin-top: 14px;
      background-color:#fb7b16;
      color: #fff;
      padding: 10px 30px;
      font-weight: 500;
	  border: 2px solid #fb7b16;  
      border-radius: 6px;
      transition: background-color 0.3s;
    }

    .btn-explore:hover {
      background-color: #fff;
	  color: #fb7b16;
	  border: 2px solid #fb7b16;    
}
 .gallery-section {
      padding: 100px 0;
      background-color: #fffefc;
    }

    .gallery-section h2 {
		margin-bottom: 5px;
      text-align: center;
      font-weight: 700;
/*       margin-bottom: 30px; */
    }

    .scroll-wrapper {
      overflow-x: auto;
      white-space: nowrap;
      scroll-behavior: smooth;
    }

    .scroll-container {
      display: inline-flex;
      gap: 20px;
      padding: 0 20px;
    }

    .gallery-image {
      flex: 0 0 auto;
      width: 250px;
      height: 160px;
      border-radius: 12px;
      overflow: hidden;
    }

    .gallery-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    /* Hide scrollbar */
    .scroll-wrapper::-webkit-scrollbar {
      display: none;
    }

    .scroll-wrapper {
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
 
.members-section {
  position: relative;
  background: url('https://ukpsparivar.org.uk/wp-content/uploads/2025/05/Untitled-1-1.png') no-repeat center center/cover;
  padding: 100px 0px;
  color: white;
  text-align: center;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.4);
  z-index: 1;
}

.section-title {
   color: #fff ;	
  font-size: 36px;
  font-weight: bold;
  z-index: 2;
  position: relative;
}



.members-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  z-index: 2;
  position: relative;
}

.member-box {
  background: rgba(255, 255, 255, 0.1);
  border: 1px dashed #fff;
  border-radius: 10px;
  padding: 30px 20px;
  min-width: 180px;
  max-height: 153px;
  max-width: 180px;
  flex: 1 1 200px;
  backdrop-filter: blur(5px);
}

.icon-placeholder {
  width: 30px;
  height: 30px;
  border: 2px solid white;
  margin: 0 auto 15px;
}

.member-box h3 {
  font-size: 36px;
  margin: 10px 0;
  color: white;
  text-shadow: 1px 1px 2px black;
}

.member-box p {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
.members-grid .member-box h3 {
  transition: all 0.1s ease;
}
 .board-section {
      padding: 100px 0px;
	  background-color: #ff073e08;
      text-align: center;
    }

    .board-section h5 {
      color: red;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 10px;
    }

    .board-section h2 {
      font-weight: 700;
      font-size: 36px;
      margin-bottom: 5px;
    }

    .underline {
      width: 140px;
      height: 3px;
      background-color: red;
      margin: 0 auto 30px;
    }

    .slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}
    .slider-track {
      display: flex;
      transition: transform 0.5s ease;
    }

    .slide {
      flex: 0 0 25%;
      padding: 0 10px;
      box-sizing: border-box;
    }

   .card {
/*   padding: 0 10px; */
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}


    .card img {
      width: 100%;
      height: auto;
      display: block;
    }

    .member-info {
      padding: 15px 20px;
      text-align: left;
    }

    .member-info h5 {
      margin: 0 0 5px;
      font-size: 18px;
      font-weight: bold;
    }

    .member-info p {
      margin: 0;
      color: #666;
    }

    .slider-controls {
      display: flex;
      justify-content: center;
      margin-top: 30px;
      gap: 30px;
    }

    .slider-btn {
      font-size: 32px;
      background: none;
      border: none;
      cursor: pointer;
      transition: transform 0.2s;
    }

    .slider-btn:hover {
      transform: scale(1.2);
    }

#footer-spasing h2{
	font-size: 25px !important;
}
/* Tablets */
@media (max-width: 1024px) {
	.highlight-section {
    padding: 50px 0px;
}
#about-us {
    padding: 50px 0px;
}
	#prajapati-about{
	padding: 50px 0px !important;
}
#mission-vision{
	padding: 50px 0px;
}
#vision{
	padding: 50px 0px;
}
	.events-section-inner {
      padding: 50px 0;
    }
  .members-section{
     padding: 50px 0px;
   }
 .events-section{
	  padding: 50px 0px;
	}
	.gallery-section {
	  padding: 50px 0px;
	}
	.board-section{
	  padding: 50px 0px;
	}
  .slide-content {
    max-width: 90%;
    padding: 25px 30px;
  }

  .slide-content h2 {
    font-size: 30px;
  }

  .slide-content p {
    font-size: 16px;
  }
	.events-btn{
	 right: -92px;
	}
  .register-btn {
    padding: 10px 22px;
  }
	 .sticky-btn {
		 top: 270px ;
        font-size: 12px;
        padding: 5px;
      }

      .social-icons {
		margin-bottom: 0px;  
        left: 5px;
        padding: 5px;
        gap: 0px;
      }

      .social-icons a img {
        width: 20px;
        height: 20px;
      }
	
	  .about-text {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .about-image {
    width: 100%;
    float: none;
  }
	.mission-text h2{
		font-size: 30px ;
	}
}

/* Small Tablets & Large Phones */
@media (max-width: 768px) {
	.hero-content h1 ,h2{
		font-size: 30px !important;
	}
	.hero-content p{
		font-size: 15px;
	}
  

  .slide-content {
    padding: 20px;
  }

  .slide-content h2 {
    font-size: 26px;
  }

  .slide-content p {
    font-size: 15px;
  }
    .events-btn {
        right: -73px;
    }
  .register-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
	.sticky-btn , .social-icons{
        display: none;
      }
	
	#about-us {
    padding: 70px 20px;
  }
#about-us a{
	margin-top: 20px !important;
}
  .about-text h2 {
    font-size: 28px;
  }

element.style {
}
.members-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 54px;
    z-index: 2;
    position: relative;
}
  .about-text p {
    font-size: 15px;
  }
	 .row.align-items-center {
    flex-direction: column;
    text-align: center;
  }

  .section-title {
    font-size: 28px;
  }
	
  .member-box h3 {
    font-size: 30px;
  }

  .member-box p {
    font-size: 13px;
  }
	.call-button{
		display: none;
	}
.heder-top-book-tichet {
	display:block !important;
	margin-top: 0px !important;
	padding: 7px 15px !important;
}
}

/* Small Phones */
@media (max-width: 480px) {
	.swiper {
    height: 400px;
}
  
  .slide-content {
    padding: 15px;
  }

  .slide-content h2 {
    font-size: 22px;
  }

  .slide-content p {
    font-size: 14px;
  }

  .register-btn {
    padding: 8px 18px;
    font-size: 13px;
  }
	 #about-us {
    padding: 50px 15px;
  }

  .about-text h2 {
    font-size: 24px;
  }

  .about-text p,
  .about-text .quote {
    font-size: 14px;
  }
	.footer-bottom-3{
		text-align: center !important;
	}
	.widget ul li {
    text-align: center ;
	}
	 .members-grid {
    flex-direction: column;
    align-items: center;
  }

  .member-box {
    max-width: 90%;
	  padding: 29px 20px;
  }

  .section-title {
    font-size: 24px;
  }
	body .is-layout-flex {
    display: block;
}
}

/* Extra Small Phones */
@media (max-width: 320px) {

  .slide-content {
    padding: 12px;
  }

  .slide-content h1, h2 {
    font-size: 20px;
  }
	.slide-content h4{
		font-size: 15px;
	}
  .slide-content p {
    font-size: 13px;
  }

  .register-btn {
    padding: 8px 16px;
    font-size: 12px;
  }
	 .about-text h2 {
    font-size: 20px;
  }

  .about-text p,
  .about-text .quote {
    font-size: 13px;
  }
	
}
  @media (max-width: 992px) {
      .slide {
        flex: 0 0 50%;
      }
    }

@media (max-width: 480px) {
  .slide {
    flex: 0 0 100%;
  }
}
/* ======================== image gallery css =========================== */
#image-gallery{
	padding: 100px 0px;
	background-color: #ff073e08;
}
.banner {
  position: relative;
  width: 90%;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.banner-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  padding: 0 15px;
}

.banner-content h1 {
  color: #fff ;	
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
}

.breadcrumb {
  font-size: 16px;
	    display: flex;
    justify-content: center;
	text-align: center;
}

.breadcrumb a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}

.breadcrumb a:hover {
  text-decoration: underline;
}




/* ======================== Contact Us css =========================== */
.contact-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.info-box {
  background: #fff;
  padding: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  border-radius: 10px;
/*   box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-box:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.15);
}

.info-box img {
  width: 50px;
  height: 50px;
}

.info-box h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.info-box p a {
  color: #333;
  text-decoration: none;
}

.info-box p a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .info-box {
    flex-direction: row;
    text-align: left;
  }
}


.contact-form {
        background-color:#fb7b16;
            padding: 30px 30px 0px 30px;
        border-radius: 5px;
        max-width: 600px;
        margin: auto;
    }
    .contact-form input, .contact-form select, textarea {
/*         background-color:  #ff073e08; */
        color: #000;
        border: 1px solid #666;
        padding: 12px;
        width: 100%;
		height: 50px;
        border-radius: 4px;
        margin-bottom: 15px;
        display: block;
    }
   
    .contact-form input:focus, .contact-form select:focus {
        outline: none;
        border-color: #f5821f;
    }
    .contact-form .form-button input {
        background: #fff;
        color: #fb7b16;
		border: 1px solid #000 !important;
       font-size: 20px;
        border: none;
       text-align: center;
       line-height: 20px;
        cursor: pointer;
        width: 100%;
    }
    .contact-form .form-button input:hover {
		color: #fc3c01;
/*         opacity: 0.9; */
    }
    .form-group {
        margin-bottom: 15px;
    }
 .contact-form h2 {
        text-align: center;
        color: #fff;
        margin-bottom: 20px;
    }
#contact-info{
	margin-top: 100px;
}
#contact-us{
	margin-top: 80px;
}
@media (max-width: 1200px) {
    .contact-detail {
        gap: 40px;
    }
}

@media (max-width: 992px) {
    .contact-detail {
        flex-direction: column;
        text-align: center;
        gap: 30px;
        padding-bottom: 20px;
    }

    .contact-detail a img {
        margin: 0 auto;
    }

    .contact-text-1, .contact-text {
        max-width: 100%;
    }

    .ms-3 {
        margin-left: 0 !important;
        padding: 15px;
    }
}

@media (max-width: 768px) {
	.conact-all-info{
		 display: flex;
        flex-direction: column-reverse;
	}
    .contact-detail {
        gap: 25px;
    }
	 .col-md-6 {
        width: 100%;
    }
    
    .contact-detail {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding-bottom: 15px;
    }
	#contact-us {
    margin-top: 50px;
}

}
	@media (max-width: 568px) {
    .contact-detail {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding-bottom: 15px;
    }
    .contact-detail a img {
        margin: 0 auto;
    }
    .contact-text-1, .contact-text {
        max-width: 100%;
    }
    .contact-text p, .contact-text-1 p {
        font-size: 14px;
    }

    .ms-3 {
        margin-left: 0 !important;
        padding: 10px;
    }

    .contact-icon-item {
        font-size: 14px;
        padding: 8px;
    }

    .contact-icon-item img {
        margin-bottom: 5px;
    }
		#contact-us {
    margin-top: 10px;
}


}
/* Responsive */
@media (max-width: 768px) {
	.contact-container {
    flex-direction: column;
  }

  .contact-info, .contact-form {
    width: 100%;
  }

  .form-row {
    flex-direction: column;
  }
	
	#map{
	padding: 50px 0 ;
}
	#image-gallery{
	padding: 50px 0px;
	background-color: #ff073e08;
}
  .banner {
    height: 150px;
  }

  .banner-content h1 {
    font-size: 32px;
  }

  .breadcrumb {
    font-size: 14px;
  }
}
.wpcf7-not-valid-tip {
	color: white !important;
}
#map {
  padding: 80px 0;
}

.map-container {
  width: 90%;
  height: 450px;
  margin: 0 auto;
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
/* ======================== About Us css =========================== */

.section-label h2 {
  font-size: 25px;
  color: #c1121f;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.heading-primary {
  font-size: 35px;
  font-weight: 600;
  margin: 0 0 16px 0;
}

.section-text {
  margin: 16px 0;
  font-size: 16px;
  color: #444;
}

.media-image {
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.mission-text{
	font-family: "Poppins" !important;
}
 .underline-about {
     width: 200px !important;
    height: 3px;
    background-color: red;
    margin: 0 0 30px !important;
    }
.underline-about-goal{
	 width: 100px !important;
    height: 3px;
    background-color: red;
    margin: 0 0 30px !important;
}
/* Responsive Typography */
@media (max-width: 768px) {
	.mission-vision-all{
		flex-direction: column-reverse !important;
	}
	#prajapati-about h2, h1{
		text-align: center;
	}
	.underline-about {
    margin: 0 auto 30px !important;
}
	.underline-about-goal{
		  margin: 0 auto 30px !important;
	}
  .heading-primary {
    font-size: 28px;
  }
}

@media (max-width: 480px) {
  .heading-primary {
    font-size: 24px;
  }
  .section-text {
    font-size: 13px;
  }
}

@media (max-width: 320px) {
  .heading-primary {
    font-size: 20px;
  }
  .section-text {
    font-size: 12px;
  }
}

