/*@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Lora:400,400i,700,700i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Open+Sans:wght@400;600&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&family=Montserrat:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Abhaya+Libre:400,500,600,700&display=swap');
/*
* =1 global style
*/

body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
}

.site-content {
  flex: 1;  
  min-height: 60vh;           /* Full viewport height */
  display: flex;
  flex-direction: column;                   /* Take up all available space */
}

:root {
  --primary-color : #8300e9;
  --secondary-color : #000080;
  --theme-bg-color : linear-gradient(135deg, #6e48aa 0%, #9d50bb 100%);
  --theme-white-color : #ffffff;
}

a
{
  color: var(--secondary-color);
}
a:hover
{
  color: var(--primary-color);
}
.blog-card .read-more-btn:focus
{
  color: var(--theme-white-color) !important;
}
.portfolio-btn:focus
{
  color: var(--theme-white-color);
}
.blog-title a:focus
{
  color: var(--secondary-color);
}



@media (min-width: 1399px) {
  .container {
    width: 1400px;
  }
}

h1,h2,h3,h4,h5,h6
{
 font-family: 'Abhaya Libre', serif;
 margin-top: 0px;
 color: var(--secondary-color);
}
p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
}
::marker
{
  color: var(--secondary-color);
}

/*contact us page style start*/
.enhanced-contact-section {
  padding: 80px 0;
  background-color: #f9fafb;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.contact-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: flex-start;
}

.contact-info-column {
  padding-right: 30px;
}

.contact-main-title {
  font-size: 42px;
  color: var(--secondary-color);
  margin-bottom: 5px;
  font-weight: 700;
}

.contact-intro-text {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
}

.highlighted-contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.contact-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.contact-list-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.contact-icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background: var(--theme-bg-color);
  border-radius: 50%;
  margin-right: 15px;
  color: var(--theme-white-color);
  font-size: 20px;
}

.contact-detail {
  font-size: 20px;
  color: var(--secondary-color);
  font-weight: 500;
}

.phone-link, .email-link {
  color: var(--secondary-color);
  text-decoration: none;
  transition: color 0.3s;
}

.phone-link:hover, .email-link:hover {
  color: #0d47a1;
  text-decoration: underline;
}

.business-hours-section {
  background-color: #fff;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.hours-title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #2c3e50;
  font-size: 1.3rem;
}

