/* ============================================
   CSS ROOT VARIABLES - Color System
   ============================================ */
   :root {
    /* Primary Colors */
    --color-primary: #DBA44F;
    --color-primary-dark: #9E5815;
    --color-primary-light: #f4e5ce;
    
    /* Neutral Colors */
    --color-black: #000000;
    --color-white: #ffffff;
    --color-dark-brown: #4a2400;
    --color-gray: #666666;
    --color-gray-light: #999999;
    
    /* Background Colors */
    --bg-primary: #f4e5ce;
    --bg-primary-light: #e3cc9a;
    --bg-white: #ffffff;
    --bg-black: #000000;
    --bg-overlay: rgba(74, 36, 0, 0.7);
    
    /* Text Colors */
    --text-primary: #000000;
    --text-white: #ffffff;
    --text-gray: #666666;
    --text-gray-light: #999999;
    
    /* Border Colors */
    --border-primary: #DBA44F;
    --border-dark: #9E5815;
    --border-black: #000000;
    
    /* Font Families */
    --font-body: 'OPTIOptionMedium', sans-serif;
    --font-heading: 'Swily Bright', serif;
    
    /* Spacing */
    --spacing-xs: 5px;
    --spacing-sm: 10px;
    --spacing-md: 20px;
    --spacing-lg: 30px;
    --spacing-xl: 40px;
    --spacing-xxl: 60px;
    
    /* Border Radius */
    --radius-sm: 8px;
    --radius-md: 15px;
    --radius-lg: 20px;
    --radius-xl: 30px;
    --radius-full: 50%;
    
    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-base: 0.3s ease;
    --transition-slow: 0.5s ease;
    
    /* Shadows */
    --shadow-sm: 0 2px 5px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 5px 15px rgba(0, 0, 0, 0.15);
    --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* ============================================
   COMMON UTILITY CLASSES
   ============================================ */
.section-padding {
    padding: var(--spacing-xxl) 0;
}

.section-bg-primary {
    background-color: var(--bg-primary);
}

.text-heading {
    font-family: var(--font-heading);
    color: var(--text-primary);
}

.text-body {
    font-family: var(--font-body);
    color: var(--text-primary);
}

.btn-primary {
    background: var(--bg-black);
    color: var(--text-white);
    border: none;
    border-radius: var(--radius-xl);
    padding: 12px var(--spacing-lg);
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-sm);
    transition: all var(--transition-base);
    cursor: pointer;
}

.btn-primary:hover {
    background: #333333;
    color: var(--text-white);
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.btn-secondary {
    background: var(--color-primary);
    color: var(--text-white);
    border: none;
    border-radius: var(--radius-xl);
    padding: 12px var(--spacing-lg);
    font-family: var(--font-body);
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-sm);
    transition: all var(--transition-base);
    cursor: pointer;
}

.btn-secondary:hover {
    background: var(--color-primary-dark);
    color: var(--text-white);
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}

.container-custom {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 15px;
}
.container{
	   max-width: 1366px !important;
}
/* Common Section Styles */
.section-title {
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 400;
    color: var(--text-primary);
    margin-bottom: var(--spacing-xl);
    line-height: 1.2;
    letter-spacing: 2px;
}

.section-subtitle {
    font-family: var(--font-body);
    font-size: 20px;
    color: var(--text-primary);
    opacity: 0.95;
}

.card-style {
    background: var(--bg-primary);
    border-radius: var(--radius-md);
    padding: var(--spacing-lg);
    transition: all var(--transition-base);
}

.card-style:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-md);
}

.icon-box {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-primary);
    border-radius: var(--radius-sm);
    flex-shrink: 0;
}

.icon-box i {
    font-size: 20px;
    color: var(--text-primary);
}

/* ============================================
   Custom Fonts - OPTIOptionMedium and Swily Bright
   ============================================ */
/* Web-optimized font declarations with proper format ordering */

