@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Montserrat", sans-serif !important;
}

.hero h1, .page-hero h1 {
    font-size: 58px !important;
    line-height: 62px !important;
    font-weight: 800;
}

.services-images{
	width: 100%;
    border-radius: 8px;
    height: 180px;
    object-fit: cover;
}






/*------------- About us section ------------------*/
.about-section {
  padding: 85px 0 80px;
}
.align-items-center {
  align-items: center !important;
}
.about-content {
  padding-right: 40px;
}
.section-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.section-label--left {
  justify-content: flex-start;
}

.section-label__text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #111214;
  white-space: nowrap;
}

.section-label__line {
  flex: 0 0 130px;
  height: 1px;
  background-color: #d6d4cf;
  background: #d6d4cf;
}
.section-label__line--short {
  width: 50px;
}

.about-content .section-desc {
  margin-bottom: 32px;
}
.section-desc {
  font-style: 14px;
  font-weight: 300;
  line-height: 1.5em;
  margin: 0;
  max-width: 600px;
}

.about-features {
  margin-top: 20px;
  margin-bottom: 0;
}
.about-feature {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
.about-feature__icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff6112;
  border-radius: 100px;
  margin-bottom: 20px;
}

.about-feature__title {
  color: #111214;
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 600;
}

.about-feature__desc {
  font-size: 14px;
  font-weight: 400;
  color: #3e332b;
  margin: 0;
  line-height: 25px;
}

.about-feature__icon svg {
  width: 35px;
  height: 35px;
  stroke: #fff;
}

.about-cta {
  display: flex;
  align-items: center;
  gap: 5px;
  border-top: 1px solid #ede8d9;
  margin-top: 30px;
  padding-top: 30px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  padding: 14px 30px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  background-color: #ff6112;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.25s, box-shadow 0.25s;
  cursor: pointer;
}

