* {
  margin: 0;
    padding: 0;
    box-sizing     :     border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    line-height: 1.7;
   color: #2d3748;
   background-color: #ffffff;
   overflow-x: hidden;
}

.content-wrapper {
  max-width: 1320px;
       margin   :0 auto;
  padding: 0 23px;
}

.cookie-banner {
  position: fixed;
    bottom     :    0;
  left: 0;
   right: 0;
    background: #1a202c;
         color: #ffffff;
  padding: 17px 0;
   z-index: 9999;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.cookie-banner.visible {
	  transform: translateY(0);


}

.cookie-container {
   max-width: 1200px;
	margin: 0 auto;
  padding: 0 23px;
    display: flex;
    justify-content: space-between;
  align-items: center;
   flex-wrap: wrap;
   gap: 15px;
}

.cookie-btn {
   background   : #f7931e;
  color: #ffffff;
   border: none;
  padding: 11px 24px;
    border-radius   :6px;
	cursor: pointer;
   font-weight: 600;
   transition: background 0.3s ease;
}

.cookie-btn:hover {
  background  : #e8851a;


}

.primary-navigation {
   position: fixed; 
   top: 0; 
       left: 0; 
  right: 0; 
  background: rgba(255, 255, 255, 0.96); 
  backdrop-filter: blur(12px); 
    z-index: 1000; 
   padding: 14px 0; 
  box-shadow: 0 2px 28px rgba(0, 0, 0, 0.08);
}

.nav-wrapper {
    max-width: 1320px;
   margin: 0 auto;
   padding: 0 23px;
    display: flex;
  justify-content    :       space-between;
   align-items: center;
}

.brand-identity .brand-logo {

	height: 48px;
   width: auto;

}

.nav-links    {
    display    :   flex;
   list-style: none;
  gap: 42px;
}

.nav-links a {
  text-decoration: none;
   color: #2d3748;
   font-weight: 540;
  font-size :      16px;
   transition: color 0.3s ease;
}

.nav-links a:hover {
  color: #f7931e;
}

.mobile-nav-trigger {
    display: none;
    cursor: pointer;
    background-color   :      #f7931e;
}

.burger-icon {
  width   :28px;
	height: 28px;
}@media (max-width: 768px) {
    .nav-menu-container {
        position: fixed;
        top: 76px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 76px);
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(12px);
        transition: left 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

    .nav-menu-container.active {
        left: 0;
    }

    .nav-links {
        flex-direction: column;
        padding: 52px 23px;
        gap: 28px;
    }

    .nav-links a {
        font-size: 18px;
    }

    .mobile-nav-trigger {
        display: block;
    }
}.home-slider-wrapper {
  position: relative;
  height: 720px;
   overflow: hidden;
}

.hero-slide {
    position: absolute; 
	  top: 0; 
		 left: 0; 
	  width    :        100%; 
	  height: 100%; 
	    background-size: cover; 
	  background-position: center center; 
	    background-repeat: no-repeat; 
		opacity   :  0; 
	    transition: opacity 1.2s ease-in-out;
}

.hero-slide.active-slide {
    opacity  :    1;
}

.slide-overlay {
  position: absolute;
   top: 0;
    bottom: 0;
   right: 0;
  width: 52%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
}

.hero-content-area {


  height    :    720px;
    display: flex;
      align-items: center;
  justify-content: flex-end;

}

.hero-text-block {
  max-width: 580px;
   padding: 0 52px;
  position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 51px;
    color: #f7931e;
    line-height: 1.32;
	font-weight: 850;
   text-transform: uppercase;
  margin-bottom: 24px;
}

.hero-title span {
   display: block;
      color: #2d3748;
}

.hero-subtitle {
         font-size: 17px; 
    font-weight   :    420; 
  color: rgba(45, 55, 72, 0.82); 
   margin-bottom: 32px;
}

.primary-action-btn	{
   display: inline-block;
    background: #1683fb;
   border: 1px solid #1683fb;
  color: #ffffff;
   padding: 18px 32px;
   text-decoration: none;
  border-radius: 6px;
    font-weight :      600;
   text-transform: uppercase;
  letter-spacing: 1.1px;
   transition: all 0.3s ease;
}

.primary-action-btn:hover {
   background: transparent;

	    color: #1683fb;
}

.content-image-showcase {
	 padding: 0;
	 position: relative;
}



.showcase-grid		{

   display: flex;
  align-items: stretch;
  min-height: 680px;


}

.image-column {
   flex: 0 0 42%;
    display    :      flex;
       align-items: center;
   padding: 32px;
}

.featured-image {
                    width: 100%;
  -o-background-size: cover;
         height: 420px;
   background-size: cover;
   -webkit-background-size: cover;
   -moz-background-size: cover;
    background-position: center center;
    background-repeat  : no-repeat;
}

.rounded-corners {
   border-radius: 8px;
}

.text-column {
	flex: 1;
   padding: 52px 42px;
  display: flex;
    flex-direction: column;
      justify-content: center;
}

.section-label {
  font-size: 13px;
    display: block;
    font-weight: 800;
  color: #e89c28;
	 text-transform: uppercase;
  letter-spacing: 2.5px;
   margin-bottom: 16px;
}

.section-heading {


   font-size: 26px;
   font-weight: 800;
   color     :  #2d3748;
   margin-bottom: 32px;
	}

.feature-content .feature-text p {
        margin-bottom: 24px;
   font-size :16px;
  line-height: 1.7;
   color: #4a5568;
}

.benefit-list {


  list-style: none;
      margin: 32px 0;
}

.benefit-list li {
	display: flex;
    align-items: center;
    margin-bottom: 16px;
   font-size   :     16px;
    color: #2d3748; 
	
}

.benefit-list li img {
   width    :18px;
  height     :        18px;
        margin-right: 12px;
  filter: hue-rotate(210deg) brightness(0.8);
}

.feature-cta-btn {
   display: inline-block;
  background: #e89c28;
    border: 1px solid #e89c28;
      color    :       #ffffff;
   padding: 14px 24px;
    text-decoration: none;
  border-radius   :        6px;
   font-weight: 600;
   text-transform: uppercase;
  letter-spacing  :      1.2px;
  transition: all 0.3s ease;
    align-self: flex-start;
	margin-top: 16px;
}

.feature-cta-btn:hover {
  background   :    transparent;
   color: #e89c28; 

}

.services-showcase {
    background:       #f8fafc;
    padding   :   75px 0;
}  

.section-intro {
    text-align   :  center;
    margin-bottom: 64px;
}

.intro-content .section-label {
  color: #f7a226; 
	    margin-bottom: 8px;
}

.intro-content h2 {
   font-size: 26px;
   font-weight: 750;
  color: #2d3748; 



}

.services-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
   gap :        42px;
}