.contact-form-column {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.form-main-title {
  margin-top: 0;
  margin-bottom: 25px;
  color: var(--secondary-color);
  font-size: 38px;
}

.form-container {
  margin-bottom: 20px;
}

.form-security-note {
  font-size: 18px;
  color: #848484;
  margin-bottom: 0;
}

.security-icon {
  color: #4caf50;
  margin-right: 8px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .contact-grid-wrapper {
    grid-template-columns: 1fr;
  }
  
  .contact-info-column {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

.enhanced-contact-section form label ,.employment-section form label
{
  width: 100%;
}
/*contact us page style end*/


/*employment page style start*/
/* Employment Section */
.employment-section {
  padding: 40px 0;
  background: #f8f9fa;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Header Styles */
.section-header {
  margin-bottom: 10px;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 15px;
  line-height: 1.2;
}

.section-subtitle {
  display: block;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.header-divider {
  width: 80px;
  height: 3px;
  background: linear-gradient(to right, #6e48aa, #9d50bb);
  margin: 20px auto 0;
}

/* Grid Layout */
.employment-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* Steps Column */
.steps-card {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  height: 100%;
}

.steps-title {
  font-size: 28px;
  color: var(--secondary-color);
  margin-bottom: 10px;
}

.steps-intro {
  color: #555;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.steps-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.step-item {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 15px;
}

.step-item:last-child {
  margin-bottom: 0;
}

.step-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #eee;
}

.step-item:last-child::before {
  height: 40px;
}

.step-number {
  width: 40px;
  height: 40px;
  background: var(--theme-bg-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 5px;
}

.step-content h3 {
  font-size: 18px;
  color: #2c3e50;
  margin: 0 0 5px;
  font-weight: 600;
}

.step-content p {
  color: #666;
  font-size: 15px;
  margin: 0 0 10px;
}

.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #f0e6ff;
  color: #6e48aa;
  padding: 10px 15px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.download-btn:hover {
  background: #6e48aa;
  color: white;
}

.download-btn i {
  font-size: 18px;
}

.application-requirements {
  background: #f9f9f9;
  border-radius: 8px;
  padding: 20px;
  margin-top: 30px;
}

.application-requirements h3 {
  font-size: 18px;
  color: #2c3e50;
  margin: 0 0 15px;
  font-weight: 600;
}

.application-requirements ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.application-requirements li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.application-requirements i {
  color: #6e48aa;
}

/* Form Column */
.form-card {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  height: 100%;
}

.form-title {
  font-size: 28px;
  color: var(--secondary-color);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.form-description {
  color: #555;
  margin-bottom: 25px;
}

/* Contact Form 7 Customization */

.wpcf7-form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 15px;
}

.wpcf7-textarea {
  height: 120px;
}

.wpcf7-submit {
  background: var(--theme-bg-color);
  color: white;
  border: none;
  padding: 14px 35px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  width: auto;
}

.wpcf7-submit:hover {
  background: var(--theme-bg-color);
  transform: translateY(-2px);
}

.wpcf7-file {
  padding: 10px;
  border: 1px dashed #ccc;
  background: #f9f9f9;
}

.form-notice {
  margin-top: 20px;
  font-size: 13px;
  color: #666;
}

.form-notice i {
  color: #6e48aa;
  margin-right: 5px;
}

/* Responsive Design */
@media (max-width: 992px) {
  .employment-grid {
    grid-template-columns: 1fr;
  }

  .steps-card,
  .form-card {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .employment-section {
    padding: 20px 0;
  }

  .section-title {
    font-size: 36px;
  }

  .steps-title,
  .form-title {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 32px;
  }

  .section-subtitle {
    font-size: 16px;
    margin-bottom: 0;
  }

  .steps-card,
  .form-card {
    padding: 25px;
  }

  .step-item {
    flex-direction: column;
    gap: 10px;
  }

  .step-number {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

.career-link-container {
  text-align: center;
  margin: 30px 0;
}

.career-link-button {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  background: var(--theme-bg-color);
  color: white;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.career-link-button:hover {
  background-color: #005a87;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  color: var(--theme-white-color);
}

.career-link-button:active {
  transform: translateY(0);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.career-link-button:focus
{
  color: var(--theme-white-color);
}

.arrow-icon {
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.career-link-button:hover .arrow-icon {
  transform: translateX(3px);
}

/*employment page style end*/

/*blog section style start*/
/* News Detail Section */
.news-detail-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
}

.news-detail-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 40px;
}

/* Main Content */
.news-main-content {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.article-header {
  margin-bottom: 30px;
}

.article-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  font-size: 14px;
  color: #666;
}

.publish-date i {
  margin-right: 8px;
  color: var(--primary-color);
}

.category-badge {
  background: #6e48aa;
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}

.article-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--secondary-color);
  margin: 0 0 20px;
  line-height: 1.3;
}

.article-image {
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}

.featured-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.article-image:hover .featured-image {
  transform: scale(1.02);
}

.article-content {
  line-height: 1.8;
  color: #444;
}

.article-excerpt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #555;
}

.article-body {
  margin-bottom: 40px;
}

.article-body p {
  margin-bottom: 20px;
}

/* Article Footer */
.article-footer {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 40px;
}

.tags-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.tags-label {
  font-weight: 600;
  margin-right: 10px;
  color: #2c3e50;
}

.tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  background: #f0e6ff;
  color: #6e48aa;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.tag:hover {
  background: #6e48aa;
  color: white;
}

.social-sharing {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.share-label {
  font-weight: 600;
  margin-right: 15px;
  color: #2c3e50;
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #f0e6ff;
  color: #6e48aa;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: #6e48aa;
  color: white;
  transform: translateY(-3px);
}

/* Related Articles */
.related-articles {
  margin-top: 60px;
}

.related-title {
  font-size: 24px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}

.related-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #6e48aa;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.related-article {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.related-article:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.related-link {
  text-decoration: none;
  color: inherit;
}

.related-image {
  height: 150px;
  overflow: hidden;
}

.related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.related-article:hover .related-image img {
  transform: scale(1.05);
}

.related-content {
  padding: 15px;
}

.related-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
  color: var(--secondary-color);
  line-height: 20px;
}

.related-date {
  font-size: 13px;
  color: #6e48aa;
}

/* Sidebar */
.news-sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sidebar-widget {
  background: #fff;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.widget-title {
  font-size: 20px;
  font-weight: 700;
  color: #2c3e50;
  margin: 0 0 20px;
  position: relative;
  padding-bottom: 10px;
}

.widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #6e48aa;
}

.widget-content p {
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.read-more {
  color: #6e48aa;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.read-more::after {
  content: "→";
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.read-more:hover::after {
  transform: translateX(3px);
}

/* Recent News Widget */
.recent-news-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.recent-news-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.recent-news-link {
  display: flex;
  gap: 15px;
  text-decoration: none;
  color: inherit;
}

.recent-news-image {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
  flex-shrink: 0;
}

.recent-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent-news-content h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px;
  color: #2c3e50;
  line-height: 1.2;
}

.recent-date {
  font-size: 13px;
  color: #6e48aa;
}

/* Newsletter Widget */
.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.newsletter-form input {
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.newsletter-form button {
  background: #6e48aa;
  color: white;
  border: none;
  padding: 12px 15px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.newsletter-form button:hover {
  background: #9d50bb;
}

/* Responsive Design */
@media (max-width: 992px) {
  .news-detail-grid {
    grid-template-columns: 1fr;
  }

  .related-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .news-main-content {
    padding: 30px;
  }

  .article-title {
    font-size: 30px;
  }

  .related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  .news-main-content {
    padding: 25px 20px;
  }

  .article-title {
    font-size: 26px;
  }

  .article-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .social-sharing {
    flex-wrap: wrap;
    gap: 10px;
  }

  .share-label {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* Blog Section Styling */
.blog-section {
  padding: 40px 0;
  background: #f8f9fa;
  position: relative;
}

/* Blog Grid Layout */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}

/* Blog Card Styling */
.blog-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.blog-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.3));
}

.blog-card:hover .blog-image img {
  transform: scale(1.05);
}

.blog-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.blog-meta {
  margin-bottom: 15px;
}

.publish-date {
  color: var(--primary-color);
  font-size: 16px;
  font-weight: 500;
}

.publish-date i {
  margin-right: 8px;
}

.blog-title {
  font-size: 30px;
  font-weight: 700;
  color: var(--secondary-color);
  margin: 0 0 15px;
  line-height: 30px;
}

.blog-excerpt {
  color: #555;
  margin-bottom: 10px;
  line-height: 1.6;
  flex-grow: 1;
}

.blog-excerpt p {
  margin: 0;
}

.read-more-btn {
  display: inline-flex;
  align-items: center;
  background: var(--theme-bg-color);
  color: white;
  padding: 12px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  align-self: flex-start;
}
.read-more-btn:hover
{
  color: var(--theme-white-color);
}
.read-more-btn i {
  margin-left: 8px;
  font-size: 12px;
  transition: transform 0.3s ease;
}

.read-more-btn:hover {
  background: var(--theme-bg-color);    
}

.read-more-btn:hover i {
  transform: translateX(3px);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .blog-grid {
    gap: 25px;
  }
}

@media (max-width: 992px) {
  .blog-section {
    padding: 80px 0;
  }

  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .blog-section {
    padding: 20px 0;
  }

  .section-header {
    margin-bottom: 10px;
  }

  .section-title {
    font-size: 32px;
  }

  .blog-image {
    height: 220px;
  }
  .blog-content
  {
    padding: 15px;
  }
}

@media (max-width: 576px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 28px;
  }

  .blog-card {
    max-width: 400px;
    margin: 0 auto;
  }
}
/*blog section style end*/

/*gallery style start*/
.gallery-section {
  padding: 50px 0;
  background: #f8f9fa;
}

.gallery-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
}


.gallery-container {
  width: 100%;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.gallery-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.gallery-link {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(110, 72, 170, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-overlay i {
  color: white;
  font-size: 30px;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-item:hover .gallery-image {
  transform: scale(1.05);
}

/* Load More Styles */
.gallery-hidden {
  display: none !important;
}

.load-more-container {
  text-align: center;
  margin-top: 30px;
}

.gallery-load-more-btn {
  background: var(--theme-bg-color);
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 4px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery-load-more-btn:hover {
  background: var(--theme-bg-color);
  transform: translateY(-2px);
}

/* Animation for newly loaded items */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.gallery-item.animate-in {
  animation: fadeIn 0.5s ease forwards;
}

/* Responsive */
@media (max-width: 1024px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
/*gallery style end*/


/* Portfolio Section */
.portfolio-section.portfolio-page 
{
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.portfolio-section {
  padding: 40px 0;
  background: var(--theme-white-color);
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}

.portfolio-section .section-header {
  text-align: center;
  margin-bottom: 30px;
}


/* Category Tabs */
.portfolio-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.tab-btn {
  padding: 8px 45px;
  background: #fff;
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  color: #555;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 18px;
}

.tab-btn:hover,
.tab-btn.active {
  background: var(--theme-bg-color);
  border-color: var(--primary-color);
  color: #fff;
}

/* Portfolio Grid - 2 items per row */
.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.portfolio-item {
  display: none; /* Items hidden by default */
}

.portfolio-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgb(0 0 0 / 19%);
  transition: transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.portfolio-card:hover {
  transform: translateY(-5px);
}

.portfolio-image {
  height: 350px;
  overflow: hidden;
}

.portfolio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.portfolio-card:hover .portfolio-image img {
  transform: scale(1.03);
}

.portfolio-details {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.portfolio-category {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 14px;
}

.portfolio-title {
  color: var(--secondary-color);
  font-size: 32px;
  margin-bottom: 10px;
  font-weight: 700;
  margin-top: 10px;
}

.portfolio-desc {
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
  flex-grow: 1;
}

.portfolio-links {
  display: flex;
  gap: 15px;
  margin-top: auto;
}

.portfolio-link,
.portfolio-btn {
  padding: 8px 15px;
  border-radius: 4px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 14px;
}

.portfolio-link {
  background: var(--theme-white-color);
  color: #23527c;
  border: 1px solid #23527c;
}


.portfolio-btn {
  background: var(--secondary-color);
  color: #fff;
  border: 1px solid var(--secondary-color);
}

.portfolio-btn:hover {
  background: var(--primary-color);
  color: var(--theme-white-color);
}

.portfolio-btn i {
  margin-left: 5px;
  transition: transform 0.3s ease;
}

.portfolio-btn:hover i {
  transform: translateX(3px);
}

/* Responsive Styles */
@media (max-width: 768px) {
  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .section-title {
    font-size: 30px;
  }
}

@media (max-width: 576px) {
  .portfolio-tabs {
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .portfolio-links {
    flex-direction: column;
    gap: 10px;
  }

  .portfolio-link,
  .portfolio-btn {
    width: 100%;
    text-align: center;
  }
}

.portfolio-item {
  display: none;
}


/* Home Slider Improvements */
.services-slider {
  position: relative;
  width: 100%;
  margin-bottom: 0; /* Remove default bottom margin */
}

.service-slide {
  display: flex;
  min-height: 80vh; /* Adjust height as needed */
}

.slide-content {
  flex: 1;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.slide-image {
  flex: 1;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* Add overlay to slide image */
.slide-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}

/* About Section Improvements */
.about-section.sec-pad {
  padding: 40px 0;
  position: relative;
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
  margin-top: -1px; /* Eliminate any gap */
}

.about-image-wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* Clear separation between sections */
.services-slider + .about-section {
  margin-top: 0;
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .service-slide {
    flex-direction: column;
  }

  .slide-content {
    order: 2;
    padding: 40px 5%;
  }
  
  .slide-image {
    order: 1;
    height: 400px;
  }

  .about-section.sec-pad {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .service-slide {
    min-height: 70vh;
  }

  .about-section.sec-pad {
    padding: 40px 0;
  }
}

@media (max-width: 576px) {
  .service-slide {
    min-height: 60vh;
  }

  .slide-image {
    height: 300px;
  }

  .about-section.sec-pad {
    padding: 40px 0;
  }
}


/*counter style start*/

/* Achievements Section - Modern CSS */
.achievements-section {
  padding: 40px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
}



.achievements-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.achievement-card {
  background: white;
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.achievement-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #6e48aa, #9d50bb);
}

.achievement-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.achievement-icon {
  font-size: 65px;
  color: var(--primary-color);
  transition: transform 0.3s ease;
}

.achievement-card:hover .achievement-icon {
  transform: scale(1.1);
}
.achievement-content
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.achievement-number {
  font-size: 48px;
  font-weight: 700;
  color: var(--secondary-color);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  line-height: 1;
  margin-bottom: 15px;
}

.plus-sign {
  font-size: 30px;
  color: var(--secondary-color);
  margin-left: 5px;
  font-weight: 300;
}

.achievement-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #6e48aa, #9d50bb);
  margin: 0 auto 20px;
  border-radius: 3px;
  transition: width 0.3s ease;
}

.achievement-card:hover .achievement-divider {
  width: 80px;
}

.achievement-title {
  font-size: 18px;
  color: #555;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

.achievement-card:hover .achievement-title {
  color: #6e48aa;
}

/* Responsive Design */
@media (max-width: 992px) {
  .achievements-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .achievements-section {
    padding: 20px 0;
  }
  
  .achievements-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .achievement-card {
    padding: 20px 20px;
  }

  .achievement-content
  {
    justify-content: flex-start;
    gap: 15px;
  }
  
  .achievement-number {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .achievement-divider
  {
    display: none;
  }
  .content-counter
  {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .plus-sign {
    font-size: 24px;
  }
  
  .achievement-icon {
    font-size: 30px;
  }
}

/*counter style end*/

/*team section style start*/

/* Modern Team Section */
.team-section {
  background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
  position: relative;
  overflow: hidden;
}


.team-grid-modern {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 40px;
}

.team-card-modern {
  background: white;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.team-card-modern:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.team-card-header-modern {
  padding: 30px;
  background: linear-gradient(135deg, #6e48aa 0%, #9d50bb 100%);
  color: white;
  position: relative;
}

.team-card-header-modern:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 40px;
  width: 40px;
  height: 40px;
  background: white;
  transform: rotate(45deg);
  z-index: 1;
}

.title-wrapper {
  position: relative;
  z-index: 2;
}

.member-name-modern {
  font-size: 32px;
  margin: 0 0 5px;
  color: white;
  font-weight: 700;
}

.designation-icon {
  margin-right: 12px;
  font-size: 24px;
  vertical-align: middle;
}

.member-position-modern {
  display: block;
  font-size: 18px;
  color: rgba(255,255,255,0.9);
  font-weight: 500;
}

/* Body Section */
.team-card-body-modern {
  padding: 35px 30px 30px;
}

.about-title {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
}

.about-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 3px;
  background: var(--primary-color);
}

.member-bio-modern {
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* Expertise */
.expertise-title {
  color: #444;
  font-size: 16px;
  margin-bottom: 12px;
}

.expertise-list-modern {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
}

.expertise-list-modern li {
  background: #f0e6ff;
  color: #6e48aa;
  padding: 6px 15px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
  .team-grid-modern {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin-top: 20px;
  }

  .team-card-header-modern {
    padding: 25px;
  }

  .member-name-modern {
    font-size: 24px;
  }
  .team-card-body-modern
  {
    padding: 10px;
  }
}

/*team section style end*/

/* About Section Styles */
.about-section {
  position: relative;
  background-color: #f9f9f9;
  overflow: hidden;
}

.about-image-wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.about-main-img {
  width: 100%;
  height: auto;
  display: block;
}

.experience-badge {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: linear-gradient(135deg, #6e48aa 0%, #9d50bb 100%);
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.experience-badge .years {
  display: block;
  font-size: 42px;
  font-weight: 700;
  color: var(--theme-white-color);
  line-height: 1;
}

.experience-badge .label {
  display: block;
  font-size: 18px;
  color: var(--theme-white-color);
  margin-top: 5px;
  font-weight: 500;
}



.section-tagline {
  display: inline-block;
  color: var(--primary-color);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
}


.section-subtitle span {
  font-size: 16px;
  color: #555;
  font-weight: 500;
}

.section-subtitle .divider {
  width: 4px;
  height: 4px;
  background: #2a5db0;
  border-radius: 50%;
}

.about-text p {
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 16px;
}

.brand-logos {
  margin: 30px 0;
}

.brand-logos .logo-title {
  display: block;
  font-size: 14px;
  color: #777;
  margin-bottom: 10px;
}

.brand-logos .logos {
  display: flex;
  align-items: center;
  gap: 20px;
}

.brand-logos .logos img {
  height: 30px;
  width: auto;
  opacity: 0.8;
  transition: all 0.3s ease;
}

.brand-logos .logos img:hover {
  opacity: 1;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  background: var(--secondary-color);
  color: white;
  padding: 14px 28px;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.thm-btn i, .btn-primary i {
  margin-left: 8px;
  font-size: 12px;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background: var(--primary-color);
}
.thm-btn:hover i
{
  transform: translateX(3px); 
}

.btn-primary:hover i {
  transform: translateX(3px);
}

/* Responsive Styles */
@media (max-width: 991px) {
  .section-title {
    font-size: 30px;
  }

  .experience-badge {
    padding: 15px;
    right: 20px;
  }

  .experience-badge .years {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .about-image-wrapper {
    margin-bottom: 30px;
  }

  .section-title {
    font-size: 28px;
    line-height: 30px;
  }

  
  .section-subtitle .divider {
    display: none;
  }

  .brand-logos .logos {
    flex-wrap: wrap;
    gap: 15px;
  }
}

/*about section style end*/

/*history section style start*/
/* History Timeline Section */
.history-timeline-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}


.section-title {
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 0;
}

.founders-card {
  display: flex;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  overflow: hidden;
  margin-bottom: 50px;
  transition: transform 0.3s ease;
}

.founders-card:hover {
  transform: translateY(-5px);
}

.founders-image {
  flex: 1;
  background-size: cover;
  background-position: center;
}
.founders-image img
{
  height: 100%;
}

.founders-content {
  flex: 1;
  padding: 20px 25px;;
  background: linear-gradient(135deg, #6e48aa 0%, #9d50bb 100%);
}

.founders-content h3 {
  font-size: 32px;
  color: var(--theme-white-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 15px;
}

.founders-content h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: var(--theme-white-color);
}

.founders-content p {
  color: var(--theme-white-color);
  line-height: 1.8;
  font-size: 16px;
}

.timeline-horizontal {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 -15px;
}

.timeline-period {
  flex: 1;
  margin: 0 15px;
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  position: relative;
  transition: transform 0.3s ease;
}

.timeline-period:hover {
  transform: translateY(-10px);
}

.current-period {
  background: var(--theme-bg-color);
  color: white;
}

.current-period .period-title,
.current-period .timeline-content p {
  color: white;
}

.period-title {
  font-size: 22px;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
  color: #2c3e50;
}

.period-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: #6e48aa;
}

.current-period .period-title::after {
  background: white;
}

.timeline-item {
  margin-bottom: 20px;
  position: relative;
  padding-left: 25px;
}

.timeline-item::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #6e48aa;
  font-size: 24px;
}

.current-period .timeline-item::before {
  color: white;
}

.timeline-content p {
  color: #555;
  line-height: 1.7;
}

.history-quote {
  margin-top: 60px;
  text-align: center;
  padding: 40px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  position: relative;
}

.history-quote::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 30px;
  font-size: 80px;
  color: rgba(110, 72, 170, 0.1);
  font-family: serif;
}

blockquote {
  font-size: 24px;
  font-style: italic;
  color: #2c3e50;
  margin-bottom: 15px;
  line-height: 1.6;
  border-left: 5px solid var(--primary-color);
}

.quote-author {
  font-weight: 600;
  color: #6e48aa;
}

/* Responsive */
@media (max-width: 992px) {
  .timeline-horizontal {
    flex-direction: column;
  }

  .timeline-period {
    margin-bottom: 30px;
  }

  .founders-card {
    flex-direction: column;
  }

  .founders-image {
    min-height: 200px;
  }
}

/* Story & Mission Section */
.story-mission-section {
  padding: 100px 0;
  background-color: #fff;
  position: relative;
}

.divider {
  width: 80px;
  height: 4px;
  background: linear-gradient(to right, #6e48aa, #9d50bb);
  margin: 0 auto 40px;
  border-radius: 2px;
}

.story-card, .mission-card {
  height: 100%;
  background: white;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.story-card:hover, .mission-card:hover {
  transform: translateY(-5px);
}

.card-header {
  padding: 20px;
  background: var(--theme-bg-color);
  color: white;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-icon {
  display: inline-block;
  font-size: 40px;
  color: var(--theme-white-color);
}

.card-title {
  font-size: 32px;
  margin-bottom: 5px;
  margin-top: 10px;
  font-weight: 600;
  color: var(--theme-white-color);
}

.card-subtitle {
  font-size: 22px;
  font-weight: 400;
  opacity: 0.9;
  color: var(--theme-white-color);
}

.card-body {
  padding: 30px;
}

.card-content p {
  color: #555;
  line-height: 1.8;
  font-size: 16px;
}

/* Responsive */
@media (max-width: 768px) {
  .story-mission-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 28px;
    line-height: 28px;
  }
  .section-tagline
  {
    font-size: 16px;
  }
}

/*history section style end*/

/* Services Slider Styles */
.services-slider {
  position: relative;
  width: 100%;
  background: var(--theme-white-color);
}

.service-slide {
  display: flex;
  min-height: 650px;
}

.slide-content {
  flex: 1;
  padding: 60px 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--theme-white-color);
}

.slide-image {
  flex: 1;
  background-size: cover;
  background-position: center;
}

.slide-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  color: var(--secondary-color);
  margin-bottom: 20px;
}

.slide-text {
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
  line-height: 1.6;
  max-width: 600px;
}

.services-section {
  margin-top: 30px;
}

.services-title {
  font-size: 24px;
  color: #2c3e50;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 10px;
}

.services-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #3498db;
}

.service-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.service-icon {
  font-size: 24px;
  margin-right: 15px;
  color: #3498db;
}

.service-name {
  font-size: 18px;
  color: #2c3e50;
  margin-bottom: 5px;
}

.service-desc {
  font-size: 14px;
  color: #7f8c8d;
  line-height: 1.5;
}

/* Owl Carousel Navigation */
.services-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 0 !important;
}

.services-slider .owl-prev, .services-slider .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9) !important;
  border-radius: 50% !important;
  color: #2c3e50 !important;
  font-size: 14px !important;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
  align-content: center;
}

.services-slider .owl-prev {
  left: 20px;
}

.services-slider .owl-next {
  right: 20px;
}

.services-slider .owl-prev:hover, .services-slider .owl-next:hover {
  background: var(--primary-color) !important;
  color: white !important;
}

.services-slider .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.services-slider .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  margin: 0 5px !important;
  background: rgb(22 47 64 / 50%) !important;
}

.services-slider .owl-dot.active span {
  background: var(--primary-color) !important;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .service-slide {
    flex-direction: column;
  }
  
  .slide-content {
    order: 2;
    padding: 10px 5%;
  }
  
  .slide-image {
    order: 1;
    height: 300px;
  }
  
  .slide-heading {
    font-size: 28px;
  }
}

@media (max-width: 576px) {


  .slide-text {
    font-size: 16px;
  }
  
  .services-title {
    font-size: 20px;
  }
}
/* end Services Slider Styles */

/* Banner Slider Styles */
.banner-slider {
  position: relative;
  width: 100%;
}

.banner-slide {
  height: 750px;
  padding-top: 180px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}

.banner-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.banner-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 850px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  backdrop-filter: blur(5px);
  border-left: 10px solid var(--primary-color);
}

.banner-content.text-right {
  margin-left: auto;
}

.banner-content.text-center {
  margin: 0 auto;
  text-align: center;
}

.banner-title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.page-template-home-v4 .banner-title
{
  color:white;
}

.banner-text {
  font-size: 18px;
  margin-bottom: 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  color: var(--theme-white-color);
}

.banner-btn {
  display: inline-block;
  padding: 12px 30px;
  background: #ff6b6b;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.banner-btn:hover {
  background: #ff5252;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Owl Carousel Navigation */
.banner-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.banner-slider .owl-prev, .banner-slider .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3) !important;
  border-radius: 50% !important;
  color: #fff !important;
  font-size: 24px !important;
  transition: all 0.3s ease;
  padding: 10px 7px !important;
}

.banner-slider .owl-prev {
  left: 30px;
}

.banner-slider .owl-next {
  right: 30px;
}

.banner-slider .owl-prev:hover, .banner-slider .owl-next:hover {
  background: rgba(255, 255, 255, 0.7) !important;
  color: #333 !important;
}

.banner-slider .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}

.banner-slider .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  margin: 0 5px !important;
  background: rgba(255, 255, 255, 0.5) !important;
  transition: all 0.3s ease;
}

.banner-slider .owl-dot.active span {
  background: var(--primary-color) !important;
  width: 30px !important;
  border-radius: 15px !important;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .banner-slide {
    height: 450px;
  }
  
  .banner-title {
    font-size: 32px;
  }
  
  .banner-text {
    font-size: 16px;
  }
  
  .banner-btn {
    padding: 10px 20px;
  }
}

@media (max-width: 991px) {
  .banner-slide {
    height: 350px;
  }
  
  .banner-content {
    padding: 15px;
    text-align: center;
    max-width: 100%;
  }
  
  .banner-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  
  .banner-slider .owl-prev, .banner-slider .owl-next {
    width: 35px;
    height: 35px;
    font-size: 16px !important;
  }
  
  .banner-slider .owl-prev {
    left: 10px;
  }
  
  .banner-slider .owl-next {
    right: 10px;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* End Banner Slider Styles */



#site-loader {
  position: fixed;
  z-index: 9999;
  background: #fff;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s;
}

.loader-content {
  text-align: center;
}

.loader-logo {
  width: 90px;
  margin-bottom: 25px;
}

.loader-animation {
  width: 50px;
  height: 50px;
  margin: 0 auto 20px auto;
  border: 6px solid var(--primary-color); /* gold color */
  border-top: 6px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.loader-text {
  font-size: 1.2rem;
  color: #333;
  margin-top: 10px;
  letter-spacing: 1px;
}

@keyframes spin {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
}


a, a:active, a:hover {
	text-decoration: none !important;
}
.slider-content-bg {
  background: rgba(0,0,0,0.6); /* semi-transparent black */
  padding: 30px 40px;
  border-radius: 10px;
  display: inline-block; /* keeps background tight to content */
  color: #fff; /* for white text */
}


img {
	max-width: 100%;
}

.container {
	padding: 0;
}

.sec-pad {
	padding: 40px 0;
}

.sec-title {
	position: relative;
}

.sec-title h1 {
  font-family: 'Abhaya Libre', serif;
  font-style: italic;
  font-size: 18px;
  color: var(--primary-color);
  margin: 0;
  text-transform: capitalize;
  line-height: 100%;
}

.sec-title h2 {
  font-family: 'Abhaya Libre', serif;
  font-size: 40px;
  color: var(--secondary-color);
  margin: 0;
  line-height: 45px;
  margin-top: 6px;
  top: 0;
  font-weight: 700;
  left:0;
}


.thm-btn {
	display: inline-block;
	background: linear-gradient(135deg, #6e48aa 0%, #9d50bb 100%);
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	outline: none;
	color: var(--theme-white-color);
	padding: 12px 18px;
	transition: all .4s ease;
  border-radius: 4px;
  border: 1px solid var(--theme-bg-color);
}


.rev_slider li,
.tp-revslider-mainul {
  background: #222 !important; /* Use the same dark color as your overlay */
}

.thm-btn:hover {
	background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color) 100%);
	color: #fff;
}

.thm-btn.borderd {
	border: 1px solid var(--theme-white-color);
	background: transparent;
  margin-left: 15px;
  color: var(--theme-white-color);
}
.thm-btn.borderd:hover
{
  background: var(--primary-color);
  color: var(--theme-white-color) !important;
}
.services-slider .thm-btn.borderd {

  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
/*
* =1 header style
*/


.header
{
  position: relative;
}

.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;

  margin: 0 auto; /* Center the row */
  position: relative; /* Or remove this line entirely */
}

.header-logo {
  flex: 0 0 auto;
}

.header-nav-btn {
  position: relative;
}

/* Ensure Book Now button is inline with menu on desktop */
.header-nav-btn .book-now-btn {
  margin-left: 30px;
}

/* Responsive: Stack menu and button on mobile */
@media (max-width: 991px) {
  .header-flex {
    flex-direction: column;
    align-items: stretch;
  }
  .header-nav-btn {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-nav-btn .book-now-btn {
    margin: 15px 0 0 0;
  }
}

.header .top-header .top-left, .header .top-header .top-right
{
  padding: 0;
}

.header .top-header .top-right{
	display: flex;
	align-items: center;
}
.header .top-header .top-right marquee
{
	color: var(--theme-white-color);
	font-size: 16px;
	margin-right: 18px;
}


.header-2 .top-header .top-right marquee
{
  color: var(--theme-white-color);
  font-weight: 800;
}
.header .top-header {    
  background: var(--theme-bg-color);
  width: 100%;
  padding: 10px 0;
}

.row.top-header-row {
  /* Remove position, left, transform */

  margin: 0 auto; /* Center the row */
  position: relative; /* Or remove this line entirely */
}

.top-header-row.top-header-5, .header-flex.header-5
{
  width: 90%;
}
.header .top-header .top-contact
{
	margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
.header .top-header .top-contact li
{
	display: flex;
	align-items: center;
}
.header .top-header .top-contact li a
{
	font-size: 16px;
	color: var(--theme-white-color);
	margin-left: 5px;
}

.header-2 .top-header .top-contact li a
{
  color: var(--theme-white-color);
  font-weight: 800;
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 999;
  background: #fff; /* Or your nav background color */
  width: 100%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05); /* Optional: subtle shadow */
}
.navbar
{
	border-radius: unset;
}

.navbar.header-navigation {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #fff;
  box-shadow: none;
  transition: 
  transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
  box-shadow 0.3s;
  transform: translateY(0);
  margin: 0;
}

/* Sticky state: slide down from above */
.header-navigation.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  animation: navbarSlideDown 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

/* Keyframes for slide down */
@keyframes navbarSlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

.navbar.header-navigation.is-sticky .header-logo
{
	position: relative;
}
.navbar.header-navigation.is-sticky .navbar-brand img
{
	height: 50px !important;
}

.navbar-brand
{
	padding: 0 !important;
}


.header, .container-fluid, .row, .header-flex {
  overflow: visible !important;
}

.header .top-header .social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}

.header .top-header .social li {
  display: inline-block;
}
.header .top-header .social li a, .header .top-header .top-contact li i {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--theme-white-color); 
  text-decoration: none;
  font-size: 18px;
  transition: background-color 0.3s, color 0.3s;
}

.header-2 .top-header .top-contact li i
{
  color: var(--theme-white-color);
}
.header .top-header .social li a
{
	color: var(--theme-white-color);
}
.header-2 .top-header .social li a
{
  color: var(--theme-white-color);
}


.header .header-navigation.navbar {
	background-color: var(--theme-white-color);
	width: 100%;
  padding: 5px 0;

}
.navbar-header
{
	width: 100%;
}
.header .header-navigation.navbar > .container .navbar-brand,
.header .header-navigation.navbar > .container-fluid .navbar-brand {
	margin: 0;
	float: left;
	height: auto;
	font-size: 18px;
	line-height: 90px;
	background: var(--theme-white-color);
  border-radius: 3px;
}
.header .header-navigation.navbar .navbar-brand img
{
	height: 55px;
}
.header-2 .header-btn
{
	background: linear-gradient(135deg, #6e48aa 0%, #9d50bb 100%) !important;
	color: var(--theme-white-color) !important;
  border: none !important;
}



.thm-btn.header-btn
{
	background: var(--theme-white-color);
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
	margin-left: 30px;
  padding: 12px 18px;
}
.thm-btn.header-btn:hover
{
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--theme-white-color);
}
#main-nav-bar
{
  width: 100%;
}
#main-nav-bar > ul > .menu-item-has-children
{
	display: flex;
	align-items: center;
}
#main-nav-bar > ul > .menu-item-has-children::after {
  font-family: "Font Awesome 5 Free";
  content: "\f078"; /* fa-chevron-down */
  font-weight: 900;
  margin-left: -5px;
} 
.header-2 #main-nav-bar > ul > .menu-item-has-children::after
{
	color: var(--theme-white-color);	
}
#main-nav-bar > ul > li {
	position: relative;
  padding-right: 10px;
}
#main-nav-bar > ul > li > a {
	text-transform: capitalize;
	color: #000000;
	font-weight: 500;
	padding: 10px 10px;
	font-size: 18px;
}
#main-nav-bar > ul > li > .sub-menu
{
	background: var(--theme-white-color);
  border-radius: 3px;
}
#main-nav-bar > ul > li > .sub-menu li a
{
	color: #000000 !important;
}
#main-nav-bar > ul > li > ul {
	position: absolute;
	top: 100%;
	left: 80px;
	background: #222222;
	padding: 0;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease;
  width: 100%;
}
#main-nav-bar > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}
#main-nav-bar > ul > li > ul > li {
	list-style: none;
  border-bottom: 1px solid #000000;
}
#main-nav-bar > ul > li > ul > li:last-child {
  border-bottom: none;
}
#main-nav-bar > ul > li > ul > li > a {
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	color: var(--theme-white-color);
	padding: 9px 14px;
  display: block;
}

#main-nav-bar > ul > li.current-menu-item a
{	
	color: var(--primary-color) !important;
}
#main-nav-bar > ul > li > ul > .current-menu-item a
{	
	color: var(--primary-color) !important;
}
.navbar-default
{
	border: unset;
}

.navbar-default .navbar-nav>.active>a:hover
{
	background: var(--theme-white-color);
}
#main-nav-bar > ul > li > a.book-now-btn {
	color: var(--theme-white-color);
	padding: 10px 33px;
	margin-left: 20px;
}
#main-nav-bar > ul > li > a.book-now-btn:hover {
	background: #282834;
}

