* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Arial", sans-serif;
    line-height: 1.6;
    color: #333
}

.wrapper-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.topheader-block {
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 999;
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mainheader-content {
    padding: 22px 0;
    background: transparent;
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navigation-section {
    flex: 1;
    text-align: center;
}

.mainnavigation ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 25px;
}

.mainnavigation ul li a {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: none;
    padding: 8px 0;
    position: relative;
    transition: 0.3s;
}

.mainnavigation ul li a::before {
    position: absolute;
    content: "";
    background: #2E86AB;
    width: 100%;
    height: 3px;
    bottom: -5px;
    left: 0;
    opacity: 0;
    transform: scaleX(0);
    transition: 0.3s
}

.mainnavigation ul li a:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

.cta-section {
    flex: 0 0 200px;
    text-align: right;
}

.contact_button a {
    background: linear-gradient(135deg, #2E86AB 0%, #A23B72 100%);
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 500;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.3s;
    display: inline-block
}

.contact_button a:hover {
    background: linear-gradient(135deg, #A23B72 0%, #2E86AB 100%);
    transform: translateY(-2px);
}

.maintop-slider {
    position: relative;
    height: 100vh;
    min-height: 650px;
    overflow: hidden;
}

.slide-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100vh;
    min-height: 650px;
    position: relative;
    display: flex;
    align-items: center;
}

.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1
}

.slider-content-row {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.content-column {
    max-width: 800px;
    color: #fff;
}

.subtitle-text {
    font-family: "Georgia", serif;
    font-size: 24px;
    color: #F18F01;
    display: block;
    margin-bottom: 20px;
}

.main-heading {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.description-text {
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, 0.9);
}

.btn-primary {
    background: linear-gradient(135deg, #F18F01 0%, #C73E1D 100%);
    color: #fff;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    margin-right: 15px;
    transition: 0.3s;
    border: 2px solid transparent
}

.btn-primary:hover {
    background: transparent;
    border: 2px solid #F18F01;
    color: #F18F01;
    transform: translateY(-2px);
}

.btn-secondary {
    background: transparent;
    color: #fff;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s;
}

.btn-secondary:hover {
    background: #F18F01;
    border-color: #F18F01;
    color: #000;
    transform: translateY(-2px)
}

.bottomblock {
    padding: 60px 0;
    background: #f8f9fa;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.brand-column {
    flex: 0 0 30%;
}

.site-brand-footer a {
    font-size: 22px;
    font-weight: 700;
    color: #2E86AB;
    text-decoration: none;
    text-transform: uppercase;
}

.company-address {
    margin-top: 8px;
    font-style: normal;
    color: #666;
    line-height: 1.4;
    font-size: 13px
}

.company-address a {
    color: #2E86AB;
    text-decoration: none;
}

.company-address a:hover {
    text-decoration: underline;
}

.links-columns {
    flex: 0 0 65%;
}

.links-columns .footer-row {
    display: flex;
    gap: 40px;
}

.link-column {
    flex: 1;
}

.footer-heading {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 12px
}

.footer-links li a {
    color: #666;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

.footer-links li a:hover {
    color: #2E86AB;
}

.copyright-section {
    padding: 30px 0;
    background: #2c3e50;
}

.copyright-row {
    display: flex;
    justify-content: center;
}

.copyright-column p {
    color: #ecf0f1;
    font-size: 14px;
    margin: 0;
}

.aboutus-background {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0
}

.aboutus-background.main-style {
  position: relative;
}

.aboutus-background.main-style:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2c3e50;
  opacity: .85;
  z-index: 0;
}

.aboutus-background.main-style > .wrapper-container {
  position: relative;
  z-index: 2;
}

.content-row {
  display: flex;
  align-items: flex-start;
  gap: 40px
}

.title-column {
  flex: 0 0 35%;
}

.text-column {
  flex: 0 0 65%;
}

.heading-with-line {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 0;
}

.heading-with-line span {
  display: inline-block;
  border-bottom: 4px solid #F18F01;
  padding-bottom: 8px;
}

.heading-with-line.variation-style {
  color: #fff;
}

.heading-with-line.variation-style span {
  border-color: #F18F01
}

.intro-paragraph {
  font-size: 20px;
  font-weight: 400;
  color: #ecf0f1;
  margin-bottom: 25px;
  line-height: 1.6;
}

.text-column p {
  color: #bdc3c7;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.text-column a {
  color: #F18F01;
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.text-column a:hover {
  color: #e67e22;
  text-decoration: underline
}

.services-area {
  padding: 70px 0;
  background: #f8f9fa;
}

.section-header-row {
  margin-bottom: 60px;
  text-align: center;
}

.header-column {
  max-width: 700px;
  margin: 0 auto;
}

.main-title-underline {
  color: #333;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}

.main-title-underline span {
  display: inline-block;
  border-bottom: 4px solid #2E86AB;
  padding-bottom: 8px
}

.header-column p {
  font-size: 17px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.services-grid-row {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.service-wrapper {
  flex: 0 0 calc(33.333% - 20px);
}

.service-card-item {
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
  transition: 0.3s;
  display: block;
}

.service-card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.15);
}

.service-thumbnail {
    position: relative;
    margin: 0;
    display: block;
    border-radius: 10px 10px 0 0;
}

.service-card-item figure {
  position: relative;
  margin: 0;
  display: block;
  border-radius: 10px 10px 0 0;
}

.service-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-radius: 10px 10px 0 0;
}

.service-category {
  background: #2E86AB;
  padding: 18px 25px;
  border-radius: 0 0 10px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.service-category h3 {
  color: #fff;
  font-size: 18px;
  margin: 0;
  font-weight: 600;
}

.service-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 8px 18px;
  background: #F18F01;
  color: #fff;
  border-radius: 20px;
  font-weight: 500;
  font-size: 14px;
  z-index: 10;
}

.service-content-area {
  padding: 25px 30px;
  text-align: center;
}

.service-content-area h2 {
  margin: 0 0 15px 0;
  font-size: 20px;
  color: #333;
  line-height: 1.4;
  font-weight: 600;
}

.quality-rating {
  text-align: center;
  margin-bottom: 20px;
}

.star-icon {
  display: inline-block;
  margin: 0 2px;
  color: #ffc107;
  font-size: 16px;
}

.service-desc {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 25px;
}

.service-btn {
  color: #fff;
  background: linear-gradient(135deg, #2E86AB 0%, #A23B72 100%);
  border: none;
  padding: 12px 25px;
  font-weight: 500;
  border-radius: 25px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.service-btn:hover {
  background: linear-gradient(135deg, #A23B72 0%, #2E86AB 100%);
  color: #fff;
  transform: translateY(-2px);
}

.pricing-section {
    padding: 80px 0;
    background: #fff;
}

.pricing-header-row {
    margin-bottom: 60px;
}

.pricing-header-column {
    text-align: center;
}

.section-header h2 {
    color: #333;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.section-header p {
    color: #666;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.pricing-cards-row {
    display: flex;
    gap: 30px;
    margin-bottom: 60px;
}

.pricing-card-wrapper {
    flex: 0 0 calc(33.333% - 20px);
}

.pricing-table-single {
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    background: #fff;
    border-radius: 8px;
    transition: all 0.4s;
    margin-bottom: 30px;
    overflow: hidden;
}

.pricing-table-single:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
    transform: translateY(-5px);
}

.featured-plan {
    transform: scale(1.05);
    border: 2px solid #2E86AB;
}

.featured-plan .pricing-header {
    background: #2E86AB;
}

.featured-plan .pricing-header h3,
.featured-plan .pricing-header h2,
.featured-plan .pricing-icon-text {
    color: #fff;
}

.pricing-header {
    background: #f8f9fa;
    padding: 40px 20px;
    text-align: center;
    border-bottom: 1px solid #eee;
    transition: .4s;
}

.pricing-icon-text {
    font-size: 14px;
    font-weight: 700;
    color: #2E86AB;
    background: rgba(46, 134, 171, 0.1);
    padding: 8px 16px;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 20px;
    letter-spacing: 1px
}

.pricing-header h3 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.pricing-header h2 {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.pricing-header h2 span {
    font-size: 14px;
    font-weight: 400;
    color: #777;
}

.pricing-features {
    padding: 35px 25px 25px;
}

.pricing-features ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.pricing-features ul li {
    color: #666;
    font-size: 15px;
    padding: 12px 0;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    line-height: 1.5;
}

.pricing-features ul li:last-child {
    border-bottom: none;
}

.price-btn {
    color: #333;
    background: #f8f9fa;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    transition: all 0.3s;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.price-btn:hover {
    color: #fff;
    background: #2E86AB;
    transform: translateY(-2px);
}

.pricing-cta-section {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding: 50px 30px;
    border-radius: 10px;
    text-align: center;
}

.cta-content h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cta-content p {
    color: #bdc3c7;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.cta-button {
    color: #fff;
    background: linear-gradient(135deg, #F18F01 0%, #C73E1D 100%);
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 15px 35px;
    border-radius: 30px;
    transition: all 0.3s;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-button:hover {
    background: linear-gradient(135deg, #C73E1D 0%, #F18F01 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(241, 143, 1, 0.3);
}

.faq_section {
  padding: 80px 0;
  background: #f8f9fa;
}

.faq-header-row {
  margin-bottom: 50px;
}

.faq-header-column {
  text-align: center;
}

.faq-title h3 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  color: #333;
  margin-bottom: 15px;
}

.faq-title p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.faq-content-row {
  display: flex;
  justify-content: center;
}

.faq-content-column {
  max-width: 800px;
  width: 100%;
}

.faq_container {
  max-width: 100%;
}

.faq_item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  background-color: #fff;
  transition: all 0.3s ease;
}

.faq_item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  border-color: #2E86AB;
}

.faq_question {
  padding: 25px 30px;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #f0f0f0
}

.faq_question h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0;
  padding-right: 30px;
  line-height: 1.4;
}

.faq_question:hover h4 {
  color: #2E86AB;
}

.faq_answer {
  padding: 0 30px 25px 30px;
}

.faq_answer p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin: 0;
  padding-top: 20px;
}

.faq_question:after {
  content: "+";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  font-weight: 300;
  color: #999;
  transition: all 0.3s ease;
}

.faq_item:hover .faq_question:after {
  color: #2E86AB;
  transform: translateY(-50%) rotate(45deg);
}

.team_area {
  padding: 80px 0;
  background: #fff;
}

.team-header-row {
  margin-bottom: 60px;
}

.team-header-column {
  text-align: center;
}

.team-title h3 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
  margin-bottom: 20px;
}

.team-title p {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
  max-width: 650px;
  margin: 0 auto;
}

.team-members-row {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

.team-member-wrapper {
  flex: 0 0 calc(33.333% - 17px);
  max-width: 350px;
}

.member_card {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 35px 25px;
  transition: all 0.3s ease;
  border: 1px solid #e9ecef;
  height: 100%;
}

.member_card:hover {
  background: #2E86AB;
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(46, 134, 171, 0.2);
}

.member_card:hover .member_text h4,
.member_card:hover .member_text p,
.member_card:hover .member_experience {
  color: #fff;
}

.member_info {
  text-align: center;
}

.member_text h4 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  transition: 0.3s;
}

.member_text p {
  font-size: 16px;
  color: #2E86AB;
  font-weight: 500;
  margin-bottom: 12px;
  transition: 0.3s;
}

.member_experience {
  font-size: 14px;
  color: #777;
  font-style: italic;
  display: block;
  line-height: 1.5;
  transition: 0.3s
}

@media (max-width: 991px) {
    .header-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .navigation-section,
    .cta-section {
        flex: none;
        text-align: center;
    }
    
    .mainnavigation ul {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .main-heading {
        font-size: 36px;
    }
    
    .content-row {
        flex-direction: column;
        gap: 25px;
    }
    
    .title-column,
    .text-column {
        flex: none;
    }
    
    .services-grid-row {
        gap: 20px;
    }
    
    .service-wrapper {
        flex: 0 0 calc(50% - 10px);
    }
    
    .pricing-cards-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .pricing-card-wrapper {
        flex: none;
    }
    
    .featured-plan {
        transform: none;
        margin-bottom: 30px;
    }
    
    .team-members-row {
        gap: 20px;
    }
    
    .team-member-wrapper {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .mainheader-content {
        padding: 12px 0;
    }
    
    .mainnavigation ul {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center;
    }
    
    .mainnavigation ul li a {
        font-size: 13px;
        padding: 6px 8px;
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.1);
    }
    
    .contact_button a {
        padding: 8px 16px;
        font-size: 13px;
    }
    
    .header-row {
        gap: 12px;
    }
    
    .main-heading {
        font-size: 28px;
    }
    
    .description-text {
        font-size: 16px;
    }
    
    .btn-primary,
    .btn-secondary {
        display: block;
        margin: 10px 0;
        text-align: center;
    }
    
    .footer-row {
        flex-direction: column;
        gap: 30px;
    }
    
    .links-columns .footer-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .heading-with-line {
        font-size: 28px;
    }
    
    .intro-paragraph {
        font-size: 18px;
    }
    
    .aboutus-background {
        padding: 50px 0;
    }
    
    .services-area {
        padding: 50px 0;
    }
    
    .main-title-underline {
        font-size: 30px;
    }
    
    .service-wrapper {
        flex: 0 0 100%;
    }
    
    .services-grid-row {
        gap: 15px;
    }
    
    .pricing-section {
        padding: 50px 0;
    }
    
    .section-header h2 {
        font-size: 28px;
    }
    
    .pricing-header h2 {
        font-size: 24px;
    }
    
    .cta-content h3 {
        font-size: 22px;
    }
    
    .faq_section {
        padding: 50px 0;
    }
    
    .faq-title h3 {
        font-size: 28px;
    }
    
    .faq-header-row {
        margin-bottom: 30px;
    }
    
    .faq_question {
        padding: 20px 20px;
    }
    
    .faq_question h4 {
        font-size: 16px;
        padding-right: 25px;
    }
    
    .faq_answer {
        padding: 0 20px 20px 20px;
    }
    
    .faq_answer p {
        font-size: 14px;
        padding-top: 15px;
    }
    
    .faq_question:after {
        right: 20px;
        font-size: 20px;
    }
    
    .team_area {
        padding: 50px 0;
    }
    
    .team-title h3 {
        font-size: 28px;
    }
    
    .team-header-row {
        margin-bottom: 40px;
    }
    
    .team-member-wrapper {
        flex: 0 0 100%;
    }
    
    .member_card {
        padding: 25px 20px;
    }
    
    .member_text h4 {
        font-size: 18px;
    }
    
    .member_text p {
        font-size: 15px;
    }
    
    .member_experience {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .mainnavigation ul li a {
        font-size: 12px;
        padding: 5px 6px;
    }
    
    .contact_button a {
        padding: 6px 12px;
        font-size: 12px;
    }
}

.text-center {
    text-align: center;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.site-section {
    padding: 40px 0;
}

.bg-white {
    background-color: #fff;
}

.old-header-style {
    background: #000;
}

.legacy-button {
    background: #333
}

.unused-about-style {
  background: #333;
  color: white
}

.old-about-heading {
  font-size: 32px
}

.legacy-service-card {
  background: #000;
}

.old-pricing-style {
    background: #000;
}

.legacy-price-card {
    border: 1px solid #ccc
}

.old-faq-style {
  background: #333;
}

.legacy-faq-item {
  border: 2px solid #000
}

.old-team-layout {
  background: #000;
}

.legacy-member-card {
  border: 2px solid #ccc
}

.service-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 10px 10px 0 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.service-image::after {
    content: "Service Image";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #666;
    font-size: 16px;
    font-weight: 500;
    z-index: 1;
}

.service-thumbnail {
    position: relative;
    margin: 0;
    display: block;
    border-radius: 10px 10px 0 0;
    min-height: 200px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.cookie-consent-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c3e50;
    padding: 20px;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(100%);
    transition: transform 0.3s ease;
}

.cookie-consent-bar.show {
    transform: translateY(0);
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.cookie-text p {
    color: #ecf0f1;
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

.cookie-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-shrink: 0;
}

.cookie-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}

.cookie-btn.accept {
    background: #F18F01;
    color: #fff;
}

.cookie-btn.accept:hover {
    background: #e67e22;
}

.cookie-btn.decline {
    background: transparent;
    color: #bdc3c7;
    border: 1px solid #bdc3c7;
}

.cookie-btn.decline:hover {
    background: #bdc3c7;
    color: #2c3e50;
}

.cookie-link {
    color: #3498db;
    text-decoration: none;
    font-size: 14px;
}

.cookie-link:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        gap: 15px;
    }
    
    .cookie-buttons {
        width: 100%;
        justify-content: center;
    }
    
    .cookie-text p {
        text-align: center;
        font-size: 13px;
    }
}

.page-header-section {
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    padding: 150px 0 80px 0;
    text-align: center;
}

.page-header-content h1 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.page-header-content p {
    color: #bdc3c7;
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.careers-intro-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.intro-content h2 {
    color: #333;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center
}

.intro-content p {
    color: #666;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 30px;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.contact-info {
    background: #fff;
    padding: 25px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.contact-info p {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.contact-info a {
    color: #2E86AB;
    text-decoration: none;
    font-weight: 500;
}

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

.job-positions-section {
    padding: 80px 0;
    background: #fff;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    color: #333;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-title p {
    color: #666;
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto;
}

.jobs-grid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.job-card {
    flex: 0 0 calc(33.333% - 20px);
    background: #f8f9fa;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.job-image {
    position: relative;
    height: 200px;
    background: #e9ecef;
}

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

.job-content {
    padding: 25px;
}

.job-content h3 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.job-details {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.job-type, .job-location {
    background: #2E86AB;
    color: #fff;
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.job-location {
    background: #A23B72;
}

.job-description {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px
}

.job-salary {
    color: #F18F01;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}

.apply-btn {
    background: linear-gradient(135deg, #2E86AB 0%, #A23B72 100%);
    color: #fff;
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    transition: 0.3s;
}

.apply-btn:hover {
    background: linear-gradient(135deg, #A23B72 0%, #2E86AB 100%);
    transform: translateY(-2px);
    color: #fff;
}

.apply-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.apply-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.apply-content h2 {
    color: #333;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.apply-content p {
    color: #666;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 40px;
}

.contact-methods {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.contact-method {
    background: #fff;
    padding: 30px 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    flex: 0 0 250px;
}

.contact-method h4 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.contact-method p {
    margin: 0;
    font-size: 16px;
}

.contact-method a {
    color: #2E86AB;
    text-decoration: none;
    font-weight: 500;
}

.contact-method a:hover {
    text-decoration: underline;
}

@media (max-width: 991px) {
    .jobs-grid {
        gap: 20px;
    }
    
    .job-card {
        flex: 0 0 calc(50% - 10px);
    }
    
    .contact-methods {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .page-header-section {
        padding: 120px 0 60px 0;
    }
    
    .page-header-content h1 {
        font-size: 32px;
    }
    
    .page-header-content p {
        font-size: 16px;
    }
    
    .careers-intro-section,
    .job-positions-section,
    .apply-section {
        padding: 50px 0;
    }
    
    .intro-content h2,
    .section-title h2,
    .apply-content h2 {
        font-size: 28px;
    }
    
    .job-card {
        flex: 0 0 100%;
    }
    
    .jobs-grid {
        gap: 15px;
    }
    
    .job-details {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }
}

.old-career-style {
    background: #000;
}

.legacy-job-card {
    border: 2px solid #ccc
}

.contact-main-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.contact-content-row {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.contact-info-column {
    flex: 0 0 40%;
}

.contact-form-column {
    flex: 0 0 60%;
}

.contact-info-block,
.contact-form-block {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.contact-info-block h2,
.contact-form-block h2 {
    color: #333;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-info-block p,
.contact-form-block p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.contact-details {
    margin-top: 40px;
}

.contact-item {
    margin-bottom: 30px;
}

.contact-item h4 {
    color: #2E86AB;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.contact-item p {
    color: #333;
    font-size: 15px;
    margin: 0;
    line-height: 1.5;
}

.contact-item a {
    color: #2E86AB;
    text-decoration: none;
    font-weight: 500;
}

.contact-item a:hover {
    text-decoration: underline;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    flex: 1;
    margin-bottom: 20px;
}

.form-group.full-width {
    flex: none;
    width: 100%;
}

.form-group label {
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 15px;
    transition: 0.3s;
    background: #fff;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2E86AB;
    box-shadow: 0 0 0 2px rgba(46, 134, 171, 0.1);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-submit {
    text-align: center;
    margin-top: 30px;
}

.submit-btn {
    background: linear-gradient(135deg, #2E86AB 0%, #A23B72 100%);
    color: #fff;
    padding: 15px 40px;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.submit-btn:hover {
    background: linear-gradient(135deg, #A23B72 0%, #2E86AB 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(46, 134, 171, 0.3);
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
}

.popup-content {
    background: #fff;
    border-radius: 10px;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.popup-header {
    padding: 25px 30px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.popup-header h3 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.popup-close {
    background: none;
    border: none;
    font-size: 30px;
    color: #999;
    cursor: pointer;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-close:hover {
    color: #333;
}

.popup-body {
    padding: 25px 30px 30px 30px;
    text-align: center;
}

.popup-body p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 25px;
}

.popup-btn {
    background: #2E86AB;
    color: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
}

.popup-btn:hover {
    background: #A23B72;
    transform: translateY(-1px);
}

@media (max-width: 991px) {
    .contact-content-row {
        flex-direction: column;
        gap: 30px;
    }
    
    .contact-info-column,
    .contact-form-column {
        flex: none;
    }
    
    .form-row {
        flex-direction: column;
        gap: 0;
    }
}

@media (max-width: 768px) {
    .contact-main-section {
        padding: 50px 0;
    }
    
    .contact-info-block,
    .contact-form-block {
        padding: 25px;
    }
    
    .contact-info-block h2,
    .contact-form-block h2 {
        font-size: 24px;
    }
    
    .popup-content {
        margin: 20px;
    }
    
    .popup-header,
    .popup-body {
        padding: 20px;
    }
}

.old-contact-style {
    background: #000;
}

.legacy-form-style {
    border: 2px solid #ccc
}

.service-about-section {
    padding: 80px 0;
    background: #fff;
}

.service-content-row {
    display: flex;
    align-items: center;
    gap: 50px;
}

.service-text-column {
    flex: 0 0 60%;
}

.service-image-column {
    flex: 0 0 40%;
}

.service-text-content h2 {
    color: #333;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 25px;
}

.service-text-content p {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.service-cta-btn {
    background: linear-gradient(135deg, #2E86AB 0%, #A23B72 100%);
    color: #fff;
    padding: 15px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    margin-top: 15px;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.service-cta-btn:hover {
    background: linear-gradient(135deg, #A23B72 0%, #2E86AB 100%);
    transform: translateY(-2px);
    color: #fff;
}

.service-image-block {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.service-image-block img {
    width: 100%;
    height: auto;
    transition: 0.3s;
}

.service-image-block:hover img {
    transform: scale(1.05);
}

.specializations-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.specializations-content {
    text-align: center;
}

.specializations-content h2 {
    color: #333;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.specializations-content p {
    color: #666;
    font-size: 17px;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.specializations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.spec-item {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    text-align: left;
    transition: 0.3s;
}

.spec-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.spec-item h4 {
    color: #2E86AB;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.spec-item p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.pricing-overview-section {
    padding: 80px 0;
    background: #fff;
}

.pricing-overview-content {
    text-align: center;
}

.pricing-overview-content h2 {
    color: #333;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.pricing-overview-content p {
    color: #666;
    font-size: 17px;
    margin-bottom: 50px;
}

.pricing-table-simple {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
    justify-content: center;
}

.pricing-item {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 30px;
    flex: 0 0 300px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.pricing-item.featured {
    background: #2E86AB;
    transform: scale(1.05);
    color: #fff;
}

.pricing-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.pricing-item.featured:hover {
    transform: scale(1.05) translateY(-5px);
}

.pricing-header h3 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.pricing-item.featured .pricing-header h3 {
    color: #fff;
}

.price {
    font-size: 32px;
    font-weight: 700;
    color: #2E86AB;
    margin-bottom: 5px;
}

.pricing-item.featured .price {
    color: #fff;
}

.price-note {
    color: #666;
    font-size: 14px;
    margin-bottom: 25px;
}

.pricing-item.featured .price-note {
    color: rgba(255, 255, 255, 0.8);
}

.pricing-features ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.pricing-features ul li {
    color: #666;
    font-size: 15px;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 20px;
}

.pricing-item.featured .pricing-features ul li {
    color: rgba(255, 255, 255, 0.9);
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.pricing-features ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #2E86AB;
    font-weight: bold;
}

.pricing-item.featured .pricing-features ul li:before {
    color: #fff;
}

.pricing-features ul li:last-child {
    border-bottom: none;
}

.pricing-cta {
    background: #f8f9fa;
    padding: 40px;
    border-radius: 12px;
    text-align: center;
}

.pricing-cta p {
    color: #666;
    font-size: 16px;
    margin-bottom: 25px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-cta-btn {
    background: linear-gradient(135deg, #F18F01 0%, #C73E1D 100%);
    color: #fff;
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pricing-cta-btn:hover {
    background: linear-gradient(135deg, #C73E1D 0%, #F18F01 100%);
    transform: translateY(-2px);
    color: #fff;
    box-shadow: 0 8px 20px rgba(241, 143, 1, 0.3);
}

@media (max-width: 991px) {
    .service-content-row {
        flex-direction: column;
        gap: 40px;
    }
    
    .service-text-column,
    .service-image-column {
        flex: none;
    }
    
    .specializations-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .pricing-table-simple {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .pricing-item.featured {
        transform: none;
    }
}

@media (max-width: 768px) {
    .service-about-section,
    .specializations-section,
    .pricing-overview-section {
        padding: 50px 0;
    }
    
    .service-text-content h2,
    .specializations-content h2,
    .pricing-overview-content h2 {
        font-size: 28px;
    }
    
    .service-content-row {
        gap: 30px;
    }
    
    .specializations-grid {
        grid-template-columns: 1fr;
    }
    
    .spec-item {
        padding: 25px;
    }
    
    .pricing-item {
        flex: none;
        max-width: 100%;
    }
    
    .pricing-cta {
        padding: 30px 20px;
    }
}

.old-service-layout {
    background: #000;
}

.legacy-pricing-table {
    border: 2px solid #ccc
}

.benefits-section {
    padding: 80px 0;
    background: #fff;
}

.benefits-content {
    text-align: center;
}

.benefits-content h2 {
    color: #333;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.benefits-content p {
    color: #666;
    font-size: 17px;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 40px;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    text-align: left;
}

.benefit-icon {
    flex-shrink: 0;
}

.icon-circle {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #2E86AB 0%, #A23B72 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}

.benefit-content h4 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.benefit-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.cta-section-final {
    padding: 80px 0;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    text-align: center;
}

.cta-final-content h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.cta-final-content p {
    color: #bdc3c7;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.cta-primary-btn {
    background: linear-gradient(135deg, #F18F01 0%, #C73E1D 100%);
    color: #fff;
    padding: 16px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-primary-btn:hover {
    background: linear-gradient(135deg, #C73E1D 0%, #F18F01 100%);
    transform: translateY(-2px);
    color: #fff;
    box-shadow: 0 8px 20px rgba(241, 143, 1, 0.3);
}

.cta-secondary-btn {
    background: transparent;
    color: #fff;
    padding: 16px 35px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cta-secondary-btn:hover {
    background: #fff;
    color: #2c3e50;
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .cta-buttons {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .benefits-section,
    .cta-section-final {
        padding: 50px 0;
    }
    
    .benefits-content h2,
    .cta-final-content h2 {
        font-size: 28px;
    }
    
    .benefit-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .icon-circle {
        width: 50px;
        height: 50px;
        font-size: 20px;
        margin: 0 auto;
    }
    
    .cta-final-content p {
        font-size: 16px;
    }
    
    .cta-buttons {
        gap: 10px;
    }
    
    .cta-primary-btn,
    .cta-secondary-btn {
        padding: 14px 30px;
        font-size: 14px;
    }
}

.old-benefits-layout {
    background: #000;
}

.legacy-cta-section {
    border: 2px solid #ccc
}

.cases-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.cases-content {
    text-align: center;
}

.cases-content h2 {
    color: #333;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cases-content p {
    color: #666;
    font-size: 17px;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.cases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.case-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.case-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.case-header {
    background: linear-gradient(135deg, #2E86AB 0%, #A23B72 100%);
    color: #fff;
    padding: 25px;
    text-align: center;
}

.case-header h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}

.case-meta {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.case-type,
.case-duration {
    background: rgba(255, 255, 255, 0.2);
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.case-content {
    padding: 30px;
    text-align: left;
}

.case-content h4 {
    color: #2E86AB;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
}

.case-content h4:first-child {
    margin-top: 0;
}

.case-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.testimonials-section {
    padding: 80px 0;
    background: #fff
}

.testimonials-content {
    text-align: center;
}

.testimonials-content h2 {
    color: #333;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.testimonials-content p {
    color: #666;
    font-size: 17px;
    margin-bottom: 50px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.testimonial-item {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    text-align: left;
    transition: 0.3s;
    border-left: 4px solid #F18F01;
}

.testimonial-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.testimonial-text p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author h4 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.testimonial-author span {
    color: #2E86AB;
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 991px) {
    .cases-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .cases-section,
    .testimonials-section {
        padding: 50px 0;
    }
    
    .cases-content h2,
    .testimonials-content h2 {
        font-size: 28px;
    }
    
    .cases-grid {
        grid-template-columns: 1fr;
    }
    
    .case-item {
        margin-bottom: 20px;
    }
    
    .case-header {
        padding: 20px;
    }
    
    .case-header h3 {
        font-size: 18px;
    }
    
    .case-content {
        padding: 25px;
    }
    
    .case-meta {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
    
    .testimonial-item {
        padding: 25px;
    }
    
    .testimonial-text p {
        font-size: 15px;
    }
}

.old-cases-layout {
    background: #000;
}

.legacy-testimonial-style {
    border: 2px solid #ccc
}

.legal-page {
    padding: 7.3em 0;
    background: #f6f7fc;
    position: relative
}

@media (max-width: 767.98px) {
    .legal-page {
        padding: 6.2em 0
    }
}

.legal-content {
    max-width: 950px;
    margin: 0 auto;
    background: #fff;
    padding: 50px 40px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.legal-content h1 {
    color: #333;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1.2px
}

@media (max-width: 767.98px) {
    .legal-content h1 {
        font-size: 28px
    }
}

.last-updated {
    font-size: 13px;
    display: block;
    font-weight: 600;
    color: #F18F01;
    text-transform: uppercase;
    letter-spacing: 1.8px;
    text-align: center;
    margin-bottom: 40px
}

.legal-content p {
    color: #666;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 25px;
    text-align: justify
}

.legal-content p:first-of-type {
    font-size: 17px;
    color: #333;
    font-weight: 500;
    background: #f8f9fa;
    padding: 25px;
    border-left: 4px solid #2E86AB;
    border-radius: 5px;
    margin-bottom: 35px
}

.legal-content a {
    color: #2E86AB;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease
}

.legal-content a:hover {
    color: #A23B72;
    text-decoration: underline
}

@media (max-width: 991px) {
    .legal-page {
        padding: 5em 0;
    }
    
    .legal-content {
        padding: 40px 30px;
        margin: 0 20px;
    }
}

@media (max-width: 767.98px) {
    .legal-content {
        padding: 30px 25px;
        margin: 0 15px
    }
    
    .legal-content p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 20px;
        text-align: left
    }
    
    .legal-content p:first-of-type {
        font-size: 16px;
        padding: 20px
    }
}

@media (max-width: 480px) {
    .legal-content {
        padding: 25px 20px;
        margin: 0 10px;
    }
    
    .legal-content h1 {
        font-size: 24px;
        letter-spacing: 0.8px
    }
    
    .last-updated {
        font-size: 12px;
        letter-spacing: 1.2px
    }
}

.old-legal-wrapper {
    background: #000;
}

.legacy-content-block {
    border: 2px solid #ccc
}

.unused-privacy-section {
    background: #333;
    color: white
}

.old-terms-layout {
    font-family: serif
}

.legal-content p:nth-child(even) {
    background: rgba(46, 134, 171, 0.03);
    padding: 18px;
    border-radius: 4px
}

.legal-content p:last-child {
    margin-bottom: 0
}

.blog-main-section {
    padding: 7.3em 0;
    background: #f8f9fa
}

@media (max-width: 767.98px) {
    .blog-main-section {
        padding: 6.2em 0
    }
}

.blog-content-row {
    display: flex;
    justify-content: center;
    margin-bottom: 60px
}

.blog-announcement-block {
    max-width: 800px;
    background: #fff;
    padding: 60px 50px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    text-align: center
}

.announcement-content h2 {
    color: #333;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.announcement-icon {
    margin-bottom: 25px
}

.icon-circle {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #2E86AB 0%, #A23B72 100%);
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 32px
}

.announcement-text {
    color: #666;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
    text-align: left
}

.announcement-cta {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eee
}

.cta-text {
    font-size: 18px;
    font-weight: 600;
    color: #F18F01;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1.2px
}

.blog-cta-btn {
    background: linear-gradient(135deg, #2E86AB 0%, #A23B72 100%);
    color: #fff;
    padding: 15px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px
}

.blog-cta-btn:hover {
    background: linear-gradient(135deg, #A23B72 0%, #2E86AB 100%);
    transform: translateY(-2px);
    color: #fff
}

.blog-categories-section {
    background: #fff;
    padding: 60px 0;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08)
}

.categories-content {
    text-align: center
}

.categories-content h3 {
    color: #333;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px
}

.category-item {
    background: #f8f9fa;
    padding: 30px 25px;
    border-radius: 8px;
    transition: 0.3s;
    text-align: left
}

.category-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    background: #2E86AB;
    color: #fff
}

.category-item h4 {
    color: #2E86AB;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    transition: 0.3s
}

.category-item:hover h4 {
    color: #fff
}

.category-item p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    transition: 0.3s
}

.category-item:hover p {
    color: rgba(255, 255, 255, 0.9)
}

@media (max-width: 991px) {
    .blog-announcement-block {
        padding: 40px 30px;
        margin: 0 20px
    }
    
    .categories-grid {
        grid-template-columns: 1fr;
        gap: 20px
    }
}

@media (max-width: 767.98px) {
    .blog-announcement-block {
        padding: 30px 25px;
        margin: 0 15px
    }
    
    .announcement-content h2 {
        font-size: 24px;
        letter-spacing: 0.5px
    }
    
    .icon-circle {
        width: 60px;
        height: 60px;
        font-size: 24px
    }
    
    .announcement-text {
        font-size: 15px;
        text-align: center
    }
    
    .cta-text {
        font-size: 16px
    }
    
    .categories-content h3 {
        font-size: 22px
    }
    
    .category-item {
        padding: 25px 20px;
        text-align: center
    }
}

.old-blog-layout {
    background: #000
}

.legacy-announcement-style {
    border: 2px solid #ccc;
}