/*
Theme Name: Wintax
Author: Aleksei Kozuta
Version: 1.0
Description: Digitouch
*/

.about-info-sec {
    margin: 113px 0 46px 0;
}

.about-title {
    font-family: 'Ploni';
    font-weight: 300;
    font-size: 68px;
    line-height: 74px;
    text-align: center;
    text-transform: uppercase;
    color: #081551;
    margin-bottom: 24px;
}

.about-title span {
    font-weight: 700;
    position: relative;
}

.about-title span::before {
    content: '';
    width: 100%;
    height: 12px;
    background: #5CFFE5;
    position: absolute;
    right: 0;
    bottom: 15px;
    z-index: -1;
}
.about-subtitle {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 30px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #081551;
    margin-bottom: 26px;
}
.about-details {
    width: 100%;
    max-width: 967px;
    margin: 0 auto;
}

.about-details p {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    color: #081551;
}
.about-choose-us-sec .choose-us-boxes {
    gap: 35px;
}
.about-choose-us-sec .choose-us-box-subtitle {
    font-size: 21px;
}
.about-choose-us-sec .choose-us-boxes {
    max-width: 1142px;
}
.compared-online-title {
    font-family: 'Ploni';
    font-weight: 300;
    font-size: 44px;
    line-height: 74px;
    text-align: center;
    color: #081551;
}

.compared-online-title span {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
}

.compared-online-title span::before {
    content: '';
    width: 100%;
    height: 12px;
    background: #5CFFE5;
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: -1;
}
.compared-online-subtitle {
    font-family: 'Ploni';
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #081550;
}
.choose-us-boxes {
    width: 100%;
    max-width: 1035px;
    margin: 30px auto 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.about-choose-us-sec .choose-us-boxes {
    gap: 35px;
}
.about-choose-us-sec .choose-us-boxes {
    max-width: 1142px;
}
.choose-us-box {
    padding: 30px;
    background: #E6FFFB;
    border: 1px solid #BBE9F1;
    border-radius: 10px;
}

.choose-us-box-icon{
    max-width: 120px;
    width: 100%;
}

.choose-us-box-icon {
    width: 100%;
    max-width: 120px;
    text-align: center;
    margin: 0 auto;
    mix-blend-mode: multiply;
}

.choose-us-box-title {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 30px;
    line-height: 28px;
    text-align: center;
    color: #081551;
}

.choose-us-box-subtitle {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    color: #081551;
    margin-top: 10px;
}

.choose-us-box-details {
    margin-top: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.about-achievement-sec {
    margin: 63px 0 50px 0;
}

.about-achievement-title {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 44px;
    line-height: 74px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 19px;
    display: inline-block;
    color: #081551;
}

.about-achievement-title::before {
    content: '';
    width: 100%;
    height: 12px;
    background: #5CFFE5;
    position: absolute;
    right: 0;
    bottom: 15px;
    z-index: -1;
}

.about-achievement-main {
    text-align: center;
}

.about-achievement-subtitle {
    font-family: 'Ploni';
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    text-align: center;
    color: #081551;
}

.achievement-number,
.achievement-number-info {
    font-family: 'Ploni';
    font-weight: 300;
    font-size: 80px;
    line-height: 74px;
    text-align: center;
    text-transform: uppercase;
    color: #081551;
    display: flex;
    align-items: center;
    justify-content: center;
}

.achievement-prefix {
    font-family: 'Ploni';
    font-weight: 300;
    font-size: 80px;
    line-height: 74px;
    text-align: center;
    text-transform: uppercase;
    color: #081551;
}

.achievement-txt {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    color: #081551;
    margin-top: 16px;
}

.achievement-boxes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    max-width: 1142px;
    margin: 0 auto;
    margin-top: 63px
}
.achievement-box:nth-child(3) .achievement-prefix{
    font-size: 32px;
    line-height: 50px;
}
.achievement-box:nth-child(3) .achievement-number{
    align-items: flex-end;
}
.winners-awards-sec-bg {
    background: #081551;
    border-radius: 20px;
    padding: 62px 20px 53px 20px;
}
.winners-awards-title {
    font-family: 'Ploni';
    font-weight: 300;
    font-size: 56px;
    line-height: 66px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 43px;
}

.winners-awards-details {
    width: 100%;
    max-width: 908px;
    margin: 48px auto 0 auto;
}

.winners-awards-details p {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.winners-awards-img img {
    width: 100%;
    max-width: 282px;
    margin: 0 auto;
}

.winners-awards-main {
    position: relative
}

.winners-awards-main:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='127' height='264' viewBox='0 0 127 264' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43.9175 55.0538C67.2905 77.5584 81.8859 109.23 81.8859 144.3C81.8859 195.952 50.2966 240.24 5.3877 258.78' stroke='%235CFFE5' stroke-width='2.4282' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M69.6383 208.674C88.9797 211.609 111.485 207.078 117.303 169.124C93.3175 165.467 74.0271 180.093 69.6383 208.674Z' stroke='%235CFFE5' stroke-width='2.4282' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30.6491 247.864C46.3162 259.657 68.2603 266.351 91.3271 235.607C71.9347 220.982 48.0003 224.69 30.6491 247.864Z' stroke='%235CFFE5' stroke-width='2.4282' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M84.5398 151.82C104.034 149.76 124.652 139.667 120.671 101.455C96.5325 103.979 81.5288 123.033 84.5398 151.82Z' stroke='%235CFFE5' stroke-width='2.4282' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M75.6089 100.94C92.2966 90.6921 106.586 72.7193 86.5299 39.9152C65.8616 52.5837 60.5032 76.2212 75.6089 100.94Z' stroke='%235CFFE5' stroke-width='2.4282' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M44.2046 55.4754C49.0527 36.4726 46.7052 13.6075 9.50231 4.02893C3.48044 27.5635 16.1366 48.2657 44.2046 55.4754Z' stroke='%235CFFE5' stroke-width='2.4282' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 126px;
    height: 263px;
    position: absolute;
    right: 12%;
    top: 50%;
    transform: translateY(-50%);
}

.winners-awards-main:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='126' height='263' viewBox='0 0 126 263' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M82.3159 54.1757C58.9429 76.6803 44.3475 108.351 44.3475 143.422C44.3475 195.074 75.9368 239.362 120.846 257.902' stroke='%235CFFE5' stroke-width='2.4282' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M56.5951 207.796C37.2537 210.731 14.7482 206.199 8.93045 168.245C32.9159 164.589 52.2063 179.215 56.5951 207.796Z' stroke='%235CFFE5' stroke-width='2.4282' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M95.5844 246.985C79.9173 258.778 57.9732 265.473 34.9063 234.729C54.2988 220.104 78.2332 223.811 95.5844 246.985Z' stroke='%235CFFE5' stroke-width='2.4282' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M41.6936 150.942C22.1991 148.882 1.58185 138.788 5.56241 100.577C29.7009 103.1 44.7046 122.155 41.6936 150.942Z' stroke='%235CFFE5' stroke-width='2.4282' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M50.6245 100.062C33.9368 89.814 19.6476 71.8412 39.7035 39.037C60.3718 51.7055 65.7302 75.343 50.6245 100.062Z' stroke='%235CFFE5' stroke-width='2.4282' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M82.0288 54.5972C77.1807 35.5945 79.5282 12.7294 116.731 3.15076C122.753 26.6853 110.097 47.3875 82.0288 54.5972Z' stroke='%235CFFE5' stroke-width='2.4282' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 126px;
    height: 263px;
    position: absolute;
    left: 12%;
    top: 50%;
    transform: translateY(-50%);
}
.about-leadership-sec {
    margin: 74px 0 104px 0;
}

