/** Shopify CDN: Minification failed

Line 853:0 Unexpected "{"
Line 853:1 Expected identifier but found "%"
Line 855:45 Unexpected "{"
Line 855:46 Expected identifier but found "%"
Line 858:4 Unexpected "{"
Line 858:5 Expected identifier but found "%"
Line 858:35 Unexpected "{"
Line 858:36 Expected identifier but found "%"
Line 908:0 Unexpected "{"
Line 908:1 Expected identifier but found "%"
... and 2 more hidden warnings

**/
:root {
  --primary-color:#5280B2;
  --secondary-color:#E8F2FC;
  --base-color:#B1D4F6;
  --white-color:#fff;
  --black-color:#000;
  --primary-font:"Georgia", serif;
  --secondary-font:"Poppins", sans-serif;
  --base-font:"Lexend", sans-serif;
}
body{
    font-size:16px;
    color:var(--black-color);
}
h1 {
    font-size: 60px;
    /* color: var(--white-color); */
    font-family: var(--primary-font);
    font-weight:700;
    line-height: normal;
}
h2 {
    font-size: 40px;
    color: var(--black-color);
    font-family: var(--primary-font);
    font-weight: 700;
    line-height: normal;
    margin: 0 0 30px;
}
h3 {
    font-size: 35px;
    color: var(--black-color);
    font-family: var(--primary-font);
    font-weight: 700;
    line-height: normal;
    margin: 0 0 16px;
}
h4 {
    font-size: 32px;
    color: var(--black-color);
    font-family: var(--primary-font);
    font-weight: 400;
    line-height: normal;
    margin: 0 0 16px;
}
h5 {
    font-size: 22px;
    color: var(--black-color);
    font-family: var(--primary-font);
    font-weight:700;
    line-height: 28px;
}
h1 span,h2 span{
    color: var(--base-color);
}

a{
    transition: 0.5s all ease-in-out;
}
a:hover{
    text-decoration:none !important;
}
.banner-title h1,.inner-banner-title h1 {
    color: var(--white-color);
}
.blue-arrow-btn {
    background: var(--primary-color);
    padding: 6px 6px 6px 20px;
    text-decoration: none;
    color: var(--white-color) !important;
    font-size: 18px;
    font-family: var(--secondary-font);
    position: relative;
    border-radius: 6px;
    display: inline-flex;
    gap: 25px;
    justify-content: space-between;
    align-items: center;
}
.blue-arrow-btn:hover {
    background: var(--black-color);
}
.blue-arrow-btn span {
    background: var(--base-color);
    padding: 10px 13px;
    position: relative;
    display: inline-flex;
    border-radius: 50%;
}
.text-center {
    text-align: center;
}
.sec-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
.mar-o{
    margin:0
}
.line-br{
    display:block;
}
.text-light{
    color:var(--white-color);
}
.template-product #MainContent, .template-cart #MainContent {
    padding-top: 150px;
}

/* --------------------
 Header Style 
 --------------------*/

.header.custom-h.header--middle-left {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background:rgba(177, 212, 246, 0.5);
    padding: 2px 35px !important;
    border-radius: 16px;
    top: 40px;
}
.desktop-localization-wrapper {
    align-items: center;
    justify-content: center;
    display: flex;
}
.header-aus-selector {
    display: flex;
    gap: 10px;
    margin-right: 9px;
    margin-bottom: 0;
}
span.aus-text {
    font-weight: bold;
    font-family: var(--base-font);
}
.custom-h .list-menu li a {
    font-size: 18px;
    font-family: var(--base-font);
    padding: 0;
}
.custom-h .list-menu li a .header__active-menu-item {
    text-decoration: none;
    color: var(--base-color);
}
.custom-h .list-menu {
    display: flex;
    gap: 60px;
}


/* -------------------- 
Banner Style
 --------------------*/

