/*-----------------------------------------------------------------------------------
Template Name: Jufiter HTML5 Template,
Template URI: http://www.themectg.com
Description: This is html5 template
Author: Themectg
Author URI: http://www.themectg.com
Version: 1.0
-----------------------------------------------------------------------------------
CSS INDEX
===================
1. Google font
2. Theme Default CSS
-----------------------------------------------------------------------------------*/

/*-----------------
1. Google font
------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700;800&family=Source+Sans+3:wght@400;500;600;700&display=swap');


@font-face {
  font-family: "RumelazGekinsa";
  src: url("assets/fonts/RumelazGekinsa-Regular.woff") format("woff"),
       url("assets/fonts/RumelazGekinsa-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*-------------------
2. Theme Default CSS
--------------------*/
button,
a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
    font-family: 'RumelazGekinsa', sans-serif;
}

input[type="submit"]:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #674DD6;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    line-height: 1.3em;
    font-weight: 700;
    color: #0F1D46;
    font-family: 'RumelazGekinsa', sans-serif;
}

html,
body {
    height: 100%
}

body {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8em;
    color: rgba(15, 29, 70, 0.7);
  font-family: "RumelazGekinsa", Arial, sans-serif;
    opacity: 0;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/*---------------------
Blog-Area
----------------------*/
.site-header {
    background: #e641cd;
    background: linear-gradient(45deg, #8323ED 1%, #4D0BFD 99%);
    color: #fff;
    padding-top: 150px;
    padding-bottom: 150px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.site-header .page-title {
    color: #fff;
    font-size: 56px;
    line-height: 65px;
    font-weight: 300;
    margin-bottom: 0;
}

.site-header .sub-title {
    display: block;
    font-size: 20px;
    font-weight: 300;
    margin-top: 30px;
}

.post-single {
    border-radius: 3px;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, .07);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, .07);
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    border: 1px solid #f7f2f1;
    background-color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

.post-single .post-content {
    background-color: #fff;
    padding: 30px;
    position: relative;
    border-radius: 6px;
}

.post-meta {
    margin-bottom: 10px;
    font-size: 15px;
    display: block;
    font-weight: 300;
    color: #1c223a;
}

.post-title {
    font-size: 24px;
    margin-bottom: 25px;
}

.post-meta .meta-item {
    margin-right: 10px;
}

.bttn-more {
    display: inline-block;
    color: #7028e4;
    font-weight: 300;
    font-size: 16px;
}

.bttn-more:after {
    content: "\f105";
    font-family: 'fontawesome';
    display: inline-block;
    margin-left: 0;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
}

.bttn-more:hover:after {
    margin-left: 5px;
    opacity: 1;
}

.page-links .page-numbers,
.nav-links .page-numbers {
    width: 45px;
    height: 45px;
    margin: 5px;
    line-height: 45px;
    font-size: 18px;
    font-weight: 300;
    background: #e641cd;
    background: linear-gradient(45deg, #e641cd 1%, #7028e4 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e641cd', endColorstr='#7028e4', GradientType=1);
    color: #7028e4;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    -webkit-transition: .3s;
    transition: .3s;
}

.page-links .page-numbers:before,
.nav-links .page-numbers:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background-color: #fff;
    border-radius: 1px;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s;
}

.page-links .page-numbers.current:before,
.nav-links .page-numbers.current:before {
    opacity: 0;
}

.page-links .page-numbers:hover:before,
.nav-links .page-numbers:hover:before {
    opacity: .9;
}

.page-links .page-numbers.current,
.nav-links .page-numbers.current {
    color: #fff;
}


/*-- Widget --*/
.sidebar .widget {
    background-color: #fff;
    padding: 30px;
    border-radius: 3px;
    border: 1px solid #f7f2f1;
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, .07);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, .07);
    margin-bottom: 30px;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
}

.widget-title {
    color: #1c223a;
    font-size: 22px;
    font-weight: 300;
    position: relative;
    margin-bottom: 20px;
}

.sidebar .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar .widget ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DFE3EC;
    display: block;
}