.about-leadership-sec .leadership-field-boxes {
    max-width: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 32px;
    row-gap: 138px;
}

.about-leadership-sec .leadership-field-boxes .leadership-field-box:last-of-type {
    grid-column-start: 2;
}
.main-leadership-field {
    width: 100%;
    max-width: 1052px;
    margin: 0 auto;
}
.leadership-title {
    font-family: 'Ploni';
    font-weight: 300;
    font-size: 56px;
    line-height: 74px;
    text-align: center;
    text-transform: uppercase;
    color: #081551;
    margin-bottom: 24px;
}

.leadership-title span {
    font-weight: 700;
    position: relative;
}

.leadership-title span::before {
    content: '';
    width: 100%;
    height: 12px;
    background: #5CFFE5;
    position: absolute;
    right: 0;
    bottom: 10px;
    z-index: -1;
}
.leadership-field-boxes {
    width: 100%;
    max-width: 905px;
    margin: 132px auto 0 auto;
}

.leadership-field-box {
    padding: 0px 20px 30px 20px;
    background: linear-gradient(360deg, rgba(237, 250, 255, 0) 0%, #E6F8FF 77.19%);
    border: 1px solid #BBE9F1;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.leadership-field-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}
.leader-name {
    margin: 24px 0 1px 0;
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 38px;
    line-height: 42px;
    text-align: center;
    color: #081551;
}
.leader-designation {
    font-family: 'Ploni';
    font-weight: 500;
    font-size: 23px;
    line-height: 42px;
    text-align: center;
    color: #081551;
    margin-bottom: 20px;
}

.leader-details {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #081551;
    margin-bottom: 29px;
}

.leader-description {
    padding: 19px 19px 21px 11px;
    background: #80FFEB33;
    border-right: 3px solid #5CFFE5;
    border-radius: 6px;
    flex-grow: 1;
}

.leader-description p {
    font-family: Ploni;
    font-weight: 400;
    font-size: 22px;
    line-height: 29px;
    text-align: right;
    color: #081551;
}
.leader-img img {
    margin: 0 auto;
}

.leader-img {
    margin-top: -93px;
}
.our-commitment-bg {
    padding: 50px;
    background: #081551;
    border-radius: 20px;
}
.our-commitment-bg {
    position: relative;
}

.our-commitment-bg:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='77' height='42' viewBox='0 0 77 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M38.5181 0.242676L76.0777 41.572H0.958443L38.5181 0.242676Z' fill='%23081551'/%3E%3C/svg%3E");
    width: 86px;
    height: 55px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
}
.our-commitment-main {
    position: relative;
}

.our-commitment-main:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='83' height='64' viewBox='0 0 83 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36.5845 2.01367V26.709C36.5844 45.4736 24.196 58.1925 6.94678 61.5889L5.98486 61.7773L5.57178 60.8887L2.40088 54.0654L1.83154 52.8428L3.09521 52.3682C6.67386 51.025 9.66064 48.3397 11.7593 45.1191C13.5944 42.3029 14.7073 39.1418 14.9604 36.2354H2.26807V2.01367H36.5845ZM81.2583 2.01367V26.709C81.2582 45.4761 68.8125 58.1962 51.5659 61.5889L50.604 61.7773L50.1909 60.8896L47.0171 54.0664L46.4478 52.8428L47.7114 52.3682C51.2919 51.0249 54.2794 48.3389 56.3784 45.1182C58.2137 42.302 59.3264 39.1417 59.5796 36.2354H46.9419V2.01367H81.2583Z' stroke='%235CFFE5' stroke-width='2.5'/%3E%3C/svg%3E");
    width: 76px;
    height: 57px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: -9px;
    right: -13px;
}

.our-commitment-main:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='83' height='63' viewBox='0 0 83 63' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M46.1001 61.7246V37.0293C46.1002 18.2647 58.4886 5.5458 75.7378 2.14941L76.6997 1.96094L77.1128 2.84961L80.2837 9.67285L80.853 10.8955L79.5894 11.3701C76.0107 12.7133 73.0239 15.3986 70.9253 18.6191C69.0902 21.4354 67.9773 24.5965 67.7241 27.5029H80.4165V61.7246H46.1001ZM1.42627 61.7246V37.0293C1.42632 18.2622 13.8721 5.54207 31.1187 2.14941L32.0806 1.96094L32.4937 2.84863L35.6675 9.67188L36.2368 10.8955L34.9731 11.3701C31.3927 12.7134 28.4051 15.3994 26.3062 18.6201C24.4709 21.4363 23.3581 24.5966 23.105 27.5029H35.7427V61.7246H1.42627Z' stroke='%235CFFE5' stroke-width='2.5'/%3E%3C/svg%3E");
    width: 76px;
    height: 57px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    bottom: -9px;
    left: -13px;
}
.commitment-title {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 56px;
    line-height: 66px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 17px;
}
.commitment-subtitle {
    font-family: 'Ploni';
    font-weight: 400;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
}
.commitment-txt-top span {
    font-size: 42px;
    color: #5CFFE5 !important;
}

.commitment-txt-top {
    font-size: 26px;
    color: #FFFFFF;
}
.commitment-txt-bottom {
    font-size: 42px;
    color: #FFFFFF;
}

.commitment-txt-bottom span {
    color: #5CFFE5 !important;
}
.customers-recommend-sec {
    margin: 96px 0 65px 0;
}
.main-customers-recommend .compared-online-title span {
    text-transform: capitalize;
}
.customers-video-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: space-between;
    margin-top: 36px;
}
.video-embed {
    flex: 0 1 calc(33.333% - 20px);
    box-sizing: border-box;
}
.customers-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
}

.customers-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
section.reviews-main.google-review-info {
    margin-bottom: 95px;
}

.google-review-info .grw-reviews {
    margin-bottom: 16px !important;
}