@media (min-width: 1025px) {
	.nav li a span.phone-only {
		display: none;
	}
}
@media (max-width: 1024px) {
	.nav li a span.phone-only {
		display: inline-block;
	}

	.nav li a span.phone-only + i {
		display: none;
	}
  .header-3 .header-flex
  {
    background: unset !important;
    padding: unset !important;
    border-radius: unset !important;
    width: unset !important;
  }
}

/*
* =2 header style
*/
.header-2
{
	position: absolute;
	background: transparent;
	z-index: 9;
	left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.header-2 .row.top-header-row
{
  width: 90%;
}

.header-2 .top-header
{
	background: transparent;
  border-bottom: 1px solid #ffffff3b;
}

.header-2 .header-flex
{
  width: 90%;
}
.header-2 .header-navigation.navbar
{
	background: transparent;
}
.header-2 .navbar-brand
{
	padding: 5px !important;
}
.header-2 #main-nav-bar > ul > li > a
{
	color: var(--theme-white-color);
  font-weight: 600;
}
/*
* =3 header style
*/
.header-3 .header-navigation.navbar
{
	position: absolute;
  width: 100%;
  top: 20px;
  left: 0;
  background: transparent;
}
.header-3 .header-flex
{
	background: var(--theme-white-color);
	padding: 20px;
  border-radius: 20px;
  width: 80%;
}

/*
* =3 banner section style
*/

.banner-caption-box-2
{
  background: #000000a8;
}

.banner-caption-h3 {
	font-size: 50px;
  font-family: 'Abhaya Libre', serif;
  color: var(--theme-white-color);
  line-height: 50px;
}

.banner-caption-p {
	font-family: 'Montserrat', sans-serif;
	color: var(--theme-white-color);
	font-size: 18px;	
}

/*
* =4 book now section
*/

.book-now-section {
	background: #282834;

}
.book-now-section .title-box {
	width: 165px;
	float: left;
	border-right: 1px solid #53535D;
	position: relative;
	margin-right: 40px;
	padding: 35px 0;
}
.book-now-section .title-box i {
	color: var(--primary-color);
	position: absolute;
	top: 35%;
  right: -9%;
  border: 1px solid #53535D;
  border-radius: 50%;
  width: 30px;
  text-align: center;
  height: 30px;
  background: #282834;
  line-height: 28px;
}
.book-now-section .title-box h3 {
	margin: 0;
	color: var(--theme-white-color);
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	font-family: 'Montserrat', sans-serif;
}
.book-now-section .title-box span {
	color: var(--primary-color);
	display: block;
}
.book-now-section .form-grp {
	width: 193px;
	float: left;
	padding: 35px 5px;
	position: relative;
}
.book-now-section .form-grp i {
	position: absolute;
	top: 43%;
  right: 20px;
  color: #848484;
}
.book-now-section .form-grp .thm-btn {
  border: none;
  padding: 15px 16px;
}
.book-now-section .form-grp input {width: 100%;height: 50px;padding: 0 10px;}
.book-now-section .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}
.book-now-section .btn-group.bootstrap-select {
  width: 100%;
}