.main-banner .banner__box {
    background: transparent;
}
.main-banner .banner__box {
    background: transparent;
    padding: 0 !important;
    max-width: fit-content;
}
.banner-text-content ul {
    display: flex;
    font-size: 30px;
    color: var(--white-color);
    font-family: var(--primary-font);
    justify-content: center;
    gap: 20px 35px;
    padding: 0;
    list-style-type: none;
    flex-wrap: wrap;
    line-height: normal;
}
.banner-text-content ul li {
  position: relative;
  padding-left: 30px;
}

.banner-text-content ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 15px;
    height: 15px;
    background: var(--base-color);
    border-radius: 50%;
}


/* -------------------- 
Choose Section 
 --------------------*/
.why-choose-section {
    text-align: center;
}
.choose-blocks-area {
    display: grid;
    justify-content: space-between;
    text-align: center;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.choose-block p {
    margin: 9px 0 0;
}

/* -------------------- 
Testimonial Section 
 --------------------*/

.testimonial-section{
text-align:center;
}
/* SLIDES */
.testimonial-section .swiper-slide{
/* opacity:0.6; */
transform:scale(0.9);
transition:0.3s;
}
.testimonial-section .swiper-slide-active{
opacity:1;
transform:scale(1);
}
/* CARD */
.testimonial-section .testtimnial-card {
    background: url(../assets/testimonial-bg.png);
    color: #000;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 55px 50px 157px 64px;
}
/* CENTER DARK */
.testimonialSlider .swiper-wrapper {
    align-items: center;
}
.testimonial-section .swiper-slide-active .testtimnial-card {
    background: url(../assets/active-testimonial.png);
    color: #fff;
    transform: scale(1.05);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 43px 40px 130px;
}
.testtimnial-card h4 {
    font-size: 24px;
    font-family: var(--secondary-font);
    font-weight: bold;
    margin: 0;
}
.testtimnial-card p {
    line-height: normal;
    font-size: 16px;
    margin: 0;
}
.testimonial-section .swiper-slide-active .testtimnial-card h4 {
    color: var(--white-color);
}
/* AVATAR */
.testimonial-section .avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 10px;
    object-fit: cover;
    margin-top: -30px;
}
.testimonial-section .swiper-slide-active .testtimnial-card .avatar {
    margin: 0;
}
/* QUOTE */
.testimonial-section .quote {
    display: none;
    font-size: 50px;
    line-height: 1;
    margin: 4px 0 -5px;
    font-weight: 700;
    font-family: auto;
}
.testimonial-section .swiper-slide-active .quote{
display:block;
color:white;
}
/* NAVIGATION */
.nav{
/* margin-top:40px; */
display:flex;
justify-content:center;
gap:20px;
}
.prev,
.next{
width:45px;
height:45px;
border-radius:50%;
border:1px solid #5a7fa8;
display:flex;
align-items:center;
justify-content:center;
cursor:pointer;
}
.testimonial-section h2, .testimonial-section p {
    margin: 0  0 10px;
}
/* -------------------- 
Image Section 
 --------------------*/
.img-sec img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
/* -------------------- 
FAQs Section 
 --------------------*/
.faq-sec .collapsible-content-wrapper-narrow {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    max-width: inherit!important;
    padding: 0!important;
    width: 100%;
    text-align: left;
    align-items: center;
    gap: 60px;
}
.faq-sec h2 {
    text-align: left;
}
.faq-sec .accordion .svg-wrapper {
    display: none;
}
.collapsible-content summary:hover {
    background: inherit !important;
    text-decoration: none;
}
.collapsible-content summary:hover .accordion__title {
    text-decoration: none !important;
}
.faq-sec details[open] h3 {
    font-weight: bold;
}
.faq-sec .accordion__title,.faq-sec .accordion__content {
    font-size: 16px;
    font-family: var(--secondary-font);
    line-height:32px;
    font-weight:400;
}
.faq-sec .accordion {
    border-bottom: 1px solid #000 !important;
    margin-bottom: 0 !important;
}
/* Remove default browser arrow */
summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

summary::-webkit-details-marker {
  display: none;
}