.google-review-info .grw-header-inner:after {
    content: '';
    height: 82px;
    width: 106px;
    background-image: url(https://fd.wintax.co.il/wp-content/uploads/2025/11/Google-Reviews-111.png);
    background-position: top 30px center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
}

.google-review-info .wp-gr .grw-header {
    /* width: 100% !important; */
    /* max-width: 471px !important; */
    padding-left: 23px !important;
    --col: 4;
}

.wp-gr .grw-row-xl .grw-header+.grw-content {
    --col: 1.5;
}

.google-review-info .wp-gr .grw-header-inner {
    padding: 26px 18px 20px 18px !important;
    background: #E4F7FF !important;
    width: 100% !important;
    /* max-width: 448px !important; */
    position: relative !important;
    display: flex;
    align-items: center;
    /* flex-direction: column; */
    justify-content: center;
    border-radius: 10px !important;
    border: 1px solid #BBE9F1 !important;
}

a#elementor-menu-cart__toggle_button svg,
.head-icon {
    filter: invert(1);
}

.elementor-location-header:not(.show-to-top) .scroll-to-top {
    opacity: 0;
    pointer-events: none;
}

.swiper-fade .swiper-slide:has(.home-bg-slide) {
    pointer-events: all !important;
}

.single-review-main .google-review-info .grw-header .wp-google-left {
    height: 68px;
    width: 118px !important;
    background-image: url('https://fd.wintax.co.il/wp-content/uploads/2025/11/Google-Reviews-1.png') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: block !important;
    padding: 0 !important;
    grid-column: 1;
    grid-row: 1;
}

.google-review-info .grw-row {
    /* flex-direction: row-reverse; */
    align-items: self-start !important;
}

.google-review-info .grw-header-inner .wp-google-name,
.google-review-info .grw-header-inner .wp-google-powered,
.google-review-info .grw-header-inner .wp-google-wr {
    display: none !important;
}

.google-review-info .wp-google-rating {
    display: inline-block !important;
    font-family: 'ploni' !important;
    font-weight: 700 !important;
    font-size: 54px !important;
    line-height: 30px !important;
    text-align: center !important;
    color: #081551 !important;
    padding-top: 92px !important;
    position: relative !important;
}

.google-review-info .wp-gr span.wp-google-stars {
    /* display: ruby; */
    align-items: center;
    justify-content: center;
    position: relative !important;
    flex-direction: column-reverse;
    gap: 32px;
}

.google-review-info .wp-gr span.wp-google-stars .wp-stars .wp-star svg path {
    fill: #2c2c2c;
}

.google-review-info .wp-gr .wp-google-based {
    font-family: 'Ploni' !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: center !important;
    color: #081551 !important;
    margin-top: 13px !important;
    text-decoration: underline !important;
}

.google-review-info .wp-gr .wp-google-place .wp-star svg {
    width: 25px !important;
    height: 25px !important;
    fill: #07CCAD;
}

.google-review-info .wp-gr .wp-google-stars .wp-star {
    padding: 0 0 0 8px !important;
}

.google-review-info .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
    background: #ffffff !important;
    border-radius: 10px !important;
    padding: 18px 25px 22px 25px !important;
    border: 1px solid #BBE9F1 !important;
}

.google-review-info .wp-gr .grw-review-inner>svg,
.google-review-info .wp-gr.wpac .wp-google-left img,
.google-review-info .wp-gr .wp-google-time {
    display: none;
}

.google-review-info .grw-header .wp-google-stars .wp-stars {
    display: none;
}

.google-review-info .wp-google-rating:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='23' viewBox='0 0 24 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5536 0.936192L7.74812 6.62455L1.47116 7.53967C0.345522 7.70293 -0.105594 9.09065 0.710711 9.88548L5.25195 14.3107L4.17786 20.5619C3.98453 21.6918 5.17461 22.5382 6.17136 22.0098L11.7867 19.0582L17.402 22.0098C18.3988 22.5339 19.5888 21.6918 19.3955 20.5619L18.3214 14.3107L22.8627 9.88548C23.679 9.09065 23.2278 7.70293 22.1022 7.53967L15.8253 6.62455L13.0197 0.936192C12.5171 -0.0777449 11.0606 -0.0906338 10.5536 0.936192Z' fill='%2307CCAD'/%3E%3C/svg%3E");
    width: 22px;
    height: 22px;
    position: absolute;
    left: -28px;
    bottom: 3px;
    background-repeat: no-repeat;
    background-size: cover;
}

.google-review-info .wp-google-place {
    text-align: center !important;
}

.google-review-info .wp-google-text {
    font-family: 'Ploni' !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    line-height: 28px !important;
    text-align: right !important;
    text-transform: uppercase !important;
    color: #3A3B5E !important;
    margin-top: 16px !important;
}

.google-review-info .wp-gr.wpac a.wp-google-name {
    font-family: 'Ploni' !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 24px !important;
    text-align: right !important;
    text-transform: uppercase !important;
    color: #081551 !important;
}

.google-review-info .wp-gr .wp-star svg {
    width: 25px !important;
    height: 25px !important;
    margin-right: 0px;
    fill: #07CCAD;
}

.google-review-info .wp-gr .wp-star svg path {
    fill: #FAA61A;
}

.google-review-info .wp-google-left {
    padding-top: 20px !important;
    order: 1;
    padding-right: 0 !important;
}

.google-review-info .grw-review-inner.grw-backgnd {
    display: flex;
    flex-direction: column;
}

.google-review-info .wp-gr .grw-review .wp-google-feedback {
    height: 269px !important;
    margin-left: -15px !important;
    padding-left: 80px !important;

}

.google-review-info .wp-gr .grw-review .wp-google-stars {
    margin: 15px 0 15px 0 !important;
}

.google-review-info .wp-gr {
    padding: 0 !important;
    margin: 0 !important;
}

.google-review-info .wp-gr .grw-btns svg path {
    fill: #000000 !important;
}

.grw-review-inner.grw-backgnd:before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='77' height='58' viewBox='0 0 77 58' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.2479 0.875977C30.457 0.875977 32.2479 2.66684 32.2479 4.87598V24.3212C32.2479 41.2938 21.7848 53.1362 6.67232 57.259C4.89533 57.7438 3.05984 56.7728 2.28353 55.1024C1.30199 52.9905 2.34251 50.4695 4.25195 49.1361C8.56335 46.1256 11.5727 41.2849 12.6942 36.5584C13.2042 34.4089 11.3886 32.5972 9.17951 32.5972H4.43115C2.22202 32.5972 0.431152 30.8064 0.431152 28.5972V4.87598C0.431152 2.66684 2.22201 0.875977 4.43115 0.875977H28.2479ZM72.9213 0.875977C75.1304 0.875977 76.9213 2.66684 76.9213 4.87598V24.3212C76.9213 41.2946 66.4096 53.1402 51.29 57.2602C49.5136 57.7442 47.6789 56.7735 46.9023 55.1042C45.9196 52.9919 46.96 50.4692 48.8702 49.1356C53.1826 46.125 56.192 41.2846 57.3135 36.5584C57.8235 34.4089 56.0079 32.5972 53.7988 32.5972H49.1046C46.8954 32.5972 45.1046 30.8064 45.1046 28.5972V4.87598C45.1046 2.66684 46.8955 0.875977 49.1046 0.875977H72.9213Z' fill='%23E4F7FF'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    width: 76px;
    height: 57px;
    position: absolute;
    left: 18px;
    top: 18px;
}

