﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans';
    color: #4c5870;
}
p {
    color: var(--clr-body);
    font-size: 15px; margin-bottom:10px;
    font-weight: 500; line-height:1.6;
}

.btn-joinsupplier {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #012460;
    color: #fff;
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 15px 25px;
    border: 1px solid #fff;
    cursor: pointer;
    text-decoration: none;
    transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
}
.btn-joinsupplier:hover { color: #fff; }
.btn-joinsupplier:hover::after { transform: translateX(0); }
.btn-joinsupplier::after { content: ''; position: absolute; inset: 0; background: #e6ac18; transform: translateX(-101%); transition: 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); z-index: 0; }
.btn-joinsupplier span { position: relative; z-index: 1; }

/**************** Root Theme Variables *********************/
:root {
    
    --clr-title: #2A3F73;
    --clr-subtitle: #174F3A;
    --clr-body: #6B7280;
    
    --bg-back:#F7F9FC;
    --bg-back-alt:#EEF2F7;

    --bg-gold: #e6ac18;
    --bg-light-gold:#ffeebd;
    --bg-green: #174F3A;
    --bg-light:#fde7d0;
    --clr-white: #fff;
    --clr-boxbg: #fafdff;
    --clr-blue-bg: #60A3D9;
    --clr-link: #0064A2;
    
    
    --btn-primary: #60a3d9;
    --btn-secondary: #60A3D9;
    
    --radio-select: #0064A2;
    
    --font-title-regular: 'Montserrat-Regular';
    --font-title-medium: 'Montserrat-Medium';
    --font-title-semibold: 'Montserrat-SemiBold';
    --font-title-bold: 'Montserrat-Bold';
    --font-title-boldBlack: 'Montserrat-Black';
    --font-title-bold: var(--font-title-bold), sans-serif;
    
    --font-body-regular: 'OpenSans-Regular', sans-serif;
    --font-body-medium: 'OpenSans-Medium', sans-serif;
    --font-body-semibold: 'opensans-semibold', sans-serif;
    --font-body-bold: 'OpenSans-Bold', sans-serif;
}


@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Montserrat-Black';
    src: url('../fonts/Montserrat-Black.ttf') format('truetype');
}

/*section{padding:50px 0;}*/
.maple-divider{padding: 15px 0; border-bottom:1px solid #ddd;}


.top-line img.leaf { width: 43px; }
.main-header-section { text-align: center; margin-bottom:30px; }
.heading-title { margin-bottom: 15px; }
.bottom-line { background: var(--bg-gold); width: 100px; margin: auto; height: 3px; }
    .heading-title h2 {
        font-family: var(--font-title-bold);
        font-size: 40px; font-weight:700;
        text-transform: none;
        font-style: normal;
        text-decoration: none;
        line-height: 1.2em;
        letter-spacing: 0px;
        color: var(--clr-title);
        margin-bottom: 0px;
    }

    .heading-title p {
           font-family: "Playfair Display", Sans-serif;
    font-size: 18px !important;
    font-weight: normal;
    text-transform: none;
    font-style: italic;
    text-decoration: none;
    line-height: 1.4em !important;
    letter-spacing: 0px;
    color: #d4a84b !important;
    }

.subpage-heading-ttl {
    text-align: center;
    margin: 20px 10px;
}
.subpage-heading-ttl h2
{
    font-family: "Playfair Display", Sans-serif;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.2em;
    letter-spacing: 0px;
    color: #33353D;
    margin-bottom: 0px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    /*background: rgb(255 255 255 / 75%);*/
    transition: all 0.5s;
    z-index: 9999;
    padding: 10px 0;
}

    #header.header-scrolled {
        padding: 12px 0;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); background: #fff; height: 103px;
    }

    #header .logo {
        font-size: 26px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }

        #header .logo a {
            color: #0b2341;
        }

        #header .logo img {
            max-height: 80px;
        }

