/* ================================================
   SIGMA SERVICE - CUSTOM CSS (Clean Version)
   ================================================ */

/* ------------------------------------------------
   1. TYPOGRAPHY - Manrope Font Weights
   ------------------------------------------------ */
.Manrope-300 {
    font-weight: 300 !important;
    font-family: 'Manrope', sans-serif !important;
}
.Manrope-400 {
    font-weight: 400 !important;
    font-family: 'Manrope', sans-serif !important;
}
.Manrope-500 {
    font-weight: 500 !important;
    font-family: 'Manrope', sans-serif !important;
}
.Manrope-600 {
    font-weight: 600 !important;
    font-family: 'Manrope', sans-serif !important;
}
.Manrope-700 {
    font-weight: 700 !important;
    font-family: 'Manrope', sans-serif !important;
}
.Manrope-800 {
    font-weight: 800 !important;
    font-family: 'Manrope', sans-serif !important;
}

/* ------------------------------------------------
   2. GLOBAL TYPOGRAPHY
   ------------------------------------------------ */
body {
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--base-headingfont), sans-serif;
    margin-bottom: 0 !important;
    font-weight: 600;
    color: #262760 ;
}

h4 {
    font-size: 17px;
    line-height: 30px;
}

h5 {
    font-size: 17px;
}

.fs-19 { font-size: 19px; }
.fs-16 { font-size: 16px; }

/* ------------------------------------------------
   3. COLORS & BACKGROUNDS
   ------------------------------------------------ */
.bg-base-dark {
    background-color: #262760;
}
.bg-base-dark > .prt-bg-layer {
    background-color: #262760;
}
.bg-base-grey {
    background-color: #ffffff;
}
.bg-base-grey > .prt-bg-layer {
    background-color: #edeae5;
}
.bg-gray {
    background-color: #f7f7f7;
}
.bg-gellow {
    background-color: #5cbfe9 !important;
}
.txt-black {
    color: #000 !important;
}
.text-color-blue {
    color: #282962;
}
.text-decor {
    text-decoration: underline !important;
}

/* ------------------------------------------------
   4. UTILITY CLASSES
   ------------------------------------------------ */
.pt-0 { padding-top: 0; }
.pb-0 { padding-bottom: 0; }
.mb-100 { margin-bottom: 100px; }
.border-rad_50 { border-radius: 239px; }

menu, ol, ul {
    margin: 0 !important;
}

/* ------------------------------------------------
   5. HEADER & NAVIGATION
   ------------------------------------------------ */
#masthead {
    display: none;
}

.headerbtn {
    padding: 16px 20px;
    background-color: #262760;
    border-radius: 30px;
}

.headerbtn img {
    max-width: 25px;
    max-height: 25px;
}

.headshad {
    box-shadow: 0px 13px 35px -8px rgba(0, 0, 0, 0.35) !important;
}

.prt-header-style-02 .header_extra .header_contect a {
    color: #262760;
}

.bg-gellow .header_contect a {
    color: #ffffff !important;
}

.prt-header-style-02 .header_extra .header_language .lang a {
    color: #262760 !important;
    border: 1px solid #262760 !important;
    font-size: 15px;
    font-weight: 800;
    border-radius: 13px;
    padding: 3px 13px;
}

body.home .header_extra .header_language .lang a {
    color: #262760 !important;
    border-color: #262760 !important;
}

body.home .header_extra .header_language .lang:hover a {
    color: #fff !important;
    border-color: #262760 !important;
    background-color: #262760 !important;
}

body:not(.home) .prt-header-style-02 .header_extra .header_language .lang:hover a {
    background-color: #fff;
    color: #262760 !important;
}

body:not(.home) .prt-header-style-02 .header_extra .header_contect a:hover {
    color: #fff !important;
}

body:not(.home) .prt-stickable-header.fixed-header .header_extra .header_contect a:hover {
    color: #a38040 !important;
}

body:not(.home) .prt-stickable-header.fixed-header .header_extra .header_language .lang:hover a {
    background-color: #262760 !important;
    color: #fff !important;
}

/* Main Menu */
.prt-header-style-02 #site-header-menu nav.main-menu ul.menu {
    background-color: #262760;
}

nav.main-menu ul.menu {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0;
    white-space: nowrap;
    width: 100%;
}

nav.main-menu ul.menu > li {
    display: flex;
    align-items: center;
}

nav.main-menu ul.menu > li > a {
    display: inline-flex;
    align-items: center;
    height: 54px;
    line-height: 54px;
    padding: 0 18px;
    position: relative;
    text-transform: initial;
    font-size: 16px !important;
}

nav.main-menu ul.menu > li > a:hover {
    color: #5BC0E9 !important;
}

nav.main-menu ul.menu > li:last-child.lang-item {
    margin-left: auto;
}

/* Language Items */
nav.main-menu ul.menu > li.lang-item a,
nav.main-menu ul.menu > li.menu-item-language a {
    display: inline-flex;
    align-items: center;
    height: 54px;
    line-height: 54px;
    padding: 0 12px;
}