.faq-toggle-icon::before {
  content: "+";
  font-size: 22px;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* When open → show minus */
details[open] .faq-toggle-icon::before {
  content: "−";
}
.template-page-faqs .faq-sec .collapsible-content-wrapper-narrow {
    display: inherit;
    max-width: 700px !important;
}
/* -------------------- 
Collection Section 
 --------------------*/
.customize-product-sec .card__information h3 {
    font-size: 20px;
    font-family: var(--primary-font);
    font-weight: 700;
    color: var(--black-color);
}
.customize-product-sec .card-information .price {
    font-size: 16px;
    font-weight: bold;
}
.customize-product-sec .card__information p {
    margin: 6px 0;
    padding: 0;
    line-height: normal;
}
.customize-product-sec p.blue-arrow-btn {
    color: var(--white-color);
    justify-content: center !important;
    width: 100%;
    padding: 6px;
    gap: 10px;
}
.customize-product-sec .grid__item:hover p.blue-arrow-btn {
    background: black;
}
.customize-product-sec .product-grid {
    justify-content: center;
    gap: 50px;
}
.customize-product-sec .grid__item {
    padding: 20px 20px 0;
    border: 1px solid rgba(82, 128, 178, 0.1);
    border-radius: 16px;
}
/* -------------------- 
Newsletter Section 
 --------------------*/
.newsletter-sec {
    background: rgba(177, 212, 246, 0.4);
}
.news-content-area {
    padding: 50px 0;
}
.newstter-form-inner {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    gap: 40px;
    align-items: flex-end;
}
.news-content-area >p {
    margin: 0 0 34px;
}
.newsletter-img img {
    width: 100%;
    height: 100%;
    display: block;
}
.custom-field input {
    background: transparent;
    border: none;
    border-bottom: 2px solid;
    padding: 8px 0;
    max-width: 295px;
    width: 100%;
    color: var(--black-color);
    font-size: 16px;
}
.custom-field input:focus {
    outline: none;
    box-shadow: none;
}
.newsletter-btn {
    background: var(--primary-color);
    border: none;
    color: var(--white-color);
    border-radius: 16px;
    padding: 8px 35px;
    font-size: 18px;
    font-family: var(--secondary-font);
    font-weight: 700;
    cursor: pointer;
     transition: 0.5s all ease-in-out;
}
.newsletter-btn:hover {
    background: var(--black-color);
}
.newsletter-form.customize-form .custom-field {
    gap: 20px;
    display: flex;
}
/* -------------------- 
Inner Banner Section 
 --------------------*/
 .inner-banner {
    position: relative;
}
.inner-banner-image img {
    width: 100%;
    object-fit: contain;
    height: 100%;
    display: block;
}
.inner-banner-image {
    position: relative;
}
.inner-banner-title {
    position: absolute;
    /* top: 0; */
    bottom: 30%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}
.inner-banner-title h1 {
    margin: 0;
}
.inner-banner-image::before {
    content: "";
    position: absolute;
    background: var(--black-color);
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
/* -------------------- 
Footer Section 
 --------------------*/
.f-top {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 100px;
}
.f-area {
    background: #5e5e5e;
    color: var(--white-color);
    padding: 135px 0;
}
.f-content-area h2 {
    font-size: 95px;
    color: var(--white-color);
    font-weight: 400;
    margin-bottom: 20px;
}
.f-content-area h4 {
    font-size: 32px;
    font-weight: 700;
    color: var(--white-color);
    font-family: var(--secondary-font);
    margin: 0;
}
.f-content-area p {
    font-size: 24px;
    line-height: normal;
    margin: 10px 0 0;
}
.field-grid.custom-field {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    margin-bottom: 45px;
}
.field-grid.custom-field input,.field-row.custom-field textarea {
    background: transparent;
    border: none;
    border-bottom: 2px solid #fff;
    padding: 8px 0;
    max-width: none;
    width: 100%;
    color: var(--white-color);
    font-size: 16px;
}
.field-row.custom-field textarea {
    height: 45px;
    width: 100%;
    max-width: none;
}
.field-row.custom-field textarea:focus {
    outline: none;
    box-shadow: none;
}
.f-contact input::placeholder,
.f-contact textarea::placeholder {
  color: var(--white-color);
   font-size: 16px;
   font-family: var(--secondary-font);
  /*font-weight: 400;
  opacity: 1; Important for Safari */
}
button.blue-arrow-btn {
    border: none;
    cursor: pointer;
    transition: 0.5s all ease-in-out;
    margin-top: 15px;
}
.f-grid-area {
    display: grid;
    grid-template-columns: 0.6fr 1.2fr;
    gap: 12px;
    margin-top: 70px;
}
.f-grid-item img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}
.f-grid-item.second-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0px 10px;
}
.f-bottom {
    display: flex;
    justify-content: space-between;
    background: #ffffff1a;
    border-radius: 60px;
    padding: 20px 40px;
    align-items: center;
    gap: 10px;
    margin-top: 130px;
}
.f-logo a img, .f-logo a {
    max-width: 350px!important;
    width: 100%!important;
    height: 100%;
}
.f-menu ul {
    list-style: none;
    display: flex;
    gap: 30px;
    font-size: 18px;
    color: var(--white-color);
    line-height: normal;
}
.f-menu ul li a {
    text-decoration: none;
    font-size: 18px;
    color: var(--white-color);
}
.f-menu ul li a:hover {
    color: var(--primary-color);
}
/* -------------------- 
About US Page 
 --------------------*/