/* OPTIOptionMedium Font - Web Optimized */
@font-face {
    font-family: 'OPTIOptionMedium';
    src: url('../fonts/OPTIOptionMedium.woff2') format('woff2'),
         url('../fonts/OPTIOptionMedium.woff') format('woff'),
         url('../fonts/OPTIOptionMedium.otf') format('opentype'),
         url('../fonts/OPTIOptionMedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Better loading performance */
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Swily Bright Font - Regular - Web Optimized */
@font-face {
    font-family: 'Swily Bright';
    src: url('../fonts/SwilyBright-Regular.woff2') format('woff2'),
         url('../fonts/SwilyBright-Regular.woff') format('woff'),
         url('../fonts/SwilyBright.woff2') format('woff2'),
         url('../fonts/SwilyBright.woff') format('woff'),
         url('../fonts/SwilyBright-Regular.otf') format('opentype'),
         url('../fonts/SwilyBright-Regular.ttf') format('truetype'),
         url('../fonts/SwilyBright.otf') format('opentype'),
         url('../fonts/SwilyBright.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Swily Bright Font - Italic (if available) - Web Optimized */
@font-face {
    font-family: 'Swily Bright';
    src: url('../fonts/SwilyBright-Italic.woff2') format('woff2'),
         url('../fonts/SwilyBright-Italic.woff') format('woff'),
         url('../fonts/SwilyBright-Italic.otf') format('opentype'),
         url('../fonts/SwilyBright-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ============================================
   SMOOTH SCROLL
   ============================================ */
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

/* Apply OPTIOptionMedium to body and all text */
body {
    font-family: var(--font-body);
    overflow-x: hidden;
    overflow-x: hidden;
    color: var(--text-primary);
}

/* Apply Swily Bright to all headings */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--text-primary);
}
header.main-header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 10px 25px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    background: transparent;
}

header.main-header.header-fixed {
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: var(--shadow-sm);
    padding: 15px 25px;
    animation: slideDown var(--transition-base);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.lbm-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lbm-header .main-logo {
    width: 140px;
}

.lbm-header .main-logo a.logo-url {
    display: flex;
    align-items: center;
}

.lbm-header .main-logo a.logo-url img {}

.lbm-header .lbarea {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
}

.lbm-header .lbarea a.topbtn {
    background: var(--bg-black);
    text-decoration: none;
    display: inline-flex;
    height: 44px;
    /* padding: 0 var(--spacing-lg); */
    /* border-radius: var(--radius-xl); */
    align-items: center;
    color: var(--text-white);
    width: 170px;
    text-align: center;
    justify-content: center;
}

.lbm-header .lbarea button.lbm-menu-btn {
    padding: 0;
    border: none;
    background: transparent;
}

/* home banner */
.homeBanner {
    position: relative;
    overflow: hidden;
    /* background: var(--bg-primary); */
    height: 90vh;
    background-image: url(https://dev.hoplonco.com/roof/wp-content/uploads/2026/01/Rectangle-1-1.png) !important;
    background-size: cover;
    background-position: center center;
}
.homeBanner .homeBanner-inner {
    position: relative;
    /* padding-top: 135px; */
    /* padding-bottom: 170px; */
    height: 100%;
    display: flex;
}
.homeBanner .homeBanner-content {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: -52px;
}
.homeBanner .homeBanner-content h1 {
    font-size: 60px;
    font-weight: 400;
    color: var(--text-primary);
    margin: 0;
    line-height: 62px;
    letter-spacing: 4px;
}
.homeBanner .homeBanner-inner::before {
    /* content: ''; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: var(--bg-primary-light);
}
.homeBanner .homeBanner-img {
    position: relative;
    overflow-x: inherit;
    width: 100%;
}
.homeBanner .homeBanner-img::before {
    content: '';
}
.homeBanner .homeBanner-img::after {
    content: '';
    background: var(--color-dark-brown);
    filter: blur(32px);
    position: absolute;
    width: 160vw;
    height: 188px;
    bottom: -94px;
    left: 50%;
    right: 0;
    border-radius: 100%;
    transform: translateX(-50%);
    z-index: 1;
}

.homeBanner .homeBanner-img img {
    width: 100%;
    position: relative;
    z-index: 1;
}
.registration-form {
    /* position: absolute; */
    /* right: 168px; */
    background: #F4E5CE;
    display: flex;
    /* top: 25px; */
    flex-direction: column;
    /* border-radius: 0 25px 25px 0; */
    /* padding: 30px 30px 30px 130px; */
    z-index: 1;
    width: 370px;
    /* float: right; */
    margin: auto;
    padding: 30px;
}

.registration-form h2 {
    font-size: 34px;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    line-height: 34px;
    padding: 0 58px;
}

.registration-form form.registrationForm {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    z-index: 9999;
}

.registration-form form.registrationForm .form-group {
    display: flex;
    flex-direction: column;
    /* border-radius: 13px; */
    overflow: hidden;
    border: 1px solid #E0C397;
    width: 100%;
}

.registration-form form.registrationForm .form-group label {
    line-height: normal;
    padding: 3px 15px;
    color: var(--text-primary);
    font-size: 13px;
    margin: 0;
    font-weight: 100;
}

.registration-form form.registrationForm .form-group input {
    border: 1px solid;
    border-color: var(--border-dark);
    border-width: 1px 0 0 0;
    font-size: 15px;
    padding: 4px 15px;
    line-height: normal;
    outline: none;
    border-radius: 0 0 0px 0px;
    background: #ffffff;
    height: 30px;
}

.registration-form form.registrationForm .form-group input::placeholder {
    color: var(--text-primary);
}

.registration-form form.registrationForm input[type="submit"] {
    font-size: 15px;
    height: 44px;
    /* border-radius: var(--radius-xl); */
    border: none;
    color: var(--text-white);
    font-weight: 700;
    background: var(--bg-black);
}
/* Ellipse 1 */


/* about section */
section.aboutSection {
    background-color: #ffffff;
    /* margin-top: -160px; */
    /* z-index: 1; */
    position: relative;
    overflow: hidden;
    /* padding: 40px 0; */
}
.aboutSection-inner {
    position: relative;
    padding-top: 0;
    padding-bottom: 100px;
}
.aboutSection-inner::before{
    content: "";
    position: absolute;
    background-image: url(https://dev.hoplonco.com/roof/wp-content/uploads/2026/01/Group-84.svg);
    left: 0;
    right:0;
    top: 0;
    height: 71%;
    background-repeat: no-repeat;
}
.aboutSection-content {
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 60px !important;
    margin-bottom: 30px;
}
.aboutSection-content h2 {
    font-size: 26px;
    font-weight: 400;
    color: #000000;
    margin: 0;
    line-height: normal;
    letter-spacing: 1px;
    /* margin-bottom: 30px; */
    font-style: normal !important;
    font-family: 'OPTIOptionMedium', sans-serif; !important;
}
/* Marquee Container */
.marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    /* margin-bottom: 100px; */
    padding: var(--spacing-md) 0;
    /* background: #fff; */
    padding: 50px 30px !important;
}

.marquee-track {
    display: flex;
    gap: var(--spacing-md);
    width: fit-content;
    animation: marquee-scroll 30s linear infinite;
    will-change: transform;
}

.marquee-container:hover .marquee-track,
.marquee-container:active .marquee-track {
    animation-play-state: paused;
}

.aboutSection-list {
    display: flex;
    flex-wrap: nowrap;
    gap: var(--spacing-md);
    padding: 0;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    min-width: fit-content;
}

.aboutSection-list li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    border-radius: 0;
    height: 80px;
    background: #F0F0F0;
    position: relative;
    width: fit-content;
    padding: 0 10px;
    flex-shrink: 0;
    transition: opacity var(--transition-base);
}

.aboutSection-list li:hover {
    opacity: 1;
}

.aboutSection-list li img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}
.aboutSection-row {
    position: relative;
    align-items: center;
    background: transparent !important;
    /* border-radius: 100px 100px 0 0; */
    overflow: hidden;
}

.aboutSection-row .leftContent {
    width: 45%;
    background: #ffffff;
    height: 100%;
}

.aboutSection-row .rightContent {
    width: 55%;
    background: #ffffff;
}

.aboutSection-row-content {}

.aboutSection-row-content h3 {
    font-size: 80px;
}

.aboutSection-row-content p {
    font-size: 20px;
}

.aboutSection-row .rightContent .aboutSection-row-image {
    border-radius: 0;
}

.aboutSection-row .rightContent .aboutSection-row-image img {
    background-blend-mode: darken;
    mix-blend-mode: darken;
    width: 100%;
    border-radius: 0 !important;
}

a.theme-btn {
    height: 44px;
    background: var(--bg-black);
    display: inline-flex;
    text-decoration: none;
    color: var(--text-white);
    align-items: center;
    padding: 0 40px;
    /* border-radius: var(--radius-xl); */
    font-family: var(--font-body);
    font-weight: 600;
    transition: all var(--transition-base);
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    font-weight: 100;
    letter-spacing: 0.3px;
}

a.theme-btn:hover {
    background: #333333;
    color: var(--text-white);
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
}
.omov-row-area {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
    background: transparent !important;
    margin-top: 80px;
}

.omov-row-area .omov-row {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    background: #F4E5CE;
}

.omov-row-area .omov-row .omovImg {
    width: 580px;
    flex: 0 0 580px;
}

.omov-row-area .omov-row .omovImg .imgBox {
    /* border-radius: 42px; */
    overflow: hidden;
    /* border-bottom: 10px solid var(--color-primary); */
    padding-bottom: 15px;
}

.omov-row-area .omov-row .omovImg .imgBox img {
    width: 100%;
}

.omov-row-area .omov-row .omovContent {}

.omov-row-area .omov-row .omovContent .content {
    /* padding-left: 18px; */
    padding: 0 40px;
}

.omov-row-area .omov-row .omovContent .content h3 {
    color: var(--text-primary);
    font-size: 60px;
    font-weight: 400;
}

.omov-row-area .omov-row .omovContent .content h3 strong {
    font-family: 'OPTIOptionMedium';
    font-weight: 400;
}

.omov-row-area .omov-row:nth-child(even) .omovImg {
    order: 2;
}

.omov-row-area .omov-row .omovContent .content p {
    font-size: 16px;
    font-weight: 100 !important;
}

/* Development Section */
.development-sec {
    background: #ffffff;
    padding: 0 0 50px 0;
    position: relative;
}

.inner-development-sec {
    position: relative;
}

.development-row {
    align-items: center;
}

.development-left {
    padding-right: 15px;
    width: 40%;
}

.development-content h2 {
    font-family: var(--font-heading);
    font-size: 50px;
    font-weight: 400;
    color: var(--text-primary);
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: 2px;
}

.development-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.development-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all var(--transition-base);
    padding: 10px 0;
    line-height: normal;
}

.development-list li .number {
    font-family: var(--font-heading);
    font-size: 32px;
    font-weight: 400;
    min-width: 35px;
    transition: all var(--transition-base);
    position: relative;
    top: 4px;
}

.development-list li .text {
    font-family: var(--font-body);
    font-size: 30px;
    transition: all var(--transition-base);
}

.development-list li.active .number,
.development-list li.active .text {
    color: var(--text-primary);
    opacity: 1;
}

.development-list li:not(.active) .number,
.development-list li:not(.active) .text {
    color: var(--text-gray-light);
    opacity: 0.5;
}

.development-list li:hover:not(.active) {
    opacity: 0.7;
}

.development-right {
    position: relative;
    width: 60%;
}

.development-carousel {
    position: relative;
}

.main-carousel {
    position: relative;
    /* border-radius: 25px; */
    overflow: hidden;
    margin-bottom: 0;
    background: #000;
}

.carousel-slide {
    display: none;
    position: relative;
}

.carousel-slide.active {
    display: block;
}

.carousel-slide img {
    width: 100%;
    height: auto;
    display: block;
    /* border-radius: var(--radius-lg); */
    border-radius: 0 !important;
}

.carousel-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all var(--transition-base);
    padding: 0;
    color: rgba(255, 255, 255, 0.9);
}

.carousel-nav:hover {
    background: #000;
    color: #fff;
}

.carousel-nav svg {
    width: 24px;
    height: 24px;
}

.carousel-prev {
    left: 20px;
}

.carousel-next {
    right: 20px;
}

.carousel-thumbnails {
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 0;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
}

.thumbnail-item {
    flex: 0 0 auto;
    width: 90px;
    height: 80px;

    overflow: hidden;
    cursor: pointer;
    opacity: 0.9;
    transition: all var(--transition-base);
    border: 2px solid transparent;
}

.thumbnail-item:hover {
    opacity: 0.8;
    transform: translateY(-5px);
}

.thumbnail-item.active {
    opacity: 1;
    border-color: var(--bg-primary);
    /* transform: translateY(-5px); */
}

.thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* Features Highlights Section */
.features-highlights-sec {
    position: relative;
    width: 100%;
    background: #ffffff;
    padding: 100px 0 50px 0;
}
.features-highlights-sec::before{
    background-image: url('https://dev.hoplonco.com/roof/wp-content/uploads/2026/01/Group-84.svg');
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 80%;
    z-index: 1;
    background-position: 0px 30px;
    background-repeat: no-repeat;
    opacity: 0.5;
    top: 0;
    z-index: 1;
}
/* Top Section - Feature Cards */
.features-top-section {
    background: #ffffff;
    background-image: url('https://dev.hoplonco.com/roof/wp-content/uploads/2026/01/Group-84.svg');
    background-repeat: repeat;
    background-size: 0;
    position: relative;
    margin-bottom: 80px;
}

.features-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    width: 80%;
    margin: 0 auto 50px;
}