nav.main-menu ul.menu > li.lang-item a img,
nav.main-menu ul.menu > li.menu-item-language a img {
    display: block;
    height: 14px;
    width: auto;
    margin: 0;
    vertical-align: middle;
}

/* Dropdown Menus */
nav.main-menu li ul.mega-submenu {
    width: max-content;
    min-width: 260px;
    max-width: 380px;
    white-space: normal;
}

nav.main-menu ul.menu li ul.mega-submenu li a {
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.4;
    padding: 12px 15px;
    font-size: 14px;
}

#site-header-menu .site-navigation ul.menu li ul.mega-submenu li:hover a,
#site-header-menu .site-navigation ul.menu li ul.mega-submenu li.active a {
    color: #5BC0E9 !important;
}

#site-header-menu .prt-stickable-header .site-navigation ul.menu > li.active > a {
    color: #5BC0E9;
    font-weight: bold;
}

.active a {
    color: #262760 !important;
}

/* Sticky Header */
.site-header-menu .site-navigation {
    display: flex;
    align-items: center;
}

.site-header-menu .menu_link {
    flex: 1 1 auto;
    min-width: 0;
}
.fa, .fas, .far, .fab, [class^="icon-"], [class*=" icon-"], [class^="ti-"], [class^="flaticon-"] {
    display: inline-block;
    width: auto!important;
    height: auto!important;
}

.site-header-menu .header_extra {
    /*margin-left: auto;*/
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    white-space: nowrap;
}

.site-header-menu .header_extra .header_contect h3 {
    margin: 0;
}

.site-header-menu .header_extra .header_language {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.prt-stickable-header.fixed-header .container-fluid > .row,
.site-header-menu .site-navigation {
    flex-wrap: nowrap !important;
}

.prt-stickable-header.fixed-header nav.main-menu ul.menu > li > a {
    padding: 0 14px;
}

/* ------------------------------------------------
   6. BUTTONS
   ------------------------------------------------ */
.prt-btn.prt-btn-color-dark,
.slide-btn {
    color: #ffffff !important;
    background-color: #262760 !important;
    border-color: #262760 !important;
    text-transform: none !important;
}

.prt-btn:hover {
    background-color: #5BC0E9 !important;
    border-color: #5BC0E9 !important;
}

.prt-btn.prt-btn-style-fill.prt-btn-color-skincolor:hover,
.prt-btn.prt-btn-style-border.prt-btn-color-dark:hover,
.prt-btn.prt-btn-style-fill.prt-btn-color-white:hover {
    background-color: #5BC0E9;
    border-color: #5BC0E9;
}

.prt-btn.prt-btn-style-fill.prt-btn-color-dark {
    background-color: #262760;
    border-color: #262760;
    color: var(--base-white);
}

.prt-btn.prt-btn-style-fill.prt-btn-color-whitecolor {
    background-color: #262760;
    border-color: var(--base-white);
    color: #ffffff;
}

.prt-btn.prt-btn-color-white.prt-btn-style-border {
    background-color: #262760 !important;
}

.wp-block-button__link {
    background-color: #262760 !important;
}

/* ------------------------------------------------
   7. FORMS - Forminator
   ------------------------------------------------ */
.forminator-button {
    background-color: #262760 !important;
    border: 2px solid #262760 !important;
    border-radius: 30px !important;
    color: #fff !important;
    padding: 10px 34px !important;
    font-size: 16px !important;
    cursor: pointer;
    transition: 0.3s ease;
    margin-top: 20px !important;
}

.forminator-button:after {
    background-color: #fff;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -35px;
    transform: rotate(35deg);
    transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
}

.forminator-button:hover:after {
    left: 120%;
    transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.25;
}

.forminator-button-inline:after {
    width: 0;
    height: 0;
}

.forminator-textarea--wrap:after {
    border: none !important;
    border-bottom: 2px solid black !important;
}

.forminator-textarea {
    border: none !important;
    border-bottom: 2px solid black !important;
    padding-top: 35px !important;
}

.forminator-textarea:focus {
    border: none !important;
    border-bottom: 2px solid black !important;
}

.forminator-checkbox {
    margin-right: 10px !important;
}

.forminator-checkbox-label {
    margin-left: 7px !important;
}

#forminator-module-253,
#forminator-module-254 {
    display: block !important;
}

.wrap-form.query_form span.text-input input,
.wrap-form.query_form span.text-input textarea,
.wrap-form.query_form span.text-input select {
    color: #000 !important;
    border-radius: 0;
    border: 1px solid rgb(0 0 0);
}

/* ------------------------------------------------
   8. SLIDERS
   ------------------------------------------------ */
.slick_slider.slick-arrow-style1 .slick-arrow {
    background-color: #5cbfe9;
    border: 2px solid #262760;
}

.tparrows {
    display: none !important;
}

/* ------------------------------------------------
   9. SERVICES SECTION
   ------------------------------------------------ */
.services {
    background: #fff;
}