.google-review-info .wp-gr .grw-btns svg {
    /* border-radius: 50% !important;
	stroke: #3A3B5E;
	border: 1px solid #135DA1 !important;
	padding: 10px; */
    font-size: 0;
    opacity: 0;
    position: absolute;
}

.google-review-info .wp-gr .grw-btns.grw-prev {
    bottom: -12% !important;
    position: absolute !important;
    right: 55px !important;
    background-image: url("data:image/svg+xml,%3Csvg width='47' height='48' viewBox='0 0 47 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8489 1.31055C36.3543 1.31055 46.4934 11.4678 46.4934 23.999C46.4932 36.53 36.3542 46.6865 23.8489 46.6865C11.3436 46.6864 1.20454 36.53 1.20435 23.999C1.20435 11.4679 11.3435 1.31063 23.8489 1.31055Z' stroke='%23081551'/%3E%3Cpath d='M30.1748 24.1701L17.5227 24.1582' stroke='%23081551' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.8547 30.4902L17.5227 24.1582L23.8428 17.8381' stroke='%23081551' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    width: 47px !important;
    height: 47px !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: #FFFFFF !important;
    transition: 0.4s;
    transform: rotate(0deg);
}

.google-review-info .wp-gr .grw-btns.grw-prev:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='47' height='48' viewBox='0 0 47 48' fill='%23081551' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8489 1.31055C36.3543 1.31055 46.4934 11.4678 46.4934 23.999C46.4932 36.53 36.3542 46.6865 23.8489 46.6865C11.3436 46.6864 1.20454 36.53 1.20435 23.999C1.20435 11.4679 11.3435 1.31063 23.8489 1.31055Z' stroke='%23081551'/%3E%3Cpath d='M30.1748 24.1701L17.5227 24.1582' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.8547 30.4902L17.5227 24.1582L23.8428 17.8381' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    transition: 0.4s;
}

.google-review-info .wp-gr .grw-btns.grw-next {
    bottom: -12% !important;
    right: 0 !important;
    position: absolute !important;
    background-image: url("data:image/svg+xml,%3Csvg width='47' height='48' viewBox='0 0 47 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8489 1.31055C36.3543 1.31055 46.4934 11.4678 46.4934 23.999C46.4932 36.53 36.3542 46.6865 23.8489 46.6865C11.3436 46.6864 1.20454 36.53 1.20435 23.999C1.20435 11.4679 11.3435 1.31063 23.8489 1.31055Z' stroke='%23081551'/%3E%3Cpath d='M30.1748 24.1701L17.5227 24.1582' stroke='%23081551' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.8547 30.4902L17.5227 24.1582L23.8428 17.8381' stroke='%23081551' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    width: 47px !important;
    height: 47px !important;
    background-repeat: no-repeat !important;
    background-size: cover;
    background-color: #FFFFFF !important;
    transition: 0.4s;
}

.google-review-info .wp-gr .grw-btns.grw-next:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='47' height='48' viewBox='0 0 47 48' fill='%23081551' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.8489 1.31055C36.3543 1.31055 46.4934 11.4678 46.4934 23.999C46.4932 36.53 36.3542 46.6865 23.8489 46.6865C11.3436 46.6864 1.20454 36.53 1.20435 23.999C1.20435 11.4679 11.3435 1.31063 23.8489 1.31055Z' stroke='%23081551'/%3E%3Cpath d='M30.1748 24.1701L17.5227 24.1582' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.8547 30.4902L17.5227 24.1582L23.8428 17.8381' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    transition: 0.4s;
}

.google-review-info .wp-gr .rpi-dots-wrap {
    top: initial !important;
    bottom: -25px !important;
    right: 134px !important;
}

.google-review-info .wp-gr .rpi-dots-wrap .rpi-dots {
    width: 100% !important;
    overflow: hidden !important;
    gap: 0 !important;
    border-radius: 20px !important;
}

.google-review-info .wp-gr .rpi-dots-wrap .rpi-dot {
    width: 100% !important;
    transform: none !important;
    flex: auto !important;
    margin: 0 !important;
    border-radius: 20px !important;
    background-color: #98ADB133 !important;
    height: 4px !important;
    opacity: 1 !important;
    transition: 0.5s !important;
}

.google-review-info .wp-gr .rpi-dots-wrap .rpi-dot.active {
    background-color: #135DA1 !important;
    border-radius: 4px !important;
}

.google-review-info .wp-gr .grw-review {
    padding: 0 !important;
}

.google-review-info .wp-gr span.wp-google-stars {
    /* display: inline-block; */
    width: 20%;
}

.google-review-info .easy-review-details {
    padding-top: 17px !important;
    margin-top: 17px !important;
    border-top: 1px solid #BBE9F1 !important;
}

.google-review-info .easy-review-details {
    text-align: center !important;
}

.google-review-info .easy-review-details img {
    width: 100% !important;
    max-width: 106px !important;
    margin: 0 auto !important;
}

.google-review-info .easy-review-details .rating {
    margin-top: 13px !important;
    font-family: 'Ploni' !important;
    font-weight: 700 !important;
    font-size: 54px !important;
    line-height: 32px !important;
    color: #081551 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 8px;
}

.google-review-info .easy-review-details .rating-count {
    font-family: 'Ploni' !important;
    font-weight: 400 !important;
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: center !important;
    margin-top: 36px !important;
}

.google-review-info .easy-review-details .rating-count b {
    font-weight: 700 !important;
    color: #081551 !important;
}
.wp-google-reply.grw-scroll {
    display: none;
}
.google-review-info .wp-gr .grw-review .wp-google-feedback::-webkit-scrollbar-thumb{
    background: #081551;
    border-radius: 10px;
}
.google-review-info .wp-gr .grw-review .wp-google-feedback::-webkit-scrollbar-track{
    background: #081551;
}
.home-media-press {
    margin: 114px 0 127px 0;
}

.media {
    /* margin-top: 70px; */
    /* padding-bottom: 74px; */
}

.home-media-press .compared-online-title {
    font-size: 56px;
    line-height: 50px;
}

.media .title {
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 36px;
}

.media .items {
    display: flex;
}

.media .item {
    position: relative;
    border: 1px solid #4C6767;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 34px;
}

.media .item:last-child {
    margin-left: 0;
}

.media .article {
    width: 310px;
    padding: 170px 30px 127px;
    background: linear-gradient(180deg, #FFFFFF 0%, #E5F8FF 100%);
}

.media .article .logo-media {
    position: absolute;
    top: 64px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0);
    max-width: 222px;
    max-height: 80px;
}

.media .article .date {
    font-size: 20px;
    margin-bottom: 20px;
}

.media .article .name {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.14;
    color: #081551;
}

.media .article .read-more {
    position: absolute;
    bottom: 40px;
}

.media .article .read-more a {
    font-size: 23px;
    font-weight: 700;
    border-bottom: 1px solid #07CCAD;
    padding-left: 26px;
    padding-bottom: 4px;
    color: #081551;

}