.book-now-section .btn {
  background: var(--theme-white-color);
  font-size: 14px;
  color: #848484;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  border: none;
  outline: none !important;
  padding: 15px 10px;
  border-radius: 0;
  margin-top: 0;
  height: auto;
}

.book-now-section .bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  top: 2px;
  right: 20px;
}

.book-now-section .dropdown-menu {
  padding: 0;
  border-radius: 0;
}

.book-now-section .dropdown-menu>li>a {
  padding: 8px 15px;
  color: #fff;
  transition: all .3s ease;
}

.book-now-section .dropdown-menu>li>a:hover {
  background: var(--primary-color);
}

.book-now-section .bootstrap-select.btn-group .dropdown-menu li a span.text {
  font-size: 13px;
  color: #848484;
}

.book-now-section .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
  color: #fff;
  transition: all .3s ease;
}

.book-now-section .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: '\f107';
  font-family: 'FontAwesome';
  color: #848484;
  font-size: 14px;
  line-height: 46px;
}
.book-now-section button.Zebra_DatePicker_Icon_Inside {display: none;}

/*
* =5 welcome section
*/  

.welcome-section
{
	background: #f7f7fa;
}
.welcome-section .row
{
 display: flex;
 align-content: center;
 align-items: center;
}
.welcome-section .sec-title {
	margin-bottom: 15px;
}

