/* 1, Homepage CSS */
.insurance-gif {
	width: 676px !important;
	max-width: 676px !important;	
}
.site-logo {
	max-width: 150px;	
}



section.key-features {
	padding: 30px 0px !important;
}

section.health {
    padding: 150px 0px !important;
}

.key-bg {
    background:url('../../assets/images/7464884_24485.jpg') no-repeat center right;
    background-size: cover;
}

.offer-bg {
    background:url('../../assets/images/17581851_v960-ning-31.jpg') no-repeat center right;
    background-size: cover;
}


.loader-overlay {
    position: fixed; /* Cover the entire viewport */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black background with opacity */
    z-index: 9999; /* Make sure it's on top of other content */
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.feature-img {
	width: 56px;
}

.testimonial-img {
	float: left;
	width: 56px;	
}

.choose-uniffy-text {
    font-size: 3.125rem;
    font-weight: bold;
    color: #fff;	
}
.slick-list {
	padding: 60px 0px !important;	
}
.slick-track {
/*	padding: 100px 0px;*/
}
.slick-slide{
	cursor: pointer;
}
.slick-active {
	color: rgb(33, 150, 243) !important;
}

.choose-uniffy-img {
	max-width: 240px;
}

/* Testimonials */
.testimonial-user-title-circle-rounded {
	border-radius: 50%;
    width: 40px;
    height: 40px;
    background: #673ab7;
    border: 3px solid #673ab7;
    color: #fff;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
  }
  .testimonial-user-title {
	position: relative;
	bottom: 6px;
	left: 11px; 	
  }
.row-flex {
  display: flex;
  flex-wrap: wrap;	
}

.row-flex div {
  margin-bottom: 30px;
}

.row-flex div .features-block {
  height: 100%;
  padding: 20px 20px 10px;
}

/* Services Block */
.key-features .features-block {
	height: 100%;
	padding: 30px 30px !important;
}
.key-features .features-block .avtar.avtar-l{
    width: 128px !important;
    height: 128px !important;
}
.key-features .features-block .insurance-icons {
	width: 128px !important;
	height: 128px !important;	
}
/* Quote Screen */

.quote-img {
	max-width: 75px;
}

/* Footer */
.footer-1-bg {
	background: rgb(28, 29, 61) !important;
}
.footer-1-bg h4{
	color: #fff;
}
.footer-1-bg p{
	color: #fff;
}
.footer-1-bg a{
	color: #fff;
}
.footer-2-bg {
	background: rgb(33, 41, 70) !important;
}

.unify-testimonial-slider {
  width: 100%;
  padding: 6rem 2rem;
  background: #f8f9fa;
}

.unify-testimonial-slider .slider-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
}

.unify-testimonial-slider .slider-header h2 {
  font-size: 2.5rem;
  color: #2D3748;
  margin-bottom: 1rem;
}

.unify-testimonial-slider .slider-header p {
  color: #4A5568;
  font-size: 1.1rem;
}

