/*

Softy Pinko

https://templatemo.com/tm-535-softy-pinko

*/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. team
08. pricing
09. blog
10. contact
11. footer
12. preloader

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Open+Sans:wght@400;600&display=swap');

@font-face {
  font-family: 'Raleway'; /* Custom name for your font */
  src: url('assets/fonts/new/avenir-arabic/avenir-arabic-medium.otf') format('otf'),
      url('assets/fonts/new/avenir-arabic/avenir-arabic-medium.otf') format('otf'); /* optional fallback */
  font-weight: medium;
  font-style: medium;
}

@font-face {
  font-family: 'Montserrat'; /* Custom name for your font */
  src: url('assets/fonts/new/avenir-arabic/avenir-arabic-medium.otf') format('otf'),
      url('assets/fonts/new/avenir-arabic/avenir-arabic-medium.otf') format('otf'); /* optional fallback */
  font-weight: medium;
  font-style: medium;
}

/* Preformia Brand Colors */
:root {
    --preformia-dark-blue: #003366;
    --preformia-light-blue: #66CCFF;
    --preformia-text-dark: #333333;
    --preformia-bg-light: #F5F5F5;
    --preformia-white: #FFFFFF;
}

/* Global Typography */
body {
    font-family: 'Open Sans', sans-serif;
    color: var(--preformia-text-dark);
    background: var(--preformia-bg-light);
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--preformia-dark-blue);
}

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: "Raleway", sans-serif;
}

::selection {
  background: var(--preformia-light-blue);
  color: var(--preformia-dark-blue);
}

::-moz-selection {
  background: var(--preformia-light-blue);
  color: var(--preformia-dark-blue);
}

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
  background: var(--preformia-bg-light);
}

.section.colored {
  background: #f2f2fe;
}

.hr {
  bottom: 0px;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  border-bottom: 1px solid #eee;
}

.left-heading.light .section-title {
  color: #ffffff;
}

.left-heading .section-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
  position: relative;
}

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

.center-heading .section-title {
  font-weight: 500;
  font-size: 28px;
  color: #1e1e1e;
  letter-spacing: 1.75px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #fff;
}

.center-text p {
  font-size: 15px;
  color: #777;
  margin-bottom: 30px;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
}

.left-text.light {
  color: #fff;
}

.left-text p {
  margin-bottom: 30px;
}

.left-text p.dark {
  color: #3B566E;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.border-bottom {
  border-bottom: 1px solid #eee !important;
}

.mbottom-30 {
  margin-bottom: 30px !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #003366;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #66CCFF;
}

a.main-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: var(--preformia-light-blue);
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  filter: brightness(1.08);
  text-decoration: underline;
  background-color: var(--preformia-light-blue);
  color: var(--preformia-dark-blue);
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: var(--preformia-light-blue);
  text-transform: uppercase;
  color: var(--preformia-dark-blue);
  letter-spacing: 0.25px;
  transition: filter 0.3s, text-decoration 0.3s;
  border: none;
  font-weight: 700;
}

button.main-button:hover {
  filter: brightness(1.08);
  text-decoration: underline;
  background-color: var(--preformia-light-blue);
  color: var(--preformia-dark-blue);
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: all 0.3s ease;
    padding: 12px 0;
}

.header-area .main-nav {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 40px;
  min-height: 80px;
  background: #fff;
}

.header-area .logo {
    display: block;
    transition: all 0.3s ease;
}

.header-area .logo img {
    max-height: 40px;
    width: auto;
}

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

.header-area .nav {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-area .nav li {
    margin: 0 15px;
}

.header-area .nav li a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--preformia-dark-blue);
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 5px 0;
    position: relative;
}

.header-area .nav li a:hover,
.header-area .nav li a.active {
    color: var(--preformia-light-blue);
}

.header-area .nav li a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #66CCFF;
}

/* Mobile Menu Button */
.header-area .menu-trigger {
    display: none;
    cursor: pointer;
    padding: 10px;
}

.header-area .menu-trigger span {
    display: block;
    width: 25px;
    height: 2px;
    background: #003366;
    margin: 5px 0;
    transition: all 0.3s ease;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .header-area {
        padding: 10px 0;
    }

    .header-area .nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #FFFFFF;
        padding: 20px;
        box-shadow: 0 5px 15px rgba(0, 51, 102, 0.1);
        flex-direction: column;
        align-items: flex-start;
    }

    .header-area .nav.active {
        display: flex;
    }

    .header-area .nav li {
        margin: 10px 0;
        width: 100%;
    }

    .header-area .nav li a {
        display: block;
        padding: 10px 0;
        font-size: 16px;
    }

    .header-area .menu-trigger {
        display: block;
    }

    .header-area .menu-trigger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .header-area .menu-trigger.active span:nth-child(2) {
        opacity: 0;
    }

    .header-area .menu-trigger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -7px);
    }

    .header-area.header-sticky {
        background-color: transparent !important;
        box-shadow: none !important;
    }
}

@media (max-width: 767px) {
    .header-area {
        padding: 8px 0;
    }

    .header-area .logo img {
        max-height: 35px;
    }

    .header-area .nav li a {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .header-area .logo img {
        max-height: 30px;
    }

    .header-area .nav li a {
        font-size: 16px;
    }
}

/* Welcome Area */
.welcome-area {
    position: relative;
    height: 100vh;
    background: linear-gradient(135deg, #003366 0%, #0066CC 100%);
    overflow: hidden;

    /* Ensure welcome area has proper positioning for the wave */
    position: relative;
    overflow: visible;
    background-color: #7f58ff;
}

.header-text {
    position: relative;
    z-index: 2;
    height: 100vh;
    display: flex;
    align-items: center;
}

.hero-text {
    /* padding-right: 2rem; */
    padding-right: 0rem;
}

.hero-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1.2;
    color: var(--preformia-white);
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.25rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2.5rem;
}

.hero-cta {
    margin-bottom: 2.5rem;
}

.hero-cta .main-button {
    background-color: var(--preformia-light-blue);
    color: var(--preformia-white);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 4px 15px rgba(102, 204, 255, 0.3);
    font-size: 1.1rem;
}

.hero-cta .main-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 204, 255, 0.4);
    background-color: #7fd4ff;
}

.platform-icons {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
}

.platform-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

.platform-icon:hover {
    color: #66CCFF;
    transform: translateY(-2px);
}

.platform-icon i {
    font-size: 1.75rem;
}

.platform-icon span {
    font-size: 0.875rem;
    font-family: 'Open Sans', sans-serif;
}

/* Analytics Dashboard Styles */
.analytics-dashboard {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.dashboard-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.metric {
  text-align: center;
}

.metric-value {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: var(--preformia-light-blue);
}

.metric-label {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  color: var(--preformia-white);
  opacity: 0.8;
}

.chart-container {
  height: 200px;
  position: relative;
  overflow: hidden;
}

.chart-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--preformia-light-blue);
  opacity: 0.3;
  animation: chartLine 3s ease-in-out infinite;
}

.chart-line:nth-child(2) {
  animation-delay: 0.5s;
}

.chart-line:nth-child(3) {
  animation-delay: 1s;
}

@keyframes chartLine {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    height: 100%;
    opacity: 0.3;
  }
  100% {
    height: 0;
    opacity: 0;
  }
}

/* Performance Metrics Section */
.performance-metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding: 1rem;
}

.metric-item {
    background-color: #ffffff; /* لون خلفية فاتح */
    border-radius: 8px; /* زوايا دائرية */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* ظل خفيف */
    padding: 20px;
    text-align: center;
    transition: transform 0.3s;
}

.metric-item:hover {
    transform: scale(1.05); /* تكبير عند التمرير */
}

.metric-icon {
    font-size: 24px; /* حجم الأيقونة */
    color: #007bff; /* لون الأيقونة */
}

.metric-value {
    font-size: 32px; /* حجم النص */
    font-weight: bold;
    color: #333333; /* لون النص */
}

.metric-label {
    font-size: 16px; /* حجم النص */
    color: #666666; /* لون النص */
}