.welcome-section .thm-btn {
	margin-top: 10px;
}
.welcome-section .welcome-left {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  padding: 36px 32px;
}

/*
* =6 counter section
*/

.counter-section {
	-webkit-background-size: cover;
	background-size: cover;
	padding: 45px 0;
}
.counter-section .single-counter .counter-number
{
	display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.counter-section .single-counter .counter-number span
{
	font-size: 40px;
	margin-left: 5px;
  color: #ffff;
  font-style: italic;
}

.counter-section .single-counter h4 {
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	color: var(--theme-white-color);
	font-size: 45px;
}
.counter-section .single-counter .decor-line {
	display: block;
	width: 40px;
	height: 2px;
	background: var(--primary-color);
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.counter-section .single-counter p {
	font-size: 24px;
	color: var(--theme-white-color);
}



/* 
* =7 room section
*/


.our-rooms .sec-title {
	margin-bottom: 50px;
}
.single-room h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-style: italic;
	color: #222222;
	margin: 0;
	margin-bottom: 15px;
}
.single-room i {
	color: #fbb234;
	font-size: 12px;
}
.single-room .bottom-box {
	border: 1px solid #E5E5E5;
	padding: 40px 30px;
	padding-top: 35px;
}
.single-room .thm-btn {
	float: left;
}
.single-room span {
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	color: #848484;
	font-size: 13px;
	text-transform: capitalize;
}
.single-room .price {
	color: var(--primary-color);
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	font-size: 22px;
	font-weight: bold;
}
.single-room p {margin-bottom: 20px;margin-top: 15px;}
.single-room .price-box {
	float: left;
	padding-left: 30px;
}
.room-carousel.owl-theme .owl-nav [class*=owl-] {
	width: 40px;
	height: 40px;
	background: var(--primary-color);
	border-radius: 0;
	font-size: 15px;
	line-height: 40px;
	padding: 0;
}
.room-carousel.owl-theme .owl-nav {position: absolute;bottom:100%;right:0;margin-bottom: 50px;}
.rooms-grid {padding-bottom: 70px;}
.rooms-grid .single-room {
	margin-bottom: 30px;
}
.rooms-list .single-room {
	margin-bottom: 30px;
}
.rooms-list .single-room .img-box, 
.rooms-list .single-room .text-box,
.rooms-list .single-room .price-box {
	float: left;
}
.rooms-list .single-room .thm-btn {
	float: none;
	padding-left: 21px;
	padding-right: 21px;
}
.rooms-list .single-room span.price {
	font-size: 30px;
	margin-bottom: 0;
}
.rooms-list .single-room span {
	display: block;
	font-size: 18px;
	margin-bottom: 15px;

}
.rooms-list .single-room .img-box {
	width: 370px;
}
.rooms-list .single-room .text-box {
	width: 620px;
	padding: 39px 0;
	padding-left: 40px;
	border: 1px solid #e5e5e5;
	padding-right: 40px;
}
.rooms-list .single-room .price-box {
	width: 180px;
	text-align: center;
	padding: 74px 25px;
	border: 1px solid #e5e5e5;
	border-left: 0;
}
/* 
* =8 our gallery
*/

.gallery-section .gallery-section-image {
  height: 300px;
  width: 300px;
  object-fit: cover;
}
.gallery-section.gray-bg {
	padding-bottom: 0px;
}
.gallery-section .sec-title {
	margin-bottom: 40px;
}

.single-gallery {
	position: relative;
}
.single-gallery .overlay {
	position: absolute;
	top: 0;
	left:0;
	right: 0;
	bottom:0;
	background: #282834bf;
	opacity: 0;
	visibility: hidden;
	transition: all .4s ease;
}
.single-gallery:hover .overlay {
	opacity: 1;
	visibility: visible;
}
.single-gallery .overlay .dt {
	display: table;
	width: 100%;
	height: 100%;
}
.single-gallery .overlay .dtc {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.single-gallery h3 {
	font-size: 18px;
	color: var(--theme-white-color);
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	margin-top: 20px;
}
.single-gallery i {
	width: 45px;
	height: 45px;
	border: 2px solid var(--theme-white-color);
	color: var(--theme-white-color);
	line-height: 41px;
	border-radius: 50%;
}
.gallery-carousel .owl-controls {
	position: absolute;
	bottom:100%;
	right: 0;
	width: 100%;
}
.gallery-carousel .owl-controls .owl-nav {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	margin-bottom: 100px;
}
.gallery-carousel.owl-theme .owl-nav [class*=owl-] {
	width: 40px;
	height: 40px;
	background: var(--theme-bg-color);
	border-radius: 0;
	font-size: 15px;
	line-height: 40px;
	padding: 0;
	text-align: center;
}
.gallery-page .single-gallery {
	margin-bottom: 30px;
}
.post-filter {
	margin-bottom: 50px;
}
.post-filter li {
	padding: 0 20px;
}
.post-filter li span {
	cursor: pointer;
	color: #343434;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	transition: all .4s ease;
}
.post-filter li span:hover,
.post-filter li.active span {
	color: var(--primary-color);
}

/* 
* =9 our service 
*/

.our-services .sec-title {
	margin-bottom: 40px;
}
.our-services .single-service {
	text-align: center;
	border: 1px solid #E5E5E5;
	margin-bottom: 30px;
	padding: 35px 0;
	padding-top: 40px;
	transition: all .4s ease;
	position: relative;
}
.our-services .single-service:before {
	content: '';
	position: absolute;
	top:10px;left:10px;
	right:10px;bottom:10px;
	border: 1px dashed #fff;
}
.our-services .single-service:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
}
.our-services .single-service:hover i {
	color: var(--theme-white-color);
}
.our-services .single-service:hover h3 {
	color: var(--theme-white-color);
}
.our-services .single-service i {
	font-size: 53px;
	color: var(--primary-color);
	transition: all .4s ease;
}
.our-services .single-service h3 {
	font-size: 22px;
	transition: all .4s ease;
	font-style: italic;
	font-family: 'Montserrat', sans-serif;
	color: #222222;
	margin: 0;
	margin-top: 15px;
}

/* 
* =10 testimonial carousel
*/

.tesimonial-section {	
	background-size: cover;
}
.single-testimonial-carousel {
	text-align: center;	
}
.single-testimonial-carousel i {
	width: 90px;
	height: 90px;
	background: rgba(127, 193, 66, .50);
	border-radius: 50%;
	color: var(--theme-white-color);
	font-size: 36px;
	line-height: 90px;
}
.single-testimonial-carousel p {
	font-size: 18px;
	color: var(--theme-white-color);
	line-height: 32px;
	margin-top: 40px;
}
.single-testimonial-carousel h3 {
	font-size: 40px;
	color: var(--theme-white-color);
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-style: italic;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 10px;
}
.single-testimonial-carousel span {
	font-family: 'Open Sans';
	color: var(--theme-white-color);
	opacity: .7;
}
.testimonial-carousel.owl-theme .owl-dots .owl-dot span {
	background-color: transparent;
	border: 1px solid #8E95A1;
}
.testimonial-carousel.owl-theme .owl-dots .owl-dot.active span, .testimonial-carousel.owl-theme .owl-dots .owl-dot:hover span {background: var(--primary-color);border-color: var(--primary-color);}
.testimonial-carousel.owl-theme .owl-dots {margin-top: 20px;}

.single-testimonial {
	margin-bottom: 30px;
}
.single-testimonial p {
	font-size: 16px;
	color: #222222;
	transition: all .4s ease;
}
.single-testimonial:hover p {
	color: var(--theme-white-color);
}
.single-testimonial .text-box {
	background:  url(../img/testimonial-bg.png) 0 0 no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 30px;
	transition: all .4s ease;
}
.single-testimonial:hover .text-box {
	background:  url(../img/testimonial-bg-hover.png) 0 0 no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.single-testimonial .title-box {
	padding: 0 30px;
	margin-top: 10px;
}
.single-testimonial .title-box .name-box,
.single-testimonial .title-box .img-box {
	display: table-cell;
	vertical-align: middle;
}
.single-testimonial .title-box .img-box {
	width: 65px;
}
.single-testimonial .title-box .name-box {
	padding-left: 20px;
}
.single-testimonial .title-box .name-box h3 {
	font-family: 'Montserrat', sans-serif;
	color: #222222;
	font-style: italic;
	margin: 0;
}
.single-testimonial .title-box .name-box span {
	color: var(--primary-color);
	font-size: 13px;
}

/* 
* =11 Our news style
*/

.our-news .sec-title {
	margin-bottom: 40px;
}
.news-page {
	padding-bottom: 70px;
}
.news-page .single-blog-post {
	margin-bottom: 30px;
}
.single-blog-post h3 {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	color: #222222;
	font-size: 23px;
	font-style: italic;
}
.single-blog-post h3 a {
	color: #222222;
	transition: all .4s ease;
}
.single-blog-post h3 a:hover {
	color: #6DB42B;
}

.single-blog-post .bottom-box {
	border: 1px solid #e7e7e7;
	padding: 40px 28px;
	padding-bottom: 20px;
}
.single-blog-post .meta, 
.single-blog-post .meta li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.single-blog-post .meta {
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.single-blog-post .meta li {
	display: inline-block;
	margin-right: 15px;
}
.single-blog-post .meta li a {
	display: block;
	color: #848484;
	font-family: 'Open Sans';
	font-size: 14px;
}
.single-blog-post .img-box,
.single-blog-list .img-box {
	position: relative;
	overflow: hidden;
}
.single-blog-post .overlay,
.single-blog-list .img-box .overlay {
	position: absolute;
	top:100%;
	left:0;
	right:0;
	bottom:0;
	transition: all .4s ease;
}
.single-blog-post .img-box:hover .overlay,
.single-blog-list .img-box:hover .overlay {
	top: 0;
}
.single-blog-post .overlay .dt,
.single-blog-list .img-box .overlay .dt {
	display: table;
	width: 100%;
	height: 100%;
}
.single-blog-post .overlay .dtc,
.single-blog-list .img-box .overlay .dtc {
	display: table-cell;
	vertical-align: middle;
}
.single-blog-post .overlay .dtc .date-box,
.single-blog-list .img-box .overlay .dtc .date-box {
	width: 75px;
	height: 75px;
	background: var(--primary-color);
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.1;
	padding-top: 10px;
}
.single-blog-post .overlay .dtc .date-box span,
.single-blog-list .img-box .overlay .dtc .date-box span {
	display: block;
	font-size: 30px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
}
.single-blog-list {
	border-top: 1px solid #e7e7e7;
	padding-top: 38px;
	margin-top: 38px;
}
.single-blog-list:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}
.single-blog-list .img-box,
.single-blog-list .text-box {
	display: table-cell;
	vertical-align: middle;
}
.single-blog-list .img-box {
	width: 110px;
}
.single-blog-list .text-box {
	padding-left: 25px;
}
.single-blog-list .text-box h3 {
	margin: 0;
	font-size: 20px;
	color: #222222;
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	margin-bottom: 15px;
}
.single-blog-list .text-box h3 a {
	color: #222222;
	transition: all .4s ease;
}
.single-blog-list .text-box h3 a:hover {
	color: #6DB42B;
}
.post-pagination li a {
	display: block;
	border: 1px solid #EAEAEA;
	color: #848484;
	font-size: 18px;
	line-height: 43px;
	padding: 0 19px;
	transition: all .4s ease;
}
.post-pagination {
	margin-top: 20px;
}
.post-pagination li a:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--theme-white-color);
}