.service-image {
    object-fit: contain !important;
    width: 681px !important;
    height: 181px;
}

.featured-imagebox-service.style1 {
    background-color: #5cbfe9;
}

.featured-imagebox-service.style1 .featured-thumbnail img {
    object-fit: contain;
    width: 100%;
    height: 370px;
    padding: 20px;
    border-radius: 30px;
}

.featured-imagebox-service.style1 .prt-stepbox-hover {
    background-color: #262760;
}

.featured-imagebox-service.style1:hover .prt-iconbox-button a:after {
    left: 24px;
}

.featured-thumbnail img {
    object-fit: cover;
}

.featured-title h3 {
    text-transform: none !important;
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 13px;
    font-weight: 500;
}

.featured-desc p {
    font-weight: 600;
}

.featured-desc {
    color: #fff !important;
}

.ser_title {
    color: #262760 !important;
    font-size: 17px !important;
}

/* ------------------------------------------------
   10. SIGMA HERO SECTION
   ------------------------------------------------ */
.sigma-hero {
    position: relative;
    padding: 160px 0 100px;
    overflow: hidden;
}

.sigma-hero__bg {
    position: absolute;
    top: -50%;
    right: -10%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(38,39,96,0.03) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.sigma-hero__container {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 1fr 420px;
    align-items: center;
    gap: 60px;
}

.sigma-hero__content {
    position: relative;
    z-index: 2;
}

.sigma-hero__tag {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #262760;
    background: rgba(38,39,96,0.08);
    padding: 8px 16px;
    border-radius: 20px;
    margin-bottom: 24px;
}

.sigma-hero__title {
    font-family: 'Manrope', sans-serif;
    font-size: 75px;
    font-weight: 700;
    line-height: 1.1;
    color: #262760;
    margin: 0 0 16px;
    letter-spacing: -0.02em;
}

.sigma-hero__subtitle {
    font-family: 'Manrope', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.3;
    color: #5a5a7a;
    margin: 36px 0 36px;
}

.sigma-hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #262760 0%, #3a3b80 100%);
    padding: 16px 32px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(38,39,96,0.25);
    transition: all 0.3s ease;
}

.sigma-hero__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(38,39,96,0.35);
    background: linear-gradient(135deg, #3a3b80 0%, #262760 100%);
}

.sigma-hero__btn svg {
    transition: transform 0.3s ease;
}

.sigma-hero__btn:hover svg {
    transform: translateX(4px);
}

.sigma-hero__visual {
    position: relative;
    z-index: 1;
}

.sigma-hero__image-wrap {
    position: relative;
}

.sigma-hero__image-wrap::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    right: -20px;
    bottom: -20px;
    border-radius: 30px;
    z-index: -1;
}

.sigma-hero__visual img {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
    filter: drop-shadow(0 20px 40px rgba(38,39,96,0.15));
}

/* ------------------------------------------------
   11. SIGMA ABOUT SECTION
   ------------------------------------------------ */
.sigma-about__container {
    max-width: 1440px;
    margin: 0 auto;
    /*padding: 0 50px;*/
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
}

.sigma-about__image {
    position: relative;
}

.sigma-about__image-wrap {
    position: relative;
}

.sigma-about__image-wrap img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 30px 60px rgb(0 0 0 / 7%);
}