.template-page-about-us #shopify-section-template--17424851894406__why_choose_rkbgKi {
    background:rgba(177, 211, 246, 0.1);
}
.welcome-inner {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 100px;
    align-items: flex-start;
}
.welcome-img img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}
.welcome-text strong {
    color: var(--base-color);
    font-family: var(--primary-font);
    font-size: 20px;
}
/* -------------------- 
Contact US Page 
 --------------------*/
.contact-form-area .contact-form .custom-field input,.contact-form-area  .contact-form .custom-field textarea {
    border: 1px solid #000;
    padding: 10px;
    border-radius: 6px;
    max-width: none;
    color: #000;
}
.contact-form-area .contact-form .custom-field textarea {
    height: 100%;
    width: 100%;
    max-width: none;
    min-height: 150px;
}
.contact-form-area .contact-form .custom-field {
    gap: 8px;
    margin-bottom: 10px;
}
.contact-form-area .contact-form button.blue-arrow-btn {
    margin-top: 5px;
}
.contact-form-area .contact-form input::placeholder,
.contact-form-area .contact-form textarea::placeholder {
  color: var(--black-color);
   font-size: 16px;
   font-family: var(--secondary-font);
  /*font-weight: 400;
  opacity: 1; Important for Safari */
}
.contact-form-area {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 100px;
}
.contact-map {
    margin: 50px 0;
}
.contact-details a {
    color: var(--black-color);
    font-size: 18px;
    padding: 18px 50px;
    background: var(--base-color);
    border-radius: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    line-height: normal;
}
.contact-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-details a img {
    height: 22px;
    width: auto;
}
.contact-details a:nth-child(2) {
    background: var(--primary-color);
    color: var(--white-color);
}
.contact-form-area h2 {
    margin-bottom: -8px;
}
/* -------------------- 
Shop Page Style
 --------------------*/