.media .article .read-more a svg {
    position: absolute;
    top: 6px;
    left: 0;
}

.media .article .read-more a:hover svg {
    left: -4px;
}

.media .video .desc {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    height: 210px;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.media .video .logo-media {
    position: absolute;
    top: 24px;
    left: 20px;
}

.media .video .name {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 40px;
    padding: 0 60px;
    text-align: center;
}

.media .video .play-video {
    width: 100px;
    height: 100px;
    z-index: 1;
}

.media .video .play-video:hover {
    width: 110px;
    height: 110px;
}

.media .compared-online-title {
    margin-bottom: 51px;
}



/* footer */
.site-footer-info{
    padding: 51px 0 15px 0;
    border-top: 1px solid #BBE9F1
}
.footer-title {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-align: right;
    color: #081551;
    margin-bottom: 26px;
}
.footer-link a{
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: right;
    color: #030D3C;
    margin-bottom: 12px;
    display: inline-block;
}

.footer-link:last-of-type a {
    margin-bottom: 0;
}
.footer-call-info a ,
.footer-mail-info a ,
.footer-address-info ,
.footer-time-info ,
.footer-consultation-info{
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 18px;
    line-height: 24.16px;
    text-align: right;
    color: #030D3C;
    display: inline-block;
}

.footer-call-info span , 
.footer-mail-info span ,
.footer-address-info span ,
.footer-time-info span ,
.footer-consultation-info span {
    display: inline-block;
}

.footer-call-info ,
.footer-mail-info ,
.footer-address-info ,
.footer-time-info ,
.footer-consultation-info{
    display: flex;
    gap: 12px;
}
.footer-call-info ,
.footer-mail-info ,
.footer-address-info ,
.footer-time-info{
    margin-bottom: 20px;
}

.top-footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 22px;
}
.footer-social-link {
    margin-top: 40px;
    display: flex;
    gap: 8px;
}

.footer-social-link a {
    display: inline-block;
    transition: 0.4s;
}

.footer-social-link a svg {
    width: 45px;
    height: 45px;
    transition: 0.4s;
}
.footer-social-link a:hover svg rect{
    fill: transparent;
    stroke: #081551;
}
.footer-social-link a:hover svg path{
    /* stroke: #081551; */
    fill: #081551;
}
.footer-social-link a:hover svg rect , 
.footer-social-link a:hover svg path{
    transition: 0.4s;
}
.bottom-footer .two-line {
    width: 100%;
    margin: 0;
}

.bottom-footer .two-line div {
    width: 100%;
    justify-content: center;
}

.bottom-footer {
    margin: 37px 0;
}
.right-footer-img {
    justify-content: flex-start !important;
    margin-left: 52px;
}
.left-footer-img{
    justify-content: flex-end !important;
    margin-right: 52px;
}
.bottom-footer span.a-1 {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    margin-top: 20px;
}
.footer-copyright-info{
    padding-top: 16px;
    border-top: 1px solid #BBE9F1
}
.footer-copy-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-copy-left p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #081551;
}