.sigma-about__badge {
    position: absolute;
    bottom: -30px;
    right: 93px;
    background: linear-gradient(135deg, #262760 0%, #3a3b80 100%);
    color: #fff;
    padding: 25px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(38,39,96,0.3);
}

.sigma-about__badge-number {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.sigma-about__badge-text {
    display: block;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 500;
    opacity: 0.9;
}

.sigma-about__content {
    position: relative;
}

.sigma-about__tag {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #262760;
    background: rgba(38,39,96,0.08);
    padding: 8px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.sigma-about__title {
    font-family: 'Manrope', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.15;
    color: #262760;
    margin: 0 0 24px;
    letter-spacing: -0.02em;
}

.sigma-about__desc {
    font-family: 'Manrope', sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    color: #5a5a7a;
    margin: 0 0 36px;
}

.sigma-about__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #262760;
    background: transparent;
    padding: 14px 28px;
    border: 2px solid #262760;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sigma-about__btn:hover {
    background: #262760;
    color: #fff;
    transform: translateY(-2px);
}

.sigma-about__btn svg {
    transition: transform 0.3s ease;
}

.sigma-about__btn:hover svg {
    transform: translateX(4px);
}

/* ------------------------------------------------
   12. SIGMA SERVICES SECTION
   ------------------------------------------------ */
.sigma-services {
    padding: 220px 0;
}

.sigma-services__container {
    max-width: 1440px;
    margin: 0 auto;
    /*padding: 0 50px;*/
}

.sigma-services__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 50px;
    gap: 30px;
}

.sigma-services__header-content {
    max-width: 600px;
}

.sigma-services__tag {
    display: inline-block;
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.15em;
    color: #fff;
    background: #262760;
    padding: 8px 16px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.sigma-services__title {
    padding-top: 20px;
    font-family: 'Manrope', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.25;
    color: #262760;
    margin: 0;
}

/* Services Navigation Buttons - FIXED CIRCULAR */
.sigma-services__nav {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.sigma-services__nav-btn,
.sigma-nav-circle {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    max-width: 52px !important;
    max-height: 52px !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 50% !important;
    border: 2px solid #262760 !important;
    background: transparent !important;
    color: #262760;
    cursor: pointer;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.sigma-services__nav-btn:hover,
.sigma-nav-circle:hover {
    background: #262760 !important;
    color: #fff !important;
}

.sigma-services__nav-btn i,
.sigma-nav-circle i {
    font-size: 16px;
    color: inherit;
    transition: color 0.3s ease;
}

.sigma-services__nav-btn:hover i,
.sigma-nav-circle:hover i {
    color: #fff;
}

.sigma-services__nav-btn.swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Services Slider */
.sigma-services__slider {
    overflow: visible;
}

/* Services Card */
.sigma-services__card {
    display: block;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    height: 100%;
    transition: all 0.4s ease;
}

.sigma-services__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(38,39,96,0.15);
}

.sigma-services__card-image {
    position: relative;
    height: 418px;
    overflow: hidden;
}

.sigma-services__card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.5s ease;
}

.sigma-services__card:hover .sigma-services__card-image img {
    transform: scale(1);
}
.swiper-horizontal {
    padding-top: 20px!important;
}

.sigma-services__card-content {
    padding: 28px;
}

.sigma-services__card-title {
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    font-weight: 700;
    min-height: 60px;
    color: #262760;
    margin: 0 0 12px;
    line-height: 1.3;
}

.sigma-services__card-desc {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #6b6b8a;
    line-height: 1.6;
    margin: 0 0 18px;
}

.sigma-services__card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #262760;
    transition: gap 0.3s ease;
}

.sigma-services__card:hover .sigma-services__card-link {
    gap: 12px;
}

/* ------------------------------------------------
   13. SIGMA CTA SECTION
   ------------------------------------------------ */
.sigma-cta {
    padding: 0 50px;
    margin: -70px 0 80px 0px;
}

.sigma-cta__container {
    max-width: 1440px;
    margin: 0 auto;
    background: linear-gradient(135deg, #262760 0%, #1e1e50 100%);
    border-radius: 30px;
    padding: 70px 60px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.sigma-cta__container::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255,255,255,0.05) 0%, transparent 70%);
    border-radius: 50%;
}

.sigma-cta__container::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255,255,255,0.03) 0%, transparent 70%);
    border-radius: 50%;
}

.sigma-cta__content {
    position: relative;
    z-index: 1;
}