/* Responsive Styles */
@media (max-width: 991px) {
    .welcome-area {
        padding-top: 120px;
        height: fit-content;
    }

    .header-text {
        padding: 60px 0 100px;
        height: auto;
    }

    .hero-title {
        font-size: 32px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .hero-subtitle {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .performance-metrics {
        margin-top: 40px;
    }

    .metric-item {
        padding: 20px;
        margin-bottom: 20px;
    }

    .metric-value {
        font-size: 24px;
    }

    .metric-label {
        font-size: 16px;
    }

    .platform-icons {
        margin-top: 30px;
        gap: 15px;
    }

    .platform-icon {
        font-size: 16px;
    }

    .platform-icon i {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .welcome-area {
        padding-top: 100px;
        height: fit-content;

    }

    .header-text {
        padding: 40px 0 100px;
        height: auto;

    }

    .hero-title {
        font-size: 28px;
        line-height: 1.3;
        word-wrap: break-word;
        text-align: center;
        margin-bottom: 15px;
    }

    .hero-subtitle {
        font-size: 15px;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 25px;
    }

    .hero-cta {
        text-align: center;
        margin-bottom: 25px;
    }

    .performance-metrics {
        margin-top: 30px;
        gap: 15px;
    }

    .metric-item {
        padding: 15px;
        margin-bottom: 15px;
        width: 100%;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .metric-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .metric-icon i {
        font-size: 18px;
    }

    .metric-value {
        font-size: 20px;
        line-height: 1.2;
    }

    .metric-label {
        font-size: 13px;
        line-height: 1.3;
    }

    .platform-icons {
        margin-top: 25px;
        gap: 12px;
        justify-content: center;
    }

    .platform-icon {
        font-size: 12px;
        padding: 8px 12px;
    }

    .platform-icon i {
        font-size: 16px;
        margin-right: 6px;
    }
}

@media (max-width: 480px) {
    .welcome-area {
        padding-top: 80px;
        height: fit-content;

    }

    .header-text {
        padding: 30px 0px 100px;
        height: auto;
    }

    .hero-title {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .hero-subtitle {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 20px;
    }

    .hero-cta {
        margin-bottom: 20px;
    }

    .hero-cta .main-button {
        padding: 12px 24px;
        font-size: 16px;
    }

    .performance-metrics {
        margin-top: 25px;
        gap: 12px;
    }

    .metric-item {
        padding: 12px;
        margin-bottom: 12px;
    }

    .metric-icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .metric-icon i {
        font-size: 16px;
    }

    .metric-value {
        font-size: 18px;
    }

    .metric-label {
        font-size: 12px;
    }

    .platform-icons {
        margin-top: 20px;
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .platform-icon {
        font-size: 11px;
        padding: 6px 10px;
    }

    .platform-icon i {
        font-size: 16px;
        margin-right: 4px;
    }
}

/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.home-feature {
    padding: 100px 0;
    background-color: #FFFFFF;
}

.features-small-item {
    background: var(--preformia-white);
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

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

.features-small-item .icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(102, 204, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.features-small-item:hover .icon {
    background: var(--preformia-light-blue);
}

.features-small-item .icon i {
    font-size: 32px;
    color: var(--preformia-light-blue);
    transition: all 0.3s ease;
}

.features-small-item:hover .icon i {
    color: var(--preformia-white);
}

.features-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--preformia-dark-blue);
    margin-bottom: 15px;
}

.features-small-item p {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--preformia-text-dark);
    margin: 0;
}

/* Responsive Styles for Features */
@media (max-width: 991px) {
    .home-feature {
        padding: 80px 0;
    }
    
    .features-small-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .home-feature {
        padding: 60px 0;
    }
    
    .features-title {
        font-size: 1.3rem;
    }
    
    .features-small-item p {
        font-size: 0.95rem;
    }
}

/* 
---------------------------------------------
parallax & home seperator
--------------------------------------------- 
*/
.mini {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}

.mini:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .95;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/work-process-bg.png);
  z-index: 2;
  top: -20%;
  left: -20%;
}

.mini .mini-content {
  position: relative;
  z-index: 3;
}

.mini .mini-content .info {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mini .mini-content .info small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}

.mini .mini-content .info strong {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 40px;
  display: block;
}

.mini .mini-content .info h1 {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}

.mini .mini-content .info p {
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: #fff;
  letter-spacing: 0.25px;
  line-height: 26px;
  font-weight: 400;
  font-size: 15px;
}

.mini .mini-content .info p span {
  text-decoration: underline;
}

.mini .mini-content .mini-box {
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}

.mini .mini-content .mini-box:hover {
  margin-top: -10px;
}

.mini .mini-content .mini-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #fff;
  width: 100%;
  opacity: .15;
  height: 100%;
  bottom: -10px;
  left: 0px;
  right: -20px;
  margin: auto;
  border-radius: 20px;
}

.mini .mini-content .mini-box i {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}

.mini .mini-content .mini-box span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #777;
  letter-spacing: .75px;
}

.mini .mini-content .mini-box strong {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.counter {
  overflow: hidden;
  position: relative;
}

.counter:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .90;
  background-image: url(../images/fun-facts-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  top: -20%;
  left: -20%;
}

.counter .content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.counter .content .count-item {
  height: 340px;
  position: relative;
  float: left;
  width: 100%;
}

.counter .content .count-item.decoration-bottom {
  position: relative;
}

.counter .content .count-item.decoration-bottom:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 160px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item.decoration-top {
  position: relative;
}

.counter .content .count-item.decoration-top:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 140px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item:hover strong {
  margin-top: 110px;
}

.counter .content .count-item strong {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 120px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
}

@media (max-width: 991px) {
  .parallax {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
  .parallax .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .counter .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter .content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .counter .content .count-item:hover strong {
    margin-top: 0px;
  }
  .counter .content .count-item:before {
    display: none;
  }
  .counter .content .count-item:after {
    display: none;
  }
  .counter .content .count-item strong {
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
team
--------------------------------------------- 
*/
.team-item {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.team-item:hover .team-content .team-info {
  margin-left: 30px;
}

.team-item i {
  display: block;
  margin-left: 25px;
  margin-top: 25px;
  font-size: 30px;
  color: #4E47DE;
  text-align: center;
}

.team-item .user-image {
  width: 60px;
  height: 60px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 25px;
  float: left;
}

.team-item .team-content {
  text-align: left;
  overflow: hidden;
}

.team-item .team-content .team-info {
  float: left;
  margin-left: 20px;
  margin-top: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team-item .team-content .team-info .user-name {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
}

.team-item .team-content .team-info span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #ff589e;
  letter-spacing: 0.25px;
}

.team-item .team-content p {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 15px;
  color: #777;
  letter-spacing: 0.6px;
  line-height: 26px;
}

/* 
---------------------------------------------
pricing
--------------------------------------------- 
*/
.pricing-item {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 30px 0px 40px 0px;
}

.pricing-item.active .pricing-header {
  position: relative;
}

.pricing-item.active .pricing-header .pricing-title {
  color: #1e1e1e;
}

.pricing-item.active .pricing-body .price-wrapper {
  background-color: #ff589e;
}

.pricing-item.active .pricing-body .price-wrapper .currency {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .price {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .period {
  color: #fff;
}

.pricing-item .pricing-header {
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 10px;
}

.pricing-item .pricing-header .pricing-title {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
  color: #1e1e1e;
  width: 180px;
  height: 40px;
  line-height: 40px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.pricing-item .pricing-body {
  margin-bottom: 40px;
}

.pricing-item .pricing-body .price-wrapper {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 13px;
  background: #8261ee;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 5px;
  border-radius: 20px;
}

.pricing-item .pricing-body .price-wrapper .currency {
  height: 47px;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  position: relative;
  top: -1px;
}

.pricing-item .pricing-body .price-wrapper .price {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
}

.pricing-item .pricing-body .price-wrapper .period {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  display: block;
  letter-spacing: 0.88px;
}

.pricing-item .pricing-body .list li {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 13px;
  color: #7a7a7a;
  letter-spacing: 0.25px;
  text-decoration: line-through;
}

.pricing-item .pricing-body .list li.active {
  color: #7a7a7a;
  text-decoration: none;
}

.pricing-item .pricing-footer {
  text-align: center;
  margin-top: 50px;
}

/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-post-thumb {
	text-align: center;
	margin-bottom: 30px;
}

.blog-post-thumb.big .img {
	height: 400px;
}

.blog-post-thumb .img {
	overflow: hidden;
	border-radius: 20px;
	position: relative;
	height: 200px;
}

.blog-post-thumb .blog-content {
	margin-top: -30px;
	padding-top: 50px;
}

.blog-post-thumb h3 {
	margin-bottom: 20px !important;
}

.blog-post-thumb h3 a {
	font-weight: 500;
	font-size: 18px;
	color: #1e1e1e;
	letter-spacing: 0.25px;
	line-height: 26px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

.blog-post-thumb h3 a:hover {
	color: #ff589e;
}

.blog-post-thumb .text {
	font-weight: 400;
	font-size: 13px;
	color: #777;
	letter-spacing: 0.26px;
	line-height: 26px;
	margin-bottom: 15px;
}

.blog-post-thumb .post-footer span {
	float: left;
	height: 30px;
	line-height: 30px;
	font-weight: 300;
	font-size: 16px;
	color: #777;
	padding-left: 30px;
}

.blog-post-thumb a.main-button  {
	margin-top: 10px;
	display: inline-block;
}

.blog-list .blog-post-thumb {
	text-align: left;
}


/* New Blog Filter Styles */
.blog-filter-section {
  padding: 40px 0 20px 0;
  background-color: #f2f2f2;
}

.blog-tags-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.blog-tags-container .category-btn {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #555;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.blog-tags-container .category-btn:hover {
  background-color: #f767a1; /* Softy Pinko Pink */
  color: #fff;
  border-color: #f767a1;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.blog-tags-container .category-btn.active {
  background-color: #007bff; /* Primary Blue */
  color: #fff;
  border-color: #007bff;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
}
/* End of New Blog Filter Styles */


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/
#contact-us {
  padding: 160px 0px;
}

#contact-us h5 {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
}

.contact-text {
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-text p {
  margin-bottom: 28px;
}

.contact-form input,
.contact-form textarea {
  color: var(--preformia-text-dark);
  font-size: 16px;
  border: 1px solid #dbeafe;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
  background: var(--preformia-white);
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background: var(--preformia-dark-blue);
  padding-top: 30px;
}

footer .social {
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
}

footer .social li {
  margin: 0px 10px;
  display: inline-block;
}

footer .social li a {
  color: var(--preformia-light-blue);
  text-align: center;
  background-color: var(--preformia-white);
  width: 36px;
  height: 36px;
  line-height: 36px;
    border-radius: 50%;
    display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  filter: brightness(1.08);
  background-color: var(--preformia-light-blue);
  color: var(--preformia-dark-blue);
}

footer .copyright {
    text-align: center;
  border-top: 1px solid rgba(255,255,255,0.15);
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  footer .text {
        margin-bottom: 30px;
    }
  footer h5 {
        margin-bottom: 15px;
  }
  footer .footer-nav {
    margin-bottom: 30px;
    }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(135deg, #a759d1 0%, #8261ee 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Wave Divider Styles */
.wave-divider {
  margin-bottom: -1px; /* أو -2px */
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    overflow: visible;
    z-index: 2;
}

.waves {
    position: relative;
    width: 100%;
    height: 100px;
    margin-bottom: -7px;
    min-height: 100px;
    max-height: 150px;
}

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
}
.parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
}
.parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
}
.parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }
    100% { 
        transform: translate3d(85px,0,0);
    }
}



/* Features Section Styles */
.features-section {
    background-color: #F5F5F5;
    padding: 100px 0;
}

.feature-card {
    background: #FFFFFF;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
}

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

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(102, 204, 255, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon {
    background: var(--preformia-light-blue);
}

.feature-icon i {
    font-size: 32px;
    color: var(--preformia-light-blue);
    transition: all 0.3s ease;
}

.feature-card:hover .feature-icon i {
    color: #FFFFFF;
}

.feature-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    color: var(--preformia-dark-blue);
    margin-bottom: 15px;
}

.feature-description {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #666666;
    margin: 0;
}

/* Responsive Styles for Features */
@media (max-width: 991px) {
    .features-section {
        padding: 80px 0;
    }
    
    .feature-card {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .features-section {
        padding: 60px 0;
    }
    
    .feature-title {
        font-size: 1.3rem;
    }
    
    .feature-description {
        font-size: 0.95rem;
    }
}

/* Performance Metrics Section */
.performance-metrics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    padding: 1rem;
}

.metric-item {
    background-color: #ffffff; /* لون خلفية فاتح */
    border-radius: 8px; /* زوايا دائرية */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* ظل خفيف */
    padding: 20px;
    text-align: center;
    transition: transform 0.3s;
}

.metric-item:hover {
    transform: scale(1.05); /* تكبير عند التمرير */
}

.metric-icon {
    font-size: 24px; /* حجم الأيقونة */
    color: #007bff; /* لون الأيقونة */
}

.metric-value {
    font-size: 32px; /* حجم النص */
    font-weight: bold;
    color: #333333; /* لون النص */
}

.metric-label {
    font-size: 16px; /* حجم النص */
    color: #666666; /* لون النص */
}

/* Responsive Styles */
@media (max-width: 991px) {
    .performance-metrics {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        max-width: 600px;
    }
    
    .metric-value {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .performance-metrics {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-top: 40px;
    }
    
    .metric-item {
        flex-basis: auto;
        width: 80%;
        max-width: 350px;
        padding: 20px 15px;
        margin-bottom: 0;
        min-height: 100px;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }
    
    .metric-item:nth-child(3),
    .metric-item:nth-child(4) {
        display: none;
    }
    
    .metric-icon {
        width: 40px;
        height: 40px;
    }
    
    .metric-icon i {
        font-size: 1.1rem;
    }
    
    .metric-value {
        font-size: 1.6rem;
        margin-bottom: 4px;
    }
    
    .metric-label {
        font-size: 0.8rem;
        font-weight: 500;
    }
}

@media (max-width: 480px) {
    .performance-metrics {
        gap: 10px;
    }
    
    .metric-item {
        padding: 15px 10px;
        min-height: 110px;
    }
    
    .metric-icon {
        width: 35px;
        height: 35px;
    }
    
    .metric-icon i {
        font-size: 1rem;
    }
    
    .metric-value {
        font-size: 1.4rem;
    }
    
    .metric-label {
        font-size: 0.75rem;
    }
}

/* Services Section */
.services-section {
    background: linear-gradient(180deg, #f5f5f5 0%, #66CCFF 100%);
    position: relative;
}

.services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    
}

.section-heading {
    margin-bottom: 60px;
    position: relative;
}

.section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #003366;
    margin-bottom: 20px;
}

.section-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.services-section ul  {
    margin-top: 20px;
    padding-inline-start: 40px;
   list-style:disc !important ;
}

.services-section li {
   list-style:disc !important ;
   text-align: start;
}

.service-text {
    color: #666;
    line-height: 1.6;
    font-size: 1.0rem;
    position: relative;
    z-index: 1;
}

.service-item {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    margin-bottom: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 51, 102, 0.05);
    border: 1px solid rgba(102, 204, 255, 0.1);
}

.service-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 51, 102, 0.1);
    border-color: rgba(102, 204, 255, 0.2);
}

.service-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: rgba(102, 204, 255, 0.1);
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.service-item:hover .service-icon {
    background: #66CCFF;
}

.service-icon i {
    font-size: 32px;
    color: #66CCFF;
    transition: all 0.3s ease;
}

.service-item:hover .service-icon i {
    color: #FFFFFF;
}

.service-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #003366;
    margin-bottom: 21px;
}

.service-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #666;
    margin: 0;
}

/* Responsive Styles for Services */
@media (max-width: 991px) {
    .services-section {
        padding: 80px 0;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .service-item {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .services-section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .section-subtitle {
        font-size: 16px;
    }
    
    .service-icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    
    .service-icon i {
        font-size: 28px;
    }
    
    .service-title {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .services-section {
        padding: 50px 0;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .service-item {
        padding: 25px 15px;
    }
}

/* About Section */
.about-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #FFFFFF 100%);
    position: relative;
}

.section-heading {
    margin-bottom: 60px;
}

.section-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #003366;
    margin-bottom: 20px;
}

.section-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 1.6;
    color: #003366;
    max-width: 800px;
    margin: 0 auto 20px;
}

.section-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

/* Stand For Items */
.stand-for-item {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 51, 102, 0.05);
    border: 1px solid rgba(102, 204, 255, 0.1);
}

.stand-for-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 51, 102, 0.1);
    border-color: rgba(102, 204, 255, 0.2);
}

