@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('../universal.css');

* {
    margin: 0px;
    padding: 0px;
    font-family: "Poppins", serif;
}

p {
    font-size: 15px;
}

@font-face {
    font-family: goodtimes;
    src: url(GoodTimes-Regular.otf);
}

/* GLOBAL */

/* Removed nav { ... } rule to allow universal.css to control nav bar alignment */

.index-nav {
    background-color: rgb(0, 0, 0, 0.0);
    box-sizing: border-box;
}

nav img {
    width: 230px;
    height: auto;
    margin-left: 30px;
}

nav li a {
    color: white;
    list-style: none;
    font-weight: 600;
    text-decoration: none;
    margin: 0;
}

nav li a:hover,
nav li a.active {
    color: #E3B66C;
}


/* HERO SECTION */

.hero-container {
    width: 100%;
    height: 125vh;
    background-image: url('../../images/main/subsidiaries/swiftclear/swiftclear-mainbg.png');
    background-size: cover;
    background-position: top;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.hero {
    width: 100vw;
    max-width: 100%;
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    margin-top: 100px;
    margin-bottom: 150px;
}


.hero h1 {
    font-size: 55px;
    color: #E3B66C;
    letter-spacing: 8px;
    margin-top: 25px;
    font-family: 'goodtimes';
    text-shadow: 0px 5px 3px #000;
    font-weight: 300;
}

.hero a {
    text-decoration: none;
    color: white;
    background-color: #E3B66C;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-top: 50px;
    transition: 0.3s;
}

.hero a:hover {
    color: #E3B66C;
    background-color: white;
    padding: 15px 50px;
}

/* SISTER COMPANIES SECTION */

.sister-companies {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sister-companies h3 {
    font-size: 30px;
    font-weight: 600;
    color: white;
}

.sister-companies-cards {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-top: 50px;
}

.sister-companies-cards a {
    text-decoration: none;
}

.sister-companies-card {
    width: 250px;
    height: 300px;
    background-color: rgb(255, 255, 255, 0.5);
    border-radius: 33px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.sister-companies-card:hover {
    background-color: white;
}

.sister-companies-card img {
    width: 200px;
    margin-top: 25px;
}

.sister-companies-card h3 {
    margin-top: 15px;
    text-align: center;
    color: black;
    font-size: 15px;
    font-weight: 500;
}

/* ABOUT SECTION */

.about {
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    background-image: linear-gradient(#d5a965, #E3B66C);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.about-images {
    width: 426px;
    height: 568px;
}

.abt-img {
    margin-top: -7px;
}

.about-text {
    width: 900px;
    height: 650px;
    background-color: white;
    border-radius: 25px;
    margin-left: -23px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}

.about-text h3 {
    font-size: 30px;
    margin-top: 30px;
    margin-left: 40px;
}

.learnmorebtn {
    width: 150px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    padding: 10px;
    background-color: #E3B66C;
    margin-left: 40px;
    border-radius: 15px;
    font-weight: 600;
    text-align: center;
    transition: 0.3s;
}

.learnmorebtn:hover {
    background-color: #0A2C47;
    color: white;
}

.about-text p {
    margin-top: 15px;
    margin-left: 40px;
    margin-bottom: 45px; 
    line-height: 25px;
}

/* WHAT WE OFFER SECTION */

.offer {
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    background-image: url("../../images/main/shared/white-dotted-bg.png");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* TESTIMONIALS */

.testimonials {
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    background-image: linear-gradient(#E3B66C, #E3B66C, black);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-cards {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}

.testimonial-card {
    width: 400px;
    height: 125px;
    background-color: white;
    border-radius: 25px;
    box-shadow: 4px 4px 1px 4px rgb(255, 255, 255, 0.25);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 100px;
    margin-top: 25px;
}

.testimonial-card:hover {
    transform: skew(5deg);
}

.testimonial-card img {
    width: 80px;
    height: 80px;
    margin-left: 15px;
}

.testimonial-card p {
    margin-left: 15px;
}

.icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-right: 50px;
}

.icons img {
    width: auto;
    height: 30px;
}

.top-space {
    margin-top: 8px;
}

/* ABOUT WEBPAGE */

/* ABOUT SECTION */

/* BANNER */

.banner {
    width: 100%;
    height: 300px;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner h2 {
    font-size: 20px;
    color: white;
}

.banner h2 span {
    color: #E3B66C;
}

.banner h1 {
    font-family: goodtimes;
    font-weight: 400;
    font-size: 75px;
    color: #E3B66C;
    letter-spacing: 8px;
    margin-top: 20px;
}

/* ABOUT ALPHA PREMIER */

.about-page {
    width: 100%;
    height: 115vh;
    background-image: linear-gradient(black, #E3B66C, #E3B66C);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.about-page h2 {
    font-size: 40px;
    font-weight: 600;
    color: white;
    margin-top: 150px;
    letter-spacing: 10px;
}

.about-cards {
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.about-card {
    width: 350px;
    height: 450px;
    background-color: white;
    color: #0A2C47;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    border-radius: 25px;
    margin-top: 150px;
    box-shadow: 0 4px 4px 0 rgb(0, 0, 0, 0.25);
    padding: 30px;
}

.about-card img {
    position: absolute;
    margin-top: -100px;
}

.about-card h3 {
    font-size: 30px;
    margin-top: 50px;
}

.about-card p {
    margin-top: 15px;
    color: black;
}

.whychoose-container {
    width: 100%;
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.whychoose-text {
    width: 800px;
    height: 400px;
    background-color: #0A2C47;
    border-radius: 25px;
    color: white;
    padding: 0 80px;
}

.whychoose-text h3, .whychoose-text p {
    width: 100%;
    text-align: center;
}

.whychoose-text h3 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 55px;
}

.whychoose-text p {
    margin-top: 30px;
}

.whychoose-icons {
    margin-top: 50px;
    margin-left: 55px;
}

.icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 25px;
}

.icon h4 {
    margin-left: 30px;
    font-size: 20px;
}

/* SOCIAL MEDIA LINKS */

.socmed-links {
    width: 100%;
    height: 880px;
    background-color: #E3B66C;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.socmed-links h3 {
    font-size: 40px;
    font-weight: 300;
    color: white;
    width: 1157px;
    margin-top: 50px;
}

.socmed-links h3 span {
    font-weight: 600;
    color: #0A2C47;
}

.socmed-container {
    width: 1157px;
    height: 290px;
    background-color: white;
    border-radius: 25px;
    display: flex;
    flex-direction: row;
}

.socmed-left {
    width: 94px;
    height: 100%;
    background-color: #0A2C47;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 25px 0 0 25px;
    gap: 35px;
}

.socmed-linktree {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.socmed-linktree img {
    margin-left: 20px;
}

/* BLOGS SECTION */

.featuredblog {
    width: 100%;
    max-height: 100vh;
    background-image: linear-gradient(#E3B66C, white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.featuredblog img{
    max-width: 80%;
    height: auto;
    margin-top: 100px;
}

.recentblogs {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
    align-items: center;
}

.recentblogs-container {
    width: 80%;
}

.recentblogs h3 {
    font-size: 30px;
    margin-top: 50px;
}

.blog-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 5px;
}

.blog-cards a {
    text-decoration: none;
    color: black;
    margin-right: 30px;
}

.blog-card {
    width: 380px;
    height: 375px;
    background-color: white;
    border-radius: 25px;
    box-shadow: 0 0 5px 8px rgb(227, 182, 108, 0.25);
    margin-top: 50px;
}

.blog-card:hover {
    box-shadow: 0 0 5px 8px rgb(227, 182, 108, 0.50);
}

.blog-card h4 {
    font-size: 15px;
    margin-left: 10px;
    margin-top: 10px;
}

.blog-card p {
    margin-left: 10px;
    margin-top: 10px;
}

.author {
    display: flex;
    flex-direction: row;
    margin-left: 10px;
    margin-top: 10px;
    align-items: center;
}

.author img {
    width: 30px;
    height: auto;
}

.author p {
    margin-left: 10px;
    margin-top: 10px;
}

/* AFFILIATES SECTION */

.banner-affiliates {
    width: 100%;
    height: 750px;
    background-image: linear-gradient(black, #E3B66C, #E3B66C, #E3B66C, #E9C78D);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.banner-affiliates h2 {
    font-size: 40px;
    font-weight: 300;
    color: white;
}

.logo-container-affiliates {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(#E9C78D, white);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}

.logo-cards {
    width: 1350px;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.logo-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}

.logo-card:hover {
    border: 1px solid #E3B66C;
    box-shadow: inset 0 4px 4px 0 #E3B66C;
    padding-top: 15px;
}

.logo-card h4 {
    font-size: 20px;
    font-weight: 300;
    color: black;
    letter-spacing: 5px;
}

/* FOR INQUIRIES SECTION */

.inquiry-container {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: linear-gradient(#E9C78D, white);
    justify-content: space-evenly;
}

.inquiry-container h3 {
    color: white;
    font-size: 50px;
    font-weight: 300;
}

.forinquiry {
    width: 1031px;
    height: 515px;
    background-image: linear-gradient(rgb(10, 44, 71, 0.7), rgb(24, 107, 173, 0.7));
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.contact-info {
    width: 375px;
    height: 483px;
    background-color: white;
    margin-left: 19px;
    border-radius: 23px;
    padding-left: 10px;
}

.contact-info h4, .contact-info h5, .contact-info p {
    color: #0A2C47;
}

.contact-info h4, h5 {
    font-size: 20px;
    margin-top: 20px;
}

.contact-info h5 {
    font-weight: 300;
}

.icon-text {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    margin-top: 23px;
}

.icon-text p {
    margin-left: 15px;
    margin-top: -3px;
    font-weight: 300;
}

/* CONTACT FORM */

.contact-form {
    width: 539px;
    height: 483px;
    margin-left: 54px;
}

.customer-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.label-text {
    display: flex;
    flex-direction: column;
}

label {
    color: white;
    font-size: 15px;
    font-weight: 300;
}

label span {
    font-weight: 600;
    margin-top: 15px;
}

input[type=text] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    width: 253px;
    color: white;
    margin-top: 15px;
}

textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    width: 539px;
    height: 85px;
    color: white;
    margin-top: 15px;
}

textarea::placeholder {
    color: white;
    vertical-align: top;
    
}

select {
    width: 539px;
    height: 39px;
    border: none;
    border-radius: 10px;
    padding-left: 10px;
    margin-top: 5px;
}

/* MAPS */

.map-embed {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url("../../images/main/shared/white-dotted-bg.png");
    background-size: cover;
    background-position: center;
}

.map-container {
    width: 1031px;
    height: 640px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.map-container h3 {
    font-size: 30px;
    font-weight: 300;
}


#map {
    height: 100%;
}

/* CAREERS SECTION */

.careers-container {
    width: 100%;
    height: 150vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: linear-gradient(#E9C78D, white);
}

.careers-container hr {
    background: none; 
    border: solid 1px white; 
    border-width: 1.5px 0 0 0; 
    height: 1px; 
    width: 80%; 
    margin-top: 50px;
}

.top-careers-banner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 85px;
}

.top-careers-banner h3 {
    color: white;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 10px;
    line-height: 35px;
    text-align: center;
}

.top-careers-banner h4 {
    color: white;
    font-size: 20px;
    font-weight: 300;
    margin-top: 15px;
}

.careers-division {
    width: 1340px;
    height: 700px;
    display: flex;
    flex-direction: row;
}

.left-careers-cards {
    width: 70%;
    padding: 0px 15px;
}

.right-careers-companycard {
    width: 30%;
}

.careers-card {
    max-width: 890px;
    background-color: rgb(255, 255, 255, 0.7);
    border-radius: 15px;
    padding: 5px 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}

.careers-card h3 {
    font-size: 20px;
}

.careers-card img {
    margin-top: 5px;
}

.careers-card:hover {
    color: #E3B66C;
    background-color: white;
}

.careers-nojob {
    max-width: 890px;
    background-color: rgb(255, 255, 255, 0.7);
    border-radius: 15px;
    padding: 5px 15px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}

.companycard {
    width: 400px;
    height: 624px;
    background-color: rgb(255, 255, 255, 0.7);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}

.companycard img {
    margin-top: 10px;
}

.companycard h3 {
    font-size: 20px;
    margin-top: 20px;
}

.companycard a {
    text-decoration: none;
    font-size: 20px;
    color: white;
    font-weight: 600;
    padding: 10px 20px;
    background-color: #E3B66C;
    border-radius: 50px;
    margin-top: 50px;
    transition: 0.3s;
}

.companycard a:hover {
    color: white;
    background-color: #0A2C47;
}

/* BLOG PAGE SECTION */

.blog-banner {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: linear-gradient(#E9C78D, white);
}

.blog-banner hr {
    background: none; 
    border: solid 1px white; 
    border-width: 1.5px 0 0 0; 
    height: 1px; 
    width: 80%; 
    margin-top: 50px;
}

.blog-template {
    width: 950px;
    height: auto;
    background: rgb(255, 255, 255, 0.7);
    border-radius: 15px;
    box-shadow: 0 4px 4px 0 rgb(0, 0, 0, 0.25);
    margin-top: 75px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 15px;
    margin-bottom: 75px;
}

.blog-template a {
    text-decoration: none;
    color: #E3B66C;
    text-align: center;
}

.blog-template a:hover {
    color: white;
    background-color: #E3B66C;
    border-radius: 7px;
    padding-left: 5px;
    font-weight: 500;
}

/* SERVICES WEBPAGE */

.services-container {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(#E3B66C, white);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.services-container h2 {
    font-size: 40px;
    font-weight: 600;
    margin-top: 70px;
    letter-spacing: 10px;
    color: white;
}

.services-container hr {
    background: none; 
    border: solid 1px white; 
    border-width: 1.5px 0 0 0; 
    height: 1px; 
    width: 60%; 
    margin-top: 20px;
}

.services-cards {
    display: flex;
    flex-direction: row;
    gap: 100px;
    margin-top: 60px;
}

.services-swiftclear {
    background-image: url('../../images/main/subsidiaries/swiftclear/main-services-swiftclear-bgimage.png');
    border-radius: 16px;
}

.services-swiftclear-content {
    width: 400px;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: linear-gradient(rgb(238,244,255,0.7), rgb(133,157,203,0.7) 97%, rgb(45,85,160,0.7));
    border-radius: 15px;
}

.services-swiftclear:hover { 
    box-shadow: 0 0 3px 3px white;
}

.services-swiftclear img {
    width: 231px;
    height: auto;
    margin-top: 94px;
}

.services-swiftclear h3 {
    font-size: 30px;
    font-weight: 700;
    color: #0F4CBF;
    text-shadow: 2px 2px 2px rgb(150, 150, 150);
    margin-top: 99px;
    text-align: center;
}

.services-swiftclear a {
    text-decoration: none;
    color: white;
    background-color: #0F4CBF;
    width: 357px;
    height: 56px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 96px;
    transition: 0.3s;
}

.services-swiftclear a:hover {
    color: #0F4CBF;
    background-color: white;
}

.services-realtycons {
    background-image: url('../../images/main/subsidiaries/realty/main-services-realty-bgimage.png');
    border-radius: 16px;
}

.services-realtycons-content {
    width: 400px;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: linear-gradient(rgb(255,255,255,0.7), rgb(203,203,203,0.7) 61%, rgb(79,79,79,0.7));
    border-radius: 15px;
}

.services-realtycons:hover { 
    box-shadow: 0 0 3px 3px white;
}

.services-realtycons img {
    width: 178px;
    height: auto;
    margin-top: 60px;
    border-radius: 10px;
}

.services-realtycons h3 {
    font-size: 30px;
    font-weight: 700;
    color: black;
    margin-top: 29px;
    text-align: center;
    text-shadow: 2px 2px 2px rgb(150, 150, 150);
}

.services-realtycons a {
    text-decoration: none;
    color: white;
    background-color: black;
    width: 357px;
    height: 56px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 96px;
    transition: 0.3s;
}

.services-realtycons a:hover {
    color: black;
    background-color: white;
}

/* SWIFT CLEAR WEBPAGE */

.swiftclear-body {
    background: url('../../images/main/subsidiaries/swiftclear/swiftclear-htmlbg.png') no-repeat center top, #fff;
    background-size: cover, cover;
    background-attachment: fixed, fixed;
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center top;
}

.swiftclear-landing,
.swiftclear-landing-content,
.hero-contact {
    overflow: visible !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}

.swiftclear-landing:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: .7;
    background-image: url('../../images/main/subsidiaries/swiftclear/swiftclear-mainbg2.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    background-color: #fff;
    z-index: 0;
    pointer-events: none;
}

.swiftclear-landing-content {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.swiftclearnav {
    width: 100%;
    height: 93px;
    display: flex;
    flex-direction: row;
}

.swiftclearnav-links {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.swiftclear-landing img {
    width: 445px;
    height: auto;   
}

.swiftclear-landing li {
    list-style: none;
}

.swiftclear-landing li a {
    text-decoration: none;
    color: #0F4CBF;
    font-size: 20px;
    font-weight: 600;
}

.swiftclear-landing li a:hover {
    color: white;
}

.hero-contact {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.hero-contact-txt {
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-top: 320px;
    margin-left: 230px;
}

.hero-contact-txt h1 {
    color: white;
    font-size: 100px;
    font-weight: 400;
    font-family: 'Times New Roman', Times, serif;
    text-shadow: -4px -5px 0px black;
}

.hero-contact-txt h1 span {
    color: white;
    font-size: 100px;
    font-weight: 600;
    font-family: 'Times New Roman', Times, serif;
    text-shadow: -4px -5px 0px black;
}

.hero-contact-txt h2 {
    color: white;
    font-size: 25px;
    font-weight: 500;
    text-shadow: 3px 3px 5px black;
}

.hero-contact-list {
    width: 50%;
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
}

.contacts-swiftclear img {
    width: auto;
    height: 20px;
    color: #0e4cbe;
}

.contacts-swiftclear {
    margin-top: 50px;
}

.contact-swiftclear {
    display: grid;
    grid-template-columns: 30px auto;
    margin-top: 5px;
}

.contact-swiftclear p {
    margin-left: 20px;
    color: #000;
    font-weight: 500;
}

.contact-swiftclear p a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

/* SWIFTCLEAR COMPANY OVERVIEW */

.swiftclear-overview {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.swiftclear-overview-content:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .7;
    background-image: url('../../images/main/subsidiaries/swiftclear/swiftclear-bg-overview.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

.swiftclear-overview-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.swiftclear-overview-content h2 {
    font-size: 50px;
    font-weight: 600;
    color: #0F4CBF;
    text-shadow: 0px 2px 2px black;
    text-align: center;
    z-index: 1;
}

.swiftclear-ov-container {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-items: center;
    align-items: center;
    align-content: center;
    gap: 20px;
    margin-top: 24px;
    z-index: 1;
}

.swiftclear-ov-container hr {
    background: none; 
    border: solid 1px #0e4cbe; 
    border-width: 3px 0 0 0; 
    margin-top: 13px;
}

.swiftclear-mission, .swiftclear-about, .swiftclear-vision {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mission-content {
    width: 320px;
    height: 240px;
    background-color: rgb(15, 76, 191, 0.2);
    border-radius: 25px;
    box-shadow: 0 4px 4px 0 rgb(0, 0, 0, 0.25);
    padding: 0 50px;
}

.mission-content img {
    margin-top: -60px;
    float: right;
}

.mission-content h4 {
    font-size: 25px;
    font-weight: 700;
    color: #0F4CBF;
    margin-left: 17px;
    margin-top: 30px;
}

.mission-content p {
    color: black;
    margin-left: 17px;
    margin-top: 17px;
}

.mission1 {
    width: 292px;
}

.mission2 {
    width: 214px;
}

.about-content {
    width: 400px;
    height: 632px;
    background-color: rgb(15, 76, 191, 0.2);
    border-radius: 25px;
    box-shadow: 0 4px 4px 0 rgb(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 50px;
}

.about-content img {
    margin-top: 20px;
    border-radius: 10px;
    width: 387px;
    height: 204px;   
}

.about-content h4 {
    font-size: 25px;
    font-weight: 700;
    color: #0F4CBF;
    margin-top: 30px;
}

.about-content p {
    color: black;
    text-align: center;
    margin-top: 10px;
}

.about1 {
    width: 360px;
}

.about2 {
    width: 280px;
}

.vision-content {
    width: 320px;
    height: 240px;
    background-color: rgb(15, 76, 191, 0.2);
    border-radius: 25px;
    box-shadow: 0 4px 4px 0 rgb(0, 0, 0, 0.25);
    padding: 0 50px;
}

.vision-content img {
    margin-top: -60px;
    float: left;
}

.vision-content h4 {
    font-size: 25px;
    font-weight: 700;
    color: #0F4CBF;
    margin-top: 17px;
    text-align: right;
    margin-top: 30px;
}

.vision-content p {
    color: black;
    text-align: center;
    margin-top: 17px;
    text-align: right;
    margin-right: 17px;
}

.vision1 {
    width: 300px;
}

.vision2 {
    width: 214px;
}

/* SWIFTCLEAR SERVICES SECTION */

.swiftclear-services {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.swiftclear-services-content {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-left: 50px;
}

.swiftclear-services-content h2 {
    font-size: 50px;
    font-weight: 600;
    color: #0F4CBF;
    text-shadow: 0px 2px 2px black;
}

.swiftclear-services-content hr {
    background: none; 
    border: solid 1px #c9d4ed; 
    border-width: 3px 0 0 0; 
    height: 1px; 
    width: 40%;
}

.swiftclear-servicelist {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-top: 42px;
}

.swiftclear-leftlist {
    width: 700px;
}

.swiftclear-leftlist h3 {
    font-size: 20px;
    font-weight: 400;
    color: black;
    margin-top: 8px;
}

.swiftclear-leftlist h3:hover {
    color: white;
    background-image: linear-gradient(to right, #0F4CBF, #0F4CBF, rgb(255,255,255,0.1));
    padding-left: 10px;
}

.swiftclear-rightimages {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.swiftclear-rightimages img {
    width: 80%;
    max-height: 555px;
    margin-top: 5%;
}

/* SWIFT CLEAR WHY CHOOSE SECTION */

.swiftclear-whychoose {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgb(255, 255, 255, 0.7) 8%, rgb(15,76,191, 0.7) 77%, rgb(18,78,192,0.7));
    display: flex;
    flex-direction: column;
    align-items: center;
}

.swiftclear-whychoose-content {
    width: 80%;
    display: flex;
    flex-direction: column;
}

.swiftclear-whychoose-content h2 {
    font-size: 50px;
    font-weight: 600;
    color: #0F4CBF;
    text-shadow: 0px 2px 2px black;
}

.whychoose-list {
    display: flex;
    flex-direction: row;
    margin-top: 70px;
}

.swiftclear-leftwhychoose {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swiftclear-leftwhychoose img {
    width: auto;
    height: 350px;
    border-radius: 25px 0 0 25px;
}

.swiftclear-rightwhychoose {
    display: flex;
    flex-direction: column;
    background-color: white;
    padding: 50px;
    border-radius: 25px;
}

.swiftclear-rightwhychoose p {
    color: black;
    margin-top: 15px;
}

/* REALTY WEBPAGE WITH SERVICES */

.realty-bgcontainer {
    background-image: url('../../images/main/subsidiaries/realty/realty-body-bg.png');
    background-size: cover;
}

.realty-banner {
    width: 100%;
    background-image: url('../../images/main/subsidiaries/realty/realt-bgimage.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.realty-banner-content {
    width: 100%;
    height: 650px;
    /* background-color: rgb(0,0,0,0.5); */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.realty-banner-content img {
    width: 626px;
    height: 421px;
}

.realty-banner-content h1 {
    color: #E3B66C;
    text-align: center;
    letter-spacing: 10px;
    font-size: 45px;
}

.socmed-row {
    display: flex;
    flex-direction: row;
    margin-top: 25px;
}

.socmed-row a {
    text-decoration: none;
    color: white;

}

.banner-socmed-item {
    display: flex;
    flex-direction: row;
    margin: 0px 30px;
}

.banner-socmed-item img {
    width: 20px;
    height: 23px;
}

.banner-socmed-item p {
    margin-left: 10px;
}

/* REALTY TOP SECTION */

.linkage-cons a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    transition: 0.3s;
    font-weight: 600;
}

.linkage-cons a:hover {
    background-color: white;
    padding: 5px 10px;
    border-radius: 50px;
    color: #E3B66C;
}

.realty-top {
    width: 100%;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.linkage-cons {
    width: 80%;
    text-align: left;
    margin-top: 50px;
}

.text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.realty-top-text {
    max-width: 1276px;
    max-height: 413px;
    background-color: rgb(234,224,200,0.7);
    border-radius: 45px;
    padding: 40px 50px;
    margin-top: 50px;
}

.realty1 {
    background: none; 
    border: solid 1px #EAE0C8; 
    border-width: 3px 0 0 0; 
    height: 1px; 
    width: 400px; 
    margin-top: 37px;
}

.realty2 {
    background: none; 
    border: solid 1px #EAE0C8; 
    border-width: 3px 0 0 0; 
    height: 1px; 
    width: 280px; 
    margin-top: 16px;
}

/* REALTY OFFERINGS SECTION */

.realty-offerings {
    width: 100%;
    min-height: 680px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.realty-offerings h2 {
    font-size: 55px;
    font-weight: 600;
    color: #E3B66C;
    border-radius: 0 170px 170px 0;
}

.realty-offerings p {
    width: 80%;
    text-align: center;
    margin-top: 20px;
}

.offerings {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
}

.offerings-cards {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.offerings-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.offerings-card img {
    width: 350px;
    height: auto;
    border-radius: 37px;
    box-shadow: 0px 0px 0px 5px #E3B66C;
}

.offerings-card img:hover {
    border-radius: 37px;
    box-shadow: 0px 0px 10px 5px #E3B66C;
}

.offerings-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin-top: 15px;
}

/* REALTY WHY CHOOSE SECTION */

.realty-whychoose {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.realty-whychoose h2 {
    font-size: 55px;
    font-weight: 600;
    color: #E3B66C;
    margin-top: 150px;
}

.realty-whychoose-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.realty-left-img img {
    width: auto;
    height: 400px;
    border-radius: 25px;
}

.realty-right-txt {
    max-width: 800px;
    background-color: white;
    padding: 50px;
    border-radius: 25px;
    margin-left: 25px;
}

.realty-right-txt p, .realty-right-txt h6 {
    color: black;
    font-size: 15px;
    margin-top: 10px;
}

/* CONSTRUCTION WEBPAGE */

.construction-bgcontainer {
    width: 100%;
    height: auto;
    background-image: url('../../images/main/subsidiaries/construction/construction-bodybg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.construction-services-container {
    display: flex;
    flex-direction: row;
}

.services-txt {
    display: flex;
    flex-direction: column;
    margin-left: 50px;
    margin-top: 50px;
}

.services-txt h2 {
    font-size: 50px;
    font-weight: 500;
    color: #424242;
}

.realty-serviceslist {
    margin-top: 67px;
}

.services-txt li {
    color: black;
    font-size: 20px;
    margin-top: 15px;
}

.construction-whychoose h2 {
    width: 600px;
    font-size: 55px;
    font-weight: 500;
    color: #E3B66C;
    background-color: rgb(0, 0, 0, 0.7);
    border-radius: 0 170px 170px 0;
    padding: 13px 87px;
}

.whychoose-listage {
    background-color: rgb(176,144,61,0.85);
    max-width: 1025px;
    color: white;
    border-radius: 54px;
    padding: 1px 60px 20px 60px;
    margin-top: 28px;
    margin-left: 16px;
}

.whychoose-listage p {
    margin-top: 20px;
}

.more-services {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.more-services h2 {
    font-size: 50px;
    font-weight: 500;
    color: #424242;
}

.construction-moreservice-container {
    width: 80%;
    margin-top: 50px;
}

.moreservice-cards {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.left-moreservice img {
    width: 300px;
}

.left-moreservice {
    display: flex;
    flex-direction: row;
    background-color: rgb(176,144,61,0.5);
    padding: 25px;
    border-radius: 25px;
}

.left-moreservice-txt {
    margin-left: 25px;
}

.left-moreservice-txt h3 {
    margin-bottom: 15px;
}

/* ADDT PRODUCTS CONSTRUCTION SECTION */

.construction-addtprods {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 100px;
}

.construction-addtprods h2 {
    width: 790px;
    font-size: 55px;
    font-weight: 500;
    color: #E3B66C;
    background-color: rgb(0, 0, 0, 0.7);
    border-radius: 170px 0px 0px 170px;
    padding: 13px 87px;
}

.addtprods-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.cons-grid-9 {
    margin-top: 50px;
    width: 922px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    align-items: center;
    justify-items: center;
}

/* DYNAMIC TREE WEBPAGE */

.dynamictree {
    width: 100vw;
    max-width: 100%;
    height: 50vh;
    background-image: linear-gradient(#E3B66C, black, #E3B66C);
    color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

@media (max-width: 425px) {
    .hero {
        height: 180px;
        margin-top: 40px;
        margin-bottom: 60px;
        padding: 0 10px;
    }

    .hero-contact-txt {
        margin-left: 2%;
    }

    .hero-contact-txt h1 {
        font-size: 4rem;
    }

    .hero h1 {
        font-size: 2rem;
        letter-spacing: 2px;
        margin-top: 10px;
    }
    .hero a {
        padding: 10px 18px;
        font-size: 1rem;
        margin-top: 20px;
    }
    .about {
        flex-direction: column;
        height: auto;
        padding-top: 20px;
        align-items: center;
    }
    .about-images {
        width: 90vw;
        height: auto;
        margin: 0 auto;
    }
    .about-text {
        width: 95vw;
        height: auto;
        margin: 0 auto 20px auto;
        padding: 10px;
    }
    .about-text h3 {
        font-size: 1.2rem;
        margin-left: 0;
        margin-top: 10px;
    }
    .swiftclear-landing, .swiftclear-section-bg {
        padding: 0px;
    }
    .swiftclear-landing-content {
        flex-direction: column;
        align-items: center;
        padding: 0;
    }
    .hero-contact {
        flex-direction: column;
        align-items: center;
        padding: 0;
        
    }

    .hero-contact-list {
        height: 1px;
    }

    .contacts-swiftclear {
        margin-bottom: 800px;
    }

    .hero-contact-txt h2 {
        font-size: 1rem;
    }

    .mission-content {
        width: 250px;
        height: 350px;
    }

    .about-content {
        width: 250px;
        height: 750px;
    }

    .about-content img {
        width: 130%;
        height: 20%;
    }

    .vision-content {
        height: 300px;
        width: 250px;
    }

    .swiftclear-about {
        margin-bottom: 50px !important;
    }

    .swiftlogo {
        width: 300px !important;
        margin-bottom: 200px;
    }
    .contacts-swiftclear {
        flex-direction: column;
        align-items: flex-start;
    }
    .swiftclear-overview-content, .swiftclear-services-content, .swiftclear-whychoose-content {
        flex-direction: column;
        align-items: center;
        padding: 0px;
    }
    .swiftclear-ov-container {
        flex-direction: column;
        margin-top: 15%;
        gap: 20px;
    }
    .swiftclear-mission, .swiftclear-about, .swiftclear-vision {
        width: 1%;
        margin: 0 auto 10px auto;
    }
    .swiftclear-rightimages img {
        width: 90vw;
        max-width: 300px;
    }

    .footer {
        padding: 20px 15px;
    }
    .footer-full-container {
        flex-direction: column;
        align-items: center;
    }
    .footer-logo img {
        width: 100%;
        max-width: 172px;
        height: auto;
        object-fit: contain;
    }
    .swiftclear-landing:before {
        background-size: cover !important;
        background-position: center top !important;
    }

    .swiftclear-leftlist h3 {
        font-size: 15px;
    }

    .whychoose-list {
        flex-direction: column;
    }

    .swiftclear-leftwhychoose img {
        border-radius: 20px;
    }

    .swiftclear-rightwhychoose {
        margin-bottom: 50px;
    }

    .swiftclear-whychoose {
        height: fit-content;
    }

    .swiftclear-rightimages img {
        margin-right: 10%;
    }
}

body {
    background: none !important;
    background-color: transparent !important;
}

.custom-scrollbar.hide-scrollbar {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}
.custom-scrollbar.hide-scrollbar .custom-thumb {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}
.custom-scrollbar .custom-thumb {
    background: #0F4CBF !important; /* dark blue */
    opacity: 1 !important;
    pointer-events: auto !important;
    transition: opacity 0.3s;
    border-left: 1px solid #fff;
    outline: none;
}

.custom-scroll-container {
    position: relative;
    padding: 0;
}

.swiftclear-section-bg {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: block;
    background: url('../../images/main/subsidiaries/swiftclear/swiftclear-htmlbg.png') no-repeat center center;
    background-size: cover;
}

.swiftclear-overview,
.swiftclear-services,
.swiftclear-whychoose {
    min-height: 100vh;
    position: relative;
    width: 100%;
}

.swiftclear-services:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background-image: url('../../images/main/subsidiaries/swiftclear/swiftclear-services-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}

.swiftclear-whychoose:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}

.swiftclear-services > *,
.swiftclear-whychoose > * {
    position: relative;
    z-index: 2;
}

.navbar.transparent {
    background: transparent !important;
    transition: background 0.3s;
}
.navbar.transparent .nav-links a {
    color: #0F4CBF !important;
}

.navbar.scrolled {
    background: #0F4CBF !important;
    transition: background 0.3s;
}
.navbar.scrolled .nav-links a {
    color: #fff !important;
}

/* Footer override for SwiftClear: match header color */
footer {
    background-color: #0F4CBF !important;
}

.inquire-btn {
    background-color: white;
    border-radius: 8px;
    border: none;
    padding: 8px 24px;
    color: #0F4CBF;
    cursor: pointer;
    transition: all 0.3s ease;
}

.inquire-btn:hover {
    background-color: #0F4CBF;
    color: white;
    outline: white solid 1px;
}

hr {
    border: none;
    height: 1px;
    background-color: white;
    margin: 48px 0px 8px 0px;
    width: 100%;
}

/* Fix hero/overview overlap: ensure hero pushes content down */
.swiftclear-landing {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible !important;
}

.swiftclear-landing-content {
    width: 100%;
    position: relative;
    z-index: 1;
}

.swiftclear-overview-content {
    position: relative;
    z-index: 2;
    margin-top: 0 !important;
    padding-top: 0 !important;
}