.fixed-top {
    /* position: static; */
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.top-bar {
    background: #153f91;
    color: #fff;
    padding: 5px 0;
}
.top-social-links a {
    color: #fff;
    padding: 0 7px;
}
ul.top-contact {
    margin: 0;
}
ul.top-contact li {
    display:inline-block; padding:0 10px; list-style:none; font-size:15px;
}
ul.top-contact li span {
    margin-right: 4px;
    vertical-align: middle;
}
ul.top-contact li a {
    color: #fff;
}
ul.top-contact li i {
    margin-right:10px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
}

    .navbar ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navbar li {
        position: relative; margin:0 5px;
    }

    .navbar a,
    .navbar a:focus {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 6px 10px;
        font-size: 15px;
        font-weight: 600;
        color: #0b2341;
        white-space: nowrap;
        transition: border;
        border-radius: 0px;
    }

        .navbar a i,
        .navbar a:focus i {
            font-size: 12px;
            line-height: 0;
            margin-left: 5px;
        }

        .navbar a:hover,
        .navbar .active,
        .navbar .active:focus,
        .navbar li:hover > a {
            color: #fff;
    background: #012460;
        }

    .navbar .getstarted,
    .navbar .getstarted:focus {
        background: #063e25;
        padding: 8px 20px;
        margin-left: 30px;
        border-radius: 4px;
        color: #fff;
    }

        .navbar .getstarted:hover,
        .navbar .getstarted:focus:hover {
            color: #fff;
            background: #ef6445;
        }

    .navbar .dropdown ul {
        display: block;
        position: absolute;
        left: 14px;
        top: calc(100% + 30px);
        margin: 0;
        padding: 10px 0;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: 0.3s;
    }

        .navbar .dropdown ul li {
            min-width: 200px;
        }

        .navbar .dropdown ul a {
            padding: 10px 20px;
            text-transform: none;
        }

            .navbar .dropdown ul a i {
                font-size: 12px;
            }

            .navbar .dropdown ul a:hover,
            .navbar .dropdown ul .active:hover,
            .navbar .dropdown ul li:hover > a {
                color: #fff;
            }

    .navbar .dropdown:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navbar .dropdown .dropdown ul {
        top: 0;
        left: calc(100% - 30px);
        visibility: hidden;
    }

    .navbar .dropdown .dropdown:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
        visibility: visible;
    }