.blog-details-section .content-area {
	border: 1px solid #E5E5E5;
	padding: 30px 40px;
}
.blog-details-section .content-area .title-box h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 32px;
	color: #222;
	font-style: italic;
	margin: 0;
}
.blog-details-section .content-area .meta-info {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.blog-details-section .content-area .meta-info li a {
	color: #848484;
	font-family: 'Open Sans';
	transition: all .3s ease;
}
.blog-details-section .content-area .meta-info li a:hover {
	color: var(--primary-color);
}
.blog-details-section .content-area .text-box .check-list,
.blog-details-section .content-area .text-box .check-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-details-section .content-area .text-box .check-list {
	color: var(--primary-color);
	margin-bottom: 10px;
}
.blog-details-section .content-area .text-box .check-list li {
	line-height: 27px;
}
.blog-details-section .content-area .social span {
	color: #222;
}
.blog-details-section .content-area .social {
	margin-top: 20px;
	margin-bottom: 0;
}
.blog-details-section .content-area .social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #e5e5e5;
	color: #848484;
	line-height: 38px;
	text-align: center;
	transition: all .4s ease;
}
.blog-details-section .content-area .social a:hover {
	background: var(--primary-color);
	color: #fff;
}
.sidebar-wraper {
	padding-left: 40px;
}
.single-sidebar + .single-sidebar {
	margin-top: 50px;
}
.single-sidebar .title h3 {
	font-family: 'Montserrat', sans-serif;
	color: #222;
	font-size: 24px;
	margin: 0;
	font-style: italic;
	margin-bottom: 30px;
}
.single-sidebar.search-widget form {
	border: 1px solid #e5e5e5;
	position: relative;
}
.single-sidebar.search-widget form input {
	width: 100%;
	border: none;
	outline: none;
	height: 50px;
	padding-left: 20px;
}
.single-sidebar.search-widget form button {
	border: none;outline: none;
	background-color: transparent;
	color: #fff;
	background: var(--primary-color);
	height: 50px;
	width: 50px;
	position: absolute;
	top:0;
	right:0;
}
.single-sidebar.category-widget ul,
.single-sidebar.category-widget ul li {
	margin: 0;padding: 0;list-style: none;
}
.single-sidebar.category-widget ul {
	margin-top: -15px;
}
.single-sidebar.category-widget ul li a {
	display: block;
	font-size: 15px;
	color: #848484;
	border-bottom: 1px solid #e5e5e5;
	font-family: 'Montserrat', sans-serif;
	padding: 15px 0;
}
.single-sidebar.category-widget ul li a span {
	float: right;
	font-size: 15px;
	color: #848484;
	font-family: 'Montserrat', sans-serif;
}
.single-sidebar.latest-post ul,
.single-sidebar.latest-post ul li {
	margin: 0;padding: 0;list-style: none;
}
.single-sidebar.latest-post ul li {
	border-top: 1px solid #e5e5e5;
	padding-top: 15px;
	margin-top: 15px;
}
.single-sidebar.latest-post li:first-child {
	border-top: 0;
	padding-top: 0;
	margin-top: 0;
}
.single-sidebar.latest-post .img-box,
.single-sidebar.latest-post .text-box {
	display: table-cell;
	vertical-align: top;
}
.single-sidebar.latest-post .img-box {
	width: 80px;
}
.single-sidebar.latest-post .text-box {
	padding-left: 15px;
}
.single-sidebar.latest-post .text-box h3 {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	color: #222;
	margin: 0;
	margin-bottom: 10px;
}
.single-sidebar.latest-post .text-box span {
	color: #848484;
	font-family: 'Open Sans';
}
.single-sidebar.tags-widget li a {
	display: block;
	border: 1px solid #e5e5e5;
	font-family: 'Open Sans';
	color: #848484;
	font-size: 15px;
	padding: 10px 25px;
	margin-bottom: 10px;
	transition: all .3s ease;
}
.single-sidebar.tags-widget li a:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--theme-white-color);
}

.comment-box,
.leave-a-comment {
	margin-top: 50px;
}
.comment-box .title h3,
.leave-a-comment .title h3 {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	color: #222;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 30px;
}
.comment-box .text-box,
.comment-box .img-box {
	display: table-cell;
	vertical-align: top;
}
.comment-box .single-comment-box + .single-comment-box {
	margin-top: 20px;
}
.comment-box .img-box {
	width: 75px;
}
.comment-box .text-box {
	padding-left: 20px;
}
.comment-box .text-box h3 {
	font-size: 16px;
	color: #222;
	font-style: italic;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	margin-bottom: 10px;
}
.comment-box .text-box span {
	font-family: 'Montserrat', sans-serif;
	color: #848484;
	font-size: 13px;
}
.comment-box .text-box p {margin: 0;margin-top: 10px;}
.comment-box .text-box a {color: var(--primary-color);}
.leave-a-comment form input,
.leave-a-comment form textarea {
	width: 100%;
	height: 50px;
	padding: 10px 15px;
	border: 1px solid #e5e5e5;
	margin-bottom: 15px;
	outline: none;
}
.leave-a-comment form textarea {
	height: 150px;
}
.leave-a-comment form .thm-btn {
	border: none;
	outline: none;
}

/*
* = 12 subscribe style
*/

.subscribe-section .container {
	background: var(--primary-color);
	padding: 35px 50px;
	/*margin-bottom: -60px;*/
	margin-top: -60px;
	top: 60px;
  position: relative;
}

.subscribe-section h3 {
	font-size: 40px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: normal;
	margin: 0;
	line-height: 50px;
  font-weight: 700;
}
.subscribe-section input {
	width: 64%;
	border: none;
	outline: none;
	padding-left: 20px;
	height: 50px;
	color: #000;
	margin-right: 20px;
}
.subscribe-section input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.subscribe-section input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.subscribe-section input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.subscribe-section input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.subscribe-section button {
	width: 160px;
	height: 50px;
	color: #222222;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	border: none;
	outline: none;
}

/*
* = 13 footer style
*/

footer {
	background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
  border-top: 1px solid var(--primary-color);
}
.footer-widget.about-widget img {
	margin-bottom: 30px;
}
.footer-widget .title h3 {
	font-size: 28px;
	color: var(--primary-color);
	margin: 0;
	margin-bottom: 20px;
}
.footer-widget.about-widget p {
	color: #2b2b2c;
	font-size: 16px;
}
.footer-widget.about-widget .social,
.footer-widget.about-widget .social li {
	margin: 0;padding: 0;list-style: none;
}
.footer-widget.about-widget .social {
	margin-top: 20px;
}
.footer-widget.about-widget .social li {
	display: inline-block;
	margin-right: 10px;
}
.footer-widget.about-widget .social li:last-child {
	margin-right: 0;
}
.footer-widget.about-widget .social li a {
	color: #b6b7b9;
 display: flex;
 justify-content: center;
 align-items: center;
 width: 40px;
 height: 40px;
 border-radius: 50%;
 color: var(--primary-color);
 text-decoration: none;
 font-size: 22px;
 transition: background-color 0.3s, color 0.3s;
}
.footer-widget.about-widget .social li a:hover
{
	background: var(--primary-color);
	color: var(--theme-white-color);
}

