* {
    margin: 0;
   padding: 0;
    box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.65;
   color: #3d3d3d;
    font-weight: 320;
    font-size: 16.5px;
}

img {
  max-width: 100%;
  height: auto;
    display : block;
}

a {
   text-decoration: none;
   transition: color 0.27s ease;


}

.primary-navigation {
  position: fixed;
    top: 0;
   left: 0;
   width: 100%;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 2.5px 18px rgba(0,0,0,0.08);
  z-index: 999;
    padding: 0;
}

.nav-holder {
	   max-width: 1280px;
  margin: 0 auto;
   display: flex;
  justify-content: space-between;
    align-items: center;
  padding: 18px 32px;
     }

.brand-zone {
   flex-shrink: 0;
}

.brand-mark {
  height: 47px;
   width: auto;
}

.links-zone {
    display: flex;
    gap: 38px;
   align-items     : center;
}

.link-item {
  color: #2c2c2c;
   font-size: 15.8px;
  font-weight: 490;
  position: relative;
}

.link-item:hover,
.link-item.active {
   color: #d97706;
}

.link-item::after {


  content: '';
    position     :absolute;
     bottom: -5px;
   left: 0;
    width: 0;
  height: 2.2px;
   background: #d97706;
    transition: width 0.32s ease;

}

.link-item:hover::after,
.link-item.active::after {

   width: 100%;

}

.menu-trigger {
   display: none;
   flex-direction: column;
  background  :   none;
  border: none;
   cursor: pointer;
   padding: 5px;
}

.menu-trigger .bar {
   width: 26px;
      height: 2.8px;
         background: #2c2c2c;
  margin :       3.5px 0;
  transition: 0.28s;
}

.site-hero {
	min-height: 700px;
  height: 60vh;
    position: relative;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    width: 100%;
}

.site-hero.overlay:before {
  background: rgba(0, 0, 0, 0.45);
  content: "";
   position: absolute;
    height: 60vh;
    min-height: 700px;
     top: 0;
	left: 0;
   bottom: 0;
  right     :  0;
}

.hero-inner-wrap {
    z-index: 2;
  position: relative;
}

.site-hero-inner
{
   padding: 0 28px;
  align-items: center;
	height: 60vh;
 max-width: 1280px;
    display: flex;
   margin: 0 auto;
  min-height: 700px;
    justify-content: center;
}

.site-hero-inner .heading {
    font-size: 80px; 
	  font-family: "Georgia", times, serif; 
	   color: #fff; 
	    line-height: 1; 
	  font-weight: bold;
}

.mouse {

	    width: 100px;
  display: inline-block;
    position: absolute;
  left: 50%;
    bottom: 20px;
    z-index: 3;
  transform: translateX(-50%);

}

.mouse-icon {
    width: 25px;
   height: 45px;
    border: 2px solid white;
  border-radius: 15px;
   cursor: pointer;
  position: relative;
    text-align: center;
}

.mouse-wheel   {
    height: 6px;
    margin: 2px auto 0;
   display: block;
    width: 3px;
    background-color: white;
   border-radius: 50%;
  animation  :1.6s ease infinite wheel-up-down;
}@keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 20px;
    opacity: 0;
  }
}.site-section  {
   padding: 4.5em 0;
}

.content-wrap {
    max-width: 1240px;
       margin: 0 auto;
 padding: 0 28px; 
	
}

.row {
  display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;


}

.col-md-5 {
   flex    :    0 0 41.666667%;
   max-width: 41.666667%;
    padding: 0 15px;
}

.col-md-6 {
     flex: 0 0 50%;
       max-width: 50%;
      padding: 0 15px;
}

.mr-auto	{
   margin-right: auto !important;
}

.heading-wrap {

    position: relative;
	
}

.heading-wrap.text-left h2:before {
    left : 0;
  transform: translateX(0%);
}

.heading-wrap h2 {


   font-size: 50px;
		position: relative;
  padding-top  :   30px;
   z-index: 2;
    text-transform: uppercase;
   font-weight: 800;
  color: #000;
}

.heading-wrap h2:before {

	  width  :     80px;

	       height: 2px;

	   background: #6610f2;

	  content: "";

	   position  :   absolute;

	  top: 0;

	   left     :   0;

}

.mb-5 {
	    margin-bottom     :   3rem !important;



}

.mt-0 {
   margin-top: 0 !important;
}

.position-relative {
 position   :  relative;
}