.stand-for-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: rgba(102, 204, 255, 0.1);
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.stand-for-item:hover .stand-for-icon {
    background: #66CCFF;
}

.stand-for-icon i {
    font-size: 32px;
    color: #66CCFF;
    transition: all 0.3s ease;
}

.stand-for-item:hover .stand-for-icon i {
    color: #FFFFFF;
}

.stand-for-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #003366;
    margin-bottom: 5px;
}

.stand-for-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Core Items */
.core-item {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 40px 30px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 51, 102, 0.05);
    border: 1px solid rgba(102, 204, 255, 0.1);
}

.core-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 51, 102, 0.1);
    border-color: rgba(102, 204, 255, 0.2);
}

.core-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: rgba(102, 204, 255, 0.1);
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.core-item:hover .core-icon {
    background: #66CCFF;
}

.core-icon i {
    font-size: 32px;
    color: #66CCFF;
    transition: all 0.3s ease;
}

.core-item:hover .core-icon i {
    color: #FFFFFF;
}

.core-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #003366;
    margin-bottom: 21px;
}

.core-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .about-section {
        padding: 80px 0;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .section-subtitle {
        font-size: 18px;
    }
    
    .stand-for-item,
    .core-item {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .about-section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .section-subtitle {
        font-size: 16px;
    }
    
    .section-text {
        font-size: 16px;
    }
    
    .stand-for-icon,
    .core-icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    
    .stand-for-icon i,
    .core-icon i {
        font-size: 28px;
    }
    
    .stand-for-title,
    .core-title {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .about-section {
        padding: 50px 0;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .stand-for-item,
    .core-item {
        padding: 25px 15px;
    }
}

/* Service Cards Styles */
.service-card {
    background: var(--preformia-white);
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 5px 25px rgba(0, 51, 102, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 51, 102, 0.05);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--preformia-dark-blue), var(--preformia-light-blue));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 51, 102, 0.15);
    border-color: var(--preformia-light-blue);
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card .service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--preformia-dark-blue), var(--preformia-light-blue));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
    position: relative;
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 25px rgba(0, 51, 102, 0.3);
}

.service-card .service-icon i {
    font-size: 32px;
    color: var(--preformia-white);
    transition: all 0.3s ease;
}

.service-card:hover .service-icon i {
    transform: scale(1.1);
}

.service-card .service-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--preformia-dark-blue);
    margin-bottom: 21px;
    transition: color 0.3s ease;
}

.service-card:hover .service-title {
    color: var(--preformia-light-blue);
}

.service-card .service-description {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

.service-card:hover .service-description {
    color: #333;
}

.service-card .service-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.service-card .feature-tag {
    background: rgba(0, 51, 102, 0.1);
    color: var(--preformia-dark-blue);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 51, 102, 0.1);
}

.service-card:hover .feature-tag {
    background: var(--preformia-light-blue);
    color: var(--preformia-white);
    border-color: var(--preformia-light-blue);
    transform: translateY(-2px);
}

/* Animation for scroll reveal */
[data-scroll-reveal] {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

[data-scroll-reveal].revealed {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Design for Service Cards */
@media (max-width: 991px) {
    .service-card {
        padding: 30px 25px;
        margin-bottom: 30px;
    }
    
    .service-card .service-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }
    
    .service-card .service-icon i {
        font-size: 28px;
    }
    
    .service-card .service-title {
        font-size: 18px;
        margin-bottom: 21px;
    }
    
    .service-card .service-description {
        font-size: 13px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .service-card {
        padding: 25px 20px;
        margin-bottom: 25px;
    }
    
    .service-card .service-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 18px;
    }
    
    .service-card .service-icon i {
        font-size: 24px;
    }
    
    .service-card .service-title {
        font-size: 16px;
        margin-bottom: 21px;
    }
    
    .service-card .service-description {
        font-size: 12px;
        margin-bottom: 12px;
    }
    
    .service-card .feature-tag {
        font-size: 16px;
        padding: 3px 10px;
    }
}

@media (max-width: 575px) {
    .service-card {
        padding: 20px 15px;
        margin-bottom: 20px;
    }
    
    .service-card .service-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    
    .service-card .service-icon i {
        font-size: 20px;
    }
    
    .service-card .service-title {
        font-size: 15px;
        margin-bottom: 21px;
    }
    
    .service-card .service-description {
        font-size: 16px;
        margin-bottom: 10px;
    }
    
    .service-card .service-features {
        gap: 6px;
    }
    
    .service-card .feature-tag {
        font-size: 10px;
        padding: 2px 8px;
    }
}

/* Enhanced hover effects for better UX */
.service-card:active {
    transform: translateY(-5px);
    transition: transform 0.1s ease;
}

/* Focus states for accessibility */
.service-card:focus-within {
    outline: 2px solid var(--preformia-light-blue);
    outline-offset: 2px;
}

/* Loading animation for service cards */
@keyframes serviceCardFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-card.loading {
    animation: serviceCardFadeIn 0.6s ease forwards;
}

/* About Section Card Styles */
.stand-for-card {
    background: var(--preformia-white);
    border-radius: 15px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 51, 102, 0.08);
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 51, 102, 0.05);
}

.stand-for-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--preformia-dark-blue), var(--preformia-light-blue));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.stand-for-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 51, 102, 0.12);
    border-color: var(--preformia-light-blue);
}

.stand-for-card:hover::before {
    transform: scaleX(1);
}

.stand-for-card .stand-for-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--preformia-dark-blue), var(--preformia-light-blue));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.4s ease;
    position: relative;
}

.stand-for-card:hover .stand-for-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 20px rgba(0, 51, 102, 0.25);
}

.stand-for-card .stand-for-icon i {
    font-size: 28px;
    color: var(--preformia-white);
    transition: all 0.4s ease;
}

.stand-for-card:hover .stand-for-icon i {
    transform: scale(1.1);
}

.stand-for-card .stand-for-title {
    font-size: 18px;
    font-weight: 700;
    color: var(--preformia-dark-blue);
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.stand-for-card:hover .stand-for-title {
    color: var(--preformia-light-blue);
}

.stand-for-card .stand-for-text {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    transition: color 0.3s ease;
}

.stand-for-card:hover .stand-for-text {
    color: #333;
}

/* Core Cards Styles */
.core-card {
    background: var(--preformia-white);
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 35px rgba(0, 51, 102, 0.1);
    transition: all 0.4s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(0, 51, 102, 0.05);
}

.core-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--preformia-dark-blue), var(--preformia-light-blue));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.core-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 51, 102, 0.15);
    border-color: var(--preformia-light-blue);
}

.core-card:hover::before {
    transform: scaleX(1);
}

.core-card .core-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--preformia-dark-blue), var(--preformia-light-blue));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.4s ease;
    position: relative;
}

.core-card:hover .core-icon {
    transform: scale(1.15) rotate(8deg);
    box-shadow: 0 12px 30px rgba(0, 51, 102, 0.3);
}

.core-card .core-icon i {
    font-size: 32px;
    color: var(--preformia-white);
    transition: all 0.4s ease;
}

.core-card:hover .core-icon i {
    transform: scale(1.1);
}

.core-card .core-title {
    font-size: 20px;
    font-weight: 700;
    color: var(--preformia-dark-blue);
    margin-bottom: 21px;
    transition: color 0.3s ease;
}

.core-card:hover .core-title {
    color: var(--preformia-light-blue);
}

.core-card .core-text {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    transition: color 0.3s ease;
}

.core-card:hover .core-text {
    color: #333;
}

/* Enhanced About Section Styles */
.about-section {
    background: linear-gradient(135deg, #f5f5f5 0%, #f5f5f5 100%);
    position: relative;
}

.about-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.5;
    pointer-events: none;
}

.about-section .container {
    position: relative;
    z-index: 1;
}

/* Responsive Design for About Cards */
@media (max-width: 991px) {
    .stand-for-card {
        padding: 30px 20px;
        margin-bottom: 25px;
    }
    
    .stand-for-card .stand-for-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 18px;
    }
    
    .stand-for-card .stand-for-icon i {
        font-size: 24px;
    }
    
    .stand-for-card .stand-for-title {
        font-size: 16px;
        margin-bottom: 18px;
    }
    
    .stand-for-card .stand-for-text {
        font-size: 13px;
    }
    
    .core-card {
        padding: 35px 25px;
        margin-bottom: 25px;
    }
    
    .core-card .core-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }
    
    .core-card .core-icon i {
        font-size: 28px;
    }
    
    .core-card .core-title {
        font-size: 18px;
        margin-bottom: 21px;
    }
    
    .core-card .core-text {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .stand-for-card {
        padding: 25px 18px;
        margin-bottom: 20px;
    }
    
    .stand-for-card .stand-for-icon {
        width: 55px;
        height: 55px;
        margin-bottom: 15px;
    }
    
    .stand-for-card .stand-for-icon i {
        font-size: 22px;
    }
    
    .stand-for-card .stand-for-title {
        font-size: 15px;
        margin-bottom: 18px;
    }
    
    .stand-for-card .stand-for-text {
        font-size: 12px;
    }
    
    .core-card {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
    .core-card .core-icon {
        width: 65px;
        height: 65px;
        margin-bottom: 18px;
    }
    
    .core-card .core-icon i {
        font-size: 26px;
    }
    
    .core-card .core-title {
        font-size: 17px;
        margin-bottom: 21px;
    }
    
    .core-card .core-text {
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .stand-for-card {
        padding: 20px 15px;
        margin-bottom: 15px;
    }
    
    .stand-for-card .stand-for-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 12px;
    }
    
    .stand-for-card .stand-for-icon i {
        font-size: 20px;
    }
    
    .stand-for-card .stand-for-title {
        font-size: 16px;
        margin-bottom: 16px;
    }
    
    .stand-for-card .stand-for-text {
        font-size: 16px;
    }
    
    .core-card {
        padding: 25px 18px;
        margin-bottom: 15px;
    }
    
    .core-card .core-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
    
    .core-card .core-icon i {
        font-size: 24px;
    }
    
    .core-card .core-title {
        font-size: 16px;
        margin-bottom: 21px;
    }
    
    .core-card .core-text {
        font-size: 16px;
    }
}

/* Animation enhancements for About Section */
.about-section [data-aos] {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.about-section [data-aos="fade-up"] {
    transform: translateY(30px);
    opacity: 0;
}

.about-section [data-aos="fade-up"].aos-animate {
    transform: translateY(0);
    opacity: 1;
}

.about-section [data-aos="fade-right"] {
    transform: translateX(-30px);
    opacity: 0;
}

.about-section [data-aos="fade-right"].aos-animate {
    transform: translateX(0);
    opacity: 1;
}

.about-section [data-aos="fade-left"] {
    transform: translateX(30px);
    opacity: 0;
}

.about-section [data-aos="fade-left"].aos-animate {
    transform: translateX(0);
    opacity: 1;
}

/* Team Section Styles */
.team-section {
  position: relative;
  background: linear-gradient(to top, #eaf6ff, #d4eaff);
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 100px;
}
.team-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 24px;
  justify-content: center;
}
.team-card {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 4px 32px rgba(0,51,102,0.10);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px 28px 24px;
  min-width: 0;
  width: 100%;
  max-width: 340px;
  min-height: 420px;
  transition: box-shadow 0.3s, transform 0.3s;
  margin: 0 auto;
}
.team-card:hover {
  box-shadow: 0 12px 48px 0 rgba(102,204,255,0.18), 0 2px 8px 0 rgba(0,51,102,0.10);
  transform: translateY(-6px) scale(1.03);
}
.team-photo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 2px 16px rgba(102,204,255,0.10);
  background: #e9ecef;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.team-info {
  text-align: center;
  margin-top: 0;
}
.team-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--preformia-dark-blue);
  margin-bottom: 6px;
}
.team-position {
  font-size: 1rem;
  color: var(--preformia-light-blue);
  font-weight: 600;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.linkedin-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--preformia-light-blue);
  color: #fff;
  border-radius: 18px;
  padding: 7px 18px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 8px;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(102,204,255,0.10);
}
.linkedin-btn:hover {
  background: var(--preformia-dark-blue);
  color: #fff;
  text-decoration: underline;
}