@media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
        left: -90%;
    }

    .navbar .dropdown .dropdown:hover > ul {
        left: -100%;
    }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    color: #0b2341;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

    .mobile-nav-toggle.bi-x {
        color: #fff;
    }

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(4, 12, 21, 0.9);
    transition: 0.3s;
    z-index: 999;
}

    .navbar-mobile .mobile-nav-toggle {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .navbar-mobile ul {
        display: block;
        position: absolute;
        top: 55px;
        right: 15px;
        bottom: 15px;
        left: 15px;
        padding: 10px 0;
        background-color: #fff;
        overflow-y: auto;
        transition: 0.3s;
    }

    .navbar-mobile a,
    .navbar-mobile a:focus {
        padding: 10px 20px;
        font-size: 15px;
        color: #0b2341;
    }

        .navbar-mobile a:hover,
        .navbar-mobile .active,
        .navbar-mobile li:hover > a {
            color: #063e25;
        }

    .navbar-mobile .getstarted,
    .navbar-mobile .getstarted:focus {
        margin: 15px;
    }

    .navbar-mobile .dropdown ul {
        position: static;
        display: none;
        margin: 10px 20px;
        padding: 10px 0;
        z-index: 99;
        opacity: 1;
        visibility: visible;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    }

        .navbar-mobile .dropdown ul li {
            min-width: 200px;
        }

        .navbar-mobile .dropdown ul a {
            padding: 10px 20px;
        }

            .navbar-mobile .dropdown ul a i {
                font-size: 12px;
            }

            .navbar-mobile .dropdown ul a:hover,
            .navbar-mobile .dropdown ul .active:hover,
            .navbar-mobile .dropdown ul li:hover > a {
                color: #063e25;
            }

    .navbar-mobile .dropdown > .dropdown-active {
        display: block;
    }
/************************** 
Home Page Section
*****************************************/
/* .home-main-banner {
    background: url(../img/main-banner.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.background-overlay {
    inset: 0;
    position: absolute;
    background-color: transparent;
    background-image: linear-gradient(230deg, rgba(0, 0, 0, 0) 0%, #33353D 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.banner-title h2 {
    font-family: "Playfair Display", Sans-serif;
    font-size: 60px;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.3em;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.banner-title p {
    font-family: "Playfair Display", Sans-serif;
    font-size: 18px;
    font-weight: normal;
    text-transform: none;
    font-style: italic;
    text-decoration: none;
    line-height: 1.4em;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.main-banner-box {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.banner-service-box {
    background-color: #33353D;
    margin: 0px 0px 020px 0px;
    padding: 20px;
    border-radius: 8px 8px 8px 8px;
}

    .banner-service-box h4 {
        font-family: "Playfair Display", Sans-serif;
        font-size: 20px;
        color: #D8B297;
        font-weight: normal;
        text-transform: none;
        font-style: normal;
        text-decoration: none;
        line-height: 1.4em;
        letter-spacing: 0px;
    }

    .banner-service-box p {
        color: #FFF;
    } */

/*About Us Section*/
.home-about-img {
    background-color: #B7967E;
    background-image: url(../img/home-aboutus.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.home-about-box {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    height: 100%;
    width: 100%;
    padding-left: 75px;
}

.home-about-txt {
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.6em;
    letter-spacing: 0px;
    color: #33353D;
}
.home-about-txt p {
    font-size: 16px;
    line-height: 29px;
}
/*  */

.hero {
  position: relative;
  height: 100vh;
  background: url('../img/homepage-banner.png') no-repeat center/cover;
  color: #fff;
}

.overlay {
 position: absolute;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.2);*/
    top: 0;
    left: 0;
}

.container.main-banner-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 60px 15px;
}

/* LEFT SIDE */
.hero-left {
  max-width: 50%;
}

.tagline {
  font-style: italic;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
  display: inline-block;
  margin-bottom: 20px;
}

.hero-left h1 {
  font-size: 52px; font-family: var(--font-title-semibold);
  line-height: 1.2;
  margin-bottom: 20px; color: var(--clr-title);
}

.hero-left p {
  font-size: 16px;
  margin-bottom: 25px;
  color: #555;
}

.btn {
  display: inline-block;
  padding: 12px 25px;
  border: 2px solid #fff;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  transition: 0.3s;
}

.btn:hover {
  background: #fff;
  color: #000;
}

/* RIGHT SIDE */
.hero-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero-right .card a {
    color: var(--clr-title);
    font-size: 14px;
}
.hero-right a {
    text-decoration: none; cursor:pointer;
}
.card {
  background: rgb(255 255 255 / 80%); border:1px solid rgb(184 144 46);
  padding: 10px;
  width: 350px;
  border-radius: 10px;
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

.card .icon {
  font-size: 24px;
  margin-bottom: 10px;
  color: #B8902E;
}

.card h3 {
  margin-bottom: 10px;
  color: var(--clr-title); font-weight:600; font-size: 20px; font-family: var(--font-title-medium);
}

.card p {
  font-size: 14px;
  color: #333;
}

/* RESPONSIVE */
@media(max-width: 900px){
  .container {
    flex-direction: column;
    text-align: center;
  }

  .hero-left, .hero-right {
    max-width: 100%;
  }

  .hero-right {
    margin-top: 30px;
  }
}
/*  */

/*speak with Contact*/
.speak-with-contact {
    background: var( --bg-light);
    text-align: center;
    padding: 30px 0;
}
.speak-contact-box h3 {
    color: #333; margin-bottom:15px;
}
/*Strategic Business Advisory*/
.business-advisory {
  display: flex;
  min-height: 100vh;
}

.home-hero-image {
  width: 50%;
}

.home-hero-image img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
}
.strategic-business-box {
  width: 50%;
  padding: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.subtitle {
  color: #b08a6b;
  font-size: 14px;
  margin-bottom: 10px;
}

.strategic-business-box h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

.strategic-business-box p {
  color: #666;
  line-height: 29px; font-size:16px;
  margin-bottom: 40px;
}

.strategic-business-number {
  display: flex; justify-content: center;
  gap: 20px;
}

.business-number-box {
  background: #fff;
  padding: 25px;
  border-radius: 8px;
  text-align: center;
  /*width: 150px;*/
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.business-number-box h2 {
  font-size: 33px; font-weight:700;
  color: var(--bg-gold);
}

.business-number-box p { font-size: 14px; color: #555; margin-bottom:0; }
.out-focus-info {
    background: #F6F3F1;
    padding: 20px;
    border-radius: 10px;
}
.out-focus-info ul li {
    line-height: 25px;
    margin-bottom: 10px;
    font-size: 14px;
}

@media (max-width: 768px) {
  .business-advisory {
    flex-direction: column;
  }

  .home-hero-image,
  .strategic-business-box {
    width: 100%;
  }

  .strategic-business-box {
    padding: 40px 20px;
  }
}

/* SECTION */
.services {
  padding: 80px 20px;
  text-align: center; background:var(--bg-back);}
.services__tag {
  font-size: 14px;
  color: #b08a6a;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
.services__tag::before {
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background: #b08a6a;
  margin: 0 auto 10px;
}

.services__header h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  margin-bottom: 40px;
}
.services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-bottom: 50px;
}

.service-item {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  font-size: 15px;
  color: #333;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: 0.3s;
  cursor: pointer;
}
.service-item h5 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 700;
    color: var(--clr-title);
}
.service-item p {
    line-height: 25px;
    font-size: 14px;
    color: #555; margin-bottom:0px;
}
.service-item:hover {
  transform: translateY(-4px);
  background: #fafafa;
}

.services__cta {
  border: 1px solid #c9a17a;
  padding: 40px 20px;
  border-radius: 10px;
}
.services__cta h6 {
    font-size: 25px;
    font-weight: 700;
}
.services__cta p {
  font-size: 17px;
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  padding: 12px 28px;
  background: #B8902E;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  margin-bottom: 10px;
  transition: 0.3s;
}

.btn:hover {
  background: #031432; color:#fff;
}

.link {
  display: block;
  font-size: 14px;
  color: #555;
  text-decoration: underline;
  margin-top: 5px;
}

@media (max-width: 900px) {
  .services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services__grid {
    grid-template-columns: 1fr;
  }

  .services__header h2 {
    font-size: 28px;
  }
}


/*Team Section*/
.team {
  position: relative;
}

/* HERO */
.team__hero {
  height: 420px;
  background: url('../img/bg-team.jpg')no-repeat;
  background-position:top center;
  background-size:cover; height:100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team__overlay {
  position: absolute;
  inset: 0;
  background: rgba(110, 75, 50, 0.6);
}

.team__content {
  position: relative;
  text-align: center;
  color: #fff;
}

.team__title {
 font-family: "Open Sans", Sans-serif;
    font-size: 75px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.team__subtitle {
      font-family: "Playfair Display", Sans-serif;
    font-size: 40px;
    font-weight: 300;
    text-transform: none;
    font-style: italic;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
    color: #FFFFFF;
}

/* WRAPPER */
.team__wrapper {
  max-width: 1200px;
  margin: -120px auto 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 0 20px;
}

/* CARD */
.team-card { background: #fff; border-radius: 12px; padding: 20px; text-align: center; box-shadow: 0 10px 25px rgba(0,0,0,0.08); transition: all 0.3s ease; transform: translateY(-8px); }
.team-card:hover { transform: translateY(-8px); }

.card__image{display:none;}
.card__image img { width: 100%; border-radius: 10px; }
.card__name { margin-top: 0px; font-weight: 600; color: var(--clr-title); font-size: 22px; }
.card__role { color: #b08a6a; font-size: 14px; }
.card__desc { font-size: 13px; color: #666; margin-top: 10px; }
.card__social { margin: 10px 0; }

.card__social a { text-decoration: none; margin: 0 6px; font-size: 12px; color: #b08a6a; font-weight: 500; transition: 0.3s; }
.card__social a:hover { color: #000; }
.team-footer { padding-bottom: 50px; }
.team-footer h6 {
    margin: 0;
    font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .team__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .team__wrapper {
    grid-template-columns: 1fr;
  }

  .team__title {
    font-size: 36px;
  }
}

/*Counter section*/
.bg-counte{padding:80px 0;}
.counter-box {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px; border-radius:10px;
    margin-bottom: 0px;
    padding: 20px 0px 20px 0px;
    background: #33353D;
    display: flex;
    color: #fff;
    flex-wrap: wrap;
}
.counter-box .counter-info {
    width: 25%;
    text-align: center;
}
.counter-info h4 {
    color: #B7967E;
    font-family: "Open Sans", Sans-serif;
    font-size: 50px;
    font-weight: 700;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
}
.counter-info p {
    align-items: center;
    display: flex;
    flex: 1;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    line-height: 2.5;
    margin: 0;
    padding: 0;
}

/*Contact us Section*/

.contact {
  background: #3b3e46;
  color: #fff;
  padding: 80px 20px;
}
.contact-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.contact__info {
  flex: 1;
}

.contact__tag {
  font-size: 14px;
  color: #c89b6d;
  border-bottom: 1px solid #c89b6d;
  display: inline-block;
  margin-bottom: 15px;
}

.contact__info h2 {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  margin-bottom: 30px;
}

.info-box {
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  padding-bottom: 15px;
}

.info-box h4 {
  color: #c89b6d;
  margin-bottom: 5px;
}

.info-box p {
  font-size: 14px;
  color: #ddd;
}
.contact__form {
  flex: 1;
  border: 1px solid rgba(255,255,255,0.2);
  padding: 30px;
  border-radius: 8px;
}

.contact__form h3 {
  font-family: 'Open Sans';
  margin-bottom: 20px;
  color: #c89b6d;
}

.contact__form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact__form input,
.contact__form textarea {
  padding: 12px;
  border: 1px solid rgba(255,255,255,0.2);
  background: transparent;
  color: #fff;
  border-radius: 5px;
  outline: none;
}

.contact__form textarea {
  height: 120px;
  resize: none;
}

.contact__form input::placeholder,
.contact__form textarea::placeholder {
  color: #bbb;
}

/*.contact__form button {
  background: #c89b6d;
  border: none;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}*/

.contact__form button:hover {
  background: #a67c52;
}

@media (max-width: 900px) {
  .container {
    flex-direction: column;
  }
}

/*==============
    Bu Business Page
=======================================*/

.bg-ownershio-section { padding: 50px 0; }
.page-titel{margin-bottom:30px;}
.page-titel h2 {
    font-family: "Playfair Display", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
    letter-spacing: 0px;
    color: #33353D;
    margin-bottom: 0px;
    text-align: center;
}
/*.page-hero-section {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 28px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}*/
.buybanner-img{
    background:url(../img/for-buy_business/Banner-image.png)no-repeat;
    background-position:100% 100%;
    background-size:cover;
    height:100vh; width:100%; position:relative; z-index:0;
}
.buybanner-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #746262;
    opacity: 0;
    z-index: -1;
}
.page-hero-txt h2 {
    font-size: 55px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 22px;
}
/*.page-hero-txt h2 em {
    color: #d4a84b;
}*/
.page-hero-txt {
    max-width: 50%;
    margin: 0 auto 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}
.page-hero-txt .page-hero-sub {
    color: #fff;
    padding-bottom: 15px;
}
.page-hero-power {
    color: var(--clr-title);
    background: var(--bg-light);
    padding: 5px;
    font-weight: 600;
    border-radius: 4px;
    margin-bottom: 20px;
}
.business-owner-box { text-align: center; }
.business-owner-box p {
    color: #4c5870;
    font-size: 15px;
    font-weight: 500;
}
.business-owner-box ul li:after {
    content: '';
    position: absolute;
    top: 2px;
    right: -2px;
    background: green;
    width: 2px;
    height: 19px;
}
.business-owner-box ul li {
    display: inline;
    position: relative;
    padding: 0 15px;
}
.business-owner-box ul li {
    display: inline;
    position: relative;
    padding: 0 15px;
    font-weight: 600; color:green;
}
.business-owner-box p:last-child {
    margin: 0;
}
/*Our Process*/
.bg-ourprocess {
    padding: 50px 0; background:var(--bg-back);}
.subline-proc p {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}
.page-sub-line {
    text-align: center;
}
.our-process-info h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--clr-title);
}
.our-process-info p {
    font-size: 14px;
    line-height: 23px;
}
.our-process-info h5 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: rgb(184 144 46);
}
p.outcome-txt {
   border-radius: 8px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgb(184 144 46);
    margin-top: 10px;
}
p.outcome-txt strong {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: rgb(184 144 46);
}
.our-process-info ul li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 29px;
    /* color: rgba(255, 255, 255, .7); */
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.our-process-info ul{padding-left:0px;}
.our-process-info ul li::before {
content: '→';
    color: #174F3A;
    font-weight: 800;
    flex-shrink: 0;
}
/*What Make this*/
.bg-whatmake{padding:50px 0;}
.mak-this-issue {
    margin-top: 20px;
}
.make-this-img img {
    border-radius: 10px;
    height: 400px;
    width: 100%; object-fit:cover;
}
.make-this-info h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--clr-title);
}
.make-this-info p {
    font-size: 15px;
    line-height: 25px;
}
.mak-this-issue h5 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: rgb(184 144 46);
}
.mak-this-issue ul {
   padding-left:0px;
}
.mak-this-issue ul li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 29px;
    /* color: rgba(255, 255, 255, .7); */
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.mak-this-issue ul li::before{
    content: '→';
    color: #174F3A;
    font-weight: 800;
    flex-shrink: 0;
}
.mak-this-issue p {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}
.make-this-box {
    padding: 7px 0;
     display:flex; gap:10px;
}
.make-this-dtl p {
    font-size: 13px;
    text-align: justify; margin-bottom:0px;
}

.make-this-dtl h6{
    font-size: 17px;
    color: rgb(184 144 46); text-align:center;
    font-weight: 600; margin-bottom:10px;
}
.make-this-box .make-this-dtl {
    width: 25%;
    padding: 20px;
    /* border-right: 1px solid #ddd; */
    background: #fff;
    box-shadow: 2px 2px 11px #ddd;
    border-radius: 10px;
}
.make-this-box .make-this-dtl:last-child{border:none;}

.f-approach-box{
    border-radius: 8px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgb(184 144 46);
    margin-top: 10px; text-align:center;
}


p.f-text-body {
    text-align: left;
    font-size: 15px;
    padding: 10px;
    background: var(--bg-light-gold);
    border-radius: 10px;
    color: #174F3A;
}
.what-apart-txt {
    padding: 20px 0;
    font-size: 18px;
}
.what-apart-txt h2 {
        font-size: 22px;
    font-weight: 600; margin:0px;
    
    color: var(--clr-title);
}

.bg-whothis{padding:50px 0; background:var(--bg-back);}
.who-this-info { margin-top:15px;
    display: flex;
    flex-wrap: wrap; gap:15px; justify-content:center;
}
.who-this-dtl {
    width: 48%;
    border-radius: 8px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgb(184 144 46);
    margin-top: 10px;
}
.who-this-dtl p {
    margin: 0; font-size:14px;
}
.who-this-dtl h5 {
    font-size: .95rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: rgb(184 144 46);
}.who-thi-txt p span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 6px;
    color: var(--clr-title);
}
 

/*Clarity*/
.bg-clarity{padding:50px 0;}
.with-clarity-info p {
    margin-bottom: 10px;
}
.with-clarity-info h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--clr-title);
}
.with-clarity-box ul{padding-left:0px; margin-bottom:0px;}
.with-clarity-box ul li span {
    margin-right: 6px;
}
.with-clarity-list h5 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: rgb(184 144 46);
}
.with-clarity-list ul, .with-clarity-sec-box ul {
    padding-left: 0px;
}
.with-clarity-list ul li, .with-clarity-sec-box ul li{
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 29px;
    /* color: rgba(255, 255, 255, .7); */
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.with-clarity-list ul li::before, .with-clarity-sec-box ul li::before{
    content: '→';
    color: #174F3A;
    font-weight: 800;
    flex-shrink: 0;
}
.with-clarity-sec-box h5 {
    color: var(--clr-title);
}
/*.with-clarity-box ul li {
    font-size: 15px;
    line-height: 36px;
    font-weight: 500;
    list-style: none;
}
.with-clarity-box ul label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px; color:#666; }*/
.with-clarity-sec-box {
    border: 1px solid rgb(184 144 46);
    padding: 20px;
    border-radius: 10px;
}
.with-clarity-sec-box ul{padding-left:0px; margin:0px;}
.with-clarity-sec-box ul li {
     font-size: 15px;
    line-height: 36px;
    font-weight: 500;
    list-style: none;
}
.with-clarity-sec-box ul li span{margin-right:6px;}
/********************
    Residency banner
**************************************/
.rsidency-banner{
    background:url(../img/residency-by-permit/banner-residency-investment.png)no-repeat;
    background-size:cover;
    height:100vh; width:100%; position:relative; z-index:0;
}
.rsidency-banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #746262;
    opacity: 0;
    z-index: -1;
}
.page-hero-txt h2 {
    font-size: 55px;
    font-weight: 700;
    color: var(--clr-title);
    line-height: 1.1;
    margin-bottom: 22px;
}
/*.page-hero-txt h2 em {
    color: #d4a84b;
}*/
.page-hero-txt {
    max-width: 55%;
    /*margin: 0 auto 0 0;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
}
.page-hero-txt .page-hero-sub {
    color: var(--clr-title);
    padding-bottom: 15px;
}
.residency-img img {
    border-radius: 10px;
}
.residency-section{padding:50px 0;}
.residency-txt ul, .whycanada-txt ul {
    margin: 0;
    padding-left: 0;
}
.residency-txt ul li, .whycanada-txt ul li {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 29px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.residency-txt ul li::before, .whycanada-txt ul li::before {
       content: '→';
    color: #174F3A;
    font-weight: 800;
    flex-shrink: 0;
}
.residency-txt ul li span, .whycanada-txt ul li span{margin-right:6px;}   
.residency-txt h6 {
    font-size: 0.9rem;
    margin: 10px 0 10px 0;
    font-weight: 600;
    color: var(--clr-title);
}
.section-whycanada{padding:50px 0; background:var(--bg-back);}
.whycanada-img img {
    border-radius: 10px;
}
.whycanada-txt h6 {
    font-size: 1.15rem;
    margin: 24px 0 14px;
    font-weight: 600;
    color: var(--clr-title);
}
.bg-framework{padding:50px 0;}
.bg-framework p span.under-c, .why-work-permit-info p span.under-c {
    font-size: 20px;
    color: var(--clr-title);
    font-weight: 600;
}
.under-framework img{border-radius:10px;}
.key-differ {
    text-align: center;
    border-radius: 8px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgb(184 144 46);
    margin-top: 10px;
}
.key-differ p {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
}
.key-differ ul li span i {
    color: brown;
}   
.key-differ ul{padding-left:0px; margin:0px;}
.key-differ ul li {
    list-style: none; padding-right:20px;
    display: inline-block; font-size: 14px;
    font-weight: 600;
}
.key-differ ul li span { margin-right: 6px; }

/*whi should apply*/
.bg-apply-work-permit{padding:50px 0;  background:var(--bg-back);}
.who-eligible-txt {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--clr-title);
}
.why-work-permit-info ul li {
    list-style: none;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    margin-bottom: 10px;
}
.why-work-permit-info ul li::before{
    content: '✓';
    min-width: 22px;
    height: 22px;
   background: rgb(184 144 46 / 10%);
    color: var(--bg-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    font-weight: 800;
    flex-shrink: 0;
    margin-top: 2px;
}
.why-work-permit-info ul{padding-left:0px; margin-bottom:0px;}
.why-work-permit-info ul li span img {
    width: 25px;
}
.work-permit-img img
 {
    border-radius: 10px;
    height: 400px;
    object-fit: cover;
    width: 100%;
}
/*who eligible*/

.bg-eligible{padding:50px 0;}
.who-eligible-lists ul li {
    list-style: none;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    margin-bottom: 10px;
}
 .who-eligible-lists ul li::before {
    content: '✓';
    min-width: 22px;
    height: 22px;
    background: rgb(184 144 46 / 10%);
    color: var(--bg-green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .75rem;
    font-weight: 800;
    flex-shrink: 0;
    margin-top: 2px;
}
 
 /*How Much Money Do You Need?*/
 .bg-howmuch-money{padding:50px 0;  background:var(--bg-back);}
 .finance-stat {
    margin-bottom: 20px;
    color: #000;
    border-radius: 8px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid rgb(184 144 46);
    margin-top: 10px;
}
 .finance-advi {
    padding: 10px;
}
.finance-stat .amount {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 8px; color:var(--clr-title);
}
 .finance-stat p {
    font-size: .9rem;
    opacity: .85; color:#333;
    line-height: 1.6; margin-bottom:0px;
}
 .finance-advi h6
 {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    margin: 24px 0 14px;
    font-weight: 600; color:var(--clr-title);
}
/*How to apply work permit*/
.bg-howapply{padding:50px 0;}
.help-apply {
    border: 2px dotted #b8902e;
    padding: 6px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 25px;
}
.steps
 {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    padding-left: 60px;
}
.steps::before {
    content: '';
    position: absolute;
    left: 19px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, #b8902e, transparent);
}
.step {
    position: relative;
    margin-bottom: 0;
    padding: 28px 0 28px 28px;
    border-bottom: 1px solid var(--bg-glod);
}
.step-num {
    position: absolute;
    left: -60px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--bg-gold);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: .85rem;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px var(--bg-glod);
    top: 24px;
}
.step {
    position: relative;
    margin-bottom: 0;
    padding: 28px 0 28px 28px;
    border-bottom: 1px solid #e4e8ef;
}
.step h4 {
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 8px; color:var(--clr-title);     
}
.step p {
    font-size: .93rem;
    line-height: 1.75;
}
.howapply-list ul{margin-bottom:0px; padding-left:0px;}
.howapply-list ul li {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 29px;
    font-weight: 500;
}
.howapply-list ul li::before {
    content: '→';
    color: #e6ac18;
    font-weight: bold;
    flex-shrink: 0;
}

/*timeline*/
.bg-long-time{padding:50px 0;  background:var(--bg-back);}
.timeline-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}
.timeline-card {
    background: #fff;
    border: 1px solid rgb(184 144 46);
    border-radius: 10px;
    padding: 28px 26px;
}
.timeline-card h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px; color:var(--clr-title);
}
.timeline-card p {
    font-size: .9rem;
    line-height: 1.7;
}
.timeline-card .tag {
    background: rgba(200, 16, 46, .1);
    color: #174F3A;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: 20px;
}