.feature-card {
    background: #F4F4F4;
    border: 2px dashed #dba44f40;
    /* border-radius: 15px; */
    padding: 30px 10px;
    text-align: center;
    transition: all var(--transition-base);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-md);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon svg {
    width: 100%;
    height: 100%;
}

.feature-card h3 {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    color: var(--text-primary);
    margin: 0;
    line-height: 1.4;
}

.features-buttons {
    display: flex;
    gap: var(--spacing-md);
    justify-content: center;
    flex-wrap: wrap;
}

.theme-btn-black {
    background: var(--bg-black);
    color: var(--text-white);
}

.theme-btn-black:hover {
    background: #333333;
    color: var(--text-white);
    text-decoration: none;
}

.theme-btn-gold {
    background: var(--color-primary);
    color: var(--text-white);
}

.theme-btn-gold:hover {
    background: var(--color-primary-dark);
    color: var(--text-white);
    text-decoration: none;
}

/* Bottom Section - CTA Banner */
.features-bottom-section {
    position: relative;
    background-image: url('https://dev.hoplonco.com/roof/wp-content/uploads/2026/01/Container-3.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    /* border-radius: 30px 30px 0 0; */
    overflow: hidden;
    /* border-radius: var(--radius-xl); */
}

/* .features-bottom-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(360deg, #ffffffdb 0%, #FFD595 100%);
    z-index: 1;
    opacity: 0.90;
} */

.features-bottom-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.features-bottom-content h2 {
    font-family: var(--font-heading);
    font-size: 52px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: 2px;
}

.features-bottom-content p {
    font-family: var(--font-body);
    font-size: 20px;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.6;
    opacity: 0.95;
}

.features-bottom-content .theme-btn {
    margin-top: 10px;
}


/* Built on Experience Section */
.built-on-experience-sec {
    background: #fff;
    padding: 50px 0;
    position: relative;
}

.experience-row {
    align-items: center;
    justify-content: space-between;
}

.experience-left {width: 580px;flex: 0 0 580px;}

.experience-content h2 {
    font-family: var(--font-heading);
    font-size: 56px;
    font-weight: 400;
    color: var(--text-primary);
    margin-bottom: 40px;
    line-height: 1.2;
    letter-spacing: 2px;
}

.experience-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
    position: relative;
}
.experience-cards-grid::before {
    content: "";
    width: 100%;
    height: 2px;
    background: oldlace;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(to right, rgb(250 250 250 / 0%) 0%, #d5d5d5 50%, rgb(245 248 251 / 0%) 100%);
    opacity: 0.5;
}

.experience-cards-grid::after {
    content: "";
    width: 2px;
    height: 100%;
    background: oldlace;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(to bottom, rgb(250 250 250 / 0%) 0%, #d5d5d5 50%, rgb(245 248 251 / 0%) 100%);
    opacity: 0.5;
}
.experience-card {
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: all var(--transition-base);
    height: 146px;
}

.experience-card:hover {}

.experience-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: var(--radius-lg); */
    background: #F4E5CE;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15); */
}

.experience-icon svg {
    width: auto;
    height: auto;
}

.experience-card p {
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 400;
    color: #364153ba;
    margin: 0;
    line-height: 1.4;
}

.experience-right {
}

.experience-image {
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

.experience-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}


/* Contact Section */
.contact-sec {
    position: relative;
    width: 100%;
    background: transparent !important;
}

/* Top Section - Map and Contact Info */
.contact-top-section {
    background: transparent;
    padding: 50px 0;
    position: relative;
}

.contact-top-row {
    align-items: center;
}

.contact-map-col {
    padding-right: 40px;
}

.contact-map {
    position: relative;
    background: #ffffff;
    border-radius: var(--radius-lg);
    padding: 0;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1); */
}