.service-item {
   display: flex;
                    gap: 18px;
  margin-bottom: 32px;
    padding :        24px;
    background: #ffffff;
    border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
}

.service-icon {
   flex-shrink: 0;
   width: 75px;
   height: 75px;
  background   :     #0652d3;
    border-radius: 50%;
   display: flex;
    align-items: center;
         justify-content: center;
  box-shadow: 0 12px 32px rgba(6, 82, 211, 0.16);
}

.service-icon img {


      width: 42px;
    height: 42px;
  filter: brightness(0) invert(1);

}

.service-content h3 {
	font-weight: 750;
   font-size: 19px;
   color: #2d3748;
  margin-bottom  :    12px;
}

.service-content p {
  color: #4a5568;
      margin-bottom: 16px;
            line-height: 1.6;
}

.service-link {
  font-size: 13px;
    font-weight: 550;
   text-transform: uppercase;
    color: #2d3748;
    text-decoration: none;
   border-bottom: 2px solid #e2e8f0;
  transition: all 0.3s ease;
}

.service-link:hover {
  color: #0652d3;
   border-color  :    #0652d3;

}

.achievement-stats {
    position   :   relative;
   padding: 72px 0;
  background: #202020;
  overflow: hidden;
}

.stats-wrapper {
  max-width: 1320px;
    margin: 0 auto;
	padding: 0 23px;
}

.stats-grid		{
	    display:       grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 32px;
}

.stat-item {
   display: flex;
  justify-content  :     center;
}