.about-video {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-video__btn {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #362d27;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s;
}

.about-video__btn svg {
  width: 16px;
  height: 16px;
  fill: #362d27;
  margin-left: 2px;
  transition: fill 0.2s;
}

.about-video__text {
  display: flex;
  flex-direction: column;
}

.about-images {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}

.about-images__main {
  flex: 1.2;
  min-height: 530px;
  border-radius: 14px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.about-images__secondary {
  flex: 0.8;
  min-height: 385px;
  margin-top: 80px;
  border-radius: 14px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/*------------- About us section ------------------*/


/*------------------- For Footer Down Button ---------------------------------*/
    .ab-30{
        filter: invert(1);
        width: 22px;
        height: 22px;
        margin: 0 auto;
        display: block;
    }
    @media screen and (max-width: 650px){
        .footer-lowe-tab {
            position: fixed;
            text-decoration: none;
            z-index: 99;
            width: 100%;
            left: 0;
            bottom: 0;
            height: auto;
            text-align: center;
            color: #fff;
            font-weight: 600;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .single-footlowtab{
            padding: 9px 0 4px;
            background-color: #08223e;
            width: 33.33%;
        }
        .single-footlowtab p{
            font-size: 13px;
            padding-top: 1px;
            color: #e5e5e5;
            margin-bottom: 8px;
        }
    }
    /*------------------- For Footer Down Button ---------------------------------*/


.brand img{
	position: absolute;
    width: 170px;
    object-fit: contain;
    margin-top: 75px;
    padding: 8px;
    border-radius: 10px;
    background-color: #fff;
}

nav>a, .dropdown>summary {
    padding: 34px 5px;
    font-size: 16px;
}

.logo-writing{
	position: relative;
    margin-left: 200px;
}

.nav-cta {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}


.logo-panel img {
    height: 530px;
    object-fit: cover;
}


.about-us-heading{
	font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    padding-bottom: 12px;
    color: #071c35;
}


.about-side-button{
	color: #222;
    border: 1px solid #222;
    margin-left: 10px;
    background: rgba(255, 255, 255, .06);
}



.trust-strip b {
    color: var(--navy);
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    margin-bottom: 8px;
}

.trust-strip span {
    margin-top: 4px;
    color: #222;
    font-size: 13px;
    letter-spacing: .08em;
    font-weight: 500;
}

.trust-strip div {
    min-height: 92px;
    display: flex;
    flex-direction: column;
    padding: 20px 28px;
    border-right: 1px solid var(--line);
}

.service-card h3 {
    font-weight: 700;
}

.f-800{
	font-weight: 800;
}


.banner-under-icon{
	width: 80px;
    margin-bottom: 12px;
}


.footer h3 {
    margin: 0 0 8px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}

.content-block h2, .contact-form-wrap h2 {
    font-weight: 700;
}

.services-ptag{
	padding-bottom: 15px;
}

.services-ul li{
	padding-bottom: 8px;
}


/*----------------------------- For Mobile Menu --------------------------------------------*/
/* =========================================
   TOP BAR
========================================= */

.topbar {
    position: relative;
    z-index: 1001;
}


/* =========================================
   STICKY HEADER
========================================= */

.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: #ffffff;
    transition:
        box-shadow 0.3s ease,
        background-color 0.3s ease,
        padding 0.3s ease;
}

/* Header after scrolling */

.header.scrolled {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
}


/* =========================================
   NAVIGATION
========================================= */

.nav-wrap {
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    transition: min-height 0.3s ease;
}


/* =========================================
   LOGO
========================================= */

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.brand img {
    /*width: 70px;*/
    /*height: 70px;*/
    object-fit: contain;
    transition:
        width 0.3s ease,
        height 0.3s ease,
        transform 0.3s ease;
}

.logo-writing {
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.logo-writing strong {
    font-size: 20px;
    line-height: 1.1;
}

.logo-writing small {
    font-size: 11px;
    margin-top: 4px;
}


/* Logo effect when scrolling */

.header.scrolled .brand img {
    width: 100px;
    padding: 0px;
    margin: 0px;
    transform: scale(0.95);
}

.header.scrolled .logo-writing {
    transform: translateX(-2px);
    margin-left: 130px;
}

.header.scrolled .nav-wrap {
    min-height: 70px;
}


/* =========================================
   DESKTOP NAV
========================================= */

.main-nav {
    display: flex;
    align-items: center;
    gap: 28px;
}

.main-nav > a,
.main-nav summary {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
}


/* =========================================
   MOBILE MENU BUTTON
========================================= */

.mobile-menu-toggle {
    display: none;
    border: 0;
    background: transparent;
    font-size: 25px;
    cursor: pointer;
    padding: 8px;
}


/* Mobile CTA hidden on desktop */

.mobile-nav-cta {
    display: none;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 991px) {

    .topbar {
        display: none;
    }

    .nav-wrap {
        min-height: 75px;
        position: relative;
    }

    .brand img {
        width: 58px;
        height: 58px;
    }

    .logo-writing strong {
        font-size: 17px;
    }

    .logo-writing small {
        font-size: 9px;
    }

    /* Show hamburger */

    .mobile-menu-toggle {
        display: block;
        margin-left: auto;
        z-index: 1002;
    }

    /* Hide desktop CTA */

    .nav-cta {
        display: none;
    }


    /* =====================================
       MOBILE NAVIGATION
    ===================================== */

    .main-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;

        display: flex;
        flex-direction: column;
        align-items: stretch;

        background: #ffffff;

        padding: 0 20px;

        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;

        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.10);

        transition:
            max-height 0.35s ease,
            opacity 0.25s ease,
            padding 0.3s ease,
            visibility 0.3s ease;
    }


    /* Open mobile menu */

    .main-nav.active {
        max-height: 600px;
        opacity: 1;
        visibility: visible;
        padding-top: 5px;
        padding-bottom: 20px;
    }


    .main-nav > a,
    .main-nav summary {
        padding: 14px 5px;
        width: 100%;
        border-bottom: 1px solid #f1f1f1;
    }


    /* =====================================
       MOBILE DROPDOWN
    ===================================== */

    .dropdown {
        width: 100%;
    }

    .dropdown summary {
        display: flex;
        align-items: center;
        justify-content: space-between;
        list-style: none;
    }

    .dropdown summary::-webkit-details-marker {
        display: none;
    }

    .dropdown-menu {
        position: static !important;
        width: 100%;
        box-shadow: none !important;
        padding: 5px 10px 10px 15px;
    }

    .dropdown-menu a {
        display: block;
        padding: 10px 5px;
    }


    /* Mobile CTA */

    .mobile-nav-cta {
        display: block !important;
        text-align: center;
        margin-top: 20px;
        padding: 13px 20px !important;
        border-radius: 5px;
        background: #ff6414;
        color: #ffffff !important;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 575px) {

    .nav-wrap {
        min-height: 85px;
        gap: 10px;
    }

    .brand {
        gap: 8px;
    }

    .brand img {
        width: 250px;
        margin-top: 0;
        padding: 0;
    }

    .logo-writing strong {
        font-size: 15px;
    }

    .logo-writing small {
        font-size: 8px;
    }

    .header.scrolled .brand img {
        width: 220px;
        /*height: 74px;*/
    }
}


/*------------------------------  Faq Section  -------------------------------------------*/
.mf-faq-section{
	padding: 80px 0 20px;
}

.mf-all-faqs{
	padding: 0 45px;
}

.mf-down-arrow{
	margin: 30px auto 0;
    display: block;
    width: 75px;
}

.ivan-mt {
    margin-top: 50px;
}

.ivan {
    margin-bottom: 10px;
}

.ivan-ptag {
    margin-bottom: 20px;
}

.ivan-contact {
    background-color: #ff6415;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: none;
    padding: 13px 35px;
    border-radius: 5px;
}

.mf-faq-footer{
	padding: 20px 0px 80px;
}




.faq-1 {
	text-align: center;
    margin: 0 0 10px;
    color: var(--orange);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.faq-2{
	text-align: center;
    margin: 0;
    color: var(--navy);
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    letter-spacing: -.035em;
    font-weight: 800;
    padding-bottom: 15px;
}

.faq-3{
	color: var(--muted);
    line-height: 1.8;
    font-size: 16px;
    text-align: center;
}


.faq-grid {
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .faq-item {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
  }

  .faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    cursor: pointer;
    user-select: none;
  }

  .faq-question h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: var(--navy);
    line-height: 1.4;
  }

  .faq-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    position: relative;
  }

  .faq-icon::before,
  .faq-icon::after {
    content: "";
    position: absolute;
    background: #1a1a1a;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease, opacity 0.25s ease;
  }

  .faq-icon::before {
    width: 14px;
    height: 2px;
  }

  .faq-icon::after {
    width: 2px;
    height: 14px;
  }

  .faq-item.open .faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
  }

  .faq-item.open .faq-icon::before {
    transform: translate(-50%, -50%) rotate(180deg);
  }

  .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .faq-answer-inner {
    padding: 0 24px 20px 24px;
    font-size: 14px;
    line-height: 1.6;
    color: #555;
  }

  @media (max-width: 900px) {
    .faq-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 600px) {
    .faq-grid {
      grid-template-columns: 1fr;
    }
    .faq-question h3 {
      font-size: 14px;
    }
  }






@media screen and (max-width: 1650px){
	.mf-all-faqs {padding: 0 25px;}
	.loofer-none{display: none;}
  .mf-services-full-section {padding: 0 25px 110px;}
}



.foot-lastp{
	font-weight: 900;
    font-size: 14px;
}

.foot-f800{font-weight: 800;}

.mf-services-full-section{padding: 0 60px 110px;}
.servvcce-tag-pb{padding-bottom: 15px;}

.include-image {
  width: 100%;
  display: flex;
  gap: 25px;
  margin-top: 25px;
  margin-bottom: 20px;
  list-style: none;
  padding-left: 0;
}

.include-image li {
  width: 50%;
}

.include-image li img {
  height: 360px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}






.mob-only{display: none;}
.mob-view-only{display: none;}
/*--------- Mobile Responsive -----------*/
@media screen and (max-width: 600px){
	.mob-none{display: none !important;}
	.mob-only{display: flex;}
	.mob-view-only{display: block;}
	.hero h1, .page-hero h1 {
		font-size: 36px !important;
		line-height: 44px !important;
	}
	.page-mark {display: none;}
	.nav-wrap {padding: 4px 0;}
	.main-nav {gap: 0px;}
	.cta h2 {font-size: 35px;line-height: 45px;}
	.content-block h2, .contact-form-wrap h2 {font-size: 28px;}
	.quote-form {padding: 25px;}
	.logo-panel {transform: rotate(0deg);}
	.trust-strip {grid-template-columns: 1fr;}
	.mob-unbbb{border-bottom: 1px solid var(--line);}
	.section-label__line--short {display: none;}

	.about-images__main {min-height: 460px;margin-top: 35px;}
	.about-section {padding: 85px 0 0px;}
	/*.section {padding: 55px;}*/
	/*.shell {padding: 0 0px;}*/
	.section-heading {
		gap: 15px;
        margin-bottom: 30px;
    }
    .section-heading h2, .feature-copy h2, .quote-band h2, .cta h2 {
    	line-height: 1.2;
    	font-size: 28px;
    }
    .cs_fs_80 {
        font-size: 32px !important;
    }
    .split-section {padding: 70px 0;}
    .quote-band {padding: 70px 0 70px;}
    .quote-grid {
    	gap: 25px;
    }
    .footer {
    	padding: 70px 0 30px;
    }
    .mob-headr-free-quote{
    	font-size: 14px;
        background-color: #ff6414;
        color: #fff;
        border: none;
        border-radius: 6px;
        padding: 10px 20px;
        margin-left: 100px;
        position: relative;
        font-weight: 700;
    }
    .mf-down-arrow {
    	margin: 10px auto 0;
    }
    .ivan-mt {margin-top: 25px;}
    .mf-faq-section {padding: 55px 0 20px;}

}


@media screen and (max-width: 1650px){
  .mf-services-full-section {padding: 0 25px 110px;}
}

@media screen and (max-width: 600px){
  .service-grid {grid-template-columns: 1fr !important;}
  .mf-services-full-section {padding: 0 15px 70px;}
}