.sigma-cta__title {
    font-family: 'Manrope', sans-serif;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 35px;
    line-height: 1.3;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.sigma-cta__btn {
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Manrope', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: transparent;
    padding: 16px 36px;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sigma-cta__btn:hover {
    background: #fff;
    color: #262760;
    border-color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}

.sigma-cta__btn i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.sigma-cta__btn:hover i {
    transform: translateX(4px);
}

/* ------------------------------------------------
   14. FOOTER
   ------------------------------------------------ */
.footer {
    background-color: #262760;
}

.footer .widget.widget_nav_menu ul > li,
.footer .widget.link-widget ul > li {
    display: inline-block;
    padding: 0 0 12px 0;
    position: relative;
    width: calc(100% - 2px);
    float: none;
}

.widget_text,
.widget_text p,
.widget_text a {
    color: #fff !important;
    font-size: 16px;
}

.widget.widget-nav-menu ul li a {
    color: #262760;
    padding: 18px 0 11px 27px;
    font-size: 17px;
    text-transform: initial;
}

.copyright {
    border-top: 1px solid #ffffff5c;
}

#totop.top-visible {
    background-color: #262760;
}

/* ------------------------------------------------
   15. SIDEBAR & WIDGETS
   ------------------------------------------------ */
.sidebar .widget-title h3 {
    color: #262760;
}

.sidebar .widget-title {
    background-color: #edeae5 !important;
}

/* ------------------------------------------------
   16. CLIENTS & MARQUEE
   ------------------------------------------------ */
.clients-marquebox-1 .client-thumbnail,
.clients-marquebox-1 .client-count {
    padding: 10px 60px !important;
    background-color: #ffffff;
    border: 2px solid #262760;
    border-radius: 30px;
    width: 100%;
    height: auto;
    text-align: center;
    transition: all .1s ease;
}

.clients-marquebox-1 .client-count h2,
.clients-marquebox-1 .client-count span {
    margin-top: -19px;
    font-size: 64px;
    line-height: 64px;
    color: #262760;
}

.clients-marquebox-1 .client-count p {
    display: block;
}

.client-count .fs-19 {
    padding: 0px 44px !important;
    background-color: #ffffff;
    height: 90px;
}

.client {
    object-fit: contain;
    width: 200px;
    display: flex;
}

.client-banner {
    object-fit: contain;
    width: 169px;
    height: 200px;
}

/* ------------------------------------------------
   17. PORTFOLIO & GALLERY
   ------------------------------------------------ */
.featured-imagebox-portfolio.style1 .featured-content:before {
    color: #000 !important;
    font-size: 24px;
}

.featured-imagebox-portfolio.style1.border-top {
    border-top: 1px solid rgb(255 255 255 / 56%) !important;
}

.prt-portfoliobox-style2 .portfoliobox-content {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

.featured-portfolio-overlay {
    background-color: #edeae5;
}

/* ------------------------------------------------
   18. TABS & ACCORDIONS
   ------------------------------------------------ */
.prt-tabs.prt-tab-style-01 ul.tabs li a {
    font-weight: 600;
}

.prt-tabs.prt-tab-style-01 ul.tabs li a:after {
    background-color: #5BC0E9;
}

.prt-tab-style-02 .content-inner-text h3 {
    font-size: 18px !important;
    line-height: 30px !important;
}

/* ------------------------------------------------
   19. COVERSHOW BOX
   ------------------------------------------------ */
.prt-covershow-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.prt-covershow-item {
    flex: 1 1 calc(33.33% - 20px);
    background-color: #f0f0f0;
    box-sizing: border-box;
    text-align: center;
}

.prt-covershow-box .prt-cover-header {
    background: #262760 !important;
}

.prt-covershow-box .prt-covershow-item {
    background: #ffffff !important;
}

.prt-covershow-box .prt-covershow-item.active .prt-cover-header {
    transition-delay: 0s;
    background-color: #5BC0E9;
}

.prt-cover-content-inner span.number {
    color: #262760 !important;
}

.prt-cover-content-inner h3 {
    color: #262760 !important;
}

.prt-cover-title {
    color: #fff !important;
}

/* ------------------------------------------------
   20. PAGE TITLE
   ------------------------------------------------ */
.page-title-heading h2 {
    text-transform: initial;
    font-weight: 600;
}

/* ------------------------------------------------
   21. LISTS
   ------------------------------------------------ */
.checked-li ul li {
    list-style: none;
    position: relative;
    padding-left: 25px;
}

.checked-li ul li::before {
    content: "\2714";
    color: #262760 !important;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0;
}

.prt-list.prt-list-style-icon li i:before {
    content: "\e649";
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    left: 0;
    top: 8px;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: #5BC0E9;
    background-color: #262760;
    border-radius: 50px;
}

.wp-block-list li {
    line-height: 33px;
}

/* ------------------------------------------------
   22. MISCELLANEOUS
   ------------------------------------------------ */
.info-icon {
    object-fit: contain;
    width: 100%;
    height: 100px;
}

.home-icon {
    object-fit: contain;
    height: 100px;
    width: 100%;
}

.home-info {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.info-item {
    object-fit: contain;
    width: 300px;
    height: 300px;
}

.map-contect {
    height: 200px;
    max-height: 200px;
}

.map-contect a {
    font-size: 21px;
    font-weight: 600;
    color: #262760;
}

.map-contect .email a:before {
    background-color: #ffffff00;
}

.map-contect-form {
    background-color: #f7f7f7 !important;
}

#google_map {
    margin-bottom: 100px;
}

.forma {
    margin-top: 40px;
}

.contact-form {
    text-align: left;
}

.form_title {
    font-size: 26px !important;
}

.rantevou-title {
    color: #262760 !important;
}

.payment-mthd {
    object-fit: contain;
    height: 373px;
    width: 100%;
}

.first-banner {
    width: 100%;
    height: 500px;
    object-fit: contain;
}

.nice-img {
    object-fit: contain;
    height: 450px;
}

.mission {
    height: 480px;
    object-fit: contain;
}

.ekpaideusi {
    max-width: 64%;
    height: auto;
}

.ekp {
    text-align: center;
}

.icons {
    font-size: 35px;
}

.tp {
    margin: 15px;
}

.metro-logo {
    width: 30px;
    margin: 5px 8px;
}

.today {
    font-size: 84px;
    color: #262760;
}

.car-title {
    line-height: 26px;
    font-size: 23px;
}

.prosf {
    /* styling for prosf class */
}

.cta {
    margin: 20px;
    border-radius: 40px;
}

.news-section .section-title img {
    border-radius: 0;
}

.section-title h3 {
    font-size: 25px;
    line-height: normal;
}

.featured-imagebox .featured-content .featured-title h3 {
    position: relative;
    overflow: visible;
}

.featured-imagebox-post.style2 .featured-thumbnail {
    height: 245px;
}

.step-img img {
    z-index: 999;
    top: 32px;
}

.featured-steps.style2 .step-img img {
    top: 42px;
}

.vres-steps {
    margin: 20px !important;
}

.featured-imagebox-steps.style1 .featured-content {
    text-align: center;
}

.col-bg-img-one.prt-col-bgimage-yes > .prt-col-wrapper-bg-layer {
    background-color: #262760 !important;
}

.bg-img4.prt-bg.prt-bgimage-yes > .prt-bg-layer {
    opacity: 1;
}

.prt-fid.inside.style1 h4,
.prt-fid.inside.style1 h4 span {
    font-size: 80px;
    font-weight: 800;
}

.wp-block-buttons {
    text-align: center;
}

#rjs_cursor {
    cursor: default !important;
}

.tmtheme_fbar_icons i {
    font-size: 17px;
    color: #262760;
}

.tmtheme_fbar_icons {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 51px;
    text-align: center;
}

.tmtheme_fbar_icons > span {
    font-size: 15px;
}

.member {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-content: center;
    align-items: center;
}

.memberimg {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ------------------------------------------------
   23. STICKY INFO BUTTON
   ------------------------------------------------ */
.info-sticky {
    z-index: 111;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

#info-btn {
    padding: 10px;
    border: none;
    background-color: #262760;
    color: white;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    animation: bounce 1.5s infinite;
}

.hidden-buttons {
    width: 165px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: absolute;
    right: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
    transition: all 0.5s ease;
}

.hidden-buttons.show {
    padding: 5px;
    background-color: #fff;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.hidden-buttons a {
    text-align: center;
    padding: 10px;
    border: none;
    background-color: #262760;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateX(20px);
}

.hidden-buttons.show a {
    opacity: 1;
    transform: translateX(0);
}

.hidden-buttons a:hover {
    background-color: #262760;
}

/* ------------------------------------------------
   24. ANIMATIONS
   ------------------------------------------------ */
.reveal-left {
    opacity: 0;
    transform: translateX(-94px);
    transition:
            opacity var(--reveal-duration, 1000ms) ease-out var(--reveal-delay, 0ms),
            transform var(--reveal-duration, 1000ms) ease-out var(--reveal-delay, 0ms);
    will-change: opacity, transform;
}

.reveal-left.is-visible {
    opacity: 1;
    transform: translateX(0);
}

/* ------------------------------------------------
   25. ABOUT ELEVEN (Years Counter)
   ------------------------------------------------ */
.about-eleven__year {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: .25rem;
}

.about-eleven__year .count {
    font-size: clamp(48px, 7vw, 82px);
    font-weight: 800;
    line-height: 1;
}

.about-eleven__year span {
    font-size: clamp(14px, 2vw, 18px);
    opacity: .85;
}

/* ------------------------------------------------
   26. UNDERLINE IMAGE
   ------------------------------------------------ */
.underline-img {
    display: block;
    margin: 10px auto 32px;
    width: clamp(220px, 28vw, 520px);
    max-width: 100%;
    height: auto;
    object-fit: contain;
    opacity: .9;
}

.title-with-underline {
    position: relative;
    display: inline-block;
}

.title-with-underline + .underline-img {
    margin-top: -6px;
}

/* ================================================
   RESPONSIVE STYLES
   ================================================ */

/* Desktop Large (1200px+) */
@media (min-width: 1200px) {
    #masthead {
        display: block;
    }

    .prt-header-style-02 #site-header-menu .site-navigation ul.menu > li > a,
    .prt-header-style-02 #site-header-menu .prt-stickable-header.fixed-header .site-navigation ul.menu > li > a {
        padding: 0px 16px;
    }

    .prt-stickable-header.fixed-header nav.main-menu ul.menu > li > a {
        padding: 0 12px;
    }

    .serv_mobile {
        display: none !important;
    }

    .serv_desktop {
        display: block !important;
    }

    .prt-header-style-02 .header_extra .header_language {
        display: block;
    }
}