.footer-copy-right p {
    font-family: 'Ploni';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #081551;
}
.home-media-press .item.video:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(8, 20, 80, 0) 0%, #081450 100%);
    z-index: 1;
}
@media(max-width: 1024px){
    .about-info-sec {
        margin: 21px 0 13px 0;
    }
    .about-title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 16px;
    }

    .about-title span::before {
        height: 6px;
        bottom: 8px;
    }
    
    .about-subtitle {
        font-size: 22px;
        margin-bottom: 11px;
    }
    .about-details p {
        font-size: 19px;
        line-height: 26px;
    }
    .about-choose-us-sec .choose-us-boxes {
        gap: 20px;
    }

    .about-choose-us-sec .choose-us-box-details {
        margin-top: 14px;
    }

    .about-choose-us-sec .choose-us-box-subtitle {
        font-size: 19px;
        line-height: 26px;
    }

    .about-choose-us-sec .choose-us-box {
        padding: 20px 13px 25px;
        border-radius: 10px;
    }
    .about-choose-us-sec .compared-online-title {
        font-size: 30px;
    }

    .about-choose-us-sec .compared-online-title span::before {
        width: calc(100% + 98px);
        left: 0;
        right: initial;
    }
    .about-choose-us-sec .choose-us-boxes {
        margin-top: 20px;
    }
    .main-choose-us .compared-online-title {
        line-height: 74px;
    }
    .compared-online-title {
        font-size: 32px;
        line-height: 38px;
    }

    .compared-online-title span {
        display: inline-block;
    }

    .compared-online-title span::before {
        height: 8px;
        bottom: 6px;
        width: 100%;
    }
    .compared-online-subtitle {
        font-size: 22px;
    }
    .choose-us-boxes {
        grid-template-columns: 1fr 1fr;
        margin: 0;
        gap: 12px;
    }
    .about-choose-us-sec .choose-us-boxes {
        margin-top: 20px;
    }
    .about-choose-us-sec .choose-us-box-details {
        margin-top: 14px;
    }

    .about-choose-us-sec .choose-us-box-subtitle {
        font-size: 19px;
        line-height: 26px;
    }

    .about-choose-us-sec .choose-us-box {
        padding: 20px 13px 25px;
        border-radius: 10px;
    }
    .choose-us-box {
        padding: 12px 13px;
        border-radius: 6px;
    }

    .choose-us-box-icon {
        max-width: 77px;
    }

    .choose-us-box-details {
        margin-top: 4px;
    }

    .choose-us-box-title {
        font-size: 24px;
    }

    .choose-us-box-subtitle {
        font-size: 20px;
        margin-top: 0px;
    }

    .choose-us-box-details img {
        width: 100%;
        max-width: 122px;
        max-height: 22px;
    }
    .choose-us-box-icon lottie-player {
        width: 77px !important;
    }
    .choose-us-box-details {
        margin-top: 4px;
    }
    .choose-us-box-details img {
        width: 100%;
        max-width: 122px;
        max-height: 22px;
    }
    .about-achievement-sec {
        margin: 33px 0 30px 0;
    }

    .about-achievement-title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .about-achievement-title::before {
        height: 6px;
        bottom: 25px;
    }

    .about-achievement-subtitle {
        font-size: 22px;
    }

    .achievement-number,
    .achievement-number-info {
        font-size: 40px;
    }

    .achievement-prefix {
        font-size: 40px;
    }

    .achievement-txt {
        font-size: 19px;
        margin-top: 0;
    }

    .achievement-box {
        width: calc(50% - 10px);
    }
    
    .achievement-boxes {
        flex-wrap: wrap;
        margin-top: 12px;
        gap: 20px;
    }
    .winners-awards-sec-bg {
        padding: 40px 20px;
        border-radius: 10px;
    }
    .winners-awards-title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 34px;
    }

    .winners-awards-img img {
        max-width: 191px;
    }

    .winners-awards-details {
        margin-top: 39px;
    }

    .winners-awards-details p {
        font-size: 19px;
        line-height: 26px;
    }

    .winners-awards-main:before {
        background-image: url("data:image/svg+xml,%3Csvg width='47' height='97' viewBox='0 0 47 97' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3572 20.4736C24.8416 28.6428 30.1397 40.1394 30.1397 52.8698C30.1397 71.6196 18.6728 87.6962 2.37097 94.4259' stroke='%235CFFE5' stroke-width='0.881434' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M25.6938 76.2371C32.7148 77.3027 40.8842 75.6576 42.9961 61.8804C34.2894 60.5531 27.287 65.8621 25.6938 76.2371Z' stroke='%235CFFE5' stroke-width='0.881434' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.5408 90.4632C17.2279 94.7441 25.1936 97.1743 33.5668 86.0141C26.5274 80.7051 17.8392 82.051 11.5408 90.4632Z' stroke='%235CFFE5' stroke-width='0.881434' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M31.1031 55.5998C38.1796 54.8521 45.6636 51.1881 44.2187 37.3174C35.4564 38.2334 30.0101 45.15 31.1031 55.5998Z' stroke='%235CFFE5' stroke-width='0.881434' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M27.8611 37.1306C33.9187 33.4105 39.1057 26.8864 31.8254 14.9785C24.3229 19.5772 22.3777 28.1576 27.8611 37.1306Z' stroke='%235CFFE5' stroke-width='0.881434' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M16.4614 20.6272C18.2212 13.7292 17.3691 5.42918 3.86445 1.95215C1.67852 10.4952 6.27268 18.01 16.4614 20.6272Z' stroke='%235CFFE5' stroke-width='0.881434' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 45px;
        height: 95px;
        top: 38%;
        right: 6%;
    }

    .winners-awards-main:after {
        background-image: url("data:image/svg+xml,%3Csvg width='47' height='97' viewBox='0 0 47 97' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.5401 20.4736C22.0557 28.6428 16.7576 40.1394 16.7576 52.8698C16.7576 71.6196 28.2245 87.6962 44.5264 94.4259' stroke='%235CFFE5' stroke-width='0.881434' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.2035 76.2371C14.1826 77.3027 6.01311 75.6576 3.90127 61.8804C12.608 60.5531 19.6104 65.8621 21.2035 76.2371Z' stroke='%235CFFE5' stroke-width='0.881434' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M35.3566 90.4632C29.6694 94.7441 21.7037 97.1743 13.3305 86.0141C20.37 80.7051 29.0581 82.051 35.3566 90.4632Z' stroke='%235CFFE5' stroke-width='0.881434' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.7943 55.5998C8.71778 54.8521 1.23374 51.1881 2.67868 37.3174C11.4409 38.2334 16.8872 45.15 15.7943 55.5998Z' stroke='%235CFFE5' stroke-width='0.881434' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.0362 37.1306C12.9786 33.4105 7.79164 26.8864 15.0719 14.9785C22.5745 19.5772 24.5196 28.1576 19.0362 37.1306Z' stroke='%235CFFE5' stroke-width='0.881434' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M30.436 20.6272C28.6761 13.7292 29.5283 5.42918 43.0329 1.95215C45.2188 10.4952 40.6247 18.01 30.436 20.6272Z' stroke='%235CFFE5' stroke-width='0.881434' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 45px;
        height: 95px;
        top: 38%;
        left: 6%;
    }
    .about-leadership-sec .leadership-field-boxes {
        grid-template-columns: 1fr;
        row-gap: 80px;
        margin-top: 77px;
    }

    .about-leadership-sec {
        margin: 36px 0 70px 0;
    }

    .about-leadership-sec .leadership-title {
        font-size: 32px;
        line-height: 74px;
    }

    .about-leadership-sec .leadership-field-boxes .leadership-field-box:last-of-type {
        grid-column-start: auto;
    }
    .leadership-title {
        font-size: 32px;
        line-height: 74px;
        margin-bottom: 15px;
    }

    .leadership-title span::before {
        height: 6px;
    }
    .leadership-field-boxes {
        grid-template-columns: 1fr;
        gap: 78px;
    }
    .leadership-field-boxes {
        margin-top: 90px;
    }

    .leadership-field-box {
        padding: 0 16px 22px;
        border-radius: 10px;
    }
    .leader-name {
        margin: 15px 0 0 0;
        font-size: 28px;
        line-height: 25px;
    }
    .leader-designation {
        font-size: 21px;
        margin: 0;
    }

    .leader-details {
        font-size: 19px;
        margin-bottom: 16px;
    }

    .leader-description {
        padding: 11px 15px 13px 12px;
        border-right: none;
        border-bottom: 3px solid #5CFFE5;
    }

    .leader-description p {
        font-size: 20px;
        line-height: 26px;
        text-align: center;
    }
    .leader-img img {
        width: 100%;
        max-width: 94px;
    }

    .leader-img {
        margin-top: -50px;
    }
    .our-commitment-bg {
        padding: 38px 20px 56px 20px;
    }

    .our-commitment-bg:before {
        top: -16px;
    }
    .our-commitment-main:before {
        width: 44px;
        height: 32px;
        right: -2px;
        top: -18px;
    }

    .our-commitment-main:after {
        width: 44px;
        height: 32px;
        left: -2px;
        bottom: -18px;
    }
    .commitment-title {
        font-size: 32px;
        margin-bottom: 0;
    }
    .commitment-subtitle {
        font-size: 28px !important;
        line-height: 36px !important;
    }
    .commitment-txt-top span {
        font-size: 28px;
    }
    .customers-video-grid {
        flex-wrap: nowrap !important;
        flex-direction: column;
        margin-top: 22px;
        margin-bottom: 0;
        gap: 22px;
    }

    .customers-recommend-sec {
        margin: 55px 0 45px 0;
    }
    .customers-video-grid {
        flex-wrap: nowrap !important;
        flex-direction: column;
        margin-top: 22px;
        margin-bottom: 0;
        gap: 22px;
    }
    .google-review-info .wp-gr .wp-google-right {
        width: 100% !important;
        display: grid !important;
        grid-template-columns: 50% 50% !important;
    }

    .google-review-info .easy-review-details {
        grid-row: 1 / 6;
        grid-column: 2;
        margin: 0 !important;
        padding: 0 !important;
        border: none !important;
    }

    .google-review-info .grw-header-inner .wp-google-name {
        grid-row: span 1 !important;
    }

    .google-review-info .grw-header-inner:after {
        right: 40px;
    }

    .google-review-info .wp-google-place {
        width: 100% !important;
    }

    .google-review-info .easy-review-details .rating {
        margin-top: 12px !important;
        font-size: 42px !important;
        line-height: 32px !important;
    }

    .google-review-info .grw-row {
        flex-direction: column;
        gap: 23px;
    }

    .google-review-info .wp-gr .grw-header {
        --col: 1;
        padding-left: 0 !important;
    }

    .google-review-info .wp-gr .grw-row-s .grw-header+.grw-content {
        --col: 1;
    }

    .google-review-info .rpi-dots-wrap {
        display: none !important;
    }

    .google-review-info .wp-gr .grw-btns.grw-prev {
        left: -5px !important;
        top: 50% !important;
        z-index: 2 !important;
        width: 35px !important;
        height: 35px !important;
        right: initial !important;
    }

    .google-review-info .wp-gr .grw-btns.grw-next {
        right: -5px !important;
        top: 50% !important;
        z-index: 2 !important;
        width: 35px !important;
        height: 35px !important;
    }

    .google-review-info .wp-gr:not(.wp-dark) .grw-review-inner.grw-backgnd {
        padding: 29px 25px 25px !important;
    }

    .google-review-info .wp-google-text {
        font-size: 17px !important;
        line-height: 24px !important;
    }

    .real-stories-slider .elementor-swiper-button-prev {
        top: -12% !important;
        left: 33% !important;
    }

    .real-stories-slider .elementor-swiper-button-next {
        top: -12% !important;
        right: 33% !important;
    }

    .grw-review-inner.grw-backgnd:before {
        width: 66px;
        height: 49px;
    }

    .google-review-info .wp-gr .grw-review .wp-google-stars {
        margin: 0px 0 15px 0 !important;
    }

    .google-review-info .wp-gr .grw-review .wp-google-feedback {
        height: 210px !important;
    }

    .google-review-info .wp-gr .grw-header-inner {
        padding: 10px !important;
        max-width: 400px !important;
        margin: 0 auto !important;
    }

    .google-review-info .grw-header-inner:after {
        top: -25px;
    }

    .google-review-info .grw-header-inner:before {
        content: '';
        width: 1px;
        height: 100%;
        background: #BBE9F1;
        position: absolute;
        top: 0;
        right: 50%;
    }

    .google-review-info .wp-google-rating {
        padding-top: 75px !important;
        font-size: 42px !important;
        line-height: 32px;
    }

    .google-review-info .wp-gr .wp-google-based {
        font-size: 16px !important;
    }

    .google-review-info .easy-review-details .rating-count {
        font-size: 16px !important;
        margin-top: 15px !important;
    }

    .google-review-info .wp-google-left {
        padding: 0 !important;
    }

    .google-review-info .wp-gr span.wp-google-stars {
        margin-top: 18px !important;
        gap: 17px;
    }

    .google-review-info .wp-gr .wp-google-based {
        margin-top: 15px !important;
    }

    .google-review-info .wp-gr span.wp-google-stars:before {
        font-size: 30px;
    }


    /* footer */
    .top-footer {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .footer-title{
        margin: 0;
        padding: 12px 0;
        border-bottom: 1px solid #BBE9F1;
        font-size: 19px;
        line-height: 19px;
    }
    .footer-links-info:first-of-type .footer-title{
        border-top: 1px solid #BBE9F1;
    }
    .right-footer-img {
        justify-content: flex-start !important;
        margin-left: 0px !important;
    }
    .left-footer-img{
        justify-content: flex-end !important;
        margin-right: 0 !important;
    }
    .bottom-footer .two-line {
        margin: 0 !important;
    }
    .site-footer-info {
        margin-top: 60px;
        padding: 37px 0 15px 0;
    }
    
    .footer-social-info {
        grid-row: 1;
        margin-bottom: 40px;
    }
    
    .site-footer-info .container {
        padding: 0 16px;
        box-sizing: border-box;
    }
    .footer-social-info .footer-title {
        border: none;
        margin-bottom: 20px;
    }
    
    .footer-call-info, .footer-mail-info, .footer-address-info, .footer-time-info {
        margin-bottom: 16px;
    }
    .bottom-footer {
        margin: 25px 0 16px 0;
    }
    
    .bottom-footer span.a-1 {
        font-size: 14px;
        line-height: 18px;
        margin-top: 11px;
    }
    .footer-copy-info {
        flex-direction: column-reverse;
        justify-content: flex-end;
        align-items: flex-start;
    }
    .footer-copy-info {
        flex-direction: column-reverse;
        justify-content: flex-end;
        align-items: flex-start;
    }
    
    .footer-links-info .footer-title:before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 5V19' stroke='%23081551' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 12H19' stroke='%23081551' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 24px;
        height: 24px;
        position: absolute;
        left: 0;
        transition: 0.4s;
    }
    .footer-links-info .footer-title{
        position: relative;
    }
    .footer-links-info .footer-title.active:before{
        transform: rotate(45deg)
    }
    .footer-links {
        margin-top: 15px;
    }
}
@media (min-width: 901px) {
    .media .video .desc{
        display: none;
    }
}
@media (max-width: 900px) {

    .home-media-press {
        margin: 58px 0 0 0;
        padding-bottom: 0;
    }

    .home-media-press .compared-online-title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 27px;
    }

    .media {
        padding-bottom: 14px;
    }

    .media .title {
        font-size: 34px;
        margin-bottom: 32px;
    }

    .media .items {
        display: grid;
        grid-template-columns: 1fr;
    }

    /* .media .items .item:nth-child(1) {
        grid-column-start: 1;
        grid-row-start: 2;
    }
    .media .items .item:nth-child(2) {
        grid-column-start: 1;
        grid-row-start: 1;
    }
    .media .items .item:nth-child(3) {
        grid-column-start: 1;
        grid-row-start: 3;
    } */
    .media .item {
        margin-left: 0;
        margin-bottom: 18px;
        width: 100%;
    }

    .media .item.article {
        width: calc(100% - 60px);
    }

    .media .item.video {
        margin-bottom: 94px;
        overflow: visible;
        border: 0;
    }

    .media .video .name {
        font-size: 28px;
        color: #081551;
        bottom: -94px;
        height: 84px;
        overflow: hidden;
        padding: 0;
    }

    .media .video .bg-video {
        border-radius: 10px;
        overflow: hidden;
    }

    .media .video .desc {
        background: unset;
        height: auto;
    }

    .media .video .play-video,
    .media .video .play-video:hover {
        width: 65px;
        height: 65px;
    }

    .media .video .logo-media {
        max-width: 102px;
        top: 16px;
        left: 16px;
    }

    .media .article {
        padding: 124px 30px 110px;
    }

    .media .article .logo-media {
        top: 44px;
        max-width: 182px;
    }

    .media .article .date,
    .media .article .name {
        text-align: center;
    }

    .media .article .read-more {
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, 0);
    }

}
@media (max-width: 767px) {
    .choose-us-boxes {
        grid-template-columns: 1fr;
    }
    .winners-awards-details {
        max-width: 280px;
    }
} 