.contact-map img {
    width: 100%;
    height: auto;
    display: block;
    /* border-radius: 10px; */
}

.contact-info-col {
    padding-left: 40px;
}

.contact-info h2 {
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 400;
    color: var(--text-primary);
    margin-bottom: 40px;
    line-height: 1.2;
    letter-spacing: 2px;
}
.contact-info h2 strong{
    font-family: var(--font-body);
    font-weight: 500;
}
.contact-details {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contact-details li {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    justify-content: center;
}

.contact-details li .iconBox {
    width: 48px;
    height: 48px;
    min-width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-black);
    /* border-radius: 50%; */
    flex-shrink: 0;
}

.contact-details li .iconBox i {
    font-size: 20px;
    color: var(--text-primary);
}

.contact-details li .textConts {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 1;
}

.contact-details li .textConts label {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-gray);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0;
    line-height: normal;
    width: fit-content;
}

.contact-details li .textConts span {
    font-family: var(--font-body);
    font-size: 18px;
    color: var(--text-primary);
    line-height: normal;
    width: fit-content;
}

/* Bottom Section - Form with Desert Background */
.contact-bottom-section {
    position: relative;
    padding: 50px 0 140px;
    /* min-height: 800px; */
    display: flex;
    align-items: center;
    background-image: url(https://dev.hoplonco.com/roof/wp-content/uploads/2026/01/Group-96-1.png) !important;
    background-size: cover;
    background-position: bottom center;
}

.contact-bottom-section::after {
    /* content: ''; */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 578px;
    background-image: url('../images/contactBGImge.png');
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: 0;
}

.contact-bottom-section::before {
    /* content: ''; */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 578px;
    background: linear-gradient(to bottom, var(--bg-primary) 2%, rgba(244, 229, 206, 0.05) 15%, rgba(244, 229, 206, 0) 10%, rgba(244, 229, 206, 0) 100%);
    z-index: 1;
    pointer-events: none;
}
.contact-form-wrapper{
    position: relative;
    z-index: 1;
    width: 100%;
}
.contact-form-header {
    text-align: center;
    margin-bottom: 50px;
}

.contact-form-header h2 {
    font-family: var(--font-heading);
    font-size: 48px;
    font-weight: 400;
    color: var(--text-primary);
    margin-bottom: 15px;
    line-height: 1.2;
    letter-spacing: 2px;
}
.contact-form-header h2 strong{
    font-family: var(--font-body);
}
.contact-form-header p {
    font-family: var(--font-body);
    font-size: 20px;
    color: var(--text-primary);
    opacity: 0.95;
}

.contact-form-container {
    max-width: 900px;
    margin: 0 auto;
}

.inquiry-form {
    background: #f4e5ceeb;
    /* border-radius: var(--radius-lg); */
    padding: 50px 40px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--spacing-md);
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

.form-group label {
    font-family: var(--font-body);
    font-size: 14px;
    color: #364153;
    margin-bottom: 8px;
    font-weight: 500;
}

.form-group input,
.form-group select,
.form-group textarea {
    font-family: var(--font-body);
    font-size: 16px;
    padding: 12px 15px;
    border: 1px solid #B9A585;
    /* border-radius: 8px; */
    background: transparent;
    color: var(--text-primary);
    outline: none;
    transition: all var(--transition-base);
    height: 50px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: var(--color-dark-brown);
    box-shadow: 0 0 0 3px rgba(74, 36, 0, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: var(--text-primary);
}

.form-group textarea {
    resize: vertical;
    min-height: 120px;
}

.form-submit {
    margin-top: 30px;
    text-align: center;
}

.submit-btn {
    background: var(--bg-black);
    color: var(--text-white);
    border: none;
    /* border-radius: var(--radius-xl); */
    padding: 15px 50px;
    font-family: var(--font-body);
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    display: inline-flex;
    gap: 12px;
    transition: all var(--transition-base);
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
}

.submit-btn:hover {
    background: #333333;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.submit-btn i {
    font-size: 18px;
}

/* Footer Section */
.footer-sec.main-footer {
    background: #f9e6d2;
    padding: 20px 0 20px;
    position: relative;
}

.in-footer {
    position: relative;
}

.footer-row {
    align-items: center;
    justify-content: space-between;
}

.footer-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-social {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.social-icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-primary);
    text-decoration: none;
    font-size: 18px;
    transition: all var(--transition-base);
}

.social-icon:hover {
    color: var(--color-primary);
    transform: translateY(-3px);
}

.footer-copyright p {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-primary);
    margin: 0;
    font-weight: 400;
    line-height: normal;
}