.align-self-center {
    align-self: center !important;
}

.img-overlap-1 {
   max-width: 100%;
  border-radius: 6px;
  box-shadow: 0 8px 28px rgba(0,0,0,0.12);
}

.img-overlap-2 {
      bottom: -20%;
  right: -10%;
	max-width   : 70%;
   position: absolute;
    border: 10px solid #fff;
    border-radius: 6px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
	}

.benefits-display,
.contact-segment {
    padding    :    88px 0;
}

.segment-container {
   max-width: 1240px;
    margin: 0 auto;
   padding: 0 28px;
}

.centered-header {
    text-align :      center;
   margin-bottom: 58px;
}

.label-text {
  display    :    inline-block;
	  color: #d97706;
	    font-size: 13.5px;
	   font-weight: 650;
	    letter-spacing: 2.1px;
		text-transform: uppercase;
	    margin-bottom: 12px;
}


.major-title {
   font-size: 46px;
   color: #1a1a1a;
    font-weight: 690;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 42px;
}

.benefit-card {
   text-align: center;
  padding:   38px 24px;
   border-radius: 7px;
    transition: transform 0.3s, box-shadow 0.3s;
}

.benefit-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 14px 38px rgba(0,0,0,0.11);
}

.benefit-icon {
  width: 68px;
    height: 68px;
   margin: 0 auto 22px;
  filter: drop-shadow(3px 3px 6px rgba(217, 119, 6, 0.35));
}

.benefit-heading {
  font-size: 21px;
               color: #1a1a1a;
    margin-bottom   :      14px;
  font-weight: 620;
}

.benefit-card p {
  line-height: 1.68;
   color :     #666;
}

.facilities-section {
   padding: 0;
}

.dual-facilities	{
  display: flex;
   flex-wrap: wrap;
}

.facility-half {
         flex:        0 0 50%;
   max-width: 50%;
}

.facilities-item {
	height: 796px;
   padding: 95px 100px 60px;
  background-size: cover;
  background-position: center;
   position: relative;
}

.facilities-item::before {
  content: '';
   position: absolute;
  top     :       0;
    left: 0;
   width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.72), transparent);
}

.fi-title,
.fi-features,
.primary-btn {
    position: relative;
  z-index: 2;
}

.fi-title {
  margin-bottom: 375px;
}

.facilities-item.fi-right .fi-title {
	margin-bottom: 488px;}

.fi-title h2 {
   color: #fff;

	    font-size: 48px;

	  font-weight: 500;

	  line-height: 48px;

	   margin-bottom: 8px;
}

.fi-title p {
    color: #fff;
  font-size: 12px;
    letter-spacing: 4px;
   line-height: 27px;
   font-weight: 600;
    text-transform    :       uppercase;
}

.fi-features {
    margin-bottom: 28px;
  display: flex;
    flex-wrap: wrap;
	gap   : 24px;
}

.fi-info {
  text-align: center;
}

.fi-info img {
    width: 42px;
    height: 42px;
   margin: 0 auto 8px;
  filter: brightness(0) invert(1);
}

.fi-info p
{
  color: #fff;
  margin-bottom   : 0;
    font-size: 14.5px;
}  

.primary-btn {
   display: inline-block;
         font-size: 16px;
    font-weight: 400;
	 padding: 18px 38px;
    color: #fff;
   background:   transparent;
   border: 3px solid #fff;
    letter-spacing: 0.5px;
  transition: all 0.3s;
}

.primary-btn:hover {
    background: #fff;
         color: #1a1a1a;
}

.main-section {
     padding: 7.5rem 0;}

.border-top {
   border-top: 1px solid #cfd2d8 !important; 

}

.d-flex {
	    display: flex !important;}

