/*==========================================================================
1.0 DEFAUL SETTING
========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400..700;1,400..700&display=swap');

@font-face {
    font-family: "Motherline DEMO";
    src: url("https://db.onlinewebfonts.com/t/81a119f0c7e2bec29a5a78f3e27f865a.eot");
    src: url("https://db.onlinewebfonts.com/t/81a119f0c7e2bec29a5a78f3e27f865a.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/81a119f0c7e2bec29a5a78f3e27f865a.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/81a119f0c7e2bec29a5a78f3e27f865a.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/81a119f0c7e2bec29a5a78f3e27f865a.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/81a119f0c7e2bec29a5a78f3e27f865a.svg#Motherline DEMO")format("svg");
}

html {
	scroll-behavior: smooth;
}

li::marker {
	color: transparent;
}

body {
	max-width: 100%;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

ul,
ol {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000000;
	font-weight: 600;
    font-family: "Libre Baskerville", serif;
}

h1 {
	font-size: 45px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 32px;
}

h4 {
	font-size: 27px;
}

h5 {
	font-size: 22px;
}

h6 {
	font-size: 18px;
}

p {
	font-size: 14px;
	font-weight: 300;
	color: #12110eb8;
	line-height: 20px;
    font-family: "Libre Baskerville", serif;
}

figure {
	margin: 0;
}

input:focus {
	outline: 0;
	border: 0;
}

a {
	text-decoration: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
	max-width: 1440px;
	width: 100%;
}





/* Hero Banner CSS */

.landing_hero_wrapper {
    /* background-image: url('../images/MobileBanner.jpg'); */
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    z-index: 0;
}

.landing_mobile_hero_bg {
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}



.landing_hero_content .para_title span{
 font-family: "Libre Baskerville", serif;
 font-style: italic;
 letter-spacing: -0.5px;
}

.landing_hero_content .para_title {
    font-size: 22px;
    font-weight: 100;
    color:#fff;
    line-height: 27px;
    margin: 0 auto;
    width: 100%;
    max-width: 285px;
    font-family: "Libre Baskerville", serif;
    /* letter-spacing: .5px; */
}


.landing_hero_content {
    max-width: 675px;
    width: 100%;
    margin: 0 auto;
    margin-left: 0;
    text-align: center;
    position: absolute;
    top: 60px;
    left: 0;
}


.desktop_logo {
    display: none;
}

img.logo {
    max-width: 210px;
    margin-bottom: 30px;
}

img.max_group {
    max-width: 200px;
       margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
}


.main_btn a {
  border: 1px solid rgba(255, 255, 255, 0.4);
  /* Glass effect */
  background: linear-gradient(135deg, rgb(255 255 255 / 17%), rgba(255, 255, 255, 0.03));
  /* Soft glow */
  box-shadow: 
    inset 0 1px 2px rgba(255,255,255,0.4),
    0 4px 15px rgba(0,0,0,0.1);

  transition: all 0.3s ease;
  padding: 8px 30px 8px 30px;
  color: #fff;
  border: 2px solid #ffffff24;
  border-radius: 35px;
 font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

span.d-md-none {
    font-family: "Libre Baskerville", serif;
    display: block;
    color: #fff;
       font-size: 10px;
    margin-top: 14px;
}



.landing_footer p, .landing_footer a {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    font-family: "Libre Baskerville", serif;
}

span.b_dr:before {
    content: '';
    top: 3px;
    left: 0;
    width: 1px;
    height: 16px;
    background-color: #3d2a12;
    position: absolute;
}

span.b_dr {
    margin-left: 5px;
    position: relative;
    padding-left: 6px;
}

.landing_footer {
    display: flex;
    justify-content:space-around;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 600px;
    margin-left: 0;
    align-items: center;
}


@media (max-width: 575px) {
.landing_footer {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 600px;
    margin-left: 0;
    align-items: center;
    text-align: center;
    padding: 10px 30px;
}

.landing_footer p, .landing_footer a {
    margin-bottom: 0;
}

}


/* Modal CSS */

div#exampleModal {
    background: #0000006e;
}

.modal-backdrop.fade.show {
    z-index: -1;
}

.modal-header {
    border: 0;
    padding: 10px;
    font-size: 13px;
    background: #e2d7c4;
}

.modal-header .btn-close {
    opacity: 1;
    color: #000;
}

.modal-body {
    background: #e2d7c4;
    padding: 10px 10px;
    text-align: center;
}

.modal-body h4 {
    color: #3d2a12;
    font-size: 14px;
     font-family: "Libre Baskerville", serif;
         margin-bottom: 2px;
}