.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: var(--spacing-md);
    text-align: right;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.logo-char {
    font-family: var(--font-heading);
    font-size: 80px;
    font-weight: 400;
    color: var(--text-primary);
    line-height: 1;
}

.logo-text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.logo-line {
    position: relative;
    display: inline-block;
}

.logo-line .text-underline {
    font-family: var(--font-heading);
    font-size: 24px;
    font-weight: 400;
    color: var(--text-primary);
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-bottom: 3px;
}

.logo-line .text-underline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: var(--bg-black);
}

.footer-address p {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-primary);
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

/* ============================================
   Floating Contact Buttons
   ============================================ */
.floating-contact-buttons {
    position: fixed;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
    padding-right: var(--spacing-sm);
}

.floating-btn {
    width: 50px;
    height: 60px;
    border-radius: var(--radius-md) 0 0 var(--radius-md);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--transition-base);
    text-decoration: none;
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden;
}

.floating-btn:hover {
    transform: translateX(-5px);
    box-shadow: var(--shadow-lg);
}

.floating-btn-contact {
    background: var(--bg-black);
    color: var(--text-white);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    height: 240px;
}

.floating-btn-contact .btn-text {
    font-family: var(--font-body);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
}

.floating-btn-phone {
    background: var(--color-primary-dark);
    color: var(--text-white);
}