/* top section */
.main {
    padding-bottom: 0;
    background: url(<?= $bg['url']; ?>);
    background-size: contain;
    background-repeat: no-repeat;
}
.bg-3 {
    background: url(<?= $bg_2['url']; ?>);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top 27% left 0;
}
.main .block-1 {
    display: flex;
    padding-top: 74px;
}
.main .video {
    margin-right: 68px;
}
.main .video .image {
    position: relative;
    border: 1px solid #07CCAD;
    border-radius: 12px;
    overflow: hidden;
    width: 676px;
    height: 586px;
}
.main .video .logo {
    width: 96px;
    position: absolute;
    top: 36px;
    left: 18px;
}
.main .text {
    width: 100%;
}
.main .title {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    border-radius: 12px;
    background: #07CCAD;
    padding: 15px 34px;
    display: inline-block;
}
.main .text-1 {
    font-size: 72px;
    font-weight: 500;
    line-height: 1.2;
    color: #081551;
    /*margin-top: 40px;*/
}
.main .text-1 strong {
    color: #081551;
}
.main .text-2, .main .text-2 span {
    font-size: 44px;
    font-weight: 700;
    color: #081551;
}
.main .text-2 {
    margin-top: 34px;
}
.main .text-2 span {
    position: relative;
    z-index: 1;
}
.main .text-2 span:after {
    content: '';
    height: 14px;
    width: 100%;
    background: #07CCAD;
    border-radius: 14px;
    position: absolute;
    bottom: 8px;
    right: 0;
    z-index: -1;
}
.s-block-2 {
    margin-top: 100px;
}
.title-2 {
    display: table;
    margin: 0 auto;
    font-size: 44px;
    font-weight: 700;
}
.main .text-3, .s-block-2 .text-3 {
    margin: 24px auto 0;
    max-width: 890px;
    font-size: 21px;
    line-height: 1.5;
    text-align: center;
}
.s-block-2 .items {
    display: flex;
    justify-content: space-between;
    margin-top: 66px;
}
.s-block-2 .items .item {
    width: 386px;
    height: 386px;
    border-radius: 50%;
    background: #fff;
    margin-left: 20px;
    box-shadow: 0px 0px 40px 0px #C8EFFF;
}
.s-block-2 .items .item:last-child {
    margin-left: 0;
}
.s-block-2 .items .item .icon {
    display: table;
    margin: 40px auto 38px;
}
.s-block-2 .items .item .txt-1, .s-block-2 .items .item .txt-3, .s-block-2 .items .item .txt-4 {
    text-align: center;
    padding: 0 40px;
}
.s-block-2 .items .item .txt-1 {
    font-size: 28px;
    margin-bottom: 20px;
}
.s-block-2 .items .item .txt-2 span {
    position: relative;
    display: table;
    margin: 0 auto 12px;
    font-size: 54px;
    font-weight: 700;
    color: #081551;
    z-index: 1;
}
.s-block-2 .items .item .txt-2 span:after {
    content: '';
    height: 14px;
    width: 100%;
    background: #07CCAD;
    border-radius: 14px;
    position: absolute;
    bottom: 8px;
    right: 0;
    z-index: -1;
}
.s-block-2 .items .item .txt-3 {
    font-size: 18px;
    margin-bottom: 16px;
}
.s-block-2 .items .item .txt-4 {
    font-size: 33px;
    font-weight: 700;
    color: #081551;
}
.video-title {
    font-family: 'Ploni';
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    bottom: 35px;
    transform: translateX(50%);
    right: 50%;
    width: 100%;
}
@media (max-width: 1380px) {
    .main .title {
        font-size: 26px;
    }
    .main .text-1 {
        font-size: 52px;
    }
    .main .text-2, .main .text-2 span {
        font-size: 34px;
    }
    .main .video .image {
        width: 520px;
        height: 390px;
    }
    .s-block-2 .items .item {
        width: 286px;
        height: 286px;
    }
    .s-block-2 .items .item .icon {
        width: 46px;
        height: 46px;
        margin: 30px auto 22px;
    }
    .s-block-2 .items .item .txt-1 {
        font-size: 21px;
        margin-bottom: 18px;
    }
    .s-block-2 .items .item .txt-2 span {
        margin: 0 auto 10px;
        font-size: 40px;
    }
    .s-block-2 .items .item .txt-2 span:after {
        height: 13px;
        background: #BFF6EE;
        bottom: 2px;
    }
    .s-block-2 .items .item .txt-3, .s-block-2 .items .item .txt-4 {
        display: none;
    }
}
@media (max-width: 900px) {
    header {
        background: #081551;
    }
    header button {
        display: none;
    }
    .main {
        padding-bottom: 0;
    }
    .main .block-1 {
        padding-top: 40px;
        flex-wrap: wrap;
    }
    .main .title {
        font-size: 18px;
        padding: 12px 10px;
        display: table;
        margin: 0 auto;
    }
    .main .text-1 {
        font-size: 32px;
        font-weight: 400;
        text-align: center;
    }
    .main .text-2, .main .text-2 span {
        font-size: 24px;
    }
    .main .text-2 {
        text-align: center;
        margin-top: 14px;
        margin-bottom: 40px;
    }
    .main .text-2 span:after {
        height: 8px;
        bottom: 4px;
		background: #5CFFE5;
    }
    .main .video .image {
        width: 100%;
        max-width: 420px;
        height: 288px;
        display: block;
        margin: 0 auto;
    }
    .main .video .logo {
        top: 26px;
    }
    .main .video {
        margin-right: 0;
        width: 100%;
    }
    .s-block-2 {
        margin-top: 50px;
    }
    .main .text-3 {
        font-size: 19px;
    }
    .s-block-2 .items {
        display: block;
        margin-top: 36px;
    }
    .s-block-2 .items .item {
        margin: 20px auto;
        display: flow-root;
    }
    .s-block-2 .items .item:last-child {
        margin-left: auto;
    }
    .title-2 {
        padding: 10px 16px;
        font-size: 24px;
        text-align: center;
    }
    .go-home svg {
        top: 0px;
        right: 10px;
    }
    .logo-text {
        width: 100%;
        justify-content: center;
        margin-right: 0!important;
    }
    header .logo {
        margin-left: auto;
        margin-right: 0;
    }
    .hiw .title-2 {
        margin-bottom: 16px!important;
    }
    .hiw .items .item .image {
        background: #E4F7FF!important;
    }
    .reviews .title-block {
        font-size: 24px!important;
        text-align: center!important;
    }
    .reviews .owl-carousel .owl-nav button.owl-prev svg {
        top: 6px!important;
        left: 13px!important;
        width: 12px !important;
    }
    .reviews .owl-carousel .owl-nav button.owl-next svg {
        top: 7px!important;
        left: 16px!important;
        width: 12px !important;
    }
    .footer-bottom {
        margin-top: 0;
    }




    .gilui-naot-hero .twoo-lines {
        flex-wrap: nowrap;
        width: calc(100% + 32px);
        margin-right: -16px;
        margin-top: 20px;
        background: linear-gradient(90deg, rgba(229, 248, 255, 0) 0%, #E5F8FF 100%);
    }
    .video-title{
        font-size: 22px;
        line-height: 26px;
        bottom: 15px;
    }
}