.template-page-shop .customize-product-sec .product-grid {
    justify-content: start;
    gap: 50px;
}
.template-page-shop .collection__title h2 {
    text-align: left;
    margin-bottom: 15px;
}
.template-page-shop .collection__title h2 span {
    color: var(--primary-color);
}
#collection-template--18289332617350__featured_collection_MzKdBL {
    background: rgba(177, 211, 246, 0.1);
}
.template-page-shop .card__inner {
    height: 100%;
    object-fit: contain;
}
div#collection-template--18289332617350__featured_collection_A8fXPU p.blue-arrow-btn {
    display: none;
}
.quick-add__submit {
    padding: 4px 8px;
    border-radius: 8px;
    background: var(--primary-color);
    color: var(--white-color);
    gap: 14px;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    outline: none;
    border: none;
    box-shadow: none;
}
.quick-add__submit.button:focus-visible, .quick-add__submit.button:focus, .quick-add__submit.button:hover {
    outline: 0 !important;
    box-shadow: none;
    border: none;
}
.quick-add__submit.button::after{
    display:none;
}
.work-sec {
    padding: 80px 0;
    background: rgba(177, 211, 246, 0.1);
}
.work-detail-area {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    gap: 23px;
    align-items: flex-start;
}
.work-detail-tab {
    border: 1px solid #626262;
    padding: 25px;
    border-radius: 8px;
}
.work-detail-area .work-detail-tab:nth-child(odd) {
    margin-top: 23px;
}
.work-detail-tab h6 {
    font-size: 18px;
    line-height: normal;
    margin: 8px 0 0;
}
.work-detail-area .work-detail-tab:nth-child(2) {
    background: var(--primary-color);
}
.work-detail-area .work-detail-tab:nth-child(2) h6 {
    color: #fff;
}
.work-sec h2 span {
    color: var(--primary-color);
}
.collection__title h2 strong {
    color: var(--primary-color);
}










.feature-flavour-section {
    background: #b1d3f61a;
    position: relative;
}
.feature-flavour-section::before {
    position: absolute;
    content: "";
    background: url(../assets/bg-right.png) no-repeat;
    right: 0;
    width: 200px;
    height: 250px;
    top: 10px;
     object-fit: cover;
    background-size: contain;
}
.feature-flavour-section::after {
    position: absolute;
    content: "";
    background: url(../assets/bg-left.png) no-repeat;
    left: 0;
    width: 200px;
    height: 250px;
    bottom: 20px;
    object-fit: cover;
    background-size: contain;
}
{% comment %} .feature-flavour-heading{text-align:center;font-size:34px;margin-bottom:60px}

.feature-flavour-heading span{color:#5a7fa7} {% endcomment %}
.feature-flavour-heading {
    text-align: center;
    {% comment %} font-size: 34px; {% endcomment %}
    margin-bottom: 50px;
}
.feature-flavour-slider-wrapper{max-width:990px;margin:auto;overflow:hidden;position:relative}

.feature-flavour-slides{display:flex;transition:.4s}

.feature-flavour-slide{min-width:100%}

.feature-flavour-grid {
    display: grid;
    align-items: center;
    gap: 50px;
    grid-template-columns: 0.9fr 1.1fr;
}
.feature-flavour-left img {
    width: 100%;
}
.feature-flavour-arrows::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    background: #000000;
    top: 50%;
    z-index: -1;
}
.feature-flavour-arrows::after {
    position: absolute;
    content: "";
    background: #fff;
    height: 100%;
    top: 0;
    width: 170px;
    z-index: -1;
}


.feature-flavour-title {
    /* font-size: 24px; */
    /* margin-bottom: 5px; */
    font-weight: 700;
}

.feature-flavour-subtitle {
    /* font-size: 12px; */
    margin: 10px 0;
}

{% comment %} .feature-flavour-text{font-size:14px;line-height:1.6} {% endcomment %}

a.feature-flavour-shop.blue-arrow-btn {
    background: transparent;
    color: var(--primary-color) !important;
    padding: 0;
    gap: 10px;
    font-weight: 600;
}
.feature-flavour-shop.blue-arrow-btn span {
    padding: 4px 8px;
}

.feature-flavour-thumbs{display:flex;gap:10px;margin-top:20px}

.feature-flavour-thumbs img{width:55px}

.feature-flavour-nav{margin-top:40px;text-align:center}