.floating-btn-phone i {
    font-size: 20px;
}

.floating-btn-whatsapp {
    background: #25D366;
    color: var(--text-white);
}

.floating-btn-whatsapp i {
    font-size: 24px;
}

/* Contact Modal */
.contact-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity var(--transition-base);
}

.contact-modal.active {
    display: flex;
    opacity: 1;
}

.contact-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.contact-modal-content {
    position: relative;
    background: var(--bg-white);
    border-radius: var(--radius-lg);
    padding: var(--spacing-xxl);
    max-width: 500px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 10000;
    box-shadow: var(--shadow-lg);
    animation: modalSlideIn var(--transition-base);
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.contact-modal-close {
    position: absolute;
    top: var(--spacing-md);
    right: var(--spacing-md);
    width: 35px;
    height: 35px;
    border: none;
    background: var(--bg-primary);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--transition-base);
    z-index: 10001;
}

.contact-modal-close:hover {
    background: var(--color-primary);
    color: var(--text-white);
    transform: rotate(90deg);
}

.contact-modal-close i {
    font-size: 18px;
    color: var(--text-primary);
}

.contact-modal-content h2 {
    font-family: var(--font-heading);
    font-size: 32px;
    color: var(--text-primary);
    margin-bottom: var(--spacing-lg);
    text-align: center;
}

.contact-modal-form {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
}

.contact-modal-form .form-group {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xs);
}

.contact-modal-form .form-group label {
    font-family: var(--font-body);
    font-size: 14px;
    color: var(--text-primary);
    font-weight: 500;
}

.contact-modal-form .form-group input,
.contact-modal-form .form-group textarea {
    font-family: var(--font-body);
    font-size: 16px;
    padding: 12px 15px;
    border: 1px solid var(--border-dark);
    border-radius: var(--radius-sm);
    background: var(--bg-white);
    color: var(--text-primary);
    outline: none;
    transition: all var(--transition-base);
    width: 100%;
}

.contact-modal-form .form-group input:focus,
.contact-modal-form .form-group textarea:focus {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(219, 164, 79, 0.1);
}

.contact-modal-form .btn-primary {
    width: 100%;
    margin-top: var(--spacing-sm);
}