/* Team Background Elements - More Visible & Animated */
.team-bg-elements {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  pointer-events: none;
  z-index: 1;
}
.bg-circle, .bg-square {
  position: absolute;
  opacity: 0.3;
  z-index: 1;
}
.bg-circle {
  border-radius: 50%;
  background: linear-gradient(135deg, #003366 0%, #66CCFF 100%);
  animation: float 7s ease-in-out infinite, pulse 5s ease-in-out infinite;
}
.circle-1 {
  width: 180px; height: 180px; top: 8%; left: 3%; animation-delay: 0s, 0s;
}
.circle-2 {
  width: 120px; height: 120px; top: 60%; right: 8%; animation-delay: 2s, 1s;
}
.circle-3 {
  width: 140px; height: 140px; bottom: 12%; left: 18%; animation-delay: 4s, 2s;
}
.bg-square {
  background: linear-gradient(135deg, #66CCFF 0%, #003366 100%);
  border-radius: 18px;
  animation: rotate 10s linear infinite;
}
.square-1 {
  width: 70px; height: 70px; top: 30%; right: 5%; animation-delay: 1s;
}
.square-2 {
  width: 50px; height: 50px; bottom: 10%; right: 20%; animation-delay: 3s;
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-24px); }
}
@keyframes pulse {
  0%, 100% { opacity: 0.3; }
  50% { opacity: 0.5; }
}
@keyframes rotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Ensure background never overlaps text */
.team-section .container { position: relative; z-index: 2; }
.team-bg-elements { z-index: 1; }

/* Responsive Grid */
@media (min-width: 992px) {
  .team-grid > div { flex: 0 0 32%; max-width: 32%; }
}
@media (max-width: 991px) and (min-width: 576px) {
  .team-grid > div { flex: 0 0 48%; max-width: 48%; }
}
@media (max-width: 575px) {
  .team-grid { gap: 20px 0; }
  .team-grid > div { flex: 0 0 100%; max-width: 100%; }
  .team-card { min-height: 0; padding: 24px 10px 20px 10px; }
  .team-photo { width: 90px; height: 90px; margin-bottom: 18px; }
}
.team-card + .team-card { margin-top: 0; }
/* Margin between cards on mobile */
@media (max-width: 575px) {
  .team-card { margin-bottom: 10px; }
}