/*Pathways to Permanent Residence*/
.bg-pathway{padding:50px 0;}
.pr-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 40px;
}
.pr-card {
   background: #fff;
    border: 1px solid rgb(184 144 46);
    border-radius: 10px;
    padding: 30px 26px;
}
.pr-card .pathway-num {
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #174F3A;
    margin-bottom: 12px;
}
.pr-card h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--clr-title);
    margin-bottom: 12px;
    line-height: 1.4;
}
.pr-card p {
    font-size: .88rem;
    color: #333;
    line-height: 1.75;
} 

/*Call to Action*/

.bg-calltoaction{padding:50px 0;}
.cta-section {
    background: #fff;
    padding: 30px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgb(184 144 46);
}
.cta-inner {
    position: relative;
    z-index: 1;
}

.cta-section h2 {
    font-size: 40px;
    font-weight: 800;
    color: var(--clr-title);
    margin-bottom: 16px;
}
.cta-section p {
   
    font-size: 1.05rem;
    max-width: 560px;
    margin: 0 auto 36px;
    line-height: 1.7;
}

/*FAQ*/
.bg-faq-section{padding:50px 0;}
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 860px;
    margin: 0 auto;
}
.faq-item {
    border-bottom: 1px solid #e4e8ef;
}
.faq-q {
    width: 100%;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    padding: 22px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    font-size: .98rem;
    font-weight: 600;
    transition: color .2s;
}
.faq-q .faq-icon
 {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #f7f8fa;
    border: 1px solid #e4e8ef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: var(--clr-title);
    flex-shrink: 0;
    transition: transform .3s, background .2s;
}
.faq-item.open .faq-q .faq-icon {
    transform: rotate(45deg);
    background: var(--bg-gold);
    color: #fff;
}
.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease;
}
.faq-item.open .faq-a {
    max-height: 600px;
}
.faq-a-inner {
    padding: 0 0 22px;
    font-size: .92rem;
    line-height: 1.8;
}