/* ============================================
   SITE-WIDE ANIMATIONS - DISABLED
   ============================================ */

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* All animations disabled - elements visible by default */
.animate-on-scroll,
.fade-in,
.fade-in-left,
.fade-in-right,
.fade-in-up,
.fade-in-down,
.zoom-in,
.zoom-out,
.image-animate,
.image-slide-left,
.image-slide-right,
.image-zoom-in,
.rotate-in,
.flip-in,
.scale-in,
.slide-in-top,
.slide-in-bottom,
.bounce-in {
    opacity: 1 !important;
    transform: none !important;
}

/* 3D Animations Disabled */
.card-3d,
.image-3d,
.btn-3d {
    transform: none !important;
}

.card-3d:hover,
.image-3d:hover,
.btn-3d:hover {
    transform: none !important;
}

/* Flying Letters Disabled - Headings Normal */
.flying-letters {
    display: block;
    overflow: visible;
}

.flying-letters .letter,
.flying-letters .word {
    display: inline;
    opacity: 1 !important;
    transform: none !important;
}

/* Ensure all headings are visible and normal */
h1, h2, h3, h4, h5, h6 {
    opacity: 1 !important;
    transform: none !important;
}

h1 .letter, h2 .letter, h3 .letter,
h1 .word, h2 .word, h3 .word {
    display: inline;
    opacity: 1 !important;
    transform: none !important;
}

/* Transition delays disabled - all elements visible immediately */
.flying-letters .letter:nth-child(n) {
    transition-delay: 0s !important;
    opacity: 1 !important;
    transform: none !important;
}

/* Image Animations - All Disabled - Images Always Visible */
img {
    opacity: 1 !important;
    transform: none !important;
}

.image-animate,
.image-animate.animated,
.image-slide-left,
.image-slide-left.animated,
.image-slide-right,
.image-slide-right.animated,
.image-zoom-in,
.image-zoom-in.animated {
    opacity: 1 !important;
    transform: none !important;
}

/* Stagger Animation Delays */
.animate-delay-1 { transition-delay: 0.1s; }
.animate-delay-2 { transition-delay: 0.2s; }
.animate-delay-3 { transition-delay: 0.3s; }
.animate-delay-4 { transition-delay: 0.4s; }
.animate-delay-5 { transition-delay: 0.5s; }
.animate-delay-6 { transition-delay: 0.6s; }

/* Parallax Effect */
.parallax-element {
    transition: transform 0.3s ease-out;
    will-change: transform;
}

/* All Animation Classes Overridden - Elements Always Visible */
.rotate-in,
.rotate-in.animated,
.flip-in,
.flip-in.animated,
.scale-in,
.scale-in.animated,
.slide-in-top,
.slide-in-top.animated,
.slide-in-bottom,
.slide-in-bottom.animated,
.bounce-in,
.bounce-in.animated {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
}

/* Pulse Animation */
@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.pulse-animate {
    animation: pulse 2s ease-in-out infinite;
}

/* Shimmer Effect */
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

.shimmer {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    background-size: 1000px 100%;
    animation: shimmer 2s infinite;
}


.homeBanner .container {
    display: flex;
    align-items: center;
}

.homeBanner .container h1 {
    font-size: 90px;
    color: #fff;
}

.homeBanner .homeBanner-inner p {
    color: #fff !important;
    font-size: 20px;
    margin-bottom: 40px;
}

.homeBanner .homeBanner-inner a.theme-btn {
    border-radius: 0 !important;
    background: #f8e4ce !important;
    color: #000;
    gap: 10px;
    padding: 0 23px;
    line-height: 10px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 6;
}

.homeBanner .homeBanner-inner a.theme-btn i img {
    width: 18px;
}

.aboutSection-inner .container:after {
    content: "";
    position: absolute;
    /* border: 1px solid; */
    height: 69%;
    width: 1500px;
    top: 5%;
    z-index: 1;
    background: #fff;
    filter: blur(30px);
    left: 0;
    right: 0;
    margin: auto;
}

.aboutSection-inner .container div {
    z-index: 2;
}

.development-content h2 strong {
    font-family: 'OPTIOptionMedium', sans-serif; !important;
    font-weight: 200 !important;
}

section.development-sec {}

section.development-sec a.theme-btn {
    background: #f8e4ce;
    color: #000;
}

.features-buttons a.theme-btn {
    width: 300px;
    text-align: center;
    justify-content: center;
}

.features-buttons a.theme-btn.theme-btn-gold {
    background: #fde3cd;
    color: #000;
}

.features-top-section {}

.experience-icon svg path {
    stroke: #000;
    stroke-width: 2px;
}

.features-highlights-sec:after {
    content: "";
    position: absolute;
    /* border: 1px solid; */
    height: 146px;
    width: 100%;
    bottom: 62px;
    background: #fde3cda8;
    border-radius: 100em;
    filter: blur(46px);
    opacity: 0.4;
}