.sidebar .widget ul li a {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.sidebar .widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar .widget ul ul {
    padding: 0;
    margin-top: 10px;
    margin-left: 7px;
    border-left: 1px solid #dfe3ec;
}

.sidebar .widget ul li li {
    margin-bottom: 10px !important;
    padding-left: 10px;
}

.sidebar .widget ul li li:last-child {
    margin-bottom: 0 !important;
}


.search-box {
    position: relative;
}

.search-box .search {
    margin-bottom: 0;
    height: 60px;
    height: 70px;
    width: 100%;
    padding: 15px 30px;
    border-radius: 100px;
    border: none;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
}

.search-box .search-bttn {
    border: none;
    width: 56px;
    height: 56px;
    line-height: 56px;
    position: absolute;
    overflow: hidden;
    right: 7px;
    top: 7px;
    text-align: center;
    color: #fff;
    background: #e641cd;
    background: linear-gradient(45deg, #e641cd 1%, #7028e4 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e641cd', endColorstr='#7028e4', GradientType=1);
    border-radius: 100%;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    z-index: 1;
}

.search-box .search-bttn:hover:before {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.search-box .search-bttn:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .3;
    border-radius: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    z-index: -1;
    -webkit-transition: .3s;
    transition: .3s;
}




/*--------------------------
02. Populer-Post-Widget
---------------------------*/

.popular-post {
    overflow: hidden;
}

.popular-post .post-thumb {
    width: 100%;
    border-radius: 3px;
    overflow: hidden;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.popular-post .post-thumb:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 2;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.popular-post .item:hover .post-thumb:before {
    opacity: 0.7;
}

.popular-post .post-thumb:after {
    content: "\f061";
    font-family: 'fontawesome';
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    line-height: 50px;
    z-index: 3;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.popular-post .item:hover .post-thumb:after {
    opacity: 1;
}

.popular-post .content {
    display: block;
}

.popular-post .post-meta {
    margin-bottom: 5px;
}

.popular-post .post-meta > span {
    margin-right: 10px;
}

.popular-post .post-meta > span i.fa {
    font-size: 13px;
    color: #7028e4;
}

.popular-post .post-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: #7028e4;
    display: contents;
}

.popular-post .item {
    border-bottom: 1px solid #DFE3EC;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.popular-post .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.popular-post .item:first-child {
    padding-top: 0;
}



.post-footer-meta {
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 5px 30px;
    border-radius: 6px;
    border: 1px solid #f7f2f1;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, .07);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, .07);
    margin-bottom: 30px;
    text-transform: capitalize;
}

.post-footer-meta .meta-item {
    display: inline-block;
    color: #1c223a;
    font-weight: 400;
    margin: 15px 15px 15px 0;
}

.post-footer-meta .meta-item:last-child {
    margin-bottom: 0;
}

.share-menu {
    width: 100%;
    display: block;
    background-color: #ffffff;
    padding: 30px 30px;
    border-radius: 6px;
    border: 1px solid #f7f2f1;
    -webkit-box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
    box-shadow: 0 0 30px 0 rgba(51, 77, 136, 0.07);
    margin-bottom: 30px;
}

.share-menu a {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    padding: 0 30px;
    border: 2px solid #1990EA;
    color: #1990EA;
    border-radius: 100px;
    margin: 5px 0;
    margin-right: 10px;
    min-width: 120px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.share-menu a:last-child {
    margin-right: 0;
}

.share-menu a:hover {
    background-color: #1990EA;
    color: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.share-menu a.facebook {
    color: #3b5999;
    border-color: #3b5999;
}

.share-menu a.facebook:hover {
    background-color: #3b5999;
    color: #ffffff;
}

.share-menu a.twitter {
    color: #55acee;
    border-color: #55acee;
}

.share-menu a.twitter:hover {
    color: #ffffff;
    background-color: #55acee;
}

.share-menu a.google-plus {
    color: #dd4b39;
    border-color: #dd4b39;
}

.share-menu a.google-plus:hover {
    color: #ffffff;
    background-color: #dd4b39;
}

.share-menu a.linkedin {
    color: #0077B5;
    border-color: #0077B5;
}

.share-menu a.linkedin:hover {
    color: #ffffff;
    background-color: #0077B5;
}

.share-menu a.pinterest {
    color: #bd081c;
    border-color: #bd081c;
}

.share-menu a.pinterest:hover {
    color: #ffffff;
    background-color: #bd081c;
}

.share-menu a i {
    margin-right: 10px;
}



.comment_area {
    margin-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e4eaf2;
}

.comment-list-area .comments-title,
.comment-respond .comment_form_title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
}

.form-control {
    padding: 25px;
}

.comment-respond .submit_btn {
    border: none;
    border-radius: 3px;
    padding: 15px 30px;
    background-color: #7D37E1;
    color: #ffffff;
}

/*-------------------
10. comment-list 
--------------------*/

.comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.comment-list .children {
    list-style: none;
    margin: 0 0 0 80px;
    padding: 0;
}

.comment-list .pingback,
.comment-list .comment {
    margin: 0;
    padding: 0;
}

.comment-list .comment-body {
    margin-bottom: 30px;
    padding: 30px 30px 30px 140px;
    position: relative;
    border: 1px solid #f7f2f1;
    border-radius: 5px;
    overflow: hidden;
}

.comment-list .pingback .comment-body {
    padding: 15px;
}

.comment-list .comment-body .comment-author img {
    position: absolute;
    left: 30px;
    top: 30px;
    max-width: 80px;
    max-height: 80px;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2)
}

.comment-list .comment-body .comment-author .fn {
    font-weight: 600;
    font-size: 20px;
}


.comment-list .comment-body .comment-metadata {
    margin-bottom: 15px;
    margin-top: 10px;
}

.comment-list .comment-body .comment-reply-link {
    color: #7D37E1;
    float: right;
    font-weight: 400;
    font-size: 15px;
}

.comment-list .comment-body .comment-reply-link:before {
    content: "\eeeb";
    font-family: "IcoFont";
    display: inline-block;
    -webkit-transform: rotateY(190deg);
    transform: rotateY(190deg);
    margin-right: 5px;
}

.comment-list .comment-body .comment-reply-link:hover {
    color: #7D37E1;
    text-decoration: underline;
}


.comment-notes,
.comment-form .logged-in-as,
.comment-form .logged-in-as a,
.comment-list .comment-body .comment-author .says,
.comment-list .comment-body .comment-metadata a {
    font-weight: 300;
    color: #858993;
}

.comment-form .logged-in-as a:hover,
.comment-list .comment-body .comment-metadata a:hover {
    color: #7D37E1
}

.comment-form .logged-in-as a:hover,
.comment-list .comment-body .comment-metadata a:hover {
    color: #7D37E1
}

.navigation,
.pagination {
    padding: 30px;
    border: 2px solid #ededed;
    width: 100%;
    text-align: center;
}

.nav-links .page-numbers {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.nav-links .page-numbers.current {
    background-color: #FFAFBD;
    color: #ffffff;
    border-radius: 3px;
}

.big-nav-links {
    overflow: hidden;
}

.big-nav-links > div {
    display: inline-block;
    width: 50%;
    float: left;
}


/*---------------------
Filtration Architecture
----------------------*/
.filtration-architecture-area {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.filtration-architecture-area:before,
.filtration-architecture-area:after {
    content: none;
}

.filtration-architecture-area:before {
    top: -120px;
    left: -90px;
}

.filtration-architecture-area:after {
    right: -100px;
    bottom: -120px;
}

.filtration-architecture-area .section-head {
    margin-bottom: 36px;
}

.filtration-architecture-area .section-head .title {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #000000;
}

.filtration-architecture-area .section-head p {
    font-size: 19px;
    line-height: 1.9;
    color: #222222;
    margin: 0;
}

.filtration-card-grid {
    margin-top: 10px;
}

.filtration-card-grid > div {
    margin-bottom: 30px;
}

.filtration-card {
    min-height: 280px;
    padding: 34px 34px 30px;
    border-radius: 20px;
    border: 1px solid #d6d6d6;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.filtration-card:hover {
    transform: translateY(-8px);
    border-color: #000000;
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.14);
}

.filtration-card .step {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-bottom: 22px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #000000;
    background: #f3f3f3;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.filtration-card h3 {
    font-size: 22px;
    line-height: 1.28;
    margin: 0 0 16px;
    color: #000000;
}

.filtration-card p {
    margin: 0;
    font-size: 17px;
    line-height: 1.8;
    color: #333333;
}

@media only screen and (max-width: 991px) {
    .filtration-architecture-area .section-head .title {
        font-size: 38px;
    }

    .filtration-architecture-area .section-head p {
        font-size: 17px;
    }

    .filtration-card {
        min-height: 0;
    }

    .filtration-card h3 {
        font-size: 20px;
    }

    .filtration-card p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    .filtration-architecture-area {
        padding-top: 90px;
        padding-bottom: 70px;
    }

    .filtration-architecture-area .section-head {
        margin-bottom: 26px;
    }

    .filtration-architecture-area .section-head .title {
        font-size: 32px;
    }

    .filtration-card {
        padding: 26px 24px 24px;
        border-radius: 16px;
    }

    .filtration-card h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .filtration-card p {
        font-size: 17px;
    }
}

/*---------------------
Service Network (B/W)
----------------------*/
.service-network-area {
    background: #ffffff;
    padding: 120px 0;
    color: #000000;
}

.service-network-area .network-shell {
    border: none;
    padding: 68px 64px 56px;
}

.service-network-area .network-kicker {
    margin: 0 0 18px;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: #4d4d4d;
}

.service-network-area .network-title {
    margin: 0;
    text-align: center;
    color: #000000;
    font-size: 52px;
    line-height: 1.15;
}

.service-network-area .network-lead {
    margin: 26px auto 0;
    max-width: 900px;
    text-align: center;
    color: #252525;
    font-size: 22px;
    line-height: 1.75;
}

.service-network-area .network-stats {
    margin-top: 52px;
}

.service-network-area .network-stats > div {
    margin-bottom: 24px;
}

.service-network-area .network-stat-card {
    min-height: 188px;
    border: none;
    background: #ffffff;
    text-align: center;
    padding: 30px 16px 24px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.service-network-area .network-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.08);
}

.service-network-area .network-stat-card strong {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 66px;
    line-height: 1;
    color: #000000;
    margin-bottom: 10px;
}

.service-network-area .network-stat-card span {
    display: block;
    font-size: 19px;
    line-height: 1.45;
    color: #202020;
}

.service-network-area .network-bundles {
    margin-top: 16px;
    text-align: center;
}

.service-network-area .bundle-chip {
    display: inline-block;
    margin: 8px 5px 0;
    padding: 9px 14px;
    border: none;
    border-radius: 2px;
    background: #ffffff;
    color: #000000;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
    .service-network-area {
        padding: 96px 0;
    }

    .service-network-area .network-shell {
        padding: 56px 34px 44px;
    }

    .service-network-area .network-title {
        font-size: 42px;
    }

    .service-network-area .network-lead {
        font-size: 19px;
        line-height: 1.68;
    }

    .service-network-area .network-stat-card strong {
        font-size: 54px;
    }

    .service-network-area .network-stat-card span {
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .service-network-area {
        padding: 78px 0 66px;
    }

    .service-network-area .network-shell {
        padding: 44px 16px 30px;
    }

    .service-network-area .network-kicker {
        font-size: 11px;
        letter-spacing: 0.18em;
    }

    .service-network-area .network-title {
        font-size: 31px;
    }

    .service-network-area .network-lead {
        margin-top: 18px;
        font-size: 16px;
        line-height: 1.7;
    }

    .service-network-area .network-stats {
        margin-top: 28px;
    }

    .service-network-area .network-stat-card {
        min-height: 0;
        padding: 22px 10px 18px;
    }

    .service-network-area .network-stat-card strong {
        font-size: 42px;
    }

    .service-network-area .network-stat-card span {
        font-size: 15px;
    }

    .service-network-area .network-bundles {
        margin-top: 10px;
    }

    .service-network-area .bundle-chip {
        margin-top: 6px;
        padding: 8px 10px;
        font-size: 11px;
    }
}

/*---------------------
Rainmaster About Block
----------------------*/
.network-about-block {
    padding-top: 54px;
}

.service-network-area .network-about-shell {
    max-width: 900px;
    margin: 0 auto;
    padding: 56px 56px 46px;
    border: 1px solid #e6e6e6;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.08);
}

.service-network-area .network-about-shell .network-kicker {
    margin-bottom: 12px;
    letter-spacing: 0.16em;
}

.service-network-area .network-about-shell .network-title {
    font-size: 44px;
    line-height: 1.15;
    margin-bottom: 18px;
}

.service-network-area .network-about-shell .network-lead {
    max-width: 760px;
    margin: 0 auto;
    font-size: 21px;
    line-height: 1.75;
}

.service-network-area .network-about-shell .network-mission {
    max-width: 760px;
    margin: 24px auto 0;
    padding-top: 22px;
    border-top: 1px solid #dcdcdc;
    font-size: 28px;
    line-height: 1.45;
    font-weight: 700;
    color: #000000;
}

@media only screen and (max-width: 991px) {
    .network-about-block {
        padding-top: 40px;
    }

    .service-network-area .network-about-shell {
        padding: 44px 34px 36px;
    }

    .service-network-area .network-about-shell .network-title {
        font-size: 38px;
    }

    .service-network-area .network-about-shell .network-lead {
        font-size: 19px;
    }

    .service-network-area .network-about-shell .network-mission {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    .network-about-block {
        padding-top: 28px;
    }

    .service-network-area .network-about-shell {
        padding: 32px 18px 26px;
        border-radius: 14px;
    }

    .service-network-area .network-about-shell .network-kicker {
        margin-bottom: 10px;
        font-size: 10px;
        letter-spacing: 0.14em;
    }

    .service-network-area .network-about-shell .network-title {
        font-size: 30px;
        margin-bottom: 12px;
    }

    .service-network-area .network-about-shell .network-lead {
        font-size: 16px;
        line-height: 1.7;
    }

    .service-network-area .network-about-shell .network-mission {
        margin-top: 18px;
        padding-top: 16px;
        font-size: 20px;
        line-height: 1.5;
    }
}

/*---------------------
Trust Cards Layout
----------------------*/
.trust-card-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.trust-card-row > div {
    float: none;
    margin-bottom: 24px;
}

.trust-card {
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

#service-area .trust-card .title {
    font-family: 'RumelazGekinsa', sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
}

#service-area .trust-card .box-icon {
    background: #000000 !important;
    color: #ffffff !important;
    border: 1px solid #000000;
}

.product-area .bttn-7 i {
    margin-right: 7px;
}

/*---------------------
Map Location
----------------------*/
.map-location-area {
    padding-top: 110px;
    padding-bottom: 120px;
}

.map-head {
    margin-bottom: 30px;
}

.map-title {
    margin: 0 0 10px;
    color: #111827;
    font-size: 36px;
    line-height: 1.25;
}

.map-address {
    margin: 0;
    color: #374151;
    font-size: 22px;
    line-height: 1.6;
}

.map-frame-wrap {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 42px rgba(17, 24, 39, 0.16);
}

.map-frame-wrap iframe {
    width: 100%;
    height: 520px;
    border: 0;
    display: block;
}

/*---------------------
WhatsApp Floating CTA
----------------------*/
.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background: #25d366;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    z-index: 9999;
    box-shadow: 0 10px 26px rgba(8, 87, 40, 0.35);
}

.whatsapp-float:hover,
.whatsapp-float:focus {
    color: #ffffff;
    transform: translateY(-2px) scale(1.03);
}

.whatsapp-float:after {
    content: "";
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid rgba(37, 211, 102, 0.7);
    animation: whatsapp-pulse 1.8s ease-out infinite;
}

@keyframes whatsapp-pulse {
    0% {
        transform: scale(0.75);
        opacity: 0.9;
    }

    70% {
        transform: scale(1.25);
        opacity: 0;
    }

    100% {
        transform: scale(1.25);
        opacity: 0;
    }
}

@media only screen and (max-width: 991px) {
    .map-title {
        font-size: 30px;
    }

    .map-address {
        font-size: 18px;
    }

    .map-frame-wrap iframe {
        height: 460px;
    }
}

@media only screen and (max-width: 767px) {
    .map-location-area {
        padding-top: 80px;
        padding-bottom: 88px;
    }

    .map-title {
        font-size: 26px;
    }

    .map-address {
        font-size: 16px;
    }

    .map-frame-wrap {
        border-radius: 14px;
    }

    .map-frame-wrap iframe {
        height: 360px;
    }

    .whatsapp-float {
        width: 56px;
        height: 56px;
        right: 16px;
        bottom: 16px;
        font-size: 32px;
    }
}

/*---------------------
Support Contact
----------------------*/
.support-contact-area {
    background: #f3f4f6;
    color: #111111;
    position: relative;
    z-index: 5;
}

.support-contact-head {
    margin-bottom: 54px;
}

.support-contact-head .support-kicker {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #101828;
}

.support-contact-head .support-title {
    margin: 0;
    font-size: 58px;
    line-height: 1.08;
    color: #050a14;
}

.support-contact-head .support-lead {
    margin: 28px auto 0;
    max-width: 860px;
    font-size: 30px;
    line-height: 1.62;
    color: #374151;
}

.support-contact-cards > div {
    margin-bottom: 30px;
}

.support-card {
    min-height: 280px;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #e6e8eb;
    box-shadow: 0 14px 36px rgba(6, 12, 24, 0.06);
    text-align: center;
    padding: 44px 22px 34px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.support-card:hover {
    transform: translateY(-7px);
    border-color: #0f172a;
    box-shadow: 0 20px 45px rgba(6, 12, 24, 0.13);
}

.support-card-link {
    display: block;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.support-card .support-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    background: #f2f4f7;
    color: #111111;
    font-size: 28px;
}

.support-card h3 {
    margin: 0 0 14px;
    font-size: 34px;
    line-height: 1.3;
    color: #050a14;
}

.support-card p {
    margin: 0;
    font-size: 28px;
    line-height: 1.55;
    color: #1f2937;
    word-break: break-word;
}

.support-card p a {
    color: inherit;
}

.support-card p a:hover {
    color: #000000;
}

.support-footnote {
    margin: 30px 0 0;
    font-size: 28px;
    line-height: 1.7;
    color: #374151;
}

@media only screen and (max-width: 991px) {
    .support-contact-head .support-title {
        font-size: 44px;
    }

    .support-contact-head .support-lead {
        margin-top: 20px;
        font-size: 22px;
    }

    .support-card {
        min-height: 0;
        padding: 36px 20px 28px;
    }

    .support-card h3 {
        font-size: 30px;
    }

    .support-card p,
    .support-footnote {
        font-size: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .support-contact-area {
        padding-top: 88px;
        padding-bottom: 74px;
    }

    .support-contact-head {
        margin-bottom: 34px;
    }

    .support-contact-head .support-kicker {
        font-size: 12px;
        letter-spacing: 0.16em;
    }

    .support-contact-head .support-title {
        font-size: 34px;
    }

    .support-contact-head .support-lead {
        font-size: 17px;
        line-height: 1.75;
    }

    .support-card {
        border-radius: 15px;
        padding: 30px 16px 24px;
    }

    .support-card .support-icon {
        width: 58px;
        height: 58px;
        margin-bottom: 20px;
        font-size: 24px;
    }

    .support-card h3 {
        font-size: 27px;
        margin-bottom: 10px;
    }

    .support-card p {
        font-size: 19px;
        line-height: 1.6;
    }

    .support-footnote {
        margin-top: 20px;
        font-size: 17px;
        line-height: 1.8;
    }
}