/* Why Us Section Styles */
.whyus-section {
    background: linear-gradient(135deg, #f2f2fe 0%, #8dbeff 100%);
    position: relative;
    overflow: hidden;
    padding: 0;
}
.whyus-section .container-fluid {
    padding: 0 0 0 0;
}
.whyus-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-height: 500px;
    position: relative;
    background: none;
    z-index: 2;
    padding: 80px 0 80px 8vw;
}
.whyus-title-wrap {
    position: relative;
    z-index: 2;
    max-width: 500px;
}
.whyus-title {
    font-size: 2.6rem;
    font-weight: 900;
    color: var(--preformia-dark-blue);
    margin-bottom: 24px;
    letter-spacing: -2px;
    line-height: 1.1;
    text-align: center;
}
.whyus-title span {
    color: var(--preformia-light-blue);
    background: linear-gradient(90deg, #66CCFF 0%, #003366 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.whyus-lead {
    font-size: 1.3rem;
    color: #333;
    margin-bottom: 0;
    font-weight: 500;
}
.whyus-bg-shape {
    position: absolute;
    top: -60px;
    left: -80px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle at 60% 40%, #66CCFF 0%, #e0c3fc 100%);
    opacity: 0.18;
    border-radius: 50%;
    z-index: 1;
    pointer-events: none;
}
.whyus-right {
    background: none;
    min-height: 500px;
    display: flex;
    align-items: center;
    padding: 80px 8vw 80px 0;
    z-index: 2;
}
.whyus-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 520px;
    margin-left: auto;
}
.whyus-check {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    background: var(--preformia-white);
    border-radius: 18px;
    box-shadow: 0 6px 32px rgba(0,51,102,0.08);
    padding: 28px 32px 24px 28px;
    margin-bottom: 28px;
    position: relative;
    transition: box-shadow 0.3s, transform 0.3s;
}
.whyus-check:last-child { margin-bottom: 0; }
.whyus-check:hover {
    box-shadow: 0 12px 40px rgba(0,51,102,0.16);
    transform: translateY(-4px) scale(1.02);
}
.whyus-icon {
    min-width: 48px;
    min-height: 48px;
    background: linear-gradient(135deg, #003366 0%, #66CCFF 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.7rem;
    box-shadow: 0 2px 10px rgba(0,51,102,0.10);
    margin-top: 2px;
    transition: background 0.3s;
}
.whyus-check:hover .whyus-icon {
    background: linear-gradient(135deg, #66CCFF 0%, #003366 100%);
}
.whyus-check strong {
    font-size: 1.15rem;
    color: var(--preformia-dark-blue);
    font-weight: 700;
    margin-bottom: 4px;
    display: block;
}
.whyus-check p {
    font-size: 1rem;
    color: #555;
    margin: 0;
    font-weight: 400;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .whyus-title { font-size: 2.6rem; }
    .whyus-left, .whyus-right { padding: 60px 4vw; }
}
@media (max-width: 991px) {
    .whyus-section .row.align-items-center { flex-direction: column; }
    .whyus-left, .whyus-right { min-height: unset; padding: 40px 4vw; }
    .whyus-title { font-size: 2.6rem; }
    .whyus-checklist { margin-left: 0; }
}
@media (max-width: 767px) {
    .whyus-title { font-size: 2.6rem; }
    .whyus-left, .whyus-right { padding: 30px 2vw; }
    .whyus-check { padding: 18px 16px 16px 16px; gap: 16px; }
    .whyus-icon { min-width: 36px; min-height: 36px; font-size: 1.2rem; }
}
@media (max-width: 575px) {
    .whyus-title { font-size: 2.6rem; }
    .whyus-check strong { font-size: 1rem; }
    .whyus-check p { font-size: 0.95rem; }
}

/* Our Clients Section Styles */
.clients-section {
    background: #f8f9fa;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}
.clients-logos-row {
    margin-top: 40px;
    margin-bottom: 0;
}
.client-logo-col {
    display: flex;
    align-items: center;
    justify-content: center;
}
.client-logo-wrap {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 18px rgba(0,51,102,0.07);
    padding: 18px 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.3s, transform 0.3s;
    min-width: 120px;
    min-height: 70px;
}
.client-logo-wrap:hover {
    box-shadow: 0 8px 32px rgba(0,51,102,0.13);
    transform: translateY(-4px) scale(1.04);
}
.client-logo-img {
    max-width: 100%;
    max-height: 48px;
    filter: grayscale(1) contrast(0.7) brightness(1.1);
    opacity: 0.8;
    transition: filter 0.4s, opacity 0.4s, transform 0.3s;
}
.client-logo-wrap:hover .client-logo-img {
    filter: grayscale(0) contrast(1) brightness(1);
    opacity: 1;
    transform: scale(1.07);
}
@media (max-width: 991px) {
    .clients-section { padding-top: 60px; padding-bottom: 60px; }
    .client-logo-img { max-height: 40px; }
    .client-logo-wrap { min-width: 90px; min-height: 50px; padding: 12px; }
}
@media (max-width: 767px) {
    .clients-section { padding-top: 40px; padding-bottom: 40px; }
    .client-logo-img { max-height: 32px; }
    .client-logo-wrap { min-width: 70px; min-height: 36px; padding: 8px; }
}

.client-logo-icon i {
    font-size: 2.8rem;
    color: #bbb;
    filter: grayscale(1) contrast(0.7) brightness(1.1);
    opacity: 0.8;
    transition: color 0.4s, filter 0.4s, opacity 0.4s, transform 0.3s;
    display: block;
    margin: 0 auto;
}
.client-logo-wrap:hover i {
    color: #003366;
    filter: grayscale(0) contrast(1) brightness(1);
    opacity: 1;
    transform: scale(1.12);
}

/* --- Our Results Section Improved Layout --- */
.results-section {
  background: #003366;
  position: relative;
  padding-top: 80px; /* Increased top padding for header spacing */
  padding-bottom: 80px; /* More bottom padding after last card */
  overflow: hidden;
}
.results-section .section-heading {
  margin-bottom: 48px;
  margin-top: 0;
  padding-top: 0;
  text-align: center;
}
.results-wave-bg {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 120px;
  z-index: 1;
  pointer-events: none;
}
.results-section .container {
  position: relative;
  z-index: 2;
}
.results-grid {
  display: flex;
  flex-wrap: wrap;

  justify-content: center;
}
.result-card {
  background: rgba(255,255,255,0.02);
  border-radius: 22px;
  box-shadow: 0 4px 32px rgba(0,51,102,0.10);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 38px 24px 32px 24px;
  min-width: 0;
  width: 100%;
  max-width: 340px;
  min-height: 320px;
  transition: box-shadow 0.3s, transform 0.3s;
  margin: 0 auto;
  position: relative;
}
.result-card:hover {
  box-shadow: 0 12px 48px 0 rgba(102,204,255,0.18), 0 2px 8px 0 rgba(0,51,102,0.10);
  transform: translateY(-6px) scale(1.03);
}
.result-icon-bg {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #003366 0%, #66CCFF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  font-size: 2.2rem;
  color: #fff;
  box-shadow: 0 2px 16px rgba(102,204,255,0.10);
}
.result-number {
  font-size: 2.7rem;
  font-weight: 800;
  color: #66CCFF;
  margin-bottom: 10px;
  letter-spacing: 1px;
  line-height: 1.1;
  text-align: center;
  font-family: 'Open Sans', 'Montserrat', Arial, sans-serif;
  transition: color 0.2s;
}
.result-label {
  font-size: 1.1rem;
  color: #e0e7ef;
  font-weight: 600;
  text-align: center;
  margin-top: 0;
  letter-spacing: 0.5px;
  opacity: 0.85;
}
.section-title.text-white, .section-subtitle.text-light {
  color: #fff !important;
}
@media (min-width: 992px) {
  .results-grid > div { flex: 0 0 32%; max-width: 32%; }
}
@media (max-width: 991px) and (min-width: 576px) {
  .results-grid > div { flex: 0 0 48%; max-width: 48%; }
}
@media (max-width: 575px) {
  .results-grid { gap: 20px 0; }
  .results-grid > div { flex: 0 0 100%; max-width: 100%; }
  .result-card { min-height: 0; padding: 24px 10px 20px 10px; }
  .result-icon-bg { width: 54px; height: 54px; font-size: 1.5rem; margin-bottom: 18px; }
  .result-number { font-size: 2rem; }
}

.blog-section {
    background: #f8f9fa;
    padding-top: 80px;
    padding-bottom: 80px;
}
.blog-cards-row {
    margin-top: 40px;
}
.blog-card-col {
    display: flex;
    align-items: stretch;
    justify-content: center;
}
.blog-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 32px rgba(0,51,102,0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: box-shadow 0.3s, transform 0.3s;
    position: relative;
}
.blog-card:hover {
    box-shadow: 0 12px 40px rgba(0,51,102,0.16);
    transform: translateY(-4px) scale(1.02);
}
.blog-img-link {
    display: block;
    overflow: hidden;
}
.blog-card-img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    transition: transform 0.4s;
    display: block;
}
.blog-card:hover .blog-card-img {
    transform: scale(1.07);
}
.blog-card-body {
    padding: 28px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: space-between;
    align-items: flex-start;
}
.blog-card-title {
    font-size: 1.18rem;
    font-weight: 700;
    color: #003366;
    margin-bottom: 18px;
    line-height: 1.3;
}
.blog-card-btn {
    margin-top: auto;
    font-size: 1rem;
    padding: 10px 22px;
}
.view-all-btn {
    margin-top: 18px;
    font-size: 1.08rem;
    padding: 12px 36px;
}
@media (max-width: 991px) {
    .blog-section { padding-top: 60px; padding-bottom: 60px; }
    .blog-card-img { height: 160px; }
    .blog-card-body { padding: 18px 12px 16px 12px; }
}
@media (max-width: 767px) {
    .blog-section { padding-top: 40px; padding-bottom: 40px; }
    .blog-card-img { height: 120px; }
    .blog-card-title { font-size: 1rem; }
    .blog-card-btn, .view-all-btn { font-size: 0.95rem; padding: 8px 18px; }
}

.contactus-section {
    background: linear-gradient(135deg, #f2f2fe 0%, #8dbeff 100%);
    padding-top: 80px;
    padding-bottom: 80px;
}
.contactus-btn {
    margin-top: 32px;
    font-size: 1.15rem;
    padding: 16px 48px;
}
@media (max-width: 767px) {
    .contactus-section { padding-top: 40px; padding-bottom: 40px; }
    .contactus-btn { font-size: 1rem; padding: 12px 28px; }
}

/* Header Sticky Shadow */
.header-area.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: box-shadow 0.3s, background 0.3s;
}

/* Header Switches */
.header-switches {
  gap: 1.2rem;
}
.lang-toggle {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 18px;
  padding: 2px 10px;
  font-size: 16px;
  font-weight: 600;
}
.lang-btn {
  background: none;
  border: none;
  color: var(--preformia-dark-blue);
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.lang-btn.active, .lang-btn:focus {
  background: var(--preformia-light-blue);
  color: var(--preformia-white);
}
.lang-divider {
  color: #bbb;
  margin: 0 2px;
}
.theme-toggle {
  display: flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 18px;
  padding: 2px 8px;
}
.theme-btn {
  background: none;
  border: none;
  color: var(--preformia-dark-blue);
  font-size: 18px;
  padding: 2px 6px;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.theme-btn.active, .theme-btn:focus {
  background: var(--preformia-light-blue);
  color: var(--preformia-white);
}

/* Hamburger */
.menu-trigger {
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
  padding: 6px 4px;
  z-index: 1101;
}
.menu-trigger .hamburger {
  width: 26px;
  height: 3px;
  background: var(--preformia-dark-blue);
  border-radius: 2px;
  transition: all 0.3s;
}

/* Mobile Menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: -320px;
  width: 300px;
  height: 100vh;
  background: var(--preformia-white);
  box-shadow: -4px 0 24px rgba(0,51,102,0.10);
  z-index: 1102;
  transition: right 0.35s cubic-bezier(.77,0,.18,1);
  display: flex;
  flex-direction: column;
  padding: 32px 24px 24px 24px;
}
.mobile-menu.active {
  right: 0;
}
.mobile-menu-header {
  margin-bottom: 24px;
}
.mobile-menu-close {
  background: none;
  border: none;
  font-size: 2rem;
  color: var(--preformia-dark-blue);
  cursor: pointer;
}
.mobile-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-nav li {
  margin-bottom: 18px;
}
.mobile-nav li a {
  color: var(--preformia-dark-blue);
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}
.mobile-nav li a:hover {
  color: var(--preformia-light-blue);
}
.mobile-switches {
  margin-top: 32px;
}
.mobile-menu-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.18);
  z-index: 1100;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.mobile-menu-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 991px) {
  .nav.d-none.d-lg-flex { display: none !important; }
  .menu-trigger { display: flex !important; }
}
@media (min-width: 992px) {
  .mobile-menu, .mobile-menu-overlay { display: none !important; }
}

/* --- Case Studies & Insights Section --- */
.case-studies-section {
  background: #f5f5f5;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.wave-divider-top {
  position: relative;
  top: -1px;
  width: 100%;
  margin-bottom: -2px;
  z-index: 2;
}
.case-tags {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.case-tag {
  display: inline-block;
  background: #fff;
  color: var(--preformia-dark-blue);
  border-radius: 16px;
  padding: 6px 18px;
  font-size: 15px;
  font-weight: 600;
  border: 1.5px solid #e0e7ef;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border 0.2s;
}
.case-tag.active, .case-tag:hover {
  background: var(--preformia-light-blue);
  color: #fff;
  border-color: var(--preformia-light-blue);
}
.case-grid {
  display: flex;
  flex-wrap: wrap;

  justify-content: center;
}
.case-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 32px rgba(0,51,102,0.10);
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  width: 100%;
  max-width: 370px;
  min-height: 420px;
  transition: box-shadow 0.3s, transform 0.3s;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.case-card:hover {
  box-shadow: 0 12px 48px 0 rgba(102,204,255,0.18), 0 2px 8px 0 rgba(0,51,102,0.10);
  transform: translateY(-6px) scale(1.03);
}
.case-img-wrap {
  width: 100%;
  height: 200px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  position: relative;
}
.case-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s cubic-bezier(.4,2,.6,1);
  display: block;
}
.case-card:hover .case-img {
  transform: scale(1.07);
}
.case-img-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg,rgba(0,51,102,0.10),rgba(102,204,255,0.13));
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--preformia-light-blue);
  font-size: 2.2rem;
  transition: opacity 0.25s;
  pointer-events: none;
}
.case-card:hover .case-img-overlay {
  opacity: 1;
}
.case-content {
  flex: 1 1 auto;
  padding: 28px 22px 18px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.case-title {
  font-size: 1.18rem;
  font-weight: 700;
  color: var(--preformia-dark-blue);
  margin-bottom: 8px;
  line-height: 1.3;
  max-height: 2.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.case-excerpt {
  font-size: 1rem;
  color: #333;
  margin-bottom: 18px;
  max-width: 90%;
  min-height: 40px;
  line-height: 1.4;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.case-btn {
  display: inline-block;
  background: var(--preformia-light-blue);
  color: #fff;
  border-radius: 18px;
  padding: 9px 28px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  margin-top: auto;
  margin-bottom: 0;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(102,204,255,0.10);
}
.case-btn:hover {
  background: var(--preformia-dark-blue);
  color: #fff;
  text-decoration: underline;
}
.case-viewall-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid var(--preformia-light-blue);
  color: var(--preformia-light-blue);
  background: #fff;
  border-radius: 22px;
  padding: 10px 32px;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  margin: 0 auto;
  transition: background 0.2s, color 0.2s, border 0.2s;
  box-shadow: 0 2px 8px rgba(102,204,255,0.08);
}
.case-viewall-btn:hover {
  background: var(--preformia-light-blue);
  color: #fff;
  border-color: var(--preformia-light-blue);
  text-decoration: underline;
}
.case-viewall-icon {
  font-size: 1.3em;
  margin-right: 6px;
}
@media (min-width: 992px) {
  .case-grid > div { flex: 0 0 32%; max-width: 32%; }
}
@media (max-width: 991px) and (min-width: 576px) {
  .case-grid > div { flex: 0 0 48%; max-width: 48%; }
}
@media (max-width: 575px) {
  .case-grid { gap: 20px 0; }
  .case-grid > div { flex: 0 0 100%; max-width: 100%; }
  .case-card { min-height: 0; padding: 18px 6px 16px 6px; }
  .case-img-wrap { height: 160px; }
  .case-content { padding: 18px 6px 10px 6px; }
}

/* --- Our Clients Section Premium Redesign --- */
.clients-section {
  background: #f7f9fc;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
}
.clients-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 32px;
  justify-items: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
}
.client-logo-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,51,102,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 20px;
  transition: box-shadow 0.25s, transform 0.25s;
  cursor: pointer;
  min-height: 80px;
  min-width: 80px;
}
.client-logo-card:hover {
  box-shadow: 0 8px 32px rgba(102,204,255,0.13), 0 2px 8px rgba(0,51,102,0.10);
  transform: translateY(-4px) scale(1.04);
}
.client-logo-img {
  max-height: 48px;
  max-width: 120px;
  width: auto;
  height: auto;
  filter: grayscale(100%);
  transition: filter 0.3s, transform 0.3s;
  display: block;
  margin: 0 auto;
}
.client-logo-card:hover .client-logo-img {
  filter: grayscale(0%);
  transform: scale(1.05);
}
@media (max-width: 1199px) {
  .clients-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991px) {
  .clients-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .clients-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .client-logo-card { padding: 12px 8px; min-height: 60px; }
  .client-logo-img { max-height: 36px; }
}

/* --- Our Clients Case Grid Redesign --- */
.clients-case-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  justify-items: center;
  align-items: stretch;
  margin: 0 auto;
  max-width: 1200px;
}
.client-card {
  background: linear-gradient(135deg, #fff 80%, #f7f9fc 100%);
  border-radius: 20px;
  box-shadow: 0 4px 24px rgba(0,51,102,0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px 24px 24px 24px;
  min-width: 0;
  width: 100%;
  max-width: 320px;
  min-height: 260px;
  transition: box-shadow 0.3s, transform 0.3s, border 0.3s;
  margin: 0 auto;
  position: relative;
  border: 1.5px solid #f0f4fa;
}
.client-card:hover {
  box-shadow: 0 12px 48px 0 rgba(102,204,255,0.13), 0 2px 8px 0 rgba(0,51,102,0.10);
  transform: translateY(-6px) scale(1.03);
  border-color: #66CCFF;
}
.client-logo-wrap {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f5f7fa;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  box-shadow: 0 2px 8px rgba(102,204,255,0.07);
}
.client-logo-img {
  max-height: 48px;
  max-width: 60px;
  width: auto;
  height: auto;
  filter: grayscale(100%);
  transition: filter 0.3s, transform 0.3s;
  display: block;
  margin: 0 auto;
}
.client-card:hover .client-logo-img {
  filter: grayscale(0%);
  transform: scale(1.07);
}
.client-summary {
  font-size: 1.08rem;
  color: #003366;
  text-align: center;
  margin: 0 0 18px 0;
  font-weight: 500;
  line-height: 1.4;
  min-height: 44px;
}
.client-case-btn {
  display: inline-block;
  background: var(--preformia-light-blue);
  color: #fff;
  border-radius: 18px;
  padding: 7px 22px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  margin-top: auto;
  margin-bottom: 0;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  box-shadow: 0 2px 8px rgba(102,204,255,0.10);
}
.client-case-btn:hover {
  background: var(--preformia-dark-blue);
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .clients-case-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .clients-case-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .clients-case-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .client-card { padding: 18px 8px 16px 8px; min-height: 0; }
  .client-logo-wrap { width: 54px; height: 54px; margin-bottom: 12px; }
  .client-logo-img { max-height: 36px; }
  .client-summary { font-size: 1rem; min-height: 0; margin-bottom: 10px; }
}

/* === Mobile Menu Icon Fix === */

/* 1. Hide the redundant close button inside the menu */
.mobile-menu .mobile-menu-close {
    display: none !important;
}

/* 2. Make sure the animated icon is visible and changes color */
.header-area .main-nav .mobile-menu-btn {
    z-index: 1002;
    position: relative;
}

.menu-trigger.active .hamburger-inner,
.menu-trigger.active .hamburger-inner::before,
.menu-trigger.active .hamburger-inner::after {
    background-color: #fff;
}

/* --- Improved Mobile Header --- */
@media (max-width: 767px) {
  .header-area.header-sticky {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 80px;
  }
}

body.menu-open {
    overflow: hidden;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: -85vw;
    width: 85vw;
    max-width: 340px;
    height: 100vh;
    background-color: #f8fbff;
    z-index: 2002;
    transform: translateX(100%);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 24px 18px 18px 18px;
    display: flex;
    flex-direction: column;
}

.mobile-menu.active {
    transform: translateX(0);
    box-shadow: -5px 0 25px rgba(0,0,0,0.2);
}

.mobile-menu-close {
    display: block !important;
    background: none;
    border: none;
    font-size: 2.2rem;
    color: #003366;
    cursor: pointer;
    padding: 0 8px;
    line-height: 1;
    transition: color 0.2s;
}

.mobile-menu-close:hover {
    color: #0099ff;
}

.mobile-nav {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
    text-align: center;
}

.mobile-nav li {
    margin-bottom: 16px;
}

.mobile-nav li a {
    display: block;
    padding: 8px 0;
    color: #003366;
    font-size: 1.13rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
}

.mobile-nav li a:hover,
.mobile-nav li a.active {
    background: #e6f2fb;
    color: #0099ff;
}

.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.22);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0s 0.4s;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}