.unify-testimonial-slider .testimonial-slider {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.unify-testimonial-slider .testimonial-container {
  width: 100%;
  overflow: hidden;
  padding: 2rem 0;
}

.unify-testimonial-slider .testimonial-track {
  display: flex;
  gap: 2rem;
  transition: transform 0.5s ease;
}

.unify-testimonial-slider .testimonial-card {
  flex: 0 0 350px;
  background: white;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.5s ease;
  transform: scale(0.8);
  opacity: 0.5;
  filter: blur(2px);
  height: 380px;
  display: flex;
  flex-direction: column;
}

.unify-testimonial-slider .testimonial-card.active {
  transform: scale(1.1);
  opacity: 1;
  filter: blur(0);
  box-shadow: 0 10px 30px rgba(89, 26, 163, 0.15);
  border: 1px solid rgba(89, 26, 163, 0.1);
  z-index: 2;
}

.unify-testimonial-slider .testimonial-content {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.unify-testimonial-slider .testimonial-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #444;
  margin: 0;
}

.unify-testimonial-slider .testimonial-author {
  margin-top: 2rem;
}

.unify-testimonial-slider .author-name {
  font-size: 1.2rem;
  color: #591aa3;
  margin: 0 0 0.5rem;
  font-weight: 600;
}

.unify-testimonial-slider .author-designation {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}

.unify-testimonial-slider .testimonial-nav-btn {
  width: 45px;
  height: 45px;
  border: none;
  background: #591aa3;
  color: white;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  z-index: 10;
}

.unify-testimonial-slider .testimonial-nav-btn:hover {
  background: #6f2cc7;
  transform: scale(1.1);
}

.unify-testimonial-slider .testimonial-dots {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 3rem;
}

.unify-testimonial-slider .testimonial-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.unify-testimonial-slider .testimonial-dot.active {
  background: #591aa3;
  transform: scale(1.2);
}

@media (max-width: 1200px) {
  .unify-testimonial-slider .testimonial-card {
      flex: 0 0 300px;
      padding: 1.5rem;
  }
}

@media (max-width: 768px) {
  .unify-testimonial-slider {
      padding: 4rem 1rem;
  }
  
  .unify-testimonial-slider .testimonial-slider {
      padding: 0 1rem;
  }

  .unify-testimonial-slider .testimonial-card {
      flex: 0 0 280px;
  }

  .unify-testimonial-slider .testimonial-nav-btn {
      width: 40px;
      height: 40px;
  }
  
  .unify-testimonial-slider .slider-header h2 {
      font-size: 2rem;
  }
}

.unify-faq {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  font-family: Arial, sans-serif;
}

.unify-faq .faq-title {
  text-align: center;
  color: #333;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.unify-faq .faq-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.unify-faq .faq-item {
  border-radius: 8px;
  overflow: hidden;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.unify-faq .faq-question {
  width: 100%;
  text-align: left;
  padding: 1.25rem;
  background: white;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}

.unify-faq .faq-question:hover {
  background: #f8f9fa;
}

.unify-faq .faq-icon {
  font-size: 1.5rem;
  color: #591aa3;
  transition: transform 0.3s ease;
}

.unify-faq .faq-question[aria-expanded="true"] .faq-icon {
  transform: rotate(45deg);
}

.unify-faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: white;
}

.unify-faq .faq-answer p {
  padding: 0 1.25rem 1.25rem;
  margin: 0;
  line-height: 1.6;
  color: #666;
}

.unify-faq .faq-item.active .faq-question {
  background: #f8f9fa;
  border-bottom: 1px solid #eee;
}

.unify-faq .faq-item.active .faq-answer {
  max-height: 300px;
}

@media (max-width: 768px) {
  .unify-faq {
      padding: 1rem;
  }

  .unify-faq .faq-title {
      font-size: 1.5rem;
      margin-bottom: 1.5rem;
  }

  .unify-faq .faq-question {
      font-size: 1rem;
      padding: 1rem;
  }

  .unify-faq .faq-answer p {
      padding: 0 1rem 1rem;
  }
}

.unify-features {
  background: linear-gradient(135deg, #EEF2FF 0%, #F8FAFF 100%);
  padding: 4rem 2rem;
  font-family: Arial, sans-serif;
}

.unify-features .features-container {
  max-width: 1200px;
  margin: 0 auto;
}

.unify-features .features-header {
  text-align: left;
  margin-bottom: 3rem;
}

.unify-features .features-header h2 {
  font-size: 2.5rem;
  color: #2D3748;
  margin: 0;
  font-weight: 700;
}

.unify-features .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.unify-features .feature-card {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(89, 26, 163, 0.1);
  height: 100%;
  min-height: 320px;
}

.unify-features .feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(89, 26, 163, 0.1);
}

.unify-features .feature-content {
  position: relative;
  z-index: 2;
}

.unify-features .icon-wrapper {
  width: 64px;
  height: 64px;
  margin-bottom: 1.5rem;
  position: relative;
}

.unify-features .feature-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.unify-features .feature-card:hover .feature-icon {
  transform: scale(1.1);
}

.unify-features h3 {
  color: #591aa3;
  font-size: 1.25rem;
  margin: 0 0 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.unify-features p {
  color: #64748B;
  font-size: 1rem;
  line-height: 1.6;
  margin: 0;
}

.unify-features .feature-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(89, 26, 163, 0.02) 0%, rgba(89, 26, 163, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.unify-features .feature-card:hover .feature-overlay {
  opacity: 1;
}

@media (max-width: 1024px) {
  .unify-features {
      padding: 3rem 1.5rem;
  }

  .unify-features .features-header h2 {
      font-size: 2rem;
  }

  .unify-features .features-grid {
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 1.5rem;
  }
}

@media (max-width: 768px) {
  .unify-features {
      padding: 2rem 1rem;
  }

  .unify-features .features-header h2 {
      font-size: 1.75rem;
  }

  .unify-features .feature-card {
      padding: 1.5rem;
      min-height: 280px;
  }
}
/* Banner Slider Styles */
.unify-banner {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.unify-banner .banner-slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.unify-banner .banner-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease;
}

.unify-banner .banner-slide.active {
    opacity: 1;
}

.unify-banner .banner-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.unify-banner .banner-controls {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 2rem;
    z-index: 10;
}

.unify-banner .banner-nav-btn {
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: rgba(89, 26, 163, 0.3);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.unify-banner .banner-nav-btn:hover {
    background: rgba(89, 26, 163, 0.5);
    transform: scale(1.1);
}

.unify-banner .banner-dots {
    display: flex;
    gap: 0.75rem;
}

.unify-banner .banner-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.unify-banner .banner-dot.active {
    background: white;
    width: 24px;
    border-radius: 12px;
}

.unify-posp-section {
  padding: 4rem 2rem;
  background: linear-gradient(135deg, #d5e9fd 0%, #fdecec 100%);
}

.unify-posp-section .posp-container {
  max-width: 1200px;
  margin: 0 auto;
}

.unify-posp-section .posp-row {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.unify-posp-section .posp-content {
  flex: 1;
}

.unify-posp-section h2 {
  font-size: 2.5rem;
  color: #2D3748;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.unify-posp-section .text-secondary {
  color: #591aa3;
  font-weight: normal;
}

.unify-posp-section p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #4A5568;
  margin: 0;
}

.unify-posp-section .posp-image {
  flex: 1;
  min-height: 400px;
  position: relative;
}

.unify-posp-section .insurance-types {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.unify-posp-section .type-tag {
  padding: 0.75rem 1.5rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.unify-posp-section .insurance-icon {
  font-style: normal;
}

.unify-posp-section .motor {
  background: #FFF5F5;
  color: #E53E3E;
}

.unify-posp-section .term-life {
  background: #F0FFF4;
  color: #38A169;
}

.unify-posp-section .health {
  background: #EBF8FF;
  color: #3182CE;
}

.unify-posp-section .family-health {
  background: #F0F5FF;
  color: #4C51BF;
}

.unify-posp-section .investment {
  background: #FAF5FF;
  color: #805AD5;
}

.unify-posp-section .travel {
  background: #FFFFF0;
  color: #D69E2E;
}

@media (max-width: 1024px) {
  .unify-posp-section .posp-row {
      flex-direction: column;
      gap: 2rem;
  }

  .unify-posp-section h2 {
      font-size: 2rem;
  }

  .unify-posp-section .posp-image {
      width: 100%;
      min-height: 300px;
  }
}

@media (max-width: 768px) {
  .unify-posp-section {
      padding: 3rem 1rem;
  }

  .unify-posp-section h2 {
      font-size: 1.75rem;
  }

  .unify-posp-section .insurance-types {
      justify-content: center;
  }
}
.unify-benefits-section {
  padding: 4rem 2rem;
  background: #f8f9fa;
}

.unify-benefits-section .benefits-container {
  max-width: 1200px;
  margin: 0 auto;
}

.unify-benefits-section h2 {
  font-size: 2.5rem;
  color: #2D3748;
  margin-bottom: 3rem;
  text-align: center;
}

.unify-benefits-section .benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.unify-benefits-section .benefit-card {
  background: white;
  border-radius: 20px;
  padding: 2rem;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(89, 26, 163, 0.1);
}

.unify-benefits-section .benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(89, 26, 163, 0.1);
}

.unify-benefits-section .icon-wrapper {
  width: 60px;
  height: 60px;
  background: rgba(89, 26, 163, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: #591aa3;
}

.unify-benefits-section h3 {
  font-size: 1.25rem;
  color: #2D3748;
  margin: 0 0 1rem;
  font-weight: 600;
}

.unify-benefits-section p {
  font-size: 1rem;
  line-height: 1.6;
  color: #4A5568;
  margin: 0;
  flex-grow: 1;
}

.unify-benefits-section .learn-more {
  display: inline-flex;
  align-items: center;
  color: #591aa3;
  text-decoration: none;
  margin-top: 1.5rem;
  font-weight: 500;
  transition: all 0.3s ease;
}

.unify-benefits-section .learn-more span {
  font-size: 0.8rem;
  margin-left: 0.5rem;
  transition: transform 0.3s ease;
}

.unify-benefits-section .learn-more:hover span {
  transform: translateX(3px);
}

@media (max-width: 1024px) {
  .unify-benefits-section {
      padding: 3rem 1.5rem;
  }

  .unify-benefits-section h2 {
      font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .unify-benefits-section {
      padding: 2rem 1rem;
  }

  .unify-benefits-section .benefits-grid {
      grid-template-columns: 1fr;
  }

  .unify-benefits-section h2 {
      font-size: 1.75rem;
      margin-bottom: 2rem;
  }
}
.unify-footer {
  background: #1a1c2e;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
}

.unify-footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

.unify-footer .footer-main {
  padding: 4rem 0;
  background: linear-gradient(to bottom, #1a1c2e, #2a2d4a);
}

.unify-footer .footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 4rem;
}

.unify-footer .footer-branding {
  max-width: 600px;
}

.unify-footer .footer-logo {
  height: 60px;
  margin-bottom: 2rem;
}

.unify-footer h4 {
  color: #ffffff;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.unify-footer p {
  color: #b4b6c8;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.unify-footer .footer-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.unify-footer .link-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.unify-footer .link-column li {
  margin-bottom: 1rem;
}

.unify-footer .link-column a {
  color: #b4b6c8;
  text-decoration: none;
  transition: color 0.3s ease;
}

.unify-footer .link-column a:hover {
  color: #591aa3;
}

.unify-footer .footer-legal {
  background: rgba(0, 0, 0, 0.2);
  padding: 2rem 0;
  font-size: 0.9rem;
}

.unify-footer .company-info {
  margin-bottom: 1.5rem;
  text-align: center;
}

.unify-footer .company-info p {
  margin-bottom: 0.5rem;
}

.unify-footer .legal-links {
  text-align: center;
  margin-bottom: 1.5rem;
}

.unify-footer .legal-links a {
  color: #b4b6c8;
  text-decoration: none;
  transition: color 0.3s ease;
}

.unify-footer .legal-links a:hover {
  color: #591aa3;
}

.unify-footer .divider {
  margin: 0 1rem;
  color: #b4b6c8;
}

.unify-footer .registration-info {
  text-align: center;
  color: #b4b6c8;
  font-size: 0.85rem;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .unify-footer .footer-top {
      grid-template-columns: 1fr;
      gap: 3rem;
  }

  .unify-footer .footer-links {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .unify-footer .footer-main {
      padding: 3rem 0;
  }

  .unify-footer .footer-links {
      grid-template-columns: 1fr;
      gap: 2rem;
  }

  .unify-footer .footer-legal {
      text-align: center;
  }

  .unify-footer .legal-links {
      display: flex;
      flex-direction: column;
      gap: 1rem;
  }

  .unify-footer .divider {
      display: none;
  }
}
.unify-modern-header {
  background: white;
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
  background: rgba( 255, 255, 255, 0.25 );
box-shadow:rgba(31, 38, 135, 0.37) 0px 1px 10px 0px;
backdrop-filter: blur( 20px );
-webkit-backdrop-filter: blur( 20px );
border-radius: 10px;
border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.unify-modern-header.scrolled {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.unify-modern-header .nav-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}


.unify-modern-header .logo {
  display: block;
}

.unify-modern-header .logo img {
  height: 45px;
  width: auto;
}

.unify-modern-header .nav-links {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.unify-modern-header .nav-link {
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  z-index: 10;
}

.unify-modern-header .nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #591aa3;
  transition: width 0.3s ease;
}

.unify-modern-header .nav-link:hover::after {
  width: 100%;
}

.unify-modern-header .dropdown-arrow {
  transition: transform 0.3s ease;
}

.unify-modern-header .dropdown:hover .dropdown-arrow {
  transform: rotate(180deg);
}

/* Dropdown styles */
.unify-modern-header .dropdown {
  position: relative;
}

.unify-modern-header .dropdown-content {
  z-index: 20;
  position: absolute;
  top: 100%;
  left: -2rem;
  background: white;
  min-width: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  border-radius: 4px;
}

.unify-modern-header .dropdown:hover .dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.unify-modern-header .dropdown-grid {
  display: flex;
  flex-direction: column;
}

.unify-modern-header .dropdown-item {
  display: flex;
  flex-direction: column;
  padding: 0.5rem;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.unify-modern-header .dropdown-item:hover {
  background: rgba(89, 26, 163, 0.05);
}

.unify-modern-header .item-title {
  color: #333;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.unify-modern-header .item-desc {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.4;
}

.unify-modern-header .posp-button {
  background: #591aa3;
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.unify-modern-header .posp-button:hover {
  background: #6f2cc7;
}

@media (max-width: 1024px) {
  .unify-modern-header .nav-links {
      display: none;
  }
}
.btn_posp {
  background: #591aa3;
  color: white;
  padding: 1rem 2rem;
  border: none;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  width: auto;
  display: inline-block;
  text-decoration: none;
}

/* Main Banner Styles */
.unify-main-banner {
  width: 100%;
  margin-bottom: 20px;
  background-color: #f7f1e3;
}

.main-banner-container {
  max-width: 100%;
  overflow: hidden;
}

.banner-content {
  display: flex;
  align-items: center;
  padding: 60px 80px;
  max-width: 1200px;
  margin: 0 auto;
}

.banner-text {
  font-family: 'customFont';
  flex: 1;
}

.banner-text h1 {
  font-size: 4.5rem;
  font-family: 'customFont';
  line-height: 1.1;
  color: #2d3250;
  font-weight: 700;
  margin-bottom: 20px;
}

.banner-text p {
  font-size: 1.1rem;
  font-family: 'customFont';
  color: #555;
  margin-bottom: 30px;
  max-width: 500px;
}

.banner-button {
  display: inline-block;
  background-color: #e0d7ff;
  font-family: 'customFont';
  color: #4a4a6a;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.banner-button:hover {
  background-color: #c5b6ff;
  transform: translateY(-2px);
}

.banner-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-image img {
  max-width: 100%;
  max-height: 500px;
  object-fit: contain;
  display: block;
}

/* Sub Banners Styles */
.unify-sub-banners {
  padding: 0 10px;
  width: 100%;
  margin-bottom: 30px;
}

.sub-banners-container {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.sub-banner {
  border: 1px solid;
  flex: 1;
  overflow: hidden;
  border-radius: 4px;
}

.sub-banner img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.sub-banner img:hover {
  transform: scale(1.05);
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .banner-content {
    padding: 40px;
  }
  
  .banner-text h1 {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .banner-content {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }
  
  .banner-text {
    padding-right: 0;
    margin-bottom: 30px;
  }
  
  .banner-text p {
    margin: 0 auto 30px;
  }
  
  .banner-text h1 {
    font-size: 2.5rem;
  }
  
  .banner-image {
    width: 100%;
    min-height: 250px;
  }
  
  .sub-banners-container {
    flex-wrap: wrap;
  }
  
  .sub-banner {
    flex: 1 1 calc(50% - 10px);
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .banner-text h1 {
    font-size: 2rem;
  }
  
  .sub-banner {
    flex: 1 1 100%;
  }
}