.stat-block {
    text-align     :        center;
  width: 100%;
}

.stat-content {
	    position: relative;}

.stat-figure {
	line-height: 1;
      font-weight    :        700;
    font-size  :  38px;
    color: #f79f24;
    display: block;
   margin-bottom: 11px;
}

.stat-content span {
      text-transform: uppercase;
  font-weight     :      600;
  color: rgba(255, 255, 255, 0.7);
   font-size: 14px;}

.about-showcase {

	    padding: 80px 0;
     }

.intro-section {
  text-align: center;
     margin-bottom: 64px;
}

.main-heading {

  color: #fd7e14;
	font-size: 40px;
       font-weight: 900;
				 margin-bottom :    24px;

}

.intro-description     {
  font-size: 1.25rem;
   font-weight: 300;
                    color: #4a5568;
}

.about-content-grid {
  display  :  grid;
   grid-template-columns: 1fr 1fr;
   gap: 64px;
  align-items: center;
}

.image-container {
   position: relative; 
	
}

.image-container::after {
    width:     300px;
  height:  300px;
  content: "";
  z-index: -1;
 border-radius: 50%;
  position: absolute;
  bottom: -90px;
   right: -90px;
  background: #f8f9fa; 
	
}

.team-image {
    width: 100%;
   height: auto;
   border-radius: 8px;
	}

.content-title {

       font-size: 24px;
  font-weight: 700;
  color: #2d3748;
    margin-bottom: 24px;
	


}

.content-section p    {
   color: #4a5568;
  margin-bottom   :       20px;
  font-size: 16px;
   line-height: 1.7;
}

.feature-highlight-area {
  padding: 64px 0;
   background: #f8fafc;
}

.feature-showcase {

	   max-width: 800px;
	margin  :0 auto;
     text-align: center;}

.feature-main-title 
 {
  font-size: 25px;
    font-weight: 620;
    color: #242424;
   margin-bottom  :        42px;
}

.feature-benefits {
  list-style-type: none;
       text-align :       left;
}

.feature-benefits li  
  {
                    margin-bottom: 18px;
  color: #4a5568;
    position: relative;
    padding-left: 24px;
   font-size: 16px;
  line-height: 1.6;
}

.feature-benefits li::before {
  left: 0;
  content: "";
	border-radius: 50%;
    top: 12px;
    width: 8px;
    background  :#3a4ced;
  position: absolute;
  height: 8px;
}

.pricing-showcase  {
    padding: 65px 0;
}

.pricing-intro {
    text-align: center;
    margin-bottom: 48px;
}

.pricing-label {

	    font-size: 13px;
  display: block;
    margin-bottom: 8px;
    color: #8e44ad;
   font-weight: 600;
    letter-spacing: 2.2px;
    text-transform  :uppercase;
	}

.pricing-title{
    font-size: 42px;
   font-weight: 600;
   color: #2d3748;
}

.pricing-table-wrapper {
     overflow-x: auto;
}

.pricing-table
{
   min-width: 1050px;
   width: 100%;
    border-collapse: collapse;
}

.table-header {
  background: transparent;
}

.table-header th {
   padding: 32px 12px;
	 color: #ffffff;
  border :     1px solid transparent;
   font-weight: 500;
}

.plan-header {
    border-right: 1px solid #ffffff;
    position: relative;
}

.plan-header:last-child {
	border-right: none;
}



.plan-header::after


{
  position: absolute;
  bottom: -12px;
   left: 0;
   right: 0;
  content: '';
   width: 0;
   height: 0;
    border-style: solid;
  border-width: 12px 105px 0 105px;
   margin   :      0 auto;
   z-index: 1;


}

.plan-basic	{
  background: #8e44ad;
}

.plan-basic::after {
  border-color: #8e44ad transparent transparent transparent;
}

.plan-premium
{
   background: #2c3e50;
}

.plan-premium::after {
  border-color: #2c3e50 transparent transparent transparent;
}

.plan-elite {
   background  :    #000000;
}

.plan-elite::after {
   border-color:   #000000 transparent transparent transparent;
}