.footer-widget.link-widget ul,
.footer-widget.contact-widget ul,
.footer-widget.link-widget li,
.footer-widget.contact-widget li {
	margin: 0;padding: 0;list-style: none;
}
.footer-widget.link-widget li {
	margin-bottom: 10px;
}
.footer-widget.link-widget li:last-child {
	margin-bottom: 0;
}
.footer-widget.link-widget li a {
	color: #2b2b2c;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
.footer-widget.link-widget li a:hover
{
	color: var(--primary-color);
}

.footer-widget.contact-widget p {
	color: #2b2b2c;
	font-size: 16px;
}
.footer-widget.contact-widget .icon-box,
.footer-widget.contact-widget .text-box {
	display: table-cell;
	vertical-align: top;
}

.footer-widget.contact-widget .icon-box i {
	color: var(--primary-color);
	font-size: 22px;
	margin-top: 6px;
}
.footer-widget.contact-widget .text-box {
	padding-left: 20px;
}


/*
* = 14 bottom footer style
*/
.bottom-footer {
	background: #282834;
	border-top: 1px solid #3E3E49;
  padding: 10px;
}
.bottom-footer p {
	margin: 0;
	line-height: 25px;
	color: var(--theme-white-color);
}
.bottom-footer a
{
  color: var(--theme-white-color);  
}
.bottom-footer span {
	color: var(--primary-color);	
}
.bottom-footer .scroll-to-btn {
	font-size: 24px;
	color: #fff;
	width: 45px;
	height: 45px;
	background: var(--theme-bg-color);
  text-align: center;
  display: inline-block;
  line-height: 45px;
  cursor: pointer;
  margin-top: -27px;
}


/*
* = 15 Page title style
*/

.page-title {
	background: #0c1012 url(../img/page-title.png) 0 0 no-repeat;
	padding: 80px 0;
}
.page-title h3 {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 50px;
	line-height: 1;
	color: #fff;
}

/*
* = 16 Breadcumb style
*/

.breadcumb {
	background: #F5F5F8;
	padding: 18px 0;
}
.breadcumb ul li:after {
	content: "\f105";
	font-family: 'FontAwesome';
	color: #848484;
	margin-left: 15px;
}
.breadcumb ul {
	margin-bottom: 0;
}
.breadcumb ul li:last-child:after {
	display: none;
}
.breadcumb ul li a {
	color: #848484;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;	
}
.breadcumb ul li span {
	color: var(--primary-color);
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
}

/*
* = 17 error page style
*/

.error-page img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.error-page h3 {
	font-size: 48px;
	color: #222;
	font-style: italic;
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	margin-bottom: 40px;
}
.error-page form {
	border: 1px solid #DEDEDE;
	width: 80%;
	position: relative;
	margin-top: 20px;
}
.error-page form input {
	border: none;outline: none;
	height: 50px;
	padding-left: 20px;
	width: 100%;
}
.error-page form button {
	border: none;outline: none;
	background-color: transparent;
	height: 50px;
	position: absolute;
	top:0;
	right:20px;
}
.error-page .thm-btn {
	margin-top: 40px;
}


/*
* = 18 single room style
*/

.reservision-box {
	background: #282834;
	padding: 40px;
	padding-top: 30px;
}
.reservision-box h3 {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	margin: 0;
}
.reservision-box h3 span {
	color: var(--primary-color);
}
.reservision-box .form-grp {
	width: 100%;
	position: relative;
	margin-top: 20px;
}
.reservision-box .form-grp i {
	position: absolute;
	top: 34%;
  right: 20px;
  color: #848484;
}
.reservision-box .form-grp .thm-btn {
  border: none;
  padding: 15px 16px;
  width: 100%;
}
.reservision-box .form-grp input {width: 100%;height: 50px;padding: 0 10px;}
.reservision-box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}
.reservision-box .btn-group.bootstrap-select {
  width: 100%;
}

.reservision-box .btn {
  background: var(--theme-white-color);
  font-size: 14px;
  color: #848484;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  border: none;
  outline: none !important;
  padding: 15px 10px;
  border-radius: 0;
  margin-top: 0;
  height: auto;
}

.reservision-box .bootstrap-select.btn-group .dropdown-toggle .caret {
  border: none;
  top: 2px;
  right: 20px;
}

.reservision-box .dropdown-menu {
  padding: 0;
  border-radius: 0;
}

.reservision-box .dropdown-menu>li>a {
  padding: 8px 15px;
  color: #fff;
  transition: all .3s ease;
}

.reservision-box .dropdown-menu>li>a:hover {
  background: var(--primary-color);
}

.reservision-box .bootstrap-select.btn-group .dropdown-menu li a span.text {
  font-size: 13px;
  color: #848484;
}

.reservision-box .bootstrap-select.btn-group .dropdown-menu li a:hover span.text {
  color: #fff;
  transition: all .3s ease;
}

.reservision-box .bootstrap-select.btn-group .dropdown-toggle .caret:before {
  content: '\f107';
  font-family: 'FontAwesome';
  color: #848484;
  font-size: 14px;
  line-height: 46px;
}




/*
* = 19 Room details style
*/

.room-details .top-box {
	margin-bottom: 30px;
}
.room-details .title {
	float: left;
}
.room-details .price-box {
	float: right;
}
.room-details .details-box {
	border: 1px solid #E5E5E5;
	padding: 40px 30px;
	outline-style: 30px;
	margin-bottom: 20px;
}
.room-details .title h3 {
	font-family: 'Montserrat', sans-serif;
	color: #222;
	margin: 0;
	font-size: 32px !important;
	font-style: italic;
	margin-bottom: 10px;
}
.room-details .title i {
	color: #fbb234;
	font-size: 12px;
}

.room-details .price-box span {
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	color: #848484;
	font-size: 13px;
	text-transform: capitalize;
	display: block;
}
.room-details .price-box .price {
	color: var(--primary-color);
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	font-size: 22px;
	font-weight: bold;
}

.room-details-area .title h3 {
	font-family: 'Montserrat', sans-serif;
	color: #222;
	margin: 0;
	font-size: 24px;
	font-style: italic;
	margin-bottom: 10px;
}
.review-form input,
.review-form textarea {
	border: 1px solid #E7E7E7;
	outline: none;
	height: 50px;
	width: 100%;
	padding: 10px 15px;
}
.review-form textarea {
	height: 150px;
	margin-bottom: 20px;
}
.review-form .thm-btn {
	border: none;
	outline: none;
	margin-top: 20px;
}

/*
* = 20 FAQ style
*/
.faq-section h3.title {
	font-family: 'Montserrat', sans-serif;
	color: #222;
	font-style: italic;
	font-size: 32px;
	margin: 0;
	margin-bottom: 20px;
}
.accordion {
	margin-top: 50px;
}
.accordion .panel-default {
	border: none;
	outline: none;
	box-shadow: none;
}
.accordion .panel + .panel {
	margin-top: 20px;
}
.accordion a[role=button] {
	padding: 10px 0;
	position: relative;
	display: block;
	font-size: 18px;
	color: #222;
	font-style: italic;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #e5e5e5;
	padding: 15px 0;
	padding-left: 20px;
}
.accordion a[role=button].collapsed:before {
	position: absolute;
	bottom: 15px;
	right: 20px;
	font-size: 18px;
	color: #999999;
	font-weight: normal;
	font-family: 'FontAwesome';
	content: "\f107";
	font-style: normal;
}
.accordion a[role=button]:before {
	font-family: 'FontAwesome';
	position: absolute;
	bottom: 10px;
	right: 20px;
	font-size: 18px;
	font-weight: normal;
	content: "\f106";
	color: #3563a9;
	font-style: normal;
}
.accordion .inner-box {
	border: 1px solid #eee;
	border-top: 0;
	padding: 20px;
}
.accordion .inner-box p {
	margin: 0;
}


/*Transparent Header Banner CSS Start*/
/* Centered Banner Styles */
.centered-banner-wrapper {
  position: relative;
  height: 97vh;
  min-height: 700px;
}

.centered-banner {
  height: 100%;
}

.centered-slide {
  position: relative;
  height: 97vh;
  min-height: 700px;
}

.slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  z-index: 1;
}

.circle-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%; /* Adjust height as needed */
  background: linear-gradient(to bottom, rgb(0 0 0 / 58%) 0%, rgb(0 0 0 / 43%) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  pointer-events: none; /* Allows clicks through overlay */
}

.centered-content {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 100%;
  padding: 20px;
  width: 700px;
  z-index: 3;
  background: #000000ad;
  border-radius: 15px;
}

.slide-title {
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.centered-content .slide-text {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.slide-buttons {
  display: flex;
  justify-content: flex-start;;
  gap: 15px;
  flex-wrap: wrap;
}

/* Owl Carousel Navigation */
.centered-banner-wrapper .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  z-index: 4;
  transform: translateY(-50%);
}

.centered-banner-wrapper .owl-prev, .centered-banner-wrapper  .owl-next {
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,0.2) !important;
  color: #fff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.centered-banner-wrapper .owl-prev:hover, .centered-banner-wrapper .owl-next:hover {
  background: #8300e9 !important;
}

.centered-banner-wrapper .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 4;
}

.centered-banner-wrapper .owl-dot {
  width: 12px;
  height: 12px;
  background: rgba(255,255,255,0.5) !important;
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease;
}

