/* PAGE CSS */
.tamplate-container .section-wrapper {
    max-width : 1440px;
    box-sizing: content-box !important;
    margin    : 0 auto;
    padding   : 0 64px;
    }
    
    .tamplate-container a {
    text-decoration: none;
    }
    
    .tamplate-container p,
    .tamplate-container h1,
    .tamplate-container h2,
    .tamplate-container h3,
    .tamplate-container h4,
    .tamplate-container h5,
    .tamplate-container h6,
    .tamplate-container form,
    .tamplate-container ul,
    .tamplate-container label {
    margin: 0;
    }
    
    .tamplate-container .section-wrapper .section-title {
    color:  #1C244B;
    font-family: Inter !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    }
    
    @media (max-width: 1280px) {
    .tamplate-container .section-wrapper {
    padding: 0 24px;
    }
    }
    
    @media (max-width: 1024px) {
    .tamplate-container .section-wrapper {
    padding: 0 16px;
    }
    }
    
    
    .grecaptcha-badge {
    display: none !important;
    }
    
    /* END OF PAGE CSS */
    
    /*#region CITY INTRO */
    #TemplateIntro {
    padding: 46px 0 0;
    }
    #TemplateIntro.christmas {
        background-image: url(/uploads/12037607/File/deco/cities/custom/christmas-intor-back.webp);
    }
    
    @media (max-width: 1024px) {
    #TemplateIntro {
    padding: 50px 0;
    }
    }
    
    @media (max-width: 767.98px) {
    #TemplateIntro {
    padding: 24px 0 0;
    }
    }
    
    #TemplateIntro .intro_wrapper {
    display        : flex;
    justify-content: space-between;
    width          : 100%;
    }
    
    @media (max-width: 1024px) {
    #TemplateIntro .intro_wrapper {
    align-items: center;
    }
    }
    
    @media (max-width: 767.98px) {
    #TemplateIntro .intro_wrapper {
    flex-direction: column;
    padding-bottom: 50px;
    }
    }
    
    #TemplateIntro .intro-mob-title {
    display       : flex;
    flex-direction: column;
    align-items   : center;
    margin-bottom : 8px;
    width         : 100%;
    }
    
    @media (min-width: 767.98px) {
    #TemplateIntro .intro-mob-title {
    display: none;
    }
    }
    
    @media (max-wdith: 767.98px) {
    #TemplateIntro .intro-mob-title {
    order: 1;
    }
    }
    
    #TemplateIntro .intro-mob-title .title {
    text-align : center;
    font-size  : 28px;
    font-weight: 600;
    line-height: 45px;
    color      : #1C244B;
    }
    
    #TemplateIntro .google-reviews {
    margin-top     : 10px;
    display        : flex;
    justify-content: flex-start;
    }
    
    @media (max-width: 1024px) {
    #TemplateIntro .google-reviews {
    margin-top: 16px;
    }
    }
    
    @media (max-width: 767.98px) {
    #TemplateIntro .google-reviews {
    margin: 0;
    }
    }
    
    #TemplateIntro .google-reviews .ti-widget>.ti-widget-container {
    display: flex;
    }
    
    @media (min-width: 767.98px) {
    #TemplateIntro .google-reviews .ti-widget>.ti-widget-container>.ti-header {
    flex-wrap   : nowrap !important;
    padding-left: 0;
    }
    }
    
    #TemplateIntro .intro-content {
    width        : 50%;
    margin-bottom: 70px;
    }
    
    @media (max-width: 1024px) {
    #TemplateIntro .intro-content {
    width : calc(50% - 12px);
    margin: 0;
    }
    }
    
    @media (max-width: 767.98px) {
    #TemplateIntro .intro-content {
    width: 100%;
    order: 3;
    }
    }
    
    #TemplateIntro .intro-content .title {
      color: #1C244B;
      font-family: Inter !important;
      font-size: 44px;
      font-style: normal;
      font-weight: 700;
      line-height: 60px;
      margin-bottom:16px
      }
    
    @media (max-width: 1260px) {
    #TemplateIntro .intro-content .title {
    font-size  : 32px;
    }
    }
    
    @media (max-width: 1024px) {
    #TemplateIntro .intro-content .title {
    font-size    : 28px;
    font-weight  : 700;
    line-height  : 45px;
    margin-bottom: 10px;
    }
    }
    
    @media (max-width: 767.98px) {
    #TemplateIntro .intro-content .title {
    display: none;
    }
    }
    
    #TemplateIntro .intro-content .text {
    color: #213343;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height:22.4px;
    margin-bottom: 32px;
    }
    
    #TemplateIntro .intro-content .text span {
    font-weight: 700;
    }
    
    @media (max-width: 767.98px) {
    #TemplateIntro .intro-content .text {
    display: none;
    }
    }
    
    #TemplateIntro .intro-content .title .custom-word-break {
    white-space: nowrap;
    }
    
    #TemplateIntro .intro-content .intro-features {
    list-style   : none;
    padding      : 0;
    margin-bottom: 20px;
    }
    
    @media (max-width: 1024px) {
    #TemplateIntro .intro-content .intro-features {
    margin-bottom: 10px;
    }
    }
    
    @media (max-width: 767.98px) {
    #TemplateIntro .intro-content .intro-features {
    background   : #fff;
    box-shadow   : 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    border       : 1px solid #e6e8ea;
    padding      : 16px 26px 14px;
    border-radius: 8px;
    width        : 100%;
    max-width    : 300px;
    margin       : 0 auto;
    position     : relative;
    z-index      : 3;
    }
    }
    
    #TemplateIntro .intro-content .intro-features .feature {
    font-weight: 500;
    font-size  : 16px;
    line-height: 24px;
    color      : #232528;
    position   : relative;
    padding    : 7px 0 7px 30px;
    }
    
    @media (max-width: 767.98px) {
    #TemplateIntro .intro-content .intro-features .feature {
    font-size    : 18px;
    padding      : 0 0 0 28px;
    margin-bottom: 12px;
    }
    
    #TemplateIntro .intro-content .intro-features .feature:first-child {
    order: 4;
    }
    
    #TemplateIntro .intro-content .intro-features .feature:nth-child(2) {
    order: 3;
    }
    
    #TemplateIntro .intro-content .intro-features .feature:nth-child(3) {
    order: 1;
    }
    }
    
    @media (max-width: 767.98px) {
    #TemplateIntro .intro-content .intro-features .feature.v-mob-none {
    display: none;
    }
    }
    
    #TemplateIntro .intro-content .intro-features .feature:before {
    content          : "";
    position         : absolute;
    top              : 9px;
    left             : 0;
    background-image : url("/uploads/12037607/File/deco/cities/custom/tick-green-bold.svg");
    background-repeat: no-repeat;
    background-size  : contain;
    width            : 20px;
    height           : 20px;
    }
    #TemplateIntro .intro-content .intro-features .feature:before {
    content          : "";
    position         : absolute;
    top              : 9px;
    left             : 0;
    background-image : url("/uploads/12037607/File/deco/cities/custom/tick-green-bold.svg");
    background-repeat: no-repeat;
    background-size  : contain;
    width            : 20px;
    height           : 20px;
    }
    
    @media (max-width: 767.98px) {
    #TemplateIntro .intro-content .intro-features .feature:before {
    top: 1px;
    }
    }
    
    @media (max-width: 767.98px) {
    #TemplateIntro .intro-content .g-reviews {
    display: none;
    }
    }
    
    #TemplateIntro .intro-content .button-wrapper {
    display    : flex;
    align-items: center;
    margin-bottom: 80px;
    }
    
    @media (max-width: 767.98px) {
    #TemplateIntro .intro-content .button-wrapper {
    flex-direction: column;
    gap           : 16px;
    margin-top    : 28px;
    }
    }
    
    #TemplateIntro .intro-content .button-blue,
    #TemplateIntro .intro-content .button-outline {
    padding      : 10px;
    width        : 50%;
    font-weight  : 600;
    font-size    : 18px;
    line-height  : 29px;
    border-radius: 26px;
    text-align   : center;
    }
    
    @media (max-width: 1024px) and (min-width: 767.98px) {
    
    #TemplateIntro .intro-content .button-blue,
    #TemplateIntro .intro-content .button-outline {
    font-size  : 14px;
    line-height: 22px;
    max-width  : 136px;
    font-weight: 500;
    padding    : 6px;
    min-height : 36px;
    }
    }
    
    @media (max-width: 767.98px) {
    
    #TemplateIntro .intro-content .button-blue,
    #TemplateIntro .intro-content .button-outline {
    width     : 100%;
    max-width : 316px;
    min-height: 52px;
    }
    }
    
    #TemplateIntro .intro-content .button-blue {
    margin-right  : 16px;
    text-transform: capitalize;
    }
    #TemplateIntro .intro-content .button-blue svg{
    margin  : auto 0;
    width: 24px;
    height: 24px;
    }
    
    @media (min-width: 1024px) {
    #TemplateIntro .intro-content .button-blue {
    max-width: 242px;
    }
    }
    
    @media (max-width: 767.98px) {
    #TemplateIntro .intro-content .button-blue {
    margin: 0;
    }
    }
    
    #TemplateIntro .intro-content .button-outline {
    display    : flex;
    align-items: center;
    }
    
    #TemplateIntro .intro-content .button-outline.v-desktop {
    text-transform: capitalize;
    }
    
    #TemplateIntro .intro-content .button-outline:not(:hover) {
    background: #fff;
    }
    
    @media (min-width: 1024px) {
    #TemplateIntro .intro-content .button-outline {
    max-width: 214px;
    }
    }
    
    #TemplateIntro .intro-content .button-outline:hover svg path {
    fill: #fff;
    }
    
    #TemplateIntro .intro-content .button-outline svg {
    width       : 20px;
    height      : 20px;
    margin-right: 10px;
    }
    
    @media (max-width: 700px) {
    #TemplateIntro .intro-content .button-outline svg {
    width       : 18px;
    height      : 18px;
    margin-right: 8px;
    }
    }
    
    @media (max-width: 576px) {
    #TemplateIntro .intro-content .button-outline svg {
    display: none;
    }
    }
    
    #TemplateIntro .intro-content .button-outline svg path {
    transition: 0.3s;
    }
    
    #TemplateIntro .intro-photo {
    position: relative;
    }
    
    @media (max-width: 1024px) {
    #TemplateIntro .intro-photo {
    height        : 400px;
    width         : 50%;
    padding-bottom: 0;
    }
    }
    
    @media (max-width: 767.98px) {
    #TemplateIntro .intro-photo {
    order    : 2;
    height   : unset;
    width    : 100%;
    max-width: 400px;
    }
    }
    
  
    
    #TemplateIntro .intro-photo  img {
    width: 100%;
    object-fit     : contain;
    }
    
    @media (max-width: 767.98px) {
    #TemplateIntro .intro-photo  img {
    height: unset !important;
    margin-left: -20px;
    margin-bottom: -10px;
    }
    }
    
    /*#endregion END OF CITY INTRO */
     /* city GALLERY */
  #tamplate-gallery {
    background: #F6FAFF;
    padding   : 70px 0;
    }
    
    @media (max-width: 1024px) {
    #tamplate-gallery {
      padding: 50px 0;
    }
    }
    
    @media (max-width: 767.98px) {
    #tamplate-gallery {
      background-color: #F6FAFF;
      padding   : 50px 0 34px;
    }
    }
    
    #tamplate-gallery .title {
    color: #1C244B;
    text-align: center;
    font-family: Inter !important;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 50.4px;
    margin-bottom: 12px;
    }
    
    @media (max-width: 1024px) {
    #tamplate-gallery .title {
      font-size    : 20px;
      line-height  : 24px;
      margin-bottom: 28px;
    }
    }
    
    @media (max-width: 767.98px) {
    #tamplate-gallery .title {
      font-size    : 28px;
      line-height  : 34px;
      margin-bottom: 32px;
    }
    }
     #tamplate-gallery .subtitle {
    color: #172640;
    text-align: center;
    font-family: Inter !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: var(--Neutral-colors-Dark-600, #354156);
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    margin-bottom:24px;
    }
    #tamplate-gallery .gallery-section-box {
    display  : flex;
    flex-wrap: wrap;
    width    : calc(100% + 24px);
    margin: 0 auto;
    }
    
    @media (max-width: 1024px) {
    #tamplate-gallery .gallery-section-box {
      width : calc(100% + 20px);
      margin: -10px;
    }
    }
    
    @media (max-width: 767.98px) {
    #tamplate-gallery .gallery-section-box {
      width          : 100%;
      margin         : 0;
      justify-content: space-between;
    }
    }
    
    #tamplate-gallery .gallery-section-box .gallery-item {
    display      : flex;
    width        : calc(22% - 24px);
    margin: 7px;
    height       : 316px;
    border-radius: 4px;
    border       : 1px solid #f4f5f6;
    box-shadow   : 0px 9px 26px 0px rgba(0, 0, 0, 0.05);
    overflow     : hidden;
    }
    
    @media (min-width: 1025px) {
    #tamplate-gallery .gallery-section-box .gallery-item:nth-child(4n + 1) {
      width: calc(34% - 24px);
    }
    }
    
    @media (max-width: 767.98px) {
    #tamplate-gallery .gallery-section-box .gallery-item:nth-child(3n) {
      width : 100%;
      height: 280px;
    }
    }
    
    @media (max-width: 576px) {
    #tamplate-gallery .gallery-section-box .gallery-item:nth-child(3n) {
      height: 200px;
    }
    }
    
    @media (max-width: 1024px) {
    #tamplate-gallery .gallery-section-box .gallery-item {
      width : calc(100% / 4 - 20px);
      margin: 10px;
      height: 165px;
    }
    }
    
    @media (max-width: 767.98px) {
    #tamplate-gallery .gallery-section-box .gallery-item {
      width        : calc(50% - 8px);
      margin       : 0 0 16px;
      border-radius: 8px;
      box-shadow   : 0px 1px 2px 0px rgba(13, 16, 45, 0.1);
      border-color : #e6e8ea;
    }
    }
    
    @media (max-width: 576px) {
    #tamplate-gallery .gallery-section-box .gallery-item {
      height: 155px;
    }
    }
    
    #tamplate-gallery .gallery-section-box .gallery-item:hover img {
    transform: scale(1.05, 1.05);
    }
    
    #tamplate-gallery .gallery-section-box .gallery-item img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
    transition: 0.3s;
    }
    
    #tamplate-gallery .button-o-outline {
    background     : #fff;
    color          : #3578EA;
    font-size      : 20px;
    line-height    : 22px;
    font-weight    : 600;
    margin         : 32px auto 0;
    max-width      : 278px;
    padding        : 13px;
    min-height     : 52px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    border-radius  : 26px;
    border         : 1px solid #3578EA;
    box-shadow     : 0px 2px 0px 0px rgba(0, 0, 0, 0.02);
    }
    
    @media (max-width: 1024px) {
    #tamplate-gallery .button-o-outline {
      margin-top: 28px;
      min-height: 40px;
      max-width : 232px;
      font-size : 18px;
    }
    }
    
    /* city GALLERY END */
      /*#region Faq Start*/
  #faq.faq {
    padding   : 70px 0;
    background: #fff;
    }
    
    @media (max-width: 1024px) {
    #faq.faq {
    padding: 50px 0;
    }
    }
    
    #faq.faq ul {
    list-style: none;
    }
    
    #faq.faq .section-wrapper {
    max-width: 1440px;
    padding  : 0 64px;
    margin   : 0 auto;
    }
    
    @media (max-width: 1280px) {
    #faq.faq .section-wrapper {
    padding: 0 24px;
    }
    }
    
    @media (max-width: 1024px) {
    #faq.faq .section-wrapper {
    padding: 0 16px;
    }
    }
    
    #faq.faq .section-wrapper .faq-container {
    width : 80%;
    margin: 0 auto;
    }
    
    @media (max-width: 1280px) {
    #faq.faq .section-wrapper .faq-container {
    width: 100%;
    }
    }
    
    @media (max-width: 1024px) {
    #faq.faq .section-wrapper .faq-container {
    padding    : 0;
    padding-top: 32px;
    max-width  : 625px;
    }
    }
    
    @media (min-width: 0) {
    #faq.faq .section-wrapper .faq-container {padding-top: 0;max-width  : 100%;}
    }
    
    #faq.faq .section-wrapper .faq-container .section-title {
    font-size    : 36px;
    margin-bottom: 24px;
    text-align   : center;
    width        : 72%;
    font-family  : "Geologica", sans-serif !important;
    margin       : 0 auto 30px;
    line-height  : normal;
    }
    
    @media (max-width: 1024px) {
    #faq.faq .section-wrapper .faq-container .section-title {
    font-size  : 24px;
    line-height: 34px;
    }
    }
    
    @media (min-width: 0) {
    #faq.faq .section-wrapper .faq-container .section-title {
    display: none;
    }
    }
    
    #faq.faq .section-wrapper .faq-container .mob-v {
    display: none;
    }
    
    @media (min-width: 0) {
    #faq.faq .section-wrapper .faq-container .mob-v {
    display    : block;
    color: #1C244B;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align : center;
    margin-bottom: 43px;
    }
    }
    
    #faq.faq .section-wrapper .faq-container .section-subtitle {
    display: none;
    }
    
    @media (min-width: 0) {
    #faq.faq .section-wrapper .faq-container .section-subtitle {
    display      : block;
    color:  #1C244B;
    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
    }
    }
    
    #faq.faq .section-wrapper .faq-container .tab-item {
    border-radius: 4px;
    border-bottom: 1px solid #E8E9EA;
    padding      : 16px 0;
    }
    
    #faq.faq .section-wrapper .faq-container .tab-item:last-of-type {
    margin-bottom : 0;
    border-bottom : 0px;
    padding-bottom: 0px;
    }
    
    #faq.faq .section-wrapper .faq-container .tab-item:first-of-type {
    padding-top: 0px;
    }
    
    #faq.faq .section-wrapper .faq-container .tab-item .tab-title {
    color       : #353535;
    font-size   : 16px;
    font-style  : normal;
    font-weight : 500;
    line-height : 24px;
    position    : relative;
    cursor      : pointer;
    padding-left: 33px;
    }
    
    #faq.faq .section-wrapper .faq-container .tab-item .tab-title::before {
    content   : url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    position  : absolute;
    top       : 0;
    left      : 0;
    transition: 0.3s;
    }
    
    #faq.faq .section-wrapper .faq-container .tab-item .tab-title::after {
    content         : '';
    position        : absolute;
    top             : 7px;
    left            : 11px;
    height          : 10px;
    width           : 1.5px;
    transform-origin: center;
    background-color: #666666be;
    border-radius   : 2px;
    transition      : all 0.3s;
    transform       : rotate(0deg);
    }
    
    @media (max-width: 1024px) {
    #faq.faq .section-wrapper .faq-container .tab-item .tab-title {
    font-size  : 16px;
    line-height: 26px;
    }
    
    #faq.faq .section-wrapper .faq-container .tab-item .tab-title::before,
    #faq.faq .section-wrapper .faq-container .tab-item .tab-title::after {
    right: 0px;
    }
    }
    
    #faq.faq .section-wrapper .faq-container .tab-item .tab-content {
    max-height  : 0;
    overflow    : hidden;
    color       : #475467;
    font-size   : 16px;
    font-style  : normal;
    font-weight : 400;
    line-height : 24px;
    transition  : margin 0.3s;
    padding-left: 33px;
    }
    
    #faq.faq .section-wrapper .faq-container .tab-item .tab-content a {
    color          : #3578ea;
    text-decoration: underline !important;
    }
    
    #faq.faq .section-wrapper .faq-container .tab-item .tab-content ul {
    list-style-type: decimal;
    padding-left   : 30px;
    margin         : 16px 0;
    display        : flex;
    flex-direction : column;
    gap            : 6px;
    }
    
    #faq.faq .section-wrapper .faq-container .tab-item .tab-content ul ul {
    list-style-type: circle;
    }
    
    #faq.faq .section-wrapper .faq-container .tab-item.active>.tab-title::before {
    content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    }
    
    #faq.faq .section-wrapper .faq-container .tab-item.active>.tab-title::after {
    transform       : rotate(90deg);
    background-color: #3578ea;
    }
    
    #faq.faq .section-wrapper .faq-container .tab-item.active>.tab-title {
    font-weight: 500;
    }
    
    @media (min-width: 0) {
    #faq.faq .section-wrapper .faq-container .tab-item.active>.tab-title {
    border-bottom: none;
    }
    }
    
    #faq.faq .section-wrapper .faq-container .tab-item.active {
    max-height: unset;
    }
    
    #faq.faq .section-wrapper .faq-container .tab-item.active>.tab-content {
    margin-top: 16px;
    }
    
    @media (max-width: 0) {
    #faq.faq .section-wrapper .faq-container .tab-item.active>.tab-content {
    margin: 8px 0 16px;
    }
    }
    
    #faq.faq .section-wrapper .section-img {
    width       : 45%;
    padding-left: 50px;
    height      : 400px;
    }
    
    @media (max-width: 1024px) {
    #faq.faq .section-wrapper .section-img {
    width    : 100%;
    max-width: 100%;
    padding  : 0;
    }
    }
    
    @media (min-width: 0) {
    #faq.faq .section-wrapper .section-img {
    height: 320px;
    }
    }
    
    #faq.faq .section-wrapper .section-img img {
    width          : 100%;
    height         : 100%;
    object-fit     : cover;
    object-position: center center;
    border-radius  : 8px;
    }
    
    #faq.faq .order {
    display      : flex;
    width        : 100%;
    border-bottom: 5px solid #E8E9EA;
    position     : relative;
    }
    
    @media only screen and (min-width: 0) {
    #faq.faq .order {
    display: none;
    }
    }
    
    #faq.faq .order::before {
    content         : '';
    height          : 5px;
    width           : calc(100% / 3);
    background-color: #3578EA;
    position        : absolute;
    bottom          : -5px;
    left            : var(--before-left, 0);
    transition      : left 0.3s ease;
    }
    
    #faq.faq .order-type {
    width          : calc(100% / 3);
    padding        : 15px 0;
    color          : #7E899B;
    font-family    : Inter;
    font-size      : 17px;
    font-weight    : 500;
    display        : flex;
    justify-content: center;
    gap            : 11px;
    cursor         : pointer;
    transition     : all 0.8s ease;
    }
    
    #faq.faq .order-type.active {
    color: #003CA3;
    }
    
    #faq.faq .order-type.active svg {
    fill: #3578EA;
    }
    
    #faq.faq .order-type.active svg path {
    fill: #3578EA;
    }
    
    #faq.faq .faq {
    padding         : 16px;
    background-color: #fff;
    border-radius   : 4px;
    overflow        : hidden;
    }
    
    @media only screen and (max-width: 992px) {
    #faq.faq .faq {
    background-color: transparent;
    padding         : 0;
    }
    }
    
    #faq.faq .faq-accordian {
    opacity         : 0;
    height          : 0;
    overflow        : hidden;
    transition      : opacity 0.8s ease;
    background-color: #fff;
    cursor          : pointer;
    }
    
    @media only screen and (min-width: 0) {
    #faq.faq .faq-accordian {
    opacity      : 1;
    height       : auto;
    margin-bottom: 16px;
    border-radius: 4px;
    border       : 1px solid #E1E1E1;
    padding      : 16px 16px 0 16px;
    }
    
    #faq.faq .faq-accordian-text {
    border-radius: 4px;
    border       : none;
    background   : #FFF;
    opacity      : 0;
    max-height   : 0;
    overflow     : hidden;
    transition   : opacity 0.3s ease, max-height 0.1s ease;
    margin-top   : 16px;
    }
    
    #faq.faq .faq-accordian ul {
    padding: 0;
    }
    }
     #faq.faq .faq-accordian  a{
    color: #3578EA;
    }
    #faq.faq .faq-accordian .order-mob-item {
    display        : flex;
    justify-content: flex-start;
    gap            : 12px;
    align-items    : center;
    position       : relative;
    }
    
    #faq.faq .faq-accordian .order-mob-item p {
    color      : #213343;
    font-size  : 18px;
    font-weight: 500;
    padding-right: 30px;
    }
    
    #faq.faq .faq-accordian .order-mob-item::before {
    content   : url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%23666666" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    position  : absolute;
    top       : 50%;
    right     : 0;
    transition: 0.3s;
    transform : translateY(-50%);
    width     : 24px;
    height    : 24px;
    }
    
    #faq.faq .faq-accordian .order-mob-item::after {
    content         : '';
    position        : absolute;
    top             : 50%;
    right           : 11px;
    height          : 11px;
    width           : 2px;
    transform-origin: center;
    background-color: #666666cb;
    border-radius   : 2px;
    transition      : all 0.3s;
    transform       : rotate(0deg) translate(0, -50%);
    }
    
    @media only screen and (max-width: none) {
    #faq.faq .faq-accordian .order-mob-item {
    display: none;
    }
    }
    
    #faq.faq .faq-accordian.active {
    opacity: 1;
    height : auto;
    padding: 20px;
    }
    
    @media only screen and (min-width: 0) {
    #faq.faq .faq-accordian.active {
    padding   : 16px;
    background: #fff;
    border    : 1px solid #3578EA;
    }
    
    #faq.faq .faq-accordian.active .order-mob-item {
    margin-bottom: 16px;
    }
    
    #faq.faq .faq-accordian.active .order-mob-item p {
    color: #3578EA;
    }
    
    #faq.faq .faq-accordian.active .order-mob-item::before {
    content: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M11.9199 22C17.4199 22 21.9199 17.5 21.9199 12C21.9199 6.5 17.4199 2 11.9199 2C6.41992 2 1.91992 6.5 1.91992 12C1.91992 17.5 6.41992 22 11.9199 22Z" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.91992 12H15.9199" stroke="%233578EA" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    }
    
    #faq.faq .faq-accordian.active .order-mob-item::after {
    transform       : translate(0, -50%) rotate(90deg);
    background-color: #3578ea;
    }
    
    #faq.faq .faq-accordian.active .faq-accordian-text {
    max-height: 100vh;
    opacity   : 1;
    }
    }
    
    /*#endregion Faq End */
     /*#region LIGHTBOX GALLERY POPUP */
  .lightbox {
    position        : fixed;
    display         : none;
    background-color: rgba(35, 37, 40, 0.9);
    top             : 0;
    left            : 0;
    width           : 100%;
    height          : 100%;
    overflow        : hidden;
    z-index         : 1000000000000;
    animation       : fadeIn 0.5s forwards;
    }
    
    .lightbox .lightbox-content {
    width          : 100%;
    height         : calc(100% - 200px);
    padding        : 20px 0;
    display        : flex;
    align-items    : center;
    justify-content: center;
    margin         : 0 auto;
    }
    
    @media (max-width: 1440px) {
    .lightbox .lightbox-content {
    height: calc(100% - 120px);
    }
    }
    
    @media (max-width: 1024px) {
    .lightbox .lightbox-content {
    padding        : 16px;
    justify-content: space-between;
    gap            : 12px;
    }
    }
    
    @media (max-width: 767.98px) {
    .lightbox .lightbox-content {
    padding: 16px 0;
    gap    : 0px;
    }
    }
    
    .lightbox .lightbox-content .gallery-img {
    width    : calc(100% - 64px);
    max-width: 1000px;
    height   : 100%;
    }
    
    @media (max-width: 1440px) {
    .lightbox .lightbox-content .gallery-img {
    max-width: 750px;
    }
    }
    
    @media (max-width: 767.98px) {
    .lightbox .lightbox-content .gallery-img {
    max-width: unset;
    width    : 100%;
    }
    }
    
    .lightbox .lightbox-content .gallery-img img {
    width        : 100%;
    height       : 100%;
    object-fit   : contain;
    display      : block;
    margin       : 0 auto;
    border-radius: 4px;
    }
    
    .lightbox .lightbox-content .lightbox-prev,
    .lightbox .lightbox-content .lightbox-next {
    height         : 100%;
    width          : calc(50% - 500px);
    min-width      : 56px;
    color          : #fff;
    cursor         : pointer;
    display        : flex;
    align-items    : center;
    justify-content: center;
    min-width      : 56px;
    }
    
    @media (max-width: 1440px) {
    
    .lightbox .lightbox-content .lightbox-prev,
    .lightbox .lightbox-content .lightbox-next {
    width: calc(50% - 375px);
    }
    }
    
    @media (max-width: 1024px) {
    
    .lightbox .lightbox-content .lightbox-prev,
    .lightbox .lightbox-content .lightbox-next {
    min-width       : unset;
    width           : 36px;
    height          : 36px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius   : 2px;
    }
    }
    
    @media (max-width: 767.98px) {
    
    .lightbox .lightbox-content .lightbox-prev,
    .lightbox .lightbox-content .lightbox-next {
    position : absolute;
    z-index  : 4;
    top      : 50%;
    transform: translateY(-50%);
    }
    }
    
    @media (min-width: 1025px) {
    .lightbox .lightbox-content .lightbox-prev {
    padding-left: 24px;
    }
    }
    
    @media (max-width: 767.98px) {
    .lightbox .lightbox-content .lightbox-prev {
    left: 16px;
    }
    }
    
    @media (min-width: 1025px) {
    .lightbox .lightbox-content .lightbox-next {
    padding-right: 24px;
    }
    }
    
    @media (max-width: 767.98px) {
    .lightbox .lightbox-content .lightbox-next {
    right: 16px;
    }
    }
    
    .lightbox .lightbox-header {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    padding        : 18px 24px;
    }
    
    @media (max-width: 1024px) {
    .lightbox .lightbox-header {
    padding: 14px 16px;
    }
    }
    
    .lightbox .lightbox-header .lightbox-close {
    cursor: pointer;
    }
    
    .lightbox .lightbox-header .slide-number {
    color      : #d6d7d9;
    text-align : center;
    font-size  : 16px;
    font-style : normal;
    font-weight: 400;
    line-height: 24px;
    }
    
    /*#endregion END OF LIGHTBOX GALLERY POPUP */
     /*#region CITY GOOGLE REVIEWS */
  #google-reviews {
    padding: 44px 0px;
    background-color: #fff;
    }
    
    @media (max-width: 1024px) {
    #google-reviews {
      background-color:#fff;
    padding: 50px 0;
    }
    }
    
    #google-reviews .reviews-wrapper {
    width : calc(100% + 40px);
    margin: 0 -20px 40px;
    }
    
    @media (max-width: 1024px) {
    #google-reviews .reviews-wrapper {
    width : 100%;
    margin: 0 0 40px;
    }
    }
    
    #google-reviews .title {
    color:#1C244B;
    font-family: Inter !important;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align    : center;
    margin-bottom : 40px;
    }
    
    @media (max-width: 767.98px) {
    #google-reviews .title {
    font-size  : 28px;
    font-weight: 600;
    }
    }
    
    #google-reviews .subtitle {
    color        : #172640;
    text-align   : center;
    font-family  : Inter !important;
    font-size    : 16px;
    font-style   : normal;
    font-weight  : 400;
    line-height  : 22.4px;
    margin-bottom: 40px;
    }
    
    #google-reviews .button-blue {
    font-size      : 20px;
    font-weight    : 600;
    line-height    : 32px;
    border-radius  : 26px;
    padding        : 11px 56px;
    width          : 100%;
    max-width      : max-content;
    margin         : 0 auto;
    display        : flex;
    align-items    : center;
    justify-content: center;
    background     : #3578EA;
    box-shadow     : 0px 7px 29px 0px rgba(0, 16, 43, 0.33);
    }
    
    @media (max-width: 1024px) {
    #google-reviews .button-blue {
    font-size  : 18px;
    font-weight: 500;
    line-height: 26px;
    padding    : 8px 50px;
    }
    }
    
    @media (max-width: 767.98px) {
    #google-reviews .button-blue {
    font-weight: 600;
    max-width  : 330px;
    min-height : 52px;
    }
    }
    
    #google-reviews .ti-header.source-Google.ti-clickable-link {
    display: none !important;
    }
    
    /*#endregion CITY GOOGLE REVIEWS END */
       /* GALLERY POPUP */
  .gallery-popup {
    position       : fixed;
    top            : 0;
    left           : 0;
    width          : 100%;
    height         : 100%;
    background     : #232528e6;
    z-index        : 10000000000;
    flex-direction : column;
    align-items    : center;
    justify-content: flex-start;
    display        : none;
    overflow-y     : auto;
    }
    
    .gallery-popup.active {
    display  : flex;
    animation: fadeIn 0.5s forwards;
    }
    
    .gallery-popup .g_popup--header {
    padding        : 18px 24px;
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    width          : 100%;
    }
    
    @media (max-width: 1024px) {
    .gallery-popup .g_popup--header {
    padding: 14px 16px;
    }
    }
    
    .gallery-popup .g_popup--header .image-count {
    font-size  : 16px;
    font-weight: 400;
    line-height: 24px;
    color      : #d6d7d9;
    }
    
    .gallery-popup .g_popup--header .close-g_popup {
    background: transparent;
    width     : 24px;
    height    : 24px;
    border    : none;
    outline   : none;
    padding   : 0;
    }
    
    .gallery-popup .g_popup--header .close-g_popup img {
    width     : 100%;
    height    : 100%;
    object-fit: contain;
    }
    
    .gallery-popup .g_popup--body {
    width          : 100%;
    display        : flex;
    align-items    : center;
    justify-content: center;
    padding        : 20px 0px;
    height         : calc(100% - 200px);
    }
    
    @media (max-width: 1440px) {
    .gallery-popup .g_popup--body {
    height: calc(100% - 120px);
    }
    }
    
    @media (max-width: 1024px) {
    .gallery-popup .g_popup--body {
    padding        : 16px;
    justify-content: space-between;
    gap            : 12px;
    }
    }
    
    @media (max-width: 767.98px) {
    .gallery-popup .g_popup--body {
    gap    : 0;
    padding: 16px 0;
    }
    }
    
    .gallery-popup .g_popup--body .gallery-image {
    width    : calc(100% - 64px);
    max-width: 1000px;
    height   : 100%;
    }
    
    @media (max-width: 1440px) {
    .gallery-popup .g_popup--body .gallery-image {
    max-width: 750px;
    }
    }
    
    @media (max-width: 767.98px) {
    .gallery-popup .g_popup--body .gallery-image {
    width    : 100%;
    max-width: unset;
    }
    }
    
    .gallery-popup .g_popup--body .gallery-image img {
    width        : 100%;
    height       : 100%;
    object-fit   : contain;
    border-radius: 4px;
    }
    
    .gallery-popup .g_popup--body .g_nav--button {
    min-width      : 56px;
    width          : calc((100% - 1000px) / 2);
    height         : 100%;
    border         : none;
    outline        : none;
    background     : transparent;
    display        : flex;
    align-items    : center;
    justify-content: center;
    }
    
    @media (max-width: 1440px) {
    .gallery-popup .g_popup--body .g_nav--button {
    width: calc((100% - 750px) / 2);
    }
    }
    
    @media (max-width: 1024px) {
    .gallery-popup .g_popup--body .g_nav--button {
    min-width    : unset;
    width        : 36px;
    height       : 36px;
    background   : #00000080;
    border-radius: 2px;
    }
    }
    
    @media (max-width: 767.98px) {
    .gallery-popup .g_popup--body .g_nav--button {
    position : absolute;
    z-index  : 4;
    top      : 50%;
    transform: translateY(-50%);
    }
    }
    
    .gallery-popup .g_popup--body .g_nav--button.disabled {
    pointer-events: none;
    opacity       : 0.5;
    }
    
    @media (min-width: 1025px) {
    .gallery-popup .g_popup--body .g_nav--button.g_nav-next {
    padding-right: 24px;
    }
    }
    
    @media (max-width: 767.98px) {
    .gallery-popup .g_popup--body .g_nav--button.g_nav-next {
    right: 16px;
    }
    }
    
    @media (min-width: 1025px) {
    .gallery-popup .g_popup--body .g_nav--button.g_nav-prev {
    padding-left: 24px;
    }
    }
    
    @media (max-width: 767.98px) {
    .gallery-popup .g_popup--body .g_nav--button.g_nav-prev {
    left: 16px;
    }
    }
    
    .gallery-popup .g_popup--body .g_nav--button svg {
    width : 32px;
    height: 32px;
    }
    
    .gallery-popup .g_popup--body .g_nav--button svg g rect {
    transition: 0.3s;
    }
    
    .gallery-popup .g_popup--body .g_nav--button:hover svg g rect {
    fill: #fff;
    }
    
    /* GALLERY POPUP END */

    #tamplate-info {
      background-color: #fff;
      padding: 74px 0;
    }
    #tamplate-info .blocks{
      width: 100%;
     display: flex;
     flex-direction: column;
     align-items: center;
     gap: 32px;
    }
     #tamplate-info .block {
      width: 100%;
      border: 1px solid #F4F5F6;
    background: #FFF;
    box-shadow: 0 9px 26px 0 rgba(0, 0, 0, 0.05);
      display: flex;
      align-items: center;
    }
    
    #tamplate-info .image {
      width: 40%;
    }
    #tamplate-info .image img {
      width: 100%;
    }
    
     #tamplate-info .content {
      width: 60%;
      padding: 25px 35px;
     }
     #tamplate-info .content h2 {
      color: #172640;
    font-family: Inter;
    font-size: 28px;
    font-weight: 600;
    line-height: 44.8px;
    margin-bottom: 16px;
    }
     #tamplate-info .content h3 {
      color: #172640;
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 44.8px;
    margin-bottom: 10px;
    }
    
    #tamplate-info .content p {
      color: #354156;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    margin-bottom: 10px;
    }
    #tamplate-info .content ul {
     list-style: disc;
     padding-left: 20px;
    }
    #tamplate-info .content ul li {
      color: #354156;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    margin-bottom: 10px;
    }
    #tamplate-info .content ul li b{
    font-weight: 500;
    }
    @media (max-width: 767.98px) {
      #tamplate-info .block .content {
        overflow: hidden;
        min-height: 65px;
        max-height: 0;
        transition: max-height 0.3s ease;
      }
    
      #tamplate-info .block .content h2 {
        cursor: pointer;
        font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20.72px;
      }
      #tamplate-info .block.active .content h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 44.8px;
    margin-bottom: 16px;
      }
    }

 #ywpbody .dn-background-container{
    z-index:-1 !important
  }

 /* Başlanğıc stillər */
.dn-grid-item-container {
  position: relative;
  overflow: hidden;
  width: 25%;
}

/* Overlay üçün */
.dn-grid-item-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0.20) 0%, rgba(0,0,0,0.20) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

/* Button üçün stil */
.dn-grid-item-container .customize-btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 18px;
  background: white;
  color: #007bff;
  border-radius: 20px;
  border: 1px solid #007bff;
  font-weight: bold;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 2;
}

/* Hover zamanı overlay və button görünür */
.dn-grid-item-container.hovered::after {
  opacity: 1;
}

.dn-grid-item-container.hovered .customize-btn {
  opacity: 1;
  pointer-events: auto;
}
.dn-grid-item-container .customize-btn:hover{
  color: white;
  background: #007bff;
}

.load-more-btn {
  display: block;
  margin: 44px auto;
  padding: 18px 30px;
  border: 1px solid #3b82f6;
  border-radius: 30px;
  background: white;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #3578EA;
text-align: center;
font-family: Inter;
font-size: 20px;
font-weight: 600;
line-height: 22px;
}

.load-more-btn:hover {
  background: #3b82f6;
  color: white;
}