/* Desktop (1024px+) */
@media (min-width: 1024px) {
    .prt-covershow-box .prt-cover-header .prt-cover-title {
        top: 73px;
        font-size: 19px;
    }

    .page-title-heading h2 {
        font-size: 44px;
        line-height: 39px;
        margin-bottom: 15px;
        color: #fff !important;
    }
}

/* Tablet & Desktop (992px+) */
@media (min-width: 992px) {
    .sidebar .content-area {
        flex: 66.5%;
        max-width: 66.5%;
        padding: 25px 15px;
    }

    .serv-heading {
        margin-bottom: 50px;
    }
}

/* Max 1600px */
@media only screen and (max-width: 1600px) and (min-width: 1401px) {
    .prt-cover-content.prt-coverbox-predefined,
    .prt-cover-content-inner {
        margin: 0 11px !important;
    }
}

/* Max 1200px */
@media (max-width: 1200px) {
    .sigma-hero {
        padding: 70px 0 80px;
    }

    .sigma-hero__container {
        grid-template-columns: 1fr 360px;
        gap: 50px;
        padding: 0 40px;
    }

    .sigma-hero__title {
        font-size: 48px;
    }

    .sigma-hero__subtitle {
        font-size: 24px;
    }

    .sigma-about {
        padding: 80px 0;
    }

    .sigma-about__container {
        gap: 60px;
        padding: 0 40px;
    }

    .sigma-about__title {
        font-size: 36px;
    }

    .sigma-about__badge {
        bottom: -20px;
        right: -20px;
        padding: 20px 25px;
    }

    .sigma-about__badge-number {
        font-size: 40px;
    }

    .sigma-services {
        padding: 80px 0;
    }

    .sigma-services__container {
        padding: 0 40px;
    }

    .sigma-services__title {
        font-size: 32px;
    }



    .sigma-cta {
        padding: 0 40px;
        margin: 70px 0;
    }

    .sigma-cta__container {
        padding: 60px 50px;
    }

    .sigma-cta__title {
        font-size: 32px;
    }

    .featured-imagebox-service.style1 .featured-content .featured-title a {
        font-size: 18px;
        line-height: 36px;
    }

    .section-title h2.title {
        font-size: 18px !important;
        line-height: 32px !important;
    }

    .gm-navbar .gm-logo > a img {
        height: 45px !important;
    }

    .nice-img {
        object-fit: cover;
        height: 400px;
    }

    .serv_mobile {
        display: block !important;
        background-color: #262760 !important;
    }

    .serv_mob_title,
    .ser_title {
        text-align: left;
        color: #ffffff !important;
        background-color: #262760 !important;
    }

    .featured-imagebox-portfolio.style1 .featured-content:before {
        color: #fff !important;
    }

    .blue_serv {
        background-color: #262760 !important;
    }

    .serv_desktop {
        display: none !important;
    }

    .prt-header-style-02 .header_extra .header_language {
        display: none;
    }
}