.pricing-row td {
   vertical-align :      middle;
   padding: 32px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.service-image .service-preview {
   display: block;
	 width: 190px;
   height: 105px;
    margin: 0 auto;
    background-size: cover;
               background-position: center;
    border-radius: 6px;
}

.service-details h3 {
   margin-bottom: 8px;
   font-size: 19px;
  color: #2d3748;
}

.service-description span {
  color: #4a5568;
}

.plan-pricing   {
    text-align: center;
  background: rgba(0, 0, 0, 0.06);
   border-right    : 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
   position: relative;
   transition: all 0.35s ease;

}


.plan-pricing:last-child {
  border-right: none;

}

.price-details h3 {
  position: relative;
        margin-bottom: 8px;
}

.currency {
  position: absolute;
    top: 0;
  left: -12px;
 font-size: 15px;
} 

.price-amount {
    color: #8e44ad;
  font-size: 21px;
    position: relative;
}

.price-period  
  {
    font-size: 15px;
  color: rgba(0, 0, 0, 0.45); 
	
}

.price-note {
  font-size: 15px;
    color: #4a5568;
}

.plan-action {
   position: absolute;
  top: 50%;
    left: 0;
        right: 0;
  transform: translateY(-50%);
  opacity: 0;
   transition: all 0.35s ease;
	 z-index: 1;
}

.plan-action a

{
    padding: 8px 22px;
   display  :        inline-block;
	background: #8e44ad;
    color: #ffffff;
   border-radius :6px;
   text-decoration     :   none;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.price-details {
    transition  :   all 0.35s ease;


}

.plan-pricing:hover {
    background:        #27ae60;
}

.plan-pricing:hover .plan-action


{
   opacity: 1;
}

.plan-pricing:hover .price-details {
    opacity: 0;
}

.contact-form-area {
   padding-top: 80px;
   padding-bottom: 80px;
}

.contact-layout {
   display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 0;
    align-items: stretch;
     }

.consultation-form {
  position: relative;
  margin-top: -110px;
}

.form-header {
   background: #e6a527;
  padding: 32px 36px;
    border-top-right-radius: 55px;
    border-bottom-left-radius: 55px;
}

.form-label {


  text-transform: uppercase;
       font-weight  :    620;
       font-size: 15px;
      color: #ffffff;
       display: block;
     margin-bottom: 8px;
	}

.form-header h3 {
     margin-bottom: 0;
    color: #ffffff;
   font-size     :   22px;
}

.contact-form  
  {
	background: #ffffff;
    padding: 36px;
  border-top-left-radius     :   55px;
  box-shadow: 0 35px 65px rgba(0, 0, 0, 0.16);
}

.field-group {
   position: relative;
    width: 100%;
    display: block;
	 margin-bottom: 24px;
}

.select-container {
    position: relative;
}

.select-icon {
	 position: absolute;
  top: 50%;
	right: 12px;
  transform: translateY(-50%);
    pointer-events: none;
   z-index   :        2;
}

.select-icon img {
 width: 16px;
   height: 16px;
  filter: opacity(0.5);
}

.form-input {
       border: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    height: 55px;
                    padding: 0;
                    background    :    transparent;
  color: rgba(0, 0, 0, 0.92);
    font-size: 17px;
   border-radius: 0;
       box-shadow: none;
	width: 100%;
        font-family: inherit; 
	
}

.form-input:focus {
    outline: none;
     border-bottom-color: #e6a527;

}

select.form-input {
  appearance: none;
          background: transparent;
  cursor: pointer;
}

textarea.form-input
{
    min-height: 80px;
  resize: vertical;
    padding-top: 12px;
  height: auto;
}

.submit-btn {
	    width :    100%;
	display: block;
    border-radius: 6px;
  background: #e6a527;
  border: 1px solid #e6a527;
  color     :     #1a1a1a;
    padding: 16px 24px;
    font-size: 16px;
   font-weight: 600;
   cursor: pointer;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    border: 1px solid #e6a527;
    background  :        transparent;
  color: #e6a527;
}

.content-column {
   padding: 52px 42px;
  display: flex;
   align-items: center;
}

.info-header h2 {
    color: #2d3748;
  font-size   : 24px;
   font-weight: 700;
   margin-bottom: 24px;
}

.info-content p {
  color    :      #4a5568;
    margin-bottom     :    32px;
   font-size: 16px;
 line-height: 1.7;
}

.info-cta-btn {
   display: inline-block;
    background: #1486fb;
         border: 1px solid #1486fb;
  -webkit-border-radius: 6px;
   color: #ffffff;
  -moz-border-radius: 6px;
    padding: 14px 24px;
  text-decoration: none;
   border-radius: 6px;
    font-weight: 600;
  transition: all 0.3s ease;
}

.info-cta-btn:hover {
	background    :        transparent;
    color: #1486fb;
}

.main-footer {
    background: #181818;
  padding-top: 78px;
}

.footer-grid {
  display: grid;
   grid-template-columns: 1fr 1fr 1fr 1fr;
   gap: 42px;
	margin-bottom  :     32px;
}

.brand-info {
    margin-bottom: 32px;
}

.footer-logo	{

  margin-bottom: 42px;

}

.footer-logo a {
	    display    :       inline-block;
     }


.footer-logo img  {
  filter: brightness(0) invert(1);
   height: 68px;
   width: auto;

}

.brand-info p
{
    color:       #b2b7c2;
    margin-bottom: 35px;
   line-height: 1.6;
}

.social-connections h6 {
	 color  :      #ffffff;
   font-weight: 520;
    text-transform: uppercase;
   margin-bottom: 22px;
}

.social-connections a {
  color: #ffffff;
    display: inline-block;
  margin-right: 20px;
}

.social-connections a img {
   width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}

.social-connections a:hover img {
  filter: brightness(0) invert(1) sepia(1) hue-rotate(25deg) saturate(3);
}

.nav-section h5,
.services-section h5,
.contact-section h5 {
   font-size: 21px;
    font-weight: 520;
  color: #ffffff;
   text-transform: uppercase;
   margin-bottom: 42px;
}

.footer-links,
.service-links 
 {
  list-style     :    none;
}

.footer-links li,
.service-links li {
         margin-bottom :      16px; 
	
}

.footer-links a,
.service-links a {
   display: block;
  font-size: 17px;
  font-weight: 520;
  color:    #ffffff;
  text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover,
.service-links a:hover {


  color: #f7931e;}  

.contact-info {
   list-style: none;
}

.contact-info li {
 font-size: 17px;
   color: #b2b7c2;
   position: relative;
	 padding-left: 37px;
  margin-bottom: 22px;
  display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact-info li img {
    width: 20px;
   height: 20px;
  filter: brightness(0) invert(1) sepia(1) hue-rotate(25deg) saturate(2);
   margin-top: 2px;
  flex-shrink: 0;
}

.contact-info li span {


  font-weight: 520;
   color  :#ffffff;
    display :    block;
  margin-right     :        8px;

}

.footer-bottom


{
  background: #0a0a0a;
    border-top: 1px solid #121212;
   padding: 22px 0;
	}

.copyright-section {
  text-align: center;
}

.copyright-text {
    font-size: 15px;
  color: #b2b7c2;
}

.popup-overlay {
    position: fixed;
  top: 0;
	 left  :0;
    width: 100%;
    height: 100%;
  background: rgba(0, 0, 0, 0.7);
   display :     flex;
	align-items: center;
	justify-content  :       center;
 z-index: 10000;
   opacity: 0;
   visibility: hidden;
    transition: all 0.3s ease;
}

.popup-overlay.active    {
    opacity   :        1;
  visibility: visible;
}

.popup-content {
  background: #ffffff; 
	               padding: 48px 36px; 
	    border-radius: 12px; 
	       text-align: center; 
	    max-width: 480px; 
	    margin: 0 20px; 
	  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); 
	  transform: scale(0.8); 
	  transition: transform 0.3s ease;
}

.popup-overlay.active .popup-content {
  transform: scale(1);
}

.popup-icon {
    width: 64px;
               height: 64px;
	margin: 0 auto 24px;
  filter: hue-rotate(120deg) brightness(1.2);
}

.popup-content h3 {
  color: #2d3748;
   font-size: 24px;
    font-weight: 700;
  margin-bottom: 16px;
	}

.popup-content p
	{
   color: #4a5568;
  margin-bottom: 32px;
   line-height: 1.6;
}

.popup-close-btn {

  background: #e6a527;
    color    :        #ffffff;
  border: none;
   padding: 12px 32px;
  border-radius:        6px;
	 font-weight: 600;
  cursor    :        pointer;
  transition: background 0.3s ease;
	
}

.popup-close-btn:hover {

	          background    : #d08b00;}@media (max-width: 1199px) {
    .hero-slide {
        background-position: center center;
    }

    .slide-overlay {
        width: 100%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.9) 70%);
    }

    .hero-content-area {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 32px;
    }

    .showcase-grid {
        flex-direction: column;
    }

    .image-column {
        flex: none;
        order: 2;
    }

    .text-column {
        order: 1;
    }

    .about-content-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .image-container::after {
        display: none;
    }

    .contact-layout {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .consultation-form {
        margin-top: 0;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}

@media (max-width: 767px) {
    .content-wrapper {
        padding: 0 16px;
    }

    .hero-content-area {
        text-align: center;
    }

    .hero-text-block {
        padding: 0 24px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .main-heading {
        font-size: 30px;
    }

    .section-heading {
        font-size: 22px;
    }

    .pricing-title {
        font-size: 30px;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .contact-info li {
        padding-left: 0;
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 640px) {
    body {
        padding-top: 76px;
    }

    .home-slider-wrapper,
    .hero-slide,
    .hero-content-area {
        height: 580px;
    }

    .cookie-container {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }
}body    {
  padding-top: 92px;
}

.hero-about-section {
  padding: 120px 0 80px;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
   position    :      relative;
  overflow: hidden;
}

.hero-about-section::before {
  content: "";
    position: absolute;
	 top: -50%;
   right: -20%;
   width: 600px;
   height: 600px;
  background: radial-gradient(circle, rgba(247, 147, 30, 0.1) 0%, transparent 70%);
  border-radius: 50%; 
	
}

.hero-about-content {
	text-align: center;
    position: relative;
   z-index: 2;
}

.hero-about-title {
    font-size: 48px;
    font-weight: 900;
  color: #2d3748;
    margin-bottom: 24px;
     line-height: 1.2;
}

.hero-about-subtitle {
  font-size: 22px;
	color: #4a5568;
   margin-bottom: 48px;
                    max-width: 680px;
    margin-left: auto;
  margin-right: auto;
   line-height: 1.6;
}

.company-history-section {

   padding: 100px 0;
	  background: #ffffff;
}

.history-timeline {
    display: grid;
   grid-template-columns: 1fr;
  gap: 64px;
   max-width: 900px;
  margin: 0 auto;
}

.timeline-item {
    border-radius: 16px;
     border-left: 5px solid #f7931e;
   display    :    grid;
  grid-template-columns: 120px 1fr;
	padding     :   36px;
    -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
 transition: transform 0.3s ease, box-shadow 0.3s ease;
    -moz-transition: transform 0.3s ease, box-shadow 0.3s ease;
   align-items: flex-start;
      background: #f8fafc;
    gap: 42px;
	


}

.timeline-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}

.timeline-year {
    font-size :    28px;
  font-weight: 800;
   color: #f7931e;
                    text-align: center;
	padding: 16px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08); 

}

.timeline-content h3 {


   font-size: 24px;
    font-weight: 700;
    color     :    #2d3748;
   margin-bottom :     16px;
	}

.timeline-content p {
   font-size: 16px;
     line-height: 1.7;
      color:#4a5568;
}

.team-showcase-area {
   	 padding: 100px 0;
   background: #f8fafc;

}

.team-section-header {
  text-align: center;
  margin-bottom: 80px;
}

.team-section-title {
   font-size: 42px;
    margin-bottom: 24px;
    font-weight: 800;
    color: #2d3748;
}

.team-section-description {
  font-size: 20px;
    color: #4a5568;
	max-width: 600px;
   margin: 0 auto;
   line-height: 1.6;
}

.team-members-grid {
	 display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 48px;
}

.team-member-card {
    background: #ffffff;
    border-radius: 20px;
   padding: 42px 32px;
    text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
    overflow :      hidden;
}



.team-member-card::before {
  content: "";
  position: absolute;
    top: 0;
    left: 0;
  right :        0;
	 height: 4px;
  background: linear-gradient(90deg, #f7931e 0%, #e6a527 100%);
}



.team-member-card:hover {
     transform: translateY(-8px);
  box-shadow: 0 20px 64px rgba(0, 0, 0, 0.15);
}

.member-avatar {
  width: 120px;
   height: 120px;
	 border-radius: 50%;
  margin: 0 auto 24px;
  background: linear-gradient(135deg, #f7931e 0%, #e6a527 100%);
  display: flex;
    align-items: center;
	justify-content: center;
  position: relative;
}

.member-avatar img {
 width:      64px;
   height: 64px;
  filter: brightness(0) invert(1);
} 

.member-name {
   font-size: 24px;
   font-weight: 700;
  color: #2d3748;
  margin-bottom: 8px;
}  

.member-position {
  font-size :   16px;
	 color: #f7931e;
  font-weight: 600;
    margin-bottom: 20px;
	 text-transform: uppercase;
    letter-spacing: 1px;
} 

.member-description{
	color: #4a5568;
    line-height: 1.6;
    font-size: 15px;
}

.values-principles-area {
    padding: 100px 0;
	 background: #ffffff;
}

.values-grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap  :       48px;


}

.value-item {

   text-align: center;
   padding: 48px 32px;
         background: #f8fafc;
    border-radius:      16px;
    border: 2px solid transparent;
         transition: all 0.3s ease;



}

.value-item:hover {
   border-color: #f7931e;
      background: #ffffff;
  transform: translateY(-4px);
}

.value-icon {
    width: 80px;
 height: 80px;
   margin   :   0 auto 24px;
    background: #f7931e;
    border-radius: 50%;
    display: flex;
  align-items: center;
   justify-content: center;
  box-shadow: 0 8px 24px rgba(247, 147, 30, 0.3);
}

.value-icon img {
     width: 42px;
  height: 42px;
  filter: brightness(0) invert(1);}

.value-title

{
    font-weight: 700;
       font-size: 22px;
       margin-bottom: 16px;
      color   :     #2d3748;
}

.value-description {
    color: #4a5568;

	               line-height: 1.7;

	  font-size: 16px; 
	
}

.mission-vision-section {
    padding:    100px 0;
  background: linear-gradient(135deg, #2d3748 0%, #1a202c 100%);
  color: #ffffff;
    position: relative;
}

.mission-vision-grid {
   display: grid;
  grid-template-columns : 1fr 1fr;
   gap: 80px;
          align-items: center;
}

.mission-content,
.vision-content {
   padding  :     48px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.mission-title,
.vision-title {
    font-size: 28px;
  font-weight: 800;
    margin-bottom: 24px;
    color: #f7931e;
} 

.mission-text,
.vision-text
{
               font-size: 18px;
   line-height:      1.8;
  color: #e2e8f0; 
	
}

.contact-cta-section {
  padding: 80px 0;
  background: #f7931e;
	 text-align: center;
}

.cta-content {
  max-width: 700px;

    margin: 0 auto;
}

.cta-title {
   font-size: 36px;
   font-weight: 800;
    color: #ffffff;
   margin-bottom: 24px;
}

.cta-description {
    font-size: 20px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom    :  36px;
    line-height: 1.6;
}

.cta-button {
   display: inline-block;
    background: #ffffff;
     color: #f7931e;
    padding: 18px 42px;
         border-radius: 12px;
   text-decoration: none;
    font-weight     :700;
    font-size: 18px;
    transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}@media (max-width: 991px) {
    .hero-about-title {
        font-size: 36px;
    }

    .timeline-item {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 24px;
    }

    .mission-vision-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .team-section-title {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .hero-about-section {
        padding: 80px 0 60px;
    }

    .hero-about-title {
        font-size: 28px;
    }

    .hero-about-subtitle {
        font-size: 18px;
    }

    .company-history-section,
    .team-showcase-area,
    .values-principles-area,
    .mission-vision-section {
        padding: 60px 0;
    }

    .team-members-grid {
        grid-template-columns: 1fr;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }
}.privacy-section,
.terms-section {
  margin: 5% 15%;
}