.no-gutters {
    margin-right: 0;
   margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {


  padding-right: 0;
   padding-left: 0;
     }


.align-items-stretch {
  align-items:stretch !important;
}

.block__73422 {
   background-size :    cover;
   background-position: center;
      min-height:520px;
}


.col-12 {
      flex   :   0 0 100%;
  max-width: 100%;
}

.col-lg-5	{
    flex: 0 0 41.666667%;
	max-width: 41.666667%;
   padding: 58px 48px;
}

.col-lg-6 {
          max-width: 50%;
	flex: 0 0 50%;
}

.order-lg-1 {
    order    :      1;
}

.order-lg-2 {
   order: 2;
}

.mb-3 {
   margin-bottom :        1.8rem !important;
}

.mt-3 {
  margin-top   : 1.8rem !important; 
	
}

.mt-4   {
    margin-top: 2.8rem !important;
}  

.text-dark {
               color: #111 !important;

}

.text-main {
  color: #e89c00 !important;


}

.p-lg-4 {
  padding: 2.5rem !important;
}

.check-list {
    margin-bottom: 55px;
   padding-left: 0;
  list-style: none;
}

.check-list li {
    position: relative;
   padding-left: 38px;
    margin-bottom: 18px;
  line-height  :      1.6;
	
}

.check-list li:before {
  content: '✓';

  left: 0;

    font-size: 22px;

   top: 0;

   position: absolute;
}

.check-list.main li:before {
    color: #e89c00;
}

.list-unstyled {
  padding-left: 0;
   list-style: none;
}

.ftco-section    {
   position: relative;
  padding: 6.5em 0;
}

.justify-content-center {
   justify-content: center !important; 

}

.text-center {


  text-align: center !important;


}

.col-md-7		{
  flex: 0 0 58.333333%;
        max-width: 58.333333%;
  padding: 0 15px;
}

.col-md-10 {
   flex  :   0 0 83.333333%;
  max-width: 83.333333%;
  padding: 0 15px;
}

.col-md-12  {
  flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}



.heading-section .subheading {
               font-size: 13px;
	display: block;
   margin-bottom: 6px;
  color: #8e44ad;
    font-weight: 600;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.heading-section h2 {
  font-size: 42px;
    font-weight: 600;
    color: #000;
	}

.car-list {
          overflow-x: auto;


}

.table {


  min-width: 1050px;
  width: 100%;
    border-collapse: collapse;
}

.table th

{


    font-weight: 500;}

.thead-primary {
   background: transparent;
}

.thead-primary tr th {
    padding: 32px 12px;
         color: #fff !important;
   border: 1px solid transparent !important;

}

.thead-primary tr th.heading {
    border-right: 1px solid #fff !important;
   position: relative;
}

.thead-primary tr th.heading:last-child   {
    border-right: none !important;
}

.thead-primary tr th.heading: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;


}

.bg-primary {
    background-color: #8e44ad !important;
}


.bg-primary.heading:after {
     border-color: #8e44ad transparent transparent transparent;
}

.bg-dark {
    background: #2c3e50 !important;
}

.bg-dark.heading:after {
	 border-color: #2c3e50 transparent transparent transparent;
}

.bg-black {
               background: #000000;
}

.bg-black.heading:after {
	border-color :        #000000 transparent transparent transparent;
}

.table tbody tr td {
     vertical-align: middle;
   padding: 32px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;

}



.car-image .img {
  display     :       block;

	   width: 190px;

	  height: 105px;

	   margin: 0 auto;

	   background-size: cover;

	   background-position: center;

	  border-radius: 4px;
}

.product-name {

   padding: 0 15px;

}

.product-name h3 {
    color: #000;
        font-size: 19px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.rated span {
	color: #27ae60;
}

.price {
   text-align: center !important;
  background: rgba(0, 0, 0, 0.06);
                    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff !important;
	position: relative;
    transition: all 0.35s ease;
}  

.price:last-child {


  border-left: none;

}

.price h3 {

	   position: relative;

}

.price h3 small.currency {
  left: -12px;
  top: 0;
  font-size: 15px;
    position     :      absolute;
}

.price h3 span.num {
    color: #8e44ad;
    font-size: 21px;
    position: relative;
}

.price h3 span.per		{
   font-size: 15px;
  color: rgba(0, 0, 0, 0.45);
}

.price .subheading
	{
        font-size: 15px;
}

.btn-custom   {
       position: absolute;
 top: 50%;
   left: 0;
    right:        0;
  transform: translateY(-50%);
   opacity: 0;
          transition: all 0.35s ease;
    z-index: 1;
}

.btn-custom a {
    padding: 8px 22px;
    display: inline-block;
  background: #8e44ad;
  color: #fff;
    border-radius: 6px;
  box-shadow: -12px 12px 28px -18px rgba(0, 0, 0, 0.2); 
	
}

.price-rate


{
    transition: all 0.35s ease;
}

.price:hover {
   background: #27ae60; 
	
}

.price:hover .btn-custom {
    opacity: 1;
}

.price:hover .price-rate {
    opacity   :0;
} 

.cta-banner {
  background: linear-gradient(135deg, #d97706 0%, #b86307 100%);
     color   :      #fff;
     padding: 88px 0;}

.banner-inner {
	    text-align: center;
    max-width: 820px;
   margin: 0 auto;


}

.banner-headline {
   font-size    :        46px;
        margin-bottom: 22px;
  font-weight: 670;
}

.banner-description {


  font-size: 19px;
   margin-bottom: 35px;
   opacity: 0.94;
	}

.cta-button-large {
    display: inline-block;
  padding: 18px 48px;
   background: #fff;
    color: #d97706;
   font-size: 18px;
   font-weight: 620;
    border-radius:  4.5px;
    transition: all 0.3s;
}

.cta-button-large:hover {
    background: #f5f5f5;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.18);
}

.form-wrapper {
   max-width: 720px;
       margin: 0 auto;
      background: #f9fafb;
            padding: 48px;
     border-radius: 8px;
     box-shadow: 0 6px 24px rgba(0,0,0,0.08);
}

.contact-form .form-group
{
  margin-bottom: 26px;
}

.contact-form label {
  display   : block;
    margin-bottom  :    8px;
  color: #2c2c2c;
    font-weight: 530;
    font-size: 15px;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
  width: 100%;
   padding: 13px 16px;
  border: 1.5px solid #d1d5db;
    border-radius: 4.5px;
	font-size: 15.5px;
    font-family: inherit;
  transition: border-color 0.3s;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
    border-color: #d97706;
}

.submit-button {
  width: 100%; 
	   padding: 16px; 
	    background: #d97706; 
	    color: #fff; 
	    border: none; 
	   border-radius: 4.5px; 
	   font-size: 17px; 
	   font-weight: 590; 
	  cursor: pointer; 
	    transition: background 0.3s;
}

.submit-button:hover {
   background: #b86307;
}

.site-footer {
  background: #1f2937;
    color: #d1d5db;
    padding: 68px 0 32px;
	
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
    gap: 52px;
   margin-bottom: 42px;
}

.footer-logo {
  height: 52px;
       width: auto;
  margin-bottom: 22px;
  filter: brightness(0) invert(1);
}

.footer-description {
   color: #9ca3af;
   line-height: 1.72;
}

.footer-heading {
   color: #fff;
    font-size: 18px;
  margin-bottom: 18px;
  font-weight: 620;

}

.footer-links 
 {
    list-style: none;
}

.footer-links li {

	  margin-bottom: 12px;

}

.footer-links a {
  color: #9ca3af;
  font-size: 15px;
  transition: color 0.3s; 

}

.footer-links a:hover {
   color: #d97706;
}

.footer-info {
   color: #9ca3af;
   margin-bottom: 16px;
    line-height: 1.68;
}

.disclaimer-section {
  padding: 28px;
  background: rgba(255,255,255,0.05);
   border-radius: 6px;
    margin-bottom: 32px;
}

.disclaimer-text {
  color: #9ca3af;
  font-size: 13.5px;
  line-height: 1.75;
  text-align: center;
}

.footer-bottom {


  text-align: center;
   padding-top: 28px;
  border-top: 1px solid rgba(255,255,255,0.1);
    color: #6b7280;
  font-size: 14px;
	}

.cookie-notice {
    position: fixed;
   bottom: 0;
  left: 0;
	 width: 100%;
  background: rgba(31, 41, 55, 0.97);
  color: #fff;
  padding: 22px 28px;
   z-index     : 9999;
  box-shadow: 0 -4px 18px rgba(0,0,0,0.15);
	 display: none;
}

.cookie-notice.show {
    display:     block;
}

.cookie-content


{
  max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
   align-items: center;
  gap: 28px;
}

.cookie-content p {
   margin: 0;
   flex: 1;
	 font-size: 14.5px;
}

.cookie-actions {
  display: flex;
  gap: 14px;


}

.cookie-btn {
  cursor: pointer;
   font-size: 14.5px;
   border-radius: 4px;
   padding: 10px 26px;
    font-weight: 560;
         border: none;
  transition: all 0.3s;
}

.cookie-btn.accept {
  background: #d97706;
   color: #fff;
}

.cookie-btn.accept:hover {
    background: #b86307;
}

.cookie-btn.decline {
    background: transparent;
 color: #fff;
    border: 1.8px solid #fff; 

}

.cookie-btn.decline:hover  {
  background: rgba(255,255,255,0.1);
	
}@media (min-width: 768px) {
  .site-section {
    padding: 7em 0;
  }
}

@media (max-width: 1024px) {
  .site-hero-inner .heading {
    font-size: 52px;
  }
  
  .col-md-5,
  .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .img-overlap-2 {
    position: static;
    width: 70%;
    margin: 28px auto 0;
  }
  
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  
  .facility-half {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .col-lg-5,
  .col-lg-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .heading-wrap h2 {
    font-size: 30px;
  }
  
  .site-hero-inner .heading {
    font-size: 40px;
  }
  
  .main-section {
    padding: 3.5rem 0;
  }
  
  .block__73422 {
    height: 420px;
  }
  
  .heading-section h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .links-zone {
    position: fixed;
    top: 72px;
    left: -100%;
    width: 100%;
    height: calc(100vh - 72px);
    background: #fff;
    flex-direction: column;
    padding: 42px 28px;
    transition: left 0.35s ease;
    box-shadow: 0 8px 28px rgba(0,0,0,0.12);
  }
  
  .links-zone.active {
    left: 0;
  }
  
  .menu-trigger {
    display: flex;
  }
  
  .menu-trigger.active .bar:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
  }
  
  .menu-trigger.active .bar:nth-child(2) {
    opacity: 0;
  }
  
  .menu-trigger.active .bar:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
  }
  
  .major-title,
  .banner-headline {
    font-size: 32px;
  }
  
  .facilities-item {
    height: 580px;
    padding: 42px 28px;
  }
  
  .fi-title {
    margin-bottom: 330px;
  }
  
  .form-wrapper {
    padding: 32px 22px;
  }
  
  .cookie-content {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .cookie-actions {
    width: 100%;
  }
  
  .cookie-btn {
    flex: 1;
  }
  
  .col-md-7,
  .col-md-10,
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 479px) {
  .fi-title {
    margin-bottom: 180px;
  }
  
  .facilities-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .facilities-item.fi-right .fi-title {
    margin-bottom: 430px;
  }
}

@media (max-width: 480px) {
  .site-hero {
    min-height: 580px;
  }
  
  .site-hero-inner .heading {
    font-size: 30px;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-grid {
    text-align: center;
  }
  
  .brand-column {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}.policySection {
    padding: 80px 2rem;
   background: #f8f9fa;
}

.policyContainer


{
   max-width: 800px;
   margin: 0 auto;
    text-align: left;
}

.policyContainer h2 {
  font-size: 2.5rem;
    color: #2c3e50;
  margin-bottom: 1.5rem;
   font-weight: 700;
}

.policyContainer p {
     color: #7f8c8d;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  line-height: 1.7;
     }

@media (max-width: 768px) {
  .policyContainer h2 {
    font-size: 2rem;
  }

  .policyContainer p {
    font-size: 1rem;
  }

  .policySection {
    padding: 60px 1rem;
  }
}.internal-hero 
 {
	 background-size: cover;
    height: 50vh;
   min-height: 420px;
   width     :    100%;
  position: relative;
  background-position: center;
    display: flex;
   align-items: center;
    justify-content: center;
}

.internal-hero::before {
  background: rgba(0, 0, 0, 0.58);
  content: "";
   position: absolute;
  height: 100%;
   top    :0;
    left: 0;
  bottom    :  0;
   right: 0;
}

.internal-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
   padding: 0 28px;
}

.internal-heading {
    font-size: 58px;
  font-family: "Georgia", serif;
    color:        #fff;
   line-height: 1.15;
   font-weight     : 720;
   margin-bottom: 18px;

}

.internal-subtext {
    font-size: 20px;
  color: #f0f0f0;
    font-weight: 360;
}

.service-details-zone {
   padding:   92px 0;
}



.intro-text-block 
 {

    text-align: center;
  max-width: 880px;
   margin: 0 auto 68px;
}

.detail-title {
    font-size    :   44px;
   color: #1a1a1a;
   font-weight: 680;
   margin-bottom    :22px;
}

.detail-description {
   font-size: 17.5px;
      color: #555;
       line-height: 1.72;
}

.service-showcase {

  max-width: 1180px;
   margin: 0 auto;
	}

.showcase-item 
 {
          display: grid; 
  grid-template-columns: 1fr 1fr; 
  gap: 58px; 
    align-items: center; 
   margin-bottom: 88px; 
    padding: 42px; 
  border-radius: 12px; 
   background: #f9fafb; 
    transition: transform 0.32s ease;
}

.showcase-item:hover {
  transform: translateY(-5px); 
	  box-shadow: 0 18px 42px rgba(0,0,0,0.09);
}

.showcase-item.reverse {
   grid-template-columns: 1fr 1fr;
}

.showcase-item.reverse .showcase-visual {
  order: 2;
}

.showcase-item.reverse .showcase-content {
  order: 1;

}

.showcase-visual {
   position: relative;
}

.showcase-img {
  width: 100%;
   border-radius: 8px;
  box-shadow: 0 10px 32px rgba(0,0,0,0.12);
}

.service-badge {
   width: 72px;
    height: 72px;
  background: linear-gradient(135deg, #d97706 0%, #b86307 100%);
   border-radius: 50%;
    display: flex;
   align-items: center;
  justify-content: center;
    margin-bottom: 24px;
}


.badge-symbol {
    width: 38px;
   height: 38px;
  filter: brightness(0) invert(1);
}

.showcase-title {
    font-size: 32px;
   color: #1a1a1a;
    margin-bottom  :18px;
  font-weight: 640;
} 

.showcase-text {

  color: #555;
         line-height: 1.68;
  margin-bottom: 24px;
  font-size: 16px;
}

.feature-points {
   list-style: none;
       padding: 0;
  margin-bottom: 32px; 

}

.feature-points li {
  position: relative;

  padding-left: 32px;

    margin-bottom: 14px;

               color: #555;

  font-size: 15.5px;
}

.feature-points li::before

{
  content: '→';
    position: absolute;
  left: 0;
    color: #d97706;
    font-size: 18px;
	font-weight: 680;
}

.pricing-info {
    display :     flex;
  border-top: 2px solid #e5e7eb;
     justify-content: space-between;
  padding-top:   28px;
  align-items: center;
}

.price-amount {
                    font-size: 28px;
	  color     :#d97706;
	    font-weight: 690;
}

.service-cta {
    display: inline-block;
   padding: 14px 32px;
	background: #d97706;
  color: #fff;
    font-size: 16px;
   font-weight: 580;
   border-radius    :        6px;
          transition: all 0.3s;
}

.service-cta:hover 
 {
	background: #b86307;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(217, 119, 6, 0.28);
}

.comparison-table-zone {
  padding :        88px 0;
   background: #f3f4f6;
}



.table-responsive {
    overflow-x: auto;
  margin-top: 48px;
}

.comparison-grid {
    width: 100%;
    border-collapse: separate;
  border-spacing: 0;
   background: #fff;
   border-radius: 12px;
   overflow: hidden;
  box-shadow: 0 8px 28px rgba(0,0,0,0.08);
} 

.comparison-grid thead tr {

  background: linear-gradient(135deg, #1f2937 0%, #374151 100%);}

.comparison-grid th {
    padding: 24px 18px;
    text-align: center;
   color: #fff;
  font-weight: 620;
	font-size: 17px;
}

.feature-col {
    text-align: left !important;
	min-width: 220px;
}

.plan-col {
  min-width: 180px;
}

.basic-plan {
  background: rgba(217, 119, 6, 0.08);
}  

.standard-plan 
 {

	  background: rgba(217, 119, 6, 0.15);
	}


.premium-plan


{
  background: rgba(217, 119, 6, 0.22);
}

.comparison-grid tbody tr {
    border-bottom: 1px solid #e5e7eb;
}

.comparison-grid tbody tr:last-child {
  border-bottom: none;
}

.feature-name {
   padding: 22px 18px;
 color: #374151;
	font-weight: 520;
  font-size: 15.5px;
	
} 

.plan-value {
  padding :  22px 18px;
    text-align: center;
     color: #6b7280;
       font-size: 15px;
}

.check-mark  
  {
	width: 26px;
  height: 26px;
  filter: drop-shadow(2px 2px 4px rgba(34, 197, 94, 0.3));
}

.x-mark {

   width: 24px;
   height: 24px;
   opacity    :    0.42;}

.pricing-row
{
  background: #f9fafb;
}

.price-cell {
   color: #d97706;
  font-size: 22px;


}

.action-row td {
          padding: 28px 18px !important;
}

.table-btn {
    display: inline-block;
    padding: 11px 28px;
    background: #fff;
  color: #d97706;
    border: 2px solid #d97706;
    border-radius: 6px;
   font-weight: 580;
    font-size: 15px;
    transition: all 0.3s;
}

.table-btn:hover {
  background: #d97706;
   color  :#fff;
}

.table-btn.featured {
  background: #d97706;
   color: #fff;
}  

.table-btn.featured:hover {


  background: #b86307;
  transform: scale(1.05);


}

.testimonial-zone {
   padding: 88px 0;
}

.testimonial-grid
{
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 38px;
	margin-top: 52px;
}

.testimonial-card {
    background: #fff;
   padding: 38px;
    border-radius: 10px;
  box-shadow: 0 6px 22px rgba(0,0,0,0.08);
    transition     :transform 0.3s, box-shadow 0.3s;
}

.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

.testimonial-content {
  margin-bottom: 28px;


}

.testimonial-text {
	 color  :        #4b5563;
    font-size: 15.8px;
   line-height: 1.72;
   font-style: italic;
}

.testimonial-author	{

	  display  : flex;
   align-items: center;
    gap: 16px;


}

.author-avatar {
    width: 56px;
   height: 56px;
  background: linear-gradient(135deg, #d97706 0%, #b86307 100%);
    border-radius    :     50%;
  display: flex;
    align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.avatar-icon {
               width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
}

.author-name{
   font-size: 16px;
    font-weight: 620;
 color: #1f2937;
  margin-bottom: 4px;
}

.author-role {
  color: #6b7280;
	font-size: 14px;
                    margin  :      0;
}

.faq-zone {
			background: #f9fafb;
   padding: 88px 0;
}

.faq-list {
  max-width: 920px;
  margin: 52px auto 0; 
	
	}

.faq-item {
   background: #fff;
	margin-bottom: 18px;
   border-radius: 8px;
   overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.faq-question {
	   display: flex;
  justify-content: space-between;
  padding: 24px 28px;
    align-items: center;
	transition   :       background 0.3s;
    cursor: pointer;


}

.faq-question:hover
	{
	 background: #f3f4f6;
}

.faq-question h3 {
  font-size: 17.5px;
    color: #1f2937;
   font-weight: 590;
    margin: 0;
}

.faq-toggle {
  font-size: 28px;
  color: #d97706;
  font-weight: 380;
       transition: transform 0.3s;
   line-height  :      1;
}

.faq-item.active .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    transition    :max-height 0.4s ease;
  overflow: hidden;
}

.faq-item.active .faq-answer {
      max-height: 320px; 

}

.faq-answer p {

        padding: 0 28px 24px;
  color: #6b7280;
    line-height: 1.68;
  font-size: 15.5px;
   margin    :   0;


}

.final-cta {
    padding: 92px 0;
  background: linear-gradient(135deg, #1f2937 0%, #374151 100%);
}

.cta-inner-box {
    text-align: center;
   max-width: 780px;
  margin: 0 auto;
	
}

.cta-heading {
  font-size: 48px;
       color: #fff;
        margin-bottom: 22px;
	font-weight: 680;
}

.cta-text {
    line-height: 1.68;
    margin-bottom: 38px;
     color: #d1d5db;
  font-size: 18.5px; 

}

.cta-button-primary {
    display: inline-block;
  padding: 18px 48px;
  background: #d97706;
  color: #fff;
    font-size: 18px;
  font-weight:      620;
	border-radius: 6px;
  transition: all 0.3s;
}

.cta-button-primary:hover {
  background: #b86307;
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(217, 119, 6, 0.32);
}

.thankyou-zone {
  min-height: calc(100vh - 72px);
	display: flex;
   align-items: center;
  padding: 68px 0;
  background: linear-gradient(135deg, #f9fafb 0%, #f3f4f6 100%);
}

.thankyou-container {
    max-width: 920px;
    margin: 0 auto;
         padding: 0 28px;
}

.thankyou-content 
 {
	  background: #fff;
  padding: 58px 48px;
  border-radius: 16px;
  box-shadow: 0 12px 42px rgba(0,0,0,0.1);
    text-align: center;}

.success-icon-wrap {
    margin-bottom: 32px;
}

.success-icon {
    width: 92px;
	    height: 92px;
	  filter: drop-shadow(4px 4px 12px rgba(34, 197, 94, 0.35));
}

.thankyou-title {
  margin-bottom: 22px;
  font-size: 42px;
   color: #1a1a1a;
  font-weight: 690;
}  

.thankyou-message {
  font-size: 17.5px;

	color: #555;

    line-height: 1.68;

	margin-bottom: 48px;

  max-width: 680px;

   margin-left: auto;

   margin-right     :    auto;
}

.next-steps-box {
   background: #f9fafb;
    padding: 42px;
   border-radius  :      10px;
	margin-bottom: 42px;
               text-align: left;
}

.steps-title {
    font-size: 26px;
	color: #1a1a1a;
  margin-bottom: 32px;
  text-align: center;
  font-weight: 650;
}

.step-list {
    display     :   flex;
   flex-direction: column;
  gap: 28px;
}

.step-item {
    display: flex;
   gap: 22px;
    align-items: flex-start;
}

.step-number {
   width: 48px;
    height: 48px;
  background: linear-gradient(135deg, #d97706 0%, #b86307 100%);
                    color: #fff;
   border-radius: 50%;
               display: flex;
    align-items:     center;
	 justify-content: center;
       font-size: 20px;
   font-weight: 690;
    flex-shrink: 0;
}

.step-content h3 {
    font-size: 19px;
  color: #1a1a1a;
    margin-bottom: 8px;
    font-weight: 620;
}

.step-content p	{
   color: #6b7280;
	line-height: 1.65;
   font-size: 15.5px;
    margin: 0;


}

.info-cards {
   display: grid;

  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));

   gap: 28px;

  margin-bottom: 42px;
}

.info-card {
  background: #f9fafb;
    padding: 32px 24px;
    border-radius: 10px;
    text-align: center;
}

.card-icon {
   width: 52px;
  height: 52px;
     margin: 0 auto 18px;
  filter: drop-shadow(2px 2px 6px rgba(217, 119, 6, 0.3));
}

.card-title	{

	   font-size   :     19px;
  color: #1a1a1a;
    margin-bottom: 12px;
     font-weight: 610;


}

.card-text {
   color: #6b7280;
   line-height: 1.62;
    font-size:  15px;
	 margin: 0;
}

.action-buttons {
    display: flex;
  gap: 18px;
	justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.btn-primary {
  display: inline-block;
   padding: 15px 38px;
  background: #d97706;
    color: #fff;
	font-size: 16.5px;
    font-weight: 590;
    border-radius: 6px;
    transition: all 0.3s;
}

.btn-primary:hover {
    background: #b86307;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(217, 119, 6, 0.28);
}

.btn-secondary


{
   display: inline-block;
	 padding   :15px 38px;
    background: #fff;
  color: #d97706;
  border: 2px solid #d97706;
  font-size: 16.5px;
  font-weight: 590;
    border-radius: 6px;
    transition: all 0.3s;
}

.btn-secondary:hover {
	background: #d97706;
    color: #fff;
}

.additional-info {
  padding-top: 28px;

	 border-top: 1px solid #e5e7eb;
}

.info-text {
    color :  #6b7280;
    font-size: 15.5px;
	margin: 0;
}

.phone-link {
   color: #d97706;
         font-weight: 610;
    text-decoration: underline;
}

.phone-link:hover {

	   color: #b86307;

}@media (max-width: 1024px) {
  .showcase-item {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  
  .showcase-item.reverse .showcase-visual,
  .showcase-item.reverse .showcase-content {
    order: initial;
  }
}

@media (max-width: 768px) {
  .internal-heading {
    font-size: 38px;
  }
  
  .internal-subtext {
    font-size: 17px;
  }
  
  .detail-title {
    font-size: 32px;
  }
  
  .showcase-item {
    padding: 28px;
    margin-bottom: 48px;
  }
  
  .showcase-title {
    font-size: 26px;
  }
  
  .pricing-info {
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
  }
  
  .service-cta {
    text-align: center;
  }
  
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
  
  .cta-heading {
    font-size: 34px;
  }
  
  .thankyou-content {
    padding: 42px 28px;
  }
  
  .thankyou-title {
    font-size: 32px;
  }
  
  .next-steps-box {
    padding: 28px;
  }
  
  .step-item {
    flex-direction: column;
    gap: 14px;
  }
  
  .action-buttons {
    flex-direction: column;
  }
  
  .btn-primary,
  .btn-secondary {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .internal-hero {
    min-height: 320px;
  }
  
  .internal-heading {
    font-size: 30px;
  }
  
  .showcase-item {
    padding: 22px;
  }
  
  .table-responsive {
    overflow-x: scroll;
  }
  
  .comparison-grid {
    min-width: 650px;
  }
}