.contact-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Contact Page Styles */
.contact-section {
    background: linear-gradient(135deg, var(--preformia-bg-light) 0%, #ffffff 100%);
}

.contact-info {
    background: var(--preformia-white);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.contact-info-title {
    color: var(--preformia-dark-blue);
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.contact-info-text {
    color: var(--preformia-text-dark);
    margin-bottom: 30px;
    line-height: 1.6;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 10px;
    transition: all 0.3s ease;
    gap: 10px;
}

.contact-item:hover {
    background: var(--preformia-light-blue);
    transform: translateY(-2px);
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: var(--preformia-dark-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-right: 15px; */
    flex-shrink: 0;
}

.contact-icon i {
    color: var(--preformia-white);
    font-size: 1.2rem;
}

.contact-details h4 {
    color: var(--preformia-dark-blue);
    font-size: 1.1rem;
    margin-bottom: 5px;
    font-weight: 600;
}

.contact-details p {
    color: var(--preformia-text-dark);
    margin: 0;
}

.contact-details a {
    color: var(--preformia-dark-blue);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: var(--preformia-light-blue);
}

.contact-form-wrapper {
    background: var(--preformia-white);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.contact-form-title {
    color: var(--preformia-dark-blue);
    font-size: 1.8rem;
    margin-bottom: 30px;
    font-weight: 700;
}

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

.form-label {
    color: var(--preformia-dark-blue);
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.form-control {
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--preformia-dark-blue);
    box-shadow: 0 0 0 0.2rem rgba(0, 51, 102, 0.25);
    outline: none;
}

.form-control.is-invalid {
    border-color: #dc3545;
}

.invalid-feedback {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 5px;
}

.contact-form button.main-button {
    margin-top: 20px;
}

/* Custom Checkbox in Contact Form */
.contact-form .form-group.form-check {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 0;
    margin-bottom: 20px;
}

.contact-form .form-check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #bbb !important;
    border-radius: 4px;
    background-color: #fff !important;
    cursor: pointer;
    position: relative;
    margin: 0;
}

.contact-form .form-check-input:checked {
    background-color: var(--preformia-light-blue) !important;
    border-color: var(--preformia-light-blue) !important;
}

.contact-form .form-check-input:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.contact-form .form-check-label {
    margin-bottom: 0;
    font-size: 0.9rem;
    color: #666;
    line-height: 1;
}

.contact-form .form-check-label a {
    color: var(--preformia-dark-blue);
    text-decoration: underline;
}

/* Social Icons on Contact Page */
.contact-info .footer-social a {
    background: var(--preformia-dark-blue);
    color: var(--preformia-white);
}

.contact-info .footer-social a:hover {
    background: var(--preformia-light-blue);
}

/* About Page Styles */
.about-hero-section {
    background: linear-gradient(135deg, var(--preformia-dark-blue) 0%, var(--preformia-light-blue) 100%);
    color: var(--preformia-white);
    padding: 100px 0;
}

.about-hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 20px;
    opacity: 0.9;
}

.about-hero-text {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 40px;
    opacity: 0.8;
}

.about-hero-stats {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

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

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--preformia-light-blue);
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.8;
}

.story-section {
    background: var(--preformia-bg-light);
}

.story-content h3 {
    color: var(--preformia-dark-blue);
    font-size: 1.5rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.story-content p {
    color: var(--preformia-text-dark);
    line-height: 1.8;
    margin-bottom: 25px;
}

.story-timeline {
    position: relative;
    padding-left: 30px;
}

.story-timeline::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--preformia-dark-blue);
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 30px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 10px;
    width: 16px;
    height: 16px;
    background: var(--preformia-light-blue);
    border: 3px solid var(--preformia-dark-blue);
    border-radius: 50%;
}

.timeline-year {
    background: var(--preformia-dark-blue);
    color: var(--preformia-white);
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.timeline-content h4 {
    color: var(--preformia-dark-blue);
    font-size: 1.2rem;
    margin-bottom: 5px;
    font-weight: 600;
}

.timeline-content p {
    color: var(--preformia-text-dark);
    margin: 0;
}

.values-section {
    background: var(--preformia-white);
}

.value-card {
    background: var(--preformia-white);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
}

.value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.value-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--preformia-dark-blue), var(--preformia-light-blue));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.value-icon i {
    color: var(--preformia-white);
    font-size: 2rem;
}

.value-title {
    color: var(--preformia-dark-blue);
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.value-text {
    color: var(--preformia-text-dark);
    line-height: 1.6;
}

.why-choose-section {
    background: var(--preformia-bg-light);
}

.why-choose-content {
    padding-right: 30px;
}

.why-choose-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 20px;
    background: var(--preformia-white);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    gap: 10px;
}

.why-choose-item:hover {
    transform: translateX(5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.why-choose-icon {
    width: 60px;
    height: 60px;
    background: var(--preformia-dark-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-right: 20px; */
    flex-shrink: 0;
}

.why-choose-icon i {
    color: var(--preformia-white);
    font-size: 1.5rem;
}

.why-choose-text h4 {
    color: var(--preformia-dark-blue);
    font-size: 1.2rem;
    margin-bottom: 8px;
    font-weight: 600;
}

.why-choose-text p {
    color: var(--preformia-text-dark);
    margin: 0;
    line-height: 1.6;
}

.why-choose-image {
    text-align: center;
}

.why-choose-image img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Blog Page Styles - Enhanced */
.blog-hero-section {
    background: linear-gradient(135deg, var(--preformia-dark-blue) 0%, var(--preformia-light-blue) 100%);
    color: var(--preformia-white);
    padding: 120px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.blog-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.blog-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 25px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    position: relative;
    z-index: 2;
}

.blog-hero-subtitle {
    font-size: 1.4rem;
    opacity: 0.95;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

.blog-categories-section {
    background: var(--preformia-white);
    padding: 50px 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    position: relative;
    z-index: 10;
}

.blog-categories {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
}

.category-btn {
    background: var(--preformia-bg-light);
    border: 2px solid transparent;
    color: var(--preformia-text-dark);
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.category-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
    transition: left 0.5s;
}

.category-btn:hover::before {
    left: 100%;
}

.category-btn.active,
.category-btn:hover {
    background: var(--preformia-dark-blue);
    color: var(--preformia-white);
    border-color: var(--preformia-dark-blue);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 51, 102, 0.3);
}

.blog-posts-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
    position: relative;
}

.blog-posts-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(0,51,102,0.2), transparent);
}

/* Featured Post Enhanced */
.featured-post {
    background: var(--preformia-white);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    margin-bottom: 60px;
    transition: all 0.4s ease;
    position: relative;
}

.featured-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}

.featured-post-image {
    position: relative;
    overflow: hidden;
    height: 400px;
    background: linear-gradient(45deg, var(--preformia-dark-blue), var(--preformia-light-blue));
}

.featured-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.featured-post:hover .featured-post-image img {
    transform: scale(1.05);
}

.featured-badge {
    position: absolute;
    top: 25px;
    left: 25px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    color: var(--preformia-white);
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
    z-index: 2;
}

.featured-post-content {
    padding: 50px;
    position: relative;
}

.post-meta {
    display: flex;
    gap: 25px;
    margin-bottom: 25px;
    align-items: center;
}

.post-category {
    background: linear-gradient(135deg, var(--preformia-light-blue), #4da6ff);
    color: var(--preformia-white);
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.post-date {
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.post-date::before {
    content: '📅';
    margin-right: 5px;
}

.featured-post-title {
    color: var(--preformia-dark-blue);
    font-size: 2.2rem;
    margin-bottom: 25px;
    font-weight: 800;
    line-height: 1.3;
    position: relative;
}

.featured-post-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, var(--preformia-dark-blue), var(--preformia-light-blue));
    border-radius: 2px;
}

.featured-post-excerpt {
    color: var(--preformia-text-dark);
    line-height: 1.8;
    margin-bottom: 35px;
    font-size: 1.1rem;
    opacity: 0.9;
}

.featured-post-author {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-radius: 15px;
    border-left: 4px solid var(--preformia-dark-blue);
}

.author-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 20px;
    border: 3px solid var(--preformia-white);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.author-info {
    display: flex;
    flex-direction: column;
}

.author-name {
    color: var(--preformia-dark-blue);
    font-weight: 700;
    margin-bottom: 3px;
    font-size: 1.1rem;
}

.author-title {
    color: #6c757d;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Blog Cards Enhanced */
.blog-card {
    background: var(--preformia-white);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 51, 102, 0.1);
    height: 100%;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    border: 1px solid #e9ecef;
}

.blog-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--preformia-dark-blue), var(--preformia-light-blue));
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.blog-card:hover::before {
    transform: scaleX(1);
}

.blog-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 20px 50px rgba(0, 51, 102, 0.15);
}

.blog-card-image {
    position: relative;
    overflow: hidden;
    height: 220px;
    background: linear-gradient(45deg, #f0f0f0, #e0e0e0);
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.1) rotate(2deg);
}

.blog-card-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background: linear-gradient(135deg, var(--preformia-dark-blue), var(--preformia-light-blue));
    color: var(--preformia-white);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(0, 51, 102, 0.3);
    z-index: 2;
}

.blog-card-body {
    padding: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-card-meta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    font-size: 0.85rem;
    color: #6c757d;
    align-items: center;
}

.blog-card-date {
    font-weight: 500;
    display: flex;
    align-items: center;
}

.blog-card-date::before {
    content: '📅';
    margin-right: 5px;
}

.blog-card-read-time {
    background: #f8f9fa;
    padding: 4px 12px;
    border-radius: 15px;
    font-weight: 600;
    color: var(--preformia-dark-blue);
}

.blog-card-title {
    color: var(--preformia-dark-blue);
    font-size: 1.3rem;
    margin-bottom: 18px;
    font-weight: 700;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.blog-card:hover .blog-card-title {
    color: var(--preformia-light-blue);
}

.blog-card-excerpt {
    color: var(--preformia-text-dark);
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 0.95rem;
    opacity: 0.85;
    flex-grow: 1;
}

.blog-card-link {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: var(--preformia-dark-blue);
    color: var(--preformia-white);
    padding: 12px 20px;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: auto;
}

.blog-card-link:hover {
    background: var(--preformia-light-blue);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 51, 102, 0.2);
}