/* Max 1024px */
@media (max-width: 1024px) {
    .sigma-hero {
        padding: 60px 0 70px;
    }

    .sigma-hero__container {
        grid-template-columns: 1fr 300px;
        gap: 40px;
    }

    .sigma-hero__title {
        font-size: 42px;
    }

    .sigma-hero__subtitle {
        font-size: 22px;
        margin-bottom: 28px;
    }

    /*.sigma-hero__visual img {*/
    /*    max-width: 300px;*/
    /*}*/

    .sigma-about {
        padding: 70px 0;
    }

    .sigma-about__container {
        gap: 50px;
    }

    .sigma-about__title {
        font-size: 32px;
    }

    .sigma-about__desc {
        font-size: 16px;
    }

    .sigma-about__image-wrap img {
        max-width: 100%;
    }

    .sigma-services {
        padding: 70px 0;
    }

    .sigma-services__title {
        font-size: 28px;
    }



    .sigma-cta {
        margin: 60px 0;
    }

    .sigma-cta__container {
        padding: 55px 40px;
        border-radius: 24px;
    }

    .sigma-cta__title {
        font-size: 28px;
    }
}

/* Max 991px - Tablet */
@media (max-width: 991px) {
    .featured-imagebox-service.style2 .featured-content h3 a {
        color: #262760;
    }

    .prt-row.gallery-section {
        padding: 45px 0 45px !important;
    }

    .mob-nopd {
        padding-inline: 0 !important;
    }

    .prt-service-single-content-area {
        padding: 30px 0 50px 0px !important;
    }

    .prt-row.sidebar {
        padding: 0px 0 0px !important;
    }

    .prt_floting_customsett {
        margin: 0;
    }

    .hide-sm {
        display: none;
    }

    .slide-banner {
        margin-top: 120px;
        object-fit: contain !important;
        height: 215px !important;
        width: 100% !important;
        padding: 10px;
    }

    .ban {
        font-size: 25px !important;
    }

    .ban-btn {
        font-size: 16px !important;
        padding: 16px 34px !important;
    }

    .first-banner {
        padding: 0px;
    }

    .map-contect a {
        font-size: 17px;
    }

    .res-1199-mt-30 {
        margin-top: 80px !important;
    }

    .prt-tabs.prt-tab-style-01 ul.tabs li {
        display: inline-flex;
    }

    #site-header-menu .site-navigation ul.menu > li > a {
        font-size: 14px;
        text-decoration: none;
        color: #fff;
        z-index: 1;
    }

    nav.main-menu ul li a {
        color: #fff !important;
    }

    .news-section .section-title h2 {
        font-size: 22px !important;
        line-height: 35px !important;
    }

    .news-section .section-title img {
        display: block;
        text-align: center;
        margin-top: 22px;
        padding-bottom: 18px;
    }

    .prt-page-title-row-inner {
        padding: 30px 30px !important;
    }

    .page-title-heading h2 {
        font-size: 24px;
        margin-bottom: 0px;
    }
}

/* Max 900px */
@media (max-width: 900px) {
    .sigma-hero {
        padding: 50px 0 60px;
    }

    .sigma-hero__container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
        padding: 0 30px;
    }

    .sigma-hero__content {
        order: 1;
    }

    .sigma-hero__visual {
        order: 2;
    }

    .sigma-hero__title {
        font-size: 38px;
    }

    .sigma-hero__subtitle {
        font-size: 20px;
    }

    .sigma-hero__image-wrap::before {
        display: none;
    }

    .sigma-hero__visual img {
        /*max-width: 240px;*/
        margin: 0 auto;
    }

    .sigma-about {
        padding: 60px 0;
    }

    .sigma-about__container {
        grid-template-columns: 1fr;
        gap: 50px;
        padding: 0 30px;
    }

    .sigma-about__image {
        order: 1;
        text-align: center;
    }

    .sigma-about__content {
        order: 2;
        text-align: center;
    }

    .sigma-about__image-wrap img {
        max-width: 400px;
        margin: 0 auto;
    }

    .sigma-about__badge {
        bottom: -20px;
        right: 50%;
        transform: translateX(50%);
    }

    .sigma-about__title {
        font-size: 30px;
    }
}