.modal-body p {
    color: #3d2a12;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 24px;
     font-family: "Libre Baskerville", serif;
}

.modal-body .form-control {
    padding: 8px 12px;
    margin-top: 14px;
    background-color: #ffffffd4;
}

button.btn.btn-primary {
    background: #483f2f;
    border: 0;
    width: 100%;
    margin-top: 26px;
    margin-bottom: 20px;
    padding: 12px 10px;
    /* font-size: 16px; */
    font-weight: 600;
}

.cx-phone-prefix {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    gap: 6px;
    position: absolute;
    top: 0px;
    left: 0;
    background: #ddddddd4;
    border-radius: 8px 0 0 8px;
}

.cx-phone-field {
    position: relative;
}

.cx-phone-field .form-control {
    padding: 8px 12px 8px 78px;
}

.cx-flag-img {
    max-width: 18px;
    width: 100%;
}

.cx-country-code {
    font-size: 14px;
    color: #333;
}





.prv_hero_banner {
    height: 60vh;
    display: flex;
    align-items: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.prv_hero_banner:before {
      background-color: #00000054;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
}

.prv_hero_banner h1 {
    font-size: 42px;
    color: #fff;
    position: relative;
    font-weight: 700;
}

.prv_wrapper {
    margin-top: 50px;
}

.prv_box {
    display: flex;
    gap: 15px;
    max-width: 400px;
    width: 100%;
    align-items: center;
}

.prv_box img {
    max-width: 40px;
    /* width: 100%; */
}

.prv_box_wrapper {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 17px;
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.prv_box h5 {
    line-height: 18px;
}

.prv_box h5 a {
    font-family: "Libre Baskerville", serif;
    font-size: 15px;
    font-weight: 100;
    color: #000;
}



.prv_wrapper .main_title h2 {
    font-size: 37px;
    font-family: "Libre Baskerville", serif;
    font-weight: 100;
    text-align: center;
    color: #600733;
}

.prv_wrapper .main_title h4 {
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    color: #600733;
    margin-bottom: 60px;
    margin-top: 40px;
}


.terms-wrapper h2 {
    font-size: 30px;
    color: #67132f;
    margin-bottom: 30px;
}

.terms-wrapper {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}


/* HERO */
.terms-hero {
    height: 350px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.terms-hero .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
}

.terms-hero h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    position: relative;
}

/* Content area */
.terms-content {
    max-width: 800px;
    text-align: left;
    font-size: 15px;
    color: #333;
    line-height: 1.7;
}

/* TITLE */
.main-title {
    font-size: 36px;
    font-weight: 600;
    color: #7A1E2C;
}

.subtitle {
    font-size: 20px;
    color: #7A1E2C;
    margin-top: 10px;
}

/* SECTION HEADING */
.section-heading {
    font-size: 20px;
    font-weight: 600;
    color: #7A1E2C;
    margin-top: 25px;
    margin-bottom: 15px;
}

.section-paragraph p {
    position: relative;
    padding-left: 20px;
    font-size: 12px;
    font-weight: 300;
    color: #000;
    line-height: 24px;
    font-family: "Libre Baskerville", serif;
}

.section-paragraph p b:first-child {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    /* position: absolute; */
    top: 0;
    left: 0;
}

.section-paragraph h4 {
    font-size: 16px;
}

/* PARAGRAPH */
.section-paragraph {
    font-size: 16px;
    color: #333;
    line-height: 1.9;
}

/* BOLD NUMBERING (1.1, 1.2 etc) */
.section-paragraph p strong {
    font-weight: 700;
}

/* BULLET POINTS */
.section-paragraph ul {
    list-style: none;
    padding-left: 20px;
}

.section-paragraph ul li {
    font-family: "Libre Baskerville", serif;
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 12px;
}

.section-paragraph ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #7A1E2C;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.section-paragraph ol {
    padding-left: 22px;
}

.section-paragraph ol li {
    font-family: "Libre Baskerville", serif;
    margin-bottom: 10px;
    line-height: 1.8;
    font-size: 12px;
}

/* Bold numbers */
.section-paragraph ol li::marker {
    font-weight: 700;
    color: #000;
}

.terms-contact {
    background: #fff;
}

.company-card {
    padding: 10px 20px;
}

.company-card h5 {
    color: #7A1E2C;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 16px;
}

.company-card p {
    font-size: 12px;
    line-height: 1.8;
    margin-bottom: 8px;
}

.company-card strong {
    font-weight: 600;
}