/* Newsletter Section Enhanced */
.newsletter-section {
    background: linear-gradient(135deg, var(--preformia-dark-blue) 0%, var(--preformia-light-blue) 100%);
    color: var(--preformia-white);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.newsletter-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="newsletter-pattern" width="50" height="50" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23newsletter-pattern)"/></svg>');
    opacity: 0.3;
}

.newsletter-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

.newsletter-text {
    font-size: 1.3rem;
    margin-bottom: 50px;
    opacity: 0.95;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    position: relative;
    z-index: 2;
}

.newsletter-form {
    max-width: 550px;
    margin: 0 auto 20px;
    position: relative;
    z-index: 2;
    display: flex;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    background: rgba(255, 255, 255, 0.95);
}

.newsletter-form .form-control {
    border: none;
    padding: 18px 25px;
    font-size: 1rem;
    background: transparent;
    flex-grow: 1;
    min-width: 0;
    color: var(--preformia-dark-blue);
    text-align: center;
}

.newsletter-form .form-control::placeholder {
    color: #888;
}

.newsletter-form .form-control:focus {
    box-shadow: none;
    background: transparent;
    outline: none;
}

.newsletter-form .btn {
    padding: 18px 35px;
    border: none;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: var(--preformia-dark-blue);
    transition: all 0.3s ease;
    color: var(--preformia-white);
    flex-shrink: 0;
}

.newsletter-form .btn:hover {
    background: #ff6b6b;
}

[dir="rtl"] .newsletter-form .form-control {
    text-align: center; /* Removed to allow center alignment */
}

.form-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.9rem;
    margin-top: 15px;
    font-weight: 500;
}

/* Load More Button Enhanced */
#load-more-posts {
    background: linear-gradient(135deg, var(--preformia-dark-blue), var(--preformia-light-blue));
    border: none;
    padding: 15px 40px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 30px rgba(0, 51, 102, 0.3);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

#load-more-posts::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.5s;
}

#load-more-posts:hover::before {
    left: 100%;
}

#load-more-posts:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(0, 51, 102, 0.4);
}

/* Blog Animation Classes */
.blog-card {
    animation: fadeInUp 0.8s ease-out;
}

.blog-card:nth-child(1) { animation-delay: 0.1s; }
.blog-card:nth-child(2) { animation-delay: 0.2s; }
.blog-card:nth-child(3) { animation-delay: 0.3s; }
.blog-card:nth-child(4) { animation-delay: 0.4s; }
.blog-card:nth-child(5) { animation-delay: 0.5s; }
.blog-card:nth-child(6) { animation-delay: 0.6s; }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Blog Filter Animation */
.blog-card {
    transition: all 0.4s ease;
}

.blog-card[style*="display: none"] {
    opacity: 0;
    transform: scale(0.8);
}

.blog-card[style*="display: block"] {
    opacity: 1;
    transform: scale(1);
}

/* Responsive Blog Design */
@media (max-width: 991px) {
    .blog-hero-title {
        font-size: 2.8rem;
    }
    
    .featured-post-title {
        font-size: 1.8rem;
    }
    
    .featured-post-content {
        padding: 40px 30px;
    }
    
    .newsletter-title {
        font-size: 2.2rem;
    }
    
    .newsletter-text {
        font-size: 1.1rem;
    }
}

@media (max-width: 767px) {
    .blog-hero-section {
        padding: 80px 0 60px;
    }
    
    .blog-hero-title {
        font-size: 2.2rem;
    }
    
    .blog-hero-subtitle {
        font-size: 1.1rem;
    }
    
    .blog-categories {
        gap: 8px;
    }
    
    .category-btn {
        padding: 10px 18px;
        font-size: 0.9rem;
    }
    
    .featured-post-image {
        height: 250px;
    }
    
    .featured-post-content {
        padding: 30px 20px;
    }
    
    .featured-post-title {
        font-size: 1.5rem;
    }
    
    .post-meta {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    
    .featured-post-author {
        flex-direction: column;
        text-align: center;
    }
    
    .author-avatar {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .blog-card-body {
        padding: 25px 20px;
    }
    
    .blog-card-title {
        font-size: 1.1rem;
    }
    
    .newsletter-title {
        font-size: 1.8rem;
    }
    
    .newsletter-form .form-control,
    .newsletter-form .btn {
        padding: 15px 20px;
        font-size: 1rem;
    }
}

@media (max-width: 575px) {
    .blog-hero-title {
        font-size: 1.8rem;
    }
    
    .featured-post-title {
        font-size: 1.3rem;
    }
    
    .blog-card-image {
        height: 180px;
    }
    
    .newsletter-title {
        font-size: 1.5rem;
    }
    
    .newsletter-text {
        font-size: 1rem;
    }
    
    .newsletter-form .input-group {
        flex-direction: column;
    }
    
    .newsletter-form .form-control,
    .newsletter-form .btn {
        border-radius: 25px;
        margin-bottom: 10px;
    }
}

/*
---------------------------------------------
Footer Style
---------------------------------------------
*/
.site-footer {
    background: linear-gradient(135deg, var(--preformia-dark-blue) 0%, #002244 100%);
    color: rgba(255, 255, 255, 0.8);
    padding: 80px 0 0;
    font-size: 1rem;
}

.footer-content {
    padding-bottom: 60px;
}

.site-footer h4 {
    color: var(--preformia-white);
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 15px;
}

.site-footer h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, var(--preformia-light-blue), #ff6b6b);
    border-radius: 2px;
}

.footer-logo {
    max-width: 180px;
    margin-bottom: 25px;
}

.footer-about p {
    line-height: 1.8;
    margin-bottom: 30px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: var(--preformia-white);
    margin-left: 10px;
    transition: all 0.3s ease;
}

.footer-social a:first-child {
    margin-left: 0;
}

.footer-social a:hover {
    background: linear-gradient(135deg, var(--preformia-light-blue), #ff6b6b);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding-right: 15px;
}

.footer-links a::before {
    content: '\f104';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--preformia-white);
    padding-right: 20px;
}

.footer-links a:hover::before {
    color: #ff6b6b;
}

.footer-contact ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.footer-contact i {
    color: #ff6b6b;
    width: 20px;
    margin-left: 15px;
    font-size: 1.2rem;
    flex-shrink: 0;
    margin-top: 3px;
    margin-left: 10px;
    margin-right: 10px;
    
}

.footer-contact a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-contact a:hover {
    color: var(--preformia-white);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
}

[dir="rtl"] .site-footer h4::after {
    left: auto;
    right: 0;
}

[dir="rtl"] .footer-social a {
    margin-left: 0;
    margin-right: 10px;
}

[dir="rtl"] .footer-social a:first-child {
    margin-right: 0;
}

[dir="rtl"] .footer-links a {
    padding-right: 15px;
    padding-left: 0;
}

[dir="rtl"] .footer-links a::before {
    content: '\f104';
    right: 0;
    left: auto;
}

[dir="rtl"] .footer-links a:hover {
    padding-right: 20px;
    padding-left: 0;
}

[dir="rtl"] .footer-contact i {
    margin-left: 0;
    margin-right: 15px;
}

/* ===== ABOUT PAGE STYLES ===== */

/* Core Section (Mission, Vision, Values) */
.core-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
}

.core-card {
    background: var(--preformia-white);
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.core-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--preformia-dark-blue), var(--preformia-light-blue));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.core-card:hover::before {
    transform: scaleX(1);
}

.core-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.core-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--preformia-dark-blue), var(--preformia-light-blue));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
}

.core-card:hover .core-icon {
    transform: scale(1.1) rotate(5deg);
}

.core-icon i {
    font-size: 2rem;
    color: var(--preformia-white);
    transition: all 0.3s ease;
}

.core-card:hover .core-icon i {
    transform: scale(1.1);
}

.core-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--preformia-dark-blue);
    margin-bottom: 20px;
    transition: color 0.3s ease;
}

.core-card:hover .core-title {
    color: var(--preformia-light-blue);
}

.core-text {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.core-card:hover .core-text {
    color: #333;
}

/* Services Section */
.services-section {
    background: linear-gradient(180deg, #f5f5f5 0%, #66CCFF 100%);
    padding: 80px 0;
}

.service-card {
    background: var(--preformia-white);
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 51, 102, 0.05), rgba(102, 204, 255, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card:hover::before {
    opacity: 1;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    border-color: var(--preformia-light-blue);
}

.service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--preformia-dark-blue), var(--preformia-light-blue));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.service-card:hover .service-icon {
    transform: scale(1.1) rotate(5deg);
}

.service-icon i {
    font-size: 1.8rem;
    color: var(--preformia-white);
    transition: all 0.3s ease;
}

.service-card:hover .service-icon i {
    transform: scale(1.1);
}

.service-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--preformia-dark-blue);
    margin-bottom: 21px;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.service-card:hover .service-title {
    color: var(--preformia-light-blue);
}

/* Approach Section */
.approach-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
}

.approach-card {
    background: var(--preformia-white);
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

.approach-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 51, 102, 0.05), rgba(102, 204, 255, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.approach-card:hover::before {
    opacity: 1;
}

.approach-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    border-color: var(--preformia-light-blue);
}

.approach-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--preformia-dark-blue), var(--preformia-light-blue));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.approach-card:hover .approach-icon {
    transform: scale(1.1) rotate(5deg);
}

.approach-icon i {
    font-size: 1.8rem;
    color: var(--preformia-white);
    transition: all 0.3s ease;
}

.approach-card:hover .approach-icon i {
    transform: scale(1.1);
}

.approach-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--preformia-dark-blue);
    margin-bottom: 15px;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.approach-card:hover .approach-title {
    color: var(--preformia-light-blue);
}

.approach-text {
    color: #666;
    line-height: 1.6;
    font-size: 0.9rem;
    position: relative;
    z-index: 1;
}

/* Why Choose Section */
.why-choose-section {
    background: var(--preformia-white);
    padding: 80px 0;
}

.why-choose-content {
    padding-right: 40px;
}

.why-choose-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 15px;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.why-choose-item:hover {
    background: var(--preformia-white);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}

.why-choose-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--preformia-dark-blue), var(--preformia-light-blue));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.why-choose-item:hover .why-choose-icon {
    transform: scale(1.1) rotate(5deg);
}

.why-choose-icon i {
    font-size: 1.5rem;
    color: var(--preformia-white);
    transition: all 0.3s ease;
}

.why-choose-item:hover .why-choose-icon i {
    transform: scale(1.1);
}

.why-choose-text h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--preformia-dark-blue);
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.why-choose-item:hover .why-choose-text h4 {
    color: var(--preformia-light-blue);
}

.why-choose-text p {
    color: #666;
    line-height: 1.6;
    font-size: 0.9rem;
    margin: 0;
}

.why-choose-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.why-choose-image img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.why-choose-image:hover img {
    transform: scale(1.05);
}

/* Case Studies Section */
.case-studies-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
}

.case-study-card {
    background: var(--preformia-white);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.case-study-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--preformia-dark-blue), var(--preformia-light-blue));
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.case-study-card:hover::before {
    transform: scaleX(1);
}

.case-study-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.case-study-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
}

.case-study-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--preformia-dark-blue);
    margin: 0;
    flex: 1;
    padding-right: 15px;
}

.case-study-badge {
    background: linear-gradient(135deg, var(--preformia-dark-blue), var(--preformia-light-blue));
    color: var(--preformia-white);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex-shrink: 0;
}

.case-study-metrics {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    gap: 15px;
}

.metric-item {
    text-align: center;
    flex: 1;
}

.metric-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--preformia-dark-blue);
    margin-bottom: 5px;
}

.metric-label {
    font-size: 0.85rem;
    color: #666;
    font-weight: 500;
}

.case-study-platforms {
    margin-bottom: 20px;
}

.case-study-platforms h5 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--preformia-dark-blue);
    margin-bottom: 10px;
}