.experience-content h2 strong {
    font-family: 'OPTIOptionMedium', sans-serif; !important;
    font-weight: 400;
}

.contact-sec:after {
    content: "";
    position: absolute;
    height: 146px;
    width: 100%;
    top: 0;
    background: #fde3cda8;
    border-radius: 100em;
    filter: blur(46px);
    opacity: 0.4;
}

.contact-sec:before {
    background-image: url(https://dev.hoplonco.com/roof/wp-content/uploads/2026/01/Group-84.svg);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 427px;
    z-index: 1;
    background-position: 0px 30px;
    background-repeat: no-repeat;
    opacity: 0.5;
    top: 9%;
    background-size: cover;
}

.contact-sec div {
    z-index: 1;
}

.contact-details li .iconBox svg path {
    stroke: #fde3cde8;
}

.form-group select option {
    background: #f8e4ce;
}

.features-highlights-sec div {
    z-index: 2;
}
.footer-sec.main-footer .footer-logo img {
    width: 280px;
}


@media only screen and (max-width: 600px) and (min-width: 10px)  {
	header.main-header {
    padding: 10px 0;
}

.lbm-header .lbarea a.topbtn {
    font-size: 16px;
}

.floating-wrapper {
    top: 61%;
}

.float-btn i img {
    width: 22px;
}

.homeBanner .container h1 {
    text-align: center;
}

.homeBanner .homeBanner-inner p {
    text-align: center;
}

.homeBanner {
    height: auto;
}

section.aboutSection {
    padding-top: 0;
}

.homeBanner .container {
    padding: 0;
    display: block !important;
}

.homeBanner .container .col-md-6 {
    padding: 0 59px;
}

header.main-header.header-fixed {
    padding: 10px 0;
}

.aboutSection-content h2 {
    padding: 0 20px;
    margin-bottom: 0;
}

.marquee-container {
    margin-bottom: 0;
}

.aboutSection-row-content h3 {
    font-size: 28px !important;
}

.omov-row-area {
    margin-top: 0;
}

.omov-row-area .omov-row {}

.omov-row-area .omov-row {
    /* flex-direction: row !important; */
    gap: 0;
    margin: 0;
}

.omov-row-area .omov-row .omovImg {
    height: 154px !important;
    flex: auto;
    width: 100% !important;
    margin: 0;
}

.omov-row-area .omov-row .omovContent .content h3 {
    text-align: center;
    font-size: 28px !important;
}

.omov-row-area .omov-row .omovContent .content p {
    text-align: center;
}

.omov-row-area .omov-row .omovContent .content {
    padding: 30px 40px;
}

.omov-row-area .omov-row:nth-child(1) {
    flex-direction: column-reverse;
}

.omov-row-area .text-center.mt-5 {
    margin: 0 !important;
}

.omov-row-area {}

.aboutSection-inner {
    padding-bottom: 0px !important;
}

section.aboutSection {
    padding-bottom: 0;
}

.development-content h2 {
    font-size: 28px !important;
    line-height: 25px !important;
}

.development-list li {
    justify-content: center;
}

.carousel-thumbnails {
    display: none;
}

.features-highlights-sec {
    padding-top: 0 !important;
}

section.development-sec {
    padding-bottom: 0 !important;
}

.features-bottom-content {
    padding: 0 30px;
}

.experience-content h2 {
    text-align: center;
    font-size: 28px !important;
}

.experience-card {
    justify-content: center;
    text-align: center;
    align-items: center;
}

.experience-icon {
    justify-content: center;
}

.experience-cards-grid::before,.experience-cards-grid::after {
    display: none;
}

section.built-on-experience-sec {
    padding-bottom: 0 !important;
}

.contact-top-section {}

.contact-top-section .col-md-6.contact-info-col {}

.contact-top-section .col-md-6.contact-info-col {
    text-align: center !important;
}

.contact-top-section .col-md-6.contact-info-col h2 {
    font-size: 28px !important;
}

.contact-top-section .col-md-6.contact-info-col ul.contact-details {
    /* justify-content: center !important; */
    /* align-items: center; */
    padding: 0 50px;
}

.contact-bottom-section {
    padding-top: 0 !important;
}

.contact-bottom-section .contact-form-header {
    padding:  0 40px;
}

.contact-bottom-section h2 {
    font-size: 28px !important;
    line-height: 27px !important;
}

footer.footer-sec.main-footer {}

footer.footer-sec.main-footer .row.footer-row {
    /* padding: 0 40px !important; */
    /* text-align: center; */
}
	
	div#contactFloat{
		display:none !important;
	}
	
	.omov-row-area {
    padding: 0;
}

.features-highlights-sec::before {
    display: none;
}

.features-top-section {
    margin-bottom: 0;
}

section.built-on-experience-sec {
    padding-top: 0 !important;
}
	.marquee-container {
    padding: 0 !important;
}
	.registration-form {
    border-radius: 0 !important;
}
}