/*Company Setup*/
.company-setup-img{
    background:url(../img/company-setup/bannr-companyset.png)no-repeat;
    background-position:100% 100%;
    background-size:cover;
    height:100vh; width:100%; position:relative; z-index:0;
}
.company-setup-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: #746262;
    opacity: 0.2;*/
    z-index: -1;
}
.setting-up {
    max-width: 850px;
    margin: auto;
    text-align: center;
    line-height: 25px;
}

/*Setup-in canada*/
.setup-canada-img {
    height: 400px;
    width: 100%;
    border-radius: 10px;
}
.setup-canada-img img {
    object-fit: cover;
    height: 400px;
    border-radius: 10px;
}
/*Setup-in Dubai*/
.bg-setting-up{padding:50px 0; background:var(--clr-bgalt);}
.bg-seetup-canada{padding:50px 0; background:var(--bg-back);}
.bg-seetup-dubai{padding:50px 0; background:var(--clr-bgalt);}
.setup-dubai-img {
    height: 400px;
    width: 100%;
    border-radius: 10px;
}
.setup-dubai-img img {
    object-fit: cover;
    height: 400px;
    border-radius: 10px;
}
.ideal-box {
    border-radius: 8px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgb(184 144 46); margin-top:10px;
}
.ideal-box h5, .setup-dubai-list h5 {
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: rgb(184 144 46);
}
.ideal-box ul li, .setup-dubai-list ul li { position: relative;
   font-size: 14px; font-weight: 500; line-height: 29px;
    /*color: rgba(255, 255, 255, .7);*/
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.setup-dubai-list ul {
    padding-left: 0px; margin-bottom:0px;
}
.ideal-box ul {
    padding-left: 0; margin-bottom:0px;
}
.ideal-box ul li::before, .setup-dubai-list ul li::before {
    content: '→';
    color: #174F3A;
    font-weight: 800;
    flex-shrink: 0;
}

/*how we work*/
.bg-how-work{padding:50px 0; background:var(--bg-back);}
.process-track {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    position: relative;
}
.process-track::before {
    content: '';
    position: absolute;
    top: 36px;
    left: calc(12.5%);
    right: calc(12.5%);
    height: 2px;
    background: #b8902e;
    z-index: 0;
}
.process-step {
    text-align: center;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}
.process-step.fade-in.visible {
    opacity: 1;
    transform: translateY(0);transition: opacity .6s ease, transform .6s ease;
}
.process-step .step-circle {
    background: linear-gradient(135deg, #1a3560, #1a3560);
}
.step-circle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    border: 3px solid #fff;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 0 3px #b8902e;
}
.process-step .step-circle .we-step-num {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #174F3A;
    color: #fff;
    font-size: .65rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}
.process-step h4
 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--clr-title);
    margin-bottom: 8px;
    line-height: 1.35;
}
.process-step p {
    font-size: .86rem;
    line-height: 1.7;
}