.platform-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.platform-tag {
    background: linear-gradient(135deg, var(--preformia-dark-blue), var(--preformia-light-blue));
    color: var(--preformia-white);
    padding: 4px 12px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 500;
}

.case-study-description {
    color: #666;
    line-height: 1.6;
    font-size: 0.9rem;
    margin: 0;
}

/* ===== PRICING PAGE STYLES ===== */

/* Pricing Hero Section */
.pricing-hero-section {
    background: linear-gradient(135deg, var(--preformia-dark-blue) 0%, var(--preformia-light-blue) 100%);
    padding: 100px 0 80px;
    text-align: center;
    color: var(--preformia-white);
}

.pricing-hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--preformia-white);
}

.pricing-hero-subtitle {
    font-size: 1.3rem;
    font-weight: 500;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.9);
}

.pricing-hero-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    max-width: 800px;
    margin: 0 auto;
}

/* Pricing Models Section */
.pricing-models-section {
    background: var(--preformia-white);
    padding: 80px 0;
}

.pricing-model-card {
    background: var(--preformia-white);
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
}

.pricing-model-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 51, 102, 0.05), rgba(102, 204, 255, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.pricing-model-card:hover::before {
    opacity: 1;
}

.pricing-model-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--preformia-light-blue);
}

.model-header {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.model-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--preformia-dark-blue);
    margin-bottom: 10px;
}

.model-badge {
    background: linear-gradient(135deg, var(--preformia-dark-blue), var(--preformia-light-blue));
    color: var(--preformia-white);
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-top: 10px;
}

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

.model-price {
    margin-bottom: 25px;
}

.model-price .currency {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--preformia-dark-blue);
    vertical-align: top;
}

.model-price .amount {
    font-size: 3rem;
    font-weight: 700;
    color: var(--preformia-dark-blue);
    margin: 0 5px;
}

.model-price .period {
    font-size: 1rem;
    color: #666;
    font-weight: 500;
}

.model-description {
    color: #666;
    line-height: 1.6;
    font-size: 0.95rem;
    margin-bottom: 25px;
}

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

.model-features li {
    padding: 8px 0;
    color: #666;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

.model-features li i {
    color: var(--preformia-light-blue);
    margin-right: 10px;
    font-size: 0.8rem;
}

/* Comparison Section */
.comparison-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
}

.comparison-table-wrapper {
    background: var(--preformia-white);
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.comparison-table th {
    background: linear-gradient(135deg, var(--preformia-dark-blue), var(--preformia-light-blue));
    color: var(--preformia-white);
    padding: 20px 15px;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    border: none;
}

.comparison-table th:first-child {
    text-align: left;
    border-radius: 10px 0 0 0;
}

.comparison-table th:last-child {
    border-radius: 0 10px 0 0;
}

.comparison-table td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.9rem;
    color: #666;
}

.comparison-table td:first-child {
    text-align: left;
    font-weight: 600;
    color: var(--preformia-dark-blue);
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

.comparison-table .text-success {
    color: #28a745 !important;
}

.comparison-table .text-muted {
    color: #6c757d !important;
}

/* Add-ons Section */
.addons-section {
    background: var(--preformia-white);
    padding: 80px 0;
}

.addon-card {
    background: var(--preformia-white);
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

.addon-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 51, 102, 0.05), rgba(102, 204, 255, 0.05));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.addon-card:hover::before {
    opacity: 1;
}

.addon-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
    border-color: var(--preformia-light-blue);
}

.addon-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--preformia-dark-blue), var(--preformia-light-blue));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.addon-card:hover .addon-icon {
    transform: scale(1.1) rotate(5deg);
}

.addon-icon i {
    font-size: 1.8rem;
    color: var(--preformia-white);
    transition: all 0.3s ease;
}

.addon-card:hover .addon-icon i {
    transform: scale(1.1);
}

.addon-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--preformia-dark-blue);
    margin-bottom: 15px;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}

.addon-card:hover .addon-title {
    color: var(--preformia-light-blue);
}

.addon-description {
    color: #666;
    line-height: 1.6;
    font-size: 0.9rem;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.addon-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--preformia-dark-blue);
    position: relative;
    z-index: 1;
}

/* Notes Section */
.notes-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0;
}

.notes-card {
    background: var(--preformia-white);
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.notes-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--preformia-dark-blue);
    text-align: center;
    margin-bottom: 40px;
}

.note-item {
    text-align: center;
    padding: 20px;
}

.note-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--preformia-dark-blue), var(--preformia-light-blue));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    transition: all 0.3s ease;
}

.note-item:hover .note-icon {
    transform: scale(1.1) rotate(5deg);
}

.note-icon i {
    font-size: 1.5rem;
    color: var(--preformia-white);
    transition: all 0.3s ease;
}

.note-item:hover .note-icon i {
    transform: scale(1.1);
}

.note-item h5 {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--preformia-dark-blue);
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.note-item:hover h5 {
    color: var(--preformia-light-blue);
}

.note-item p {
    color: #666;
    line-height: 1.6;
    font-size: 0.9rem;
    margin: 0;
}

/* ===== RESPONSIVE STYLES ===== */

@media (max-width: 991px) {
    .pricing-hero-title {
        font-size: 2.5rem;
    }
    
    .pricing-hero-subtitle {
        font-size: 1.1rem;
    }
    
    .pricing-hero-text {
        font-size: 1rem;
    }
    
    .model-title {
        font-size: 1.5rem;
    }
    
    .model-price .amount {
        font-size: 2.5rem;
    }
    
    .why-choose-content {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .why-choose-item {
        margin-bottom: 20px;
    }
    
    .case-study-metrics {
        flex-direction: column;
        gap: 10px;
    }
    
    .metric-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .metric-number {
        font-size: 1.5rem;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .pricing-hero-title {
        font-size: 2rem;
    }
    
    .pricing-hero-subtitle {
        font-size: 1rem;
    }
    
    .pricing-hero-text {
        font-size: 0.9rem;
    }
    
    .model-title {
        font-size: 1.3rem;
    }
    
    .model-price .amount {
        font-size: 2rem;
    }
    
    .comparison-table-wrapper {
        padding: 20px;
        overflow-x: auto;
    }
    
    .comparison-table {
        min-width: 600px;
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 10px 8px;
        font-size: 0.8rem;
    }
    
    .notes-card {
        padding: 30px 20px;
    }
    
    .notes-title {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }
    
    .note-item {
        padding: 15px;
    }
    
    .note-icon {
        width: 50px;
        height: 50px;
    }
    
    .note-icon i {
        font-size: 1.2rem;
    }
    
    .note-item h5 {
        font-size: 1rem;
    }
    
    .note-item p {
        font-size: 0.85rem;
    }
}

@media (max-width: 575px) {
    .pricing-hero-title {
        font-size: 1.8rem;
    }
    
    .pricing-hero-subtitle {
        font-size: 0.9rem;
    }
    
    .pricing-hero-text {
        font-size: 0.85rem;
    }
    
    .model-title {
        font-size: 1.2rem;
    }
    
    .model-price .amount {
        font-size: 1.8rem;
    }
    
    .model-price .currency {
        font-size: 1.2rem;
    }
    
    .model-price .period {
        font-size: 0.9rem;
    }
    
    .comparison-table {
        min-width: 500px;
    }
    
    .comparison-table th,
    .comparison-table td {
        padding: 8px 6px;
        font-size: 0.75rem;
    }
    
    .notes-card {
        padding: 25px 15px;
    }
    
    .notes-title {
        font-size: 1.3rem;
        margin-bottom: 25px;
    }
    
    .note-item {
        padding: 10px;
    }
    
    .note-icon {
        width: 45px;
        height: 45px;
        margin-bottom: 10px;
    }
    
    .note-icon i {
        font-size: 1.1rem;
    }
    
    .note-item h5 {
        font-size: 0.9rem;
    }
    
    .note-item p {
        font-size: 0.8rem;
    }
}

/* About Us Hero Image Shape */
.hero-image-wrapper {
    position: relative;
    max-width: 420px;
    margin: 20px auto;
    background: linear-gradient(145deg, var(--preformia-light-blue), var(--preformia-dark-blue));
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    padding: 12px; /* Border thickness */
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.hero-image-wrapper:hover {
    transform: scale(1.05) rotate(1.5deg);
}

.hero-image-wrapper img {
    width: 100%;
    display: block;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

@media (max-width: 991px) {
    .hero-image-wrapper {
        max-width: 320px;
    }
    .about-hero-content {
        text-align: center;
    }
}

/* === About Us Hero Section & Stats === */
/* Hero Section Background & Text Color */
.about-hero-section {
    background-color: var(--preformia-dark-blue);
    color: var(--preformia-white);
}

.about-hero-section .about-hero-title,
.about-hero-section .about-hero-subtitle {
    color: var(--preformia-white);
}

.about-hero-section .about-hero-text {
    color: rgba(255, 255, 255, 0.85);
}

/* Glassmorphism Stats */
.about-hero-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 40px;
    padding: 0;
    background: none;
}

.stat-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease-in-out;
}

.stat-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.3);
}

.stat-icon {
    width: 55px;
    height: 55px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    color: var(--preformia-light-blue);
    flex-shrink: 0;
}

.stat-info {
    text-align: start;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--preformia-white);
    display: block;
    line-height: 1.2;
}

.stat-label {
    font-size: 0.9rem;
    color: var(--preformia-white);
    opacity: 0.7;
}

@media (max-width: 767px) {
    .about-hero-stats {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 480px) {
    .stat-item {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    .stat-info {
        text-align: center;
    }
}

.contact-form button.main-button {
    margin-top: 15px;
}

.form-check {
    padding-left: 0;
}

.form-check-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 5px;
    background-color: #f8f9fa;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin-right: 8px;
    margin-top: 0;
}

.form-check-input:checked {
    background-color: var(--preformia-light-blue);
    border-color: var(--preformia-light-blue);
}

.form-check-input:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.form-check-label {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.9rem;
    color: #666;
}

/* 
---------------------------------------------
Blog Page Styles
--------------------------------------------- 
*/

.blog-hero-section {
  transition: all 0.3s ease;
}

/* New Blog Filter Styles */
.blog-filter-section {
  padding: 40px 0 20px 0;
  background-color: #f2f2f2;
}

.blog-tags-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.blog-tags-container .category-btn {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #555;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.blog-tags-container .category-btn:hover {
  background-color: #f767a1; /* Softy Pinko Pink */
  color: #fff;
  border-color: #f767a1;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.blog-tags-container .category-btn.active {
  background-color: #007bff; /* Primary Blue */
  color: #fff;
  border-color: #007bff;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
}
/* End of New Blog Filter Styles */


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

/* توحيد البطاقات */
.blog-card, .case-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  transition: box-shadow 0.3s, transform 0.3s;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-card:hover, .case-card:hover {
  box-shadow: 0 8px 32px rgba(0,0,0,0.16);
  transform: translateY(-4px) scale(1.02);
}

/* حذف أي سطر فيه // ... existing code ... أو //... existing code ... */


.model-table-wrapper {
    margin-top: 20px;
}

.model-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.model-table th,
.model-table td {
    padding: 10px 12px;
    border: 1px solid #e5e7eb;
    /* text-align: left; */
}

.model-table th {
    background-color: #f8fafc;
    font-weight: 600;
}

.model-table tr:nth-child(even) {
    background-color: #fafafa;
}


.services-page {
    max-width: 1100px;
    margin: auto;
    padding: 60px 20px;
    font-family: Arial, sans-serif;
}

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

.services-header h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.services-header p {
    color: #666;
    font-size: 18px;
}

.service-block {
    margin-bottom: 50px;
}

.service-block h2 {
    font-size: 26px;
    margin-bottom: 10px;
}

.service-block h2 span {
    font-weight: normal;
    color: #777;
}

.service-block p {
    margin-bottom: 15px;
    color: #444;
}

.service-block ul {
    padding-left: 20px;
}

.service-block ul li {
    margin-bottom: 8px;
    line-height: 1.6;
}