.feature-flavour-line{height:1px;background:#c8d7e5;width:260px;margin:0 auto 10px}

.feature-flavour-arrows {
    display: flex;
    justify-content: center;
    gap: 12px;
    position: relative;
}

.feature-flavour-prev,.feature-flavour-next{width:44px;height:44px;border-radius:50%;border:1px solid #9fb8cf;background:#fff;cursor:pointer;font-size:22px;color:#5a7fa7;display:flex;align-items:center;justify-content:center;transition:.3s}

.feature-flavour-prev:hover, .feature-flavour-next:hover {
    /* background: #5a7fa7; */
    color: #fff;
    opacity: 0.7;
}
a.blue-arrow-btn.browse-btn {
    margin-top: 30px;
}


@media(max-width:768px){
.feature-flavour-left img{width:260px}
.feature-flavour-grid {
    gap: 30px;
    grid-template-columns: 1fr;
    text-align: center;
}
.feature-flavour-thumbs {
    justify-content: center;
}
.feature-flavour-section::after,.feature-flavour-section::before {
    z-index: -11;
    opacity: 0.5;
}
}
/* Media Queries */

@media screen and (min-width: 1360px) {
    /* .header.custom-h{
        padding:0 !important;
    } */

    .f-area .page-width {
    padding: 0;
}
}
@media screen and (max-width: 1360px) {
    
/* --------------------
 Header Style 
 --------------------*/
.header.custom-h.header--middle-left {
    width: 96%;
}
/* --------------------
 Banner Style 
 --------------------*/
}
@media screen and (max-width: 1199px) {

h1 {
    font-size: 45px;
}
h2 {
    font-size: 35px;
}
.sec-padding {
    padding-top: 80px;
    padding-bottom: 80px;
}
/* --------------------
 Header Style 
 --------------------*/

/* --------------------
 Testimonial Style 
 --------------------*/
.testimonial-section .swiper-slide-active .testtimnial-card {
    background-size: auto;
    padding: 43px 95px 130px;
}
.testimonial-section .testtimnial-card {
    padding: 99px 50px 193px 76px;
    background-size: 85%;
}
/* --------------------
 Footer Style 
 --------------------*/
.f-content-area h2 {
    font-size: 60px;
}
.f-area {
    padding: 80px 0;
}
.f-content-area h4 {
    font-size: 24px;
}
.f-content-area p {
    font-size: 20px;
}
.f-menu ul li a {
    font-size: 16px;
}
.f-menu ul {
    gap: 20px;
}
.f-logo a img, .f-logo a {
    max-width: 240px!important;
}
.f-bottom {
    margin-top: 80px;
}

.contact-details {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
}
@media screen and (max-width: 991px) {

.sec-padding {
    padding-top: 60px;
    padding-bottom: 60px;
}
/* --------------------
 Header Style 
 --------------------*/
.custom-h .list-menu {
    gap: 20px;
    display: flex;
    flex-direction: column;
    padding: 0 30px;
}
/* --------------------
 Banner Style 
 --------------------*/
.banner-content {
    padding-top: 120px;
}
.banner-text-content ul {
    font-size: 25px;
    gap: 20px 25px;
}
/* --------------------
 Why Choose Style 
 --------------------*/
.choose-blocks-area {
    grid-template-columns: 1fr 1fr;
}

.faq-sec h2 {
    text-align: center;
}
.faq-sec .collapsible-content-wrapper-narrow {
    grid-template-columns: 1fr;
    gap: 15px;
}

/* --------------------
 Footer Style 
 --------------------*/
 .newstter-form-inner {
    grid-template-columns: 1fr;
    gap: 0px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.newsletter-form.customize-form .custom-field {
    gap: 20px;
    justify-content: center;
}
.field-grid.custom-field {
    gap: 25px;
    margin-bottom: 25px;
}
.f-top {
    grid-template-columns: 1fr;
    gap: 60px;
}
.f-bottom {
    margin-top: 60px;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
}
.f-menu ul {
    font-size: 16px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}

.contact-form-area {
    grid-template-columns: 1fr;
    gap: 40px;
    justify-content: center;
}
.contact-img {
    text-align: center;
}
.contact-details a {
    font-size: 16px;
    padding: 14px 25px;
}
.inner-banner-image img {
    min-height: 380px;
    height: 100%;
    object-fit: cover;
}
.welcome-inner {
    grid-template-columns: .9fr 1.1fr;
    gap: 30px;
}
.work-sec {
    padding: 60px 0;
}
.work-detail-tab h6 {
    font-size: 16px;
    line-height: 20px;
    margin: 8px 0 0;
}
.work-detail-tab {
    padding: 18px;
}
.work-detail-area {
    grid-template-columns: 1fr 1fr;
}
.work-detail-area .work-detail-tab:nth-child(odd) {
    margin-top: 0;
}

div#menu-drawer {
    left: -5%;
    width: 108%;
    background: var(--base-color);
}
.custom-h .list-menu {
    padding: 0 40px;
}
}

@media screen and (max-width: 950px) {
.testimonial-section .swiper-slide-active .testtimnial-card {
    padding: 40px 95px 147px;
    max-width: 273px;
    margin: 50px auto 30px;
}
.testimonial-section .testtimnial-card {
    background-size: auto;
    padding: 40px 95px 147px;
    max-width: 273px;
    margin: 50px auto 30px;
    scale: none;
}
}

@media screen and (max-width: 750px) {

h1 {
    font-size: 35px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 26px;
}
/* --------------------
 Header Style 
 --------------------*/

/* --------------------
 Banner Style 
 --------------------*/
.banner-text-content ul {
    font-size: 20px;
    gap: 16px 20px;
}
.banner-text-content ul li {
    padding-left: 20px;
}
.banner-text-content ul li:before {
    top: 5px;
    width: 11px;
    height: 11px;
}
.banner-content {
    padding: 150px 20px 30px;
}
.f-content-area h2 {
    font-size: 40px;
}
.f-content-area h4 {
    font-size: 20px;
}
.f-area {
    padding: 60px 0;
}


.inner-banner-image img {
    min-height: 310px;
}
}

@media screen and (max-width: 575px) {

h1 {
    font-size: 28px;
}
h2 {
    font-size: 25px;
}
h3 {
    font-size: 24px;
}
.blue-arrow-btn {
    padding: 6px 6px 6px 15px;
    font-size: 16px;
    gap: 15px;
}
.blue-arrow-btn span {
    padding: 7px 10px;
}
/* --------------------
 Header Style 
 --------------------*/
.header.custom-h.header--middle-left {
    top: 20px;
}
.header__heading-logo-wrapper img {
    min-width: 140px;
    width: 100%;
    aspect-ratio: unset !important;
    overflow-clip-margin: inherit !important;
}
/* --------------------
 Banner Style 
 --------------------*/
.banner-text-content ul {
    font-size: 16px;
    gap: 10px 20px;
}
/* --------------------
 Choose Style 
 --------------------*/
.choose-blocks-area {
    grid-template-columns: 1fr;
}

.testimonial-section .swiper-slide-active .testtimnial-card,.testimonial-section .testtimnial-card {
    padding: 40px 50px 128px;
    max-width: 273px;
    margin: 25px auto 15px;
    background-size: 85%;
}
.testtimnial-card h4 {
    font-size: 18px;
}
.testimonial-section .quote {
    font-size: 25px;
    margin: 0px 0 -5px;
}
.testtimnial-card p {
    font-size: 14px;
}

.newsletter-form.customize-form .custom-field {
    justify-content: center;
    flex-wrap: wrap;
}

.contact-img img {
    width: 100%;
    object-fit: cover;
}
.contact-form-area .contact-form .custom-field {
    grid-template-columns: 1fr;
}
.inner-banner-title {
    bottom: 20%;
}
.inner-banner-image img {
    min-height: 190px;
}
.welcome-inner {
    grid-template-columns: 1fr;
}
.work-detail-area {
    grid-template-columns: 1fr;
}
}