.centered-banner-wrapper .owl-dot.active {
  background: #8300e9 !important;
  transform: scale(1.3);
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate(-50%, -40%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

/* Responsive Styles */
@media (max-width: 991px) {
  .centered-content {
    padding: 30px;
    max-width: 80%;
  }
  
  .slide-title {
    font-size: 36px;
  }
  
  .slide-text {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .centered-banner-wrapper,
  .centered-slide {
    min-height: 600px;
    height: 60vh;
  }
  
  .slide-title {
    font-size: 30px;
  }
  
  .slide-buttons {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  
  .cta-btn {
    width: 100%;
    max-width: 250px;
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .slide-title {
    font-size: 26px;
  }
  
  .centered-content {
    padding: 20px;
    max-width: 90%;
  }
}
/*Transparent Header Banner CSS END*/


/*ABOUT US 2 CSS START*/



/*ABOUT US 2 CSS END*/


.centered-banner-wrapper .owl-theme .owl-dots .owl-dot span
{
  display: none !important;
}

@media (min-width: 1025px) and (max-width: 1069px) 
{
  #main-nav-bar > ul > li > a
  {
    padding: 10px 2px;
    font-size: 14px;
  }
  .thm-btn.header-btn
  {
    margin-left: 0;
    font-size: 14px;
    padding: 10px 15px;
  }
  #main-nav-bar > ul > li
  {
    padding-right:  2px;
  }
  .header .top-header .top-contact li a, .header .top-header .top-right marquee
  {
    font-size: 14px;
  }
}
@media (min-width: 1070px) and (max-width: 1366px) 
{
  #main-nav-bar > ul > li > a
  {
    padding: 10px 5px;
    font-size: 16px;
  }
  .thm-btn.header-btn
  {
    margin-left: 0;
    font-size: 14px;
  }
  #main-nav-bar > ul > li
  {
    padding-right:  2px;
  }
  .header .top-header .top-contact li a, .header .top-header .top-right marquee
  {
    font-size: 14px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) 
{
  .header-3 .header-flex
  {
    padding: 10px;
    width: 90%;
  }
  #main-nav-bar > ul > li > a
  {
    font-size: 15px;
  }
}

/*home page 6 CSS START*/

.header-6
{
  position: absolute;
  background: transparent;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.header-6 .header-btn
{
  background: linear-gradient(135deg, #6e48aa 0%, #9d50bb 100%) !important;
  color: var(--theme-white-color) !important;
  border: none !important;
}

.header-6 .header-navigation.navbar
{
  background: transparent;
  border-bottom: 1px solid #ffffff54;
  padding: 10px 0;
}

.header-6 .header-flex
{
  width: 90%;
}

.header-6 .container-fluid::after
{
  content: "";
  position: absolute;
  top: 0;
  left: -2%;
  width: 20%;
  height: 75px;
  z-index: -1;
  background-color: #fff;
  -webkit-transform: skew(23deg);
  transform: skew(23deg);
}
.header-6 #main-nav-bar > ul > li > a
{
  color: var(--theme-white-color);
  font-weight: 600;
}

.header-6 #main-nav-bar > ul > .menu-item-has-children::after
{
  color: var(--theme-white-color);  
}

.header-6-right
{
  width: 15%;
  border-radius: 50px;
  background: white;
  padding: 2px;
}

.meta-contact-now
{
  display: flex;
  align-items: center;
}
.meta-left
{
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 100px;
  text-align: center;
  font-size: 25px;
  color: var(--theme-white-color);
  background: linear-gradient(135deg, #6e48aa 0%, #9d50bb 100%);
}

.meta-right
{
  padding-left: 10px;
}

.meta-right h5, .meta-right h4
{
  margin-bottom: 0px;
}
.meta-right h5
{
  font-size: 14px;
}
.meta-right h4
{
  font-size: 20px;
}

@media (max-width: 1024px) {
  .header-6 .container-fluid::after
  {
    height: 60px;
  }
  .header-6 #main-nav-bar > ul > li > a, .header-6 #main-nav-bar > ul > .menu-item-has-children::after
  {
    color: #000;
  }

}
@media (max-width: 1220px) {
  .header-6-right
  {
    display: none;
  }
}

@media (max-width: 646px) {
  .header-6 .header-navigation.navbar
  {
    background: white;
  }
}

@media (min-width: 1024px) and (max-width: 1460px) 
{
  .meta-left
  {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
  }
  .meta-right h4 {
    font-size: 16px;
  }
}

/*Slider CSS START*/

.banner-slider-container {
  width: 100%;
  position: relative;
}

.banner-sliders {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.slide-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.2) 100%);
  display: flex;
  align-items: center;
  padding: 0 10%;
}

.main-slide-content {
  max-width: 650px;
  z-index: 10;
}


.banner-slider-container .slide-title {
  font-size: 4.5rem;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}


/* Owl Carousel Navigation */
.banner-slider-container .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  pointer-events: none;
}

.banner-slider-container .owl-nav .owl-next, .banner-slider-container .owl-nav .owl-prev {
  pointer-events: auto;
  width: 60px;
  height: 60px;
  border-radius: 50% !important;
  background: rgba(131, 0, 233, 0.3) !important;
  backdrop-filter: blur(10px);
  color: white !important;
  font-size: 14px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  text-transform: capitalize;
}

.banner-slider-container .owl-nav button:hover {
  background: var(--primary-color) !important;
  transform: scale(1.1);
}

/* Owl Carousel Dots */
.banner-slider-container .owl-dots {
  position: absolute;
  bottom: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.banner-slider-container .owl-dot span {
  width: 14px;
  height: 14px;
  background: rgba(255, 255, 255, 0.5) !important;
  display: block;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.banner-slider-container .owl-dot.active span {
  background: var(--primary-color) !important;
  transform: scale(1.3);
  box-shadow: 0 0 10px var(--primary-color);
}

/* Slide Counter */
.banner-slider-container .slide-counter {
  position: absolute;
  bottom: 40px;
  right: 40px;
  font-size: 1.2rem;
  font-weight: 600;
  color: white;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
  padding: 8px 16px;
  border-radius: 2px;
  backdrop-filter: blur(5px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .banner-slider-container .slide-title {
    font-size: 3.2rem;
  }

  .banner-sliders
  {
    height: 50vh;
  }
  .banner-slider-container .owl-nav
  {
    display: none;
  }
}

@media (max-width: 768px) {
  .banner-slider-container .slide-title {
    font-size: 3rem;
  }            

  .owl-nav {
    padding: 0 15px;
  }

  .banner-slider-container .owl-nav button {
    width: 50px;
    height: 50px;
    font-size: 22px !important;
  }
}

@media (max-width: 576px) {
  .slide-overlay {
    padding: 0 5%;
  }

  .banner-slider-container .slide-title {
    font-size: 2.8rem;
  }



  .banner-slider-container .owl-dots {
    bottom: 30px;
  }

  .slide-counter {
    bottom: 30px;
    right: 30px;
    font-size: 1rem;
  }
}


/*Slider CSS END*/

/*home page 6 CSS END*/


/*Video Banner CSS START*/


.home-video .header-flex, .home-video .row.top-header-row
{
  width: 100%;
}
.home-video .top-header
{
  background: linear-gradient(135deg, #6e48aa 0%, #9d50bb 100%);
  border: none;
}

.home-video .top-header .top-right
{
  justify-content: flex-end;
}

.video-banner {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  background: #00000038;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.video-container video {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000026;
  mix-blend-mode: overlay;
}

.content {
  position: relative;
  text-align: left;
  color: var(--theme-white-color);
  max-width: 800px;
  padding: 10px 0;
  z-index: 1;
  animation: fadeIn 1.5s ease-in-out;
  margin-top: 30px;
}

.video-banner-title {
  margin: 0px 0px 10px;
  transition: none;
  line-height: 50px;
  border-width: 0px;
  padding: 0px;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 50px;
  color: var(--theme-white-color);
}

.video-banner-description {
  font-size: 18px;
  margin-bottom: 30px;
  color: var(--theme-white-color);
}

.video-cta-button {
  display: inline-block;
  background: linear-gradient(135deg, #6e48aa 0%, #9d50bb 100%);
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  outline: none;
  color: var(--theme-white-color);
  padding: 12px 18px;
  transition: all .4s ease;
  border-radius: 4px;
  border: none;
}

.video-cta-button:hover {
  color: var(--theme-white-color);
}

.video-cta-button i{
  margin-left: 8px;
  font-size: 12px;
  transition: all 0.3s ease;
}

.video-cta-button:hover i {
  transform: translateX(3px);
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 991px) {

  .video-banner
  {
    height: 75vh;
  }
  .video-container video
  {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
  }
}
@media (max-width: 768px) {


  .video-banner
  {
    height: 55vh;
    align-items: flex-end;
  }
  .video-banner-title {
    font-size: 28px;
    line-height: 28px;
  }

  .video-banner-description {
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 15px;
  }
  .video-cta-button
  {
    padding: 8px 24px;
    font-size: 14px;
  }
  .content
  {
    padding: 10px 0;
  }
}

@media (max-width: 480px) {
  .video-banner-title {
    font-size: 28px;
    line-height: 28px;
  }

  .video-cta-button {
    padding: 0.8rem 1.8rem;
    font-size: 14px;
  }
}

/*HEADER CSS*/

/* Top Header */

.video-top-header .header-navigation.navbar
{
  background: transparent;
}
.video-top-header {
  position: absolute;
  width: 100%;
  padding: 10px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  top: 0;
  z-index: 100;
  background: #00000052;
}

.video-header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 90%;
}

.video-header-logo
{
  background: var(--theme-white-color);
  padding: 5px;
  border-radius: 5px;
}
.video-header-logo img {
  height: 50px;
}

.video-sidebar .sidebar-logo
{
  padding: 0 10px;
  text-align: center;
}
.video-sidebar .sidebar-logo img
{
  height: 100%;
}

.video-header-logo .navbar-brand
{
  height: auto;
}

.video-menu-wrapper
{
  display: flex;
  gap: 10px;
  align-items: center;
}

.video-top-header #main-nav-bar > ul > li > a,
.video-top-header #main-nav-bar > ul > .menu-item-has-children::after
{
  color: var(--theme-white-color);
}

.video-top-header .nav>li>a:hover
{
  background: none;
}



.menu-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.menu-toggle span {
  height: 3px;
  width: 100%;
  background-color: #fff;
  margin: 2px 0;
  border-radius: 2px;
  transition: all 0.3s;
}

/* video-Sidebar */
.video-sidebar {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 380px;
  background: #fff;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
  padding: 100px 0 30px;
  transform: translateX(200%);
  transition: transform 0.4s ease;
  z-index: 999;
  overflow-y: auto;
}

.video-sidebar.active {
  transform: translateX(0);
}

.video-sidebar-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
}

/* Overlay */
.video-header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  z-index: 80;
}

.video-header-overlay.active {
  opacity: 1;
  visibility: visible;
}

.sidebar-close-btn {
  font-size: 60px;
  color: #000;
  background: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1001;
}

.video-top-header .thm-btn
{
  background: linear-gradient(135deg, #6e48aa 0%, #9d50bb 100%);
  color: var(--theme-white-color);
}
.video-top-header .thm-btn:hover
{
  background: linear-gradient(135deg, #6e48aa 0%, #9d50bb 100%);
  color: var(--theme-white-color);
}

.header-7-right
{
  width: 100%;
  border-radius: 50px;
  background: var(--theme-white-color);
  padding: 2px 10px 2px 2px;
}


/* Social Links */
.video-sidebar-social {
  list-style: none;
  display: flex;
  margin-bottom: 30px;
}

.video-sidebar-social li {
  margin-right: 15px;
}

.video-sidebar-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--primary-color);
  border-radius: 50%;
  color: var(--theme-white-color);
  transition: all 0.3s;
}

.video-sidebar-social a:hover {
  background: #3a86ff;
  color: white;
  transform: translateY(-3px);
}


/* Contact Info */
.video-sidebar-contact {
  list-style: none;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding: 0;
  text-align: left;
}

.video-sidebar-contact li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.video-sidebar-contact i {
  margin-right: 12px;
  color: var(--primary-color);
  font-size: 18px;
  width: 20px;
  text-align: center;
}

.video-sidebar-contact a {
  color: #333;
  text-decoration: none;
  transition: color 0.3s;
}

.video-sidebar-contact a:hover {
  color: #3a86ff;
}


/* Responsive */
@media (max-width: 1024px) {
  .video-menu-wrapper
  {
    display: none;
  }
  .video-top-header
  {
    padding: 0;
  }
  .video-header-flex
  {
    display: block;
    width: 100%;
  }
  .video-top-header #main-nav-bar > ul > li > a,
.video-top-header #main-nav-bar > ul > .menu-item-has-children::after
{
  color: #000;
}

  .video-top-header #main-nav-bar
  {
    top: 45px;
  }

  .video-header-logo
  {
    padding: 0;
  }

}
@media (max-width: 992px) {
  .menu-toggle {
    display: flex;
  }

  .header-btn {
    display: none;
  }

  .video-sidebar {
    width: 250px;
  }




}

@media (max-width: 576px) {
  .video-header-logo img {
    height: 32px;
  }

  .video-sidebar {
    width: 80%;
    padding: 20px 0;
  }
}


/*Video Banner CSS END*/