/* Max 768px - Mobile Landscape */
@media (max-width: 768px) {
    .sigma-services {
        padding: 60px 0;
    }

    .sigma-services__container {
        padding: 0 20px;
    }

    .sigma-services__header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .sigma-services__title {
        font-size: 26px;
    }

    .sigma-services__nav-btn {
        width: 46px !important;
        height: 46px !important;
        min-width: 46px !important;
        min-height: 46px !important;
        max-width: 46px !important;
        max-height: 46px !important;
    }


    .sigma-services__card-content {
        padding: 22px;
    }

    .sigma-services__card-title {
        font-size: 18px;
    }

    .sigma-cta {
        padding: 0 20px;
        margin: 50px 0;
    }

    .sigma-cta__container {
        padding: 50px 30px;
        border-radius: 20px;
    }

    .sigma-cta__title {
        font-size: 24px;
        margin-bottom: 28px;
    }

    .sigma-cta__btn {
        font-size: 14px;
        padding: 14px 28px;
    }
}

/* Max 767px - Mobile */
@media only screen and (max-width: 767px) {
    #slider-1-slide-4-layer-0,
    #slider-1-slide-layer-2 {
        font-size: 28px !important;
        line-height: 35px !important;
        margin-bottom: 20px;
        width: 100% !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        text-align: center !important;
        white-space: normal !important;
    }

    #slider-1-slide-4-layer-3 img {
        width: 90% !important;
        display: block;
        margin: 120px auto !important;
    }

    #rev_slider_2_1_wrapper {
        height: 400px !important;
    }

    #rev_slider_2_1 {
        height: 500px !important;
    }
}

/* Max 600px */
@media (max-width: 600px) {
    .sigma-hero {
        padding: 40px 0 50px;
    }

    .sigma-hero__container {
        padding: 0 20px;
        gap: 30px;
    }

    .sigma-hero__tag {
        font-size: 14px;
        padding: 6px 12px;
        margin-bottom: 18px;
    }

    .sigma-hero__title {
        font-size: 52px;
    }

    .sigma-hero__subtitle {
        font-size: 27px;
        margin-bottom: 24px;
    }

    .sigma-hero__btn {
        font-size: 14px;
        padding: 14px 26px;
    }

    .sigma-about {
        padding: 50px 0;
    }

    .sigma-about__container {
        padding: 0 20px;
        gap: 40px;
    }

    .sigma-about__tag {
        font-size: 11px;
        padding: 6px 12px;
    }

    .sigma-about__title {
        font-size: 26px;
        margin-bottom: 18px;
    }

    .sigma-about__desc {
        font-size: 15px;
        margin-bottom: 28px;
    }

    .sigma-about__image-wrap img {
        max-width: 300px;
    }

    .sigma-about__badge {
        padding: 15px 20px;
    }

    .sigma-about__badge-number {
        font-size: 32px;
    }

    .sigma-about__badge-text {
        font-size: 12px;
    }

    .sigma-about__btn {
        font-size: 14px;
        padding: 12px 24px;
    }
}

/* Max 576px */
@media (max-width: 576px) {
    .underline-img {
        margin: 6px auto 20px;
        width: clamp(180px, 60vw, 360px);
    }
}

/* Max 480px - Small Mobile */
@media (max-width: 480px) {
    .sigma-services {
        padding: 50px 0;
    }

    .sigma-services__title {
        font-size: 24px;
    }



    .sigma-services__card-content {
        padding: 20px;
    }

    .sigma-services__card-title {
        font-size: 17px;
    }

    .sigma-cta {
        padding: 0 15px;
        margin: 40px 0;
    }

    .sigma-cta__container {
        padding: 40px 25px;
    }

    .sigma-cta__title {
        font-size: 21px;
    }

    .sigma-cta__btn {
        font-size: 13px;
        padding: 12px 24px;
    }
}

/* Max 400px - Extra Small */
@media (max-width: 400px) {
    .sigma-hero__container {
        padding: 0 15px;
    }

    .sigma-hero__title {
        font-size: 26px;
    }

    .sigma-hero__subtitle {
        font-size: 16px;
    }

    /*.sigma-hero__visual img {*/
    /*    max-width: 150px;*/
    /*}*/

    .sigma-about__container {
        padding: 0 15px;
    }

    .sigma-about__title {
        font-size: 24px;
    }

    /*.sigma-about__image-wrap img {*/
    /*    max-width: 260px;*/
    /*}*/
}