.bg-whywork-us{padding:50px 0;}
.by-work-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 10px;
    justify-content: center;
}
.by-work-info {
    border: 1px solid rgb(184 144 46);
    padding: 10px;
    border-radius: 8px; background:#fff; width:48%;
}
.by-work-info img{width:40px;}
.by-work-icon {
    display: flex;
    align-items: center; margin-bottom:10px;
}
.by-work-info p {
    margin: 0; font-size:13px;
}
.by-work-info h5 {
    font-size: 16px; margin:0px 0px 0px 10px;
    font-weight: 700; color:var(--clr-title);
}
.whywork-img img{height:400px; width:100%; object-fit:cover; border-radius:10px;}
.bg-longterm-plan{padding:50px 0; background:var(--bg-back); }
.long-term-plan {
    
    margin: auto;
    text-align: center;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #e6ac18;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #012460;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }
/*--------------------------------------------------------------
# Footer Menu
--------------------------------------------------------------*/
.footer-menu {
    padding: 10px;
    display: flex; align-items:center;
    justify-content: space-between;
}
.footer-logo img {
    max-height: 80px;
}
.footer-menu-dtl ul {
    padding-left: 0; margin:0px;
}
.footer-menu-dtl ul li {
    display: inline-block;
    padding: 0 10px; position:relative;
}

.footer-menu-dtl ul li:after {
    content: '';
    position: absolute;
    top: 4px;
    right: -4px;
    background: var(--bg-gold);
    width: 2px;
    height: 15px;
}

.footer-menu-dtl ul li:last-child:after {
    content: ''; background:#fff;
    
}
.footer-menu-dtl ul li span img {
    width: 25px;
    margin-right: 4px;
}
.footer-menu-dtl ul li a {
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color: var(--clr-title);
}

