@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap"); * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5rem;
    letter-spacing: 0.5px;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

a, span, small {
    display: inline-block;
}

ul, ol {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    font-family: Raleway, sans-serif;
    margin: 0px;
    padding: 0px;
    letter-spacing: 1.57px;
}

h1 {
    font-size: 50.11px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 18.82px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    margin: 0px;
    padding: 0px;
}

.p1 {
    padding: 80px 40px 20px;
}

.btn {
    color: rgb(0, 0, 0);
    padding: 10px 15px;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 50px;
    font-size: 14px;
}

strong {
    font-weight: 500;
}

.header-section {
    position: absolute;
    width: 100%;
    z-index: 10;
    padding: 20px 40px;
}

.logo-right-sec img {
    height: 52px;
    /* filter: invert(1) brightness(55.5); */
}

.logo-left-sec img {
    height: 78px;
}

img.side-logo {
    height: 70px;
}

.hembargur {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.hembargur img {
    height: 20px;
}

.header-section .right-sec {
    width: 30%;
    justify-content: space-between;
}

nav.main-menu {
    position: fixed;
    background: rgb(11, 28, 61);
    height: 100vh;
    top: 0px;
    right: -100%;
    width: 35%;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.sub-menu-colse {
    padding: 20px 40px;
    cursor: pointer;
}

ul.menu > li.menu-items {
    padding: 0px 25px;
}

ul.menu > li.menu-items > a {
    padding: 18px 0px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-weight: 400;
    font-size: 16px;
    transition: 0.3s;
    width: 100%;
    border-bottom: 1px solid rgb(120, 97, 58);
}

ul.menu > li.menu-items:nth-last-child(2) a {
    color: rgb(255, 255, 255);
}

nav.main-menu.active {
    right: 0px;
    transition: 0.3s ease-in-out;
}

header.header-section.activeScroll {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    background: rgb(8 40 63);
}

.banner-section {
    height: 100vh;
    position: relative;
}

.banner-section .d-flex {
    display: flex;
    height: 100%;
}

.banner-image-section {
    width: 65%;
    position: relative;
}

.banner-image-section img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: left center;
}

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    position: absolute;
    inset: 0px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0) 70%);
    z-index: 1;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    filter: unset !important;
}

.carousel-indicators {
    z-index: 99;
}

.carousel-item img {
    position: relative;
    z-index: 0;
}

.banner-right-section {
    width: 35%;
    background: rgb(11, 28, 61);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    height: 100vh;
}

.enquiry-section {
    width: 100%;
    max-width: 511px;
    margin-top: 60px;
}

.enquiry-section h3 {
    font-size: 28px;
    margin-bottom: 25px;
    color: rgb(255, 255, 255);
}

ul.mb-3.key-features > li > img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(3%) saturate(773%) hue-rotate(27deg) brightness(117%) contrast(100%);
}

.enquiry-section p {
    font-size: 14px;
    color: rgb(181, 195, 217);
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 12px;
}

.form-group input, .form-group textarea {
    width: 100%;
    padding: 14px;
    background: transparent;
    border: 1px solid rgb(120, 97, 58);
    color: rgb(255, 255, 255);
    outline: none;
    border-radius: 4px;
    font-size: 14px;
}

.form-group input::placeholder, .form-group textarea::placeholder {
    color: rgb(255, 255, 255);
}

.form-group input:focus, .form-group textarea:focus {
    border-color: rgb(201, 169, 110);
}

.checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 12px;
    color: rgb(159, 178, 209);
    margin-bottom: 20px;
}

.checkbox input {
    margin-top: 3px;
    width: inherit;
    height: inherit;
}

button[type="submit"] {
    width: 100%;
    padding: 8px 30px;
    background: rgb(255, 255, 255);
    color: rgb(11, 28, 61);
    font-weight: 600;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 4px;
    transition: 0.3s;
    cursor: pointer;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    filter: invert(1);
}

.banner-containt {
    position: absolute;
    bottom: 2%;
    z-index: 9;
    color: rgb(255, 255, 255);
    padding: 0px 55px;
}

.banner-btn {
    margin: 15px 0px;
}

.banner-btn a {
    color: rgb(255, 255, 255);
    padding: 10px 15px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 50px;
}

.overview-section {
    position: relative;
}

.overview-section::after {
    content: "";
    width: 1px;
    background: linear-gradient(rgb(10, 10, 10) 0%, rgba(10, 10, 10, 0.37) 50%, rgba(10, 10, 10, 0) 100%);
    position: absolute;
    top: 80%;
    transform: translateY(-100%);
    left: 93%;
    z-index: 99;
    height: 75%;
}

.apex-content {
    width: 700px;
    padding: 10px 22px;
    text-align: justify;
    margin: 50px 22%;
}

.apex-content::after {
    content: "";
    position: absolute;
    background: rgb(242, 248, 255);
    width: 52%;
    height: 50%;
    top: 0px;
    left: 42.5%;
    transform: translateX(-50%);
    z-index: -1;
}

.apex-image {
    width: 75%;
    border-radius: 25px;
    overflow: hidden;
}

.apex-image img {
    width: 100%;
}

.apex-btn {
    position: relative;
}

.apex-btn .btn {
    padding: 12px 20px;
    background: transparent;
    color: rgb(13, 34, 64);
    border-radius: 25px;
    cursor: pointer;
    border: 1px solid rgb(13, 34, 64) !important;
}

.apex-btn .btn:hover {
    background: rgb(13, 34, 64);
    color: rgb(255, 255, 255);
}

.why-section {
    background: url("../images/project-img/project.webp") center center / cover rgb(242, 248, 255);
    position: relative;
    z-index: 1;
}

.nav-btns button {
    margin-left: 10px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border-radius: 50%;
}

.slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.slider {
    overflow: hidden;
    width: 100%;
}

.cards {
    display: flex;
    gap: 25px;
    transition: transform 0.5s;
}

.card {
    min-width: calc(33.3333% - 17px);
    box-sizing: border-box;
    padding: 5px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: transparent;
}

.prev, .next {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: 1px solid rgb(0, 0, 0);
    border-radius: 50px;
    width: 40px;
    height: 40px;
    padding: 5px;
    font-size: 21px;
    position: absolute;
    top: -16%;
}

button.prev {
    right: 3%;
    left: inherit;
}

.prev {
    left: 0px;
}

.next {
    right: 0px;
}

.card img {
    width: 100%;
    border-radius: 10px;
}

.card h3 {
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin: 15px 0px 10px;
}

.card p {
    font-size: 16px;
    color: rgb(255, 255, 255);
    line-height: 1.6;
}

.card:hover {
    transform: translateY(-5px);
}

.ami-box {
    max-width: 85%;
    margin: 0px auto;
}

.features-section {
    padding: 0px;
}

.features-table {
    width: 100%;
    border-collapse: collapse;
}

.features-table tr {
    position: relative;
}

.features-table tr::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(13, 77, 161, 0.1), rgb(13, 77, 161), rgba(13, 77, 161, 0.1));
}

.features-table tr:last-child::after {
    display: none;
}

.features-table td {
    width: 25%;
    text-align: center;
    padding: 40px 20px;
    position: relative;
}

.features-table td:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 20%;
    right: 0px;
    width: 1px;
    height: 80%;
    background: linear-gradient(rgba(13, 77, 161, 0.1), rgb(13, 77, 161), rgb(13, 77, 161));
}

.features-table tr.sec-row td:not(:last-child)::before {
    top: 0%;
    background: linear-gradient(rgb(13, 77, 161), rgb(13, 77, 161), rgba(13, 77, 161, 0.1));
}

.feature-item img {
    width: 64px;
    margin-bottom: 15px;
}

.feature-item h4 {
    margin-bottom: 8px;
    color: rgb(34, 34, 34);
}

.feature-item p {
    color: rgb(119, 119, 119);
}

.container-fluid.pricing-header.p1 {
    background: url("../images/banners/banner1.jpg") center bottom / cover no-repeat;
    position: relative;
    height: 500px;
    width: 100%;
}

.container-fluid.pricing-header.p1::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.pricing-header .header h2 {
    position: absolute;
    z-index: 2;
    color: rgb(255, 255, 255);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.pricing-section {
    padding: 60px;
    background: rgb(242, 248, 255);
    font-family: "TT Ramillas", serif;
}

.pricing-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.pricing-card {
    background: rgb(255, 255, 255);
    border-radius: 12px;
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 25px;
    width: calc(33.33% - 27px);
    transition: 0.3s;
}

.pricing-card .top {
    justify-content: center;
}

.top {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    justify-content: space-between;
}

.pricing-card .icon {
    width: 45px;
    height: 45px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0px !important;
}

.top h3 {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.top p {
    margin: 0px;
    font-size: 13px;
    color: rgb(119, 119, 119);
}

.info {
    margin-bottom: 20px;
}

.row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    font-size: 13px;
}

.row:last-child {
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
}

.row span {
    color: rgb(119, 119, 119);
}

.row strong {
    color: rgb(0, 0, 0);
}

.info .size {
    border-bottom: 1px solid rgb(201, 201, 201);
}

.info .price {
    border-bottom: 1px solid rgb(201, 201, 201);
}

.pricing-card button {
    width: 60%;
    padding: 12px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 30px;
    background: rgb(13, 34, 64);
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 16px;
}

.pricing-card:hover {
    transform: translateY(-5px);
}

.floor-section {
    background: rgb(255, 255, 255);
    padding: 0px 20px;
}

.title {
    text-align: center;
    margin-bottom: 30px;
}

.tabs-sec {
    display: flex;
    justify-content: space-evenly;
}

.tabs {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

.tab {
    padding: 10px 25px;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
    position: relative;
}

.tab.active {
    background: rgb(230, 235, 242);
    border-radius: 6px 6px 0px 0px;
}

.tabs {
    display: flex;
    gap: 20px;
    position: relative;
    width: 75%;
    justify-content: space-between;
}

.tab {
    background: none;
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    position: relative;
    cursor: pointer;
    padding: 15px 60px;
    font-size: 16px;
    font-weight: 500;
}

.tab::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0%;
    height: 2px;
    background: rgb(9, 32, 73);
    transition: 0.3s;
}

.tab.active::after {
    width: 100%;
}

.floor-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.floor-image img {
    width: 100%;
    border-radius: 10px;
    height: 100%;
}

.floor-details h3 {
    margin-bottom: 10px;
}

.desc {
    color: rgb(102, 102, 102);
    margin-bottom: 35px;
}

.info-boxes {
    display: flex;
    gap: 15px;
    margin-bottom: 40px;
}

.box {
    background: rgb(248, 248, 248);
    padding: 15px;
    border-radius: 8px;
    flex: 1 1 0%;
}

.box span {
    display: block;
    font-size: 14px;
    color: rgb(119, 119, 119);
    margin-bottom: 5px;
}

.box strong {
    font-size: 24px;
}

.features {
    list-style: none;
    padding: 0px;
    margin-bottom: 40px;
}

.features li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}

.btn {
    padding: 12px 25px;
    background: rgb(13, 34, 64);
    color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 25px;
    cursor: pointer;
}

.btn:hover {
    padding: 12px 25px;
    background: rgb(13, 34, 64);
    color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 25px;
    cursor: pointer;
}

.floor-image {
    width: 90%;
    margin: 0px auto;
    height: 88%;
    text-align: right;
}

.floor-details {
    width: 90%;
}

.floor-content {
    opacity: 0;
    transform: translateX(50px);
    transition: 0.4s;
    position: absolute;
    width: 100%;
}

.floor-content.active {
    opacity: 1;
    transform: translateX(0px);
    position: relative;
    transition: 0.4s;
}

.floor-section .container-fluid.p1 {
    overflow: hidden;
    position: relative;
}

.floor-content {
    width: 100%;
    left: 0px;
}

.image-link {
    width: 100%;
    height: 100%;
}

.location-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    font-family: "TT Ramillas", serif;
}

.loc-banner {
    display: block;
    margin: 0px auto;
}

.location-sec {
    padding: 0px 20px;
    text-align: center;
}

.container {
    max-width: 1100px;
    margin: auto;
}

.title {
    font-size: 28px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    color: rgb(34, 34, 34);
}

.loc-img {
    height: 100%;
}

.advantages {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    gap: 30px;
}

.location-sec .container {
    max-width: 100%;
}

.item {
    max-width: 100%;
    text-align: center;
}

.rera-num {
    font-size: 13px;
    line-height: 25px;
}

.loc-icon {
    width: 50px;
    height: 50px;
    background: rgb(229, 241, 255);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.loc-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.item h4 {
    margin-bottom: 6px;
    color: rgb(34, 34, 34);
}

.item p {
    font-size: 14px;
    color: rgb(0, 0, 0);
}

.item:hover .loc-icon {
    background: rgb(31, 45, 61);
}

.item:hover .loc-icon img {
    filter: brightness(0) invert(1);
}

.tab-content {
    display: none;
    padding: 10px 0px;
    background: rgb(242, 248, 255);
}

.tab-btn {
    cursor: pointer;
    justify-content: space-between;
    background: rgb(245, 245, 245);
    padding: 10px;
    margin-bottom: 5px;
}

.tab-btn.active {
    background: rgb(13, 34, 64);
    color: rgb(255, 255, 255);
}

.tab-btn.active h4 {
    color: rgb(255, 255, 255);
}

.tab-content p {
    text-align: left;
    font-size: 16px;
    margin: 10px;
    font-weight: 500;
}

p.pro-name {
    position: absolute;
    bottom: 0px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    left: 21%;
}

.parent {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow: hidden;
    width: 100%;
}

.gallery-top-group {
    display: flex;
    gap: 20px;
}

.right-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
}

.gallery-bottom-group {
    display: flex;
    gap: 20px;
}

.parent img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.div1, .div2, .div3, .div4, .div5 {
    position: relative;
    overflow: hidden;
}

.div1 a, .div2 a, .div3 a, .div4 a, .div5 a {
    width: 100%;
    height: 100%;
}

.div1 a img, .div2 a img, .div3 a img, .div4 a img, .div5 a img {
    width: 100%;
    height: 100%;
}

.div1 {
    height: 420px;
}

.div2, .div3 {
    height: 202px;
}

.div4, .div5 {
    height: 260px;
}

.light-box {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.light-box img.lightbox-img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.light-box.active {
    display: block;
}

.lightbox-prev, .lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
}

.lightbox-next {
    right: 2%;
}

.lightbox-prev {
    left: 2%;
}

.legacy-section {
    background: rgb(242, 248, 255);
    text-align: center;
}

.legacy-section .container {
    max-width: 850px;
    margin: auto;
}

.legacy-title {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
    color: rgb(17, 17, 17);
}

.legacy-desc {
    line-height: 1.7;
    margin-bottom: 15px;
}

.legacy-stats {
    display: flex;
    justify-content: center;
    gap: 55px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.stat-box {
    background: rgb(230, 242, 255);
    padding: 20px 40px;
    border-radius: 10px;
    min-width: 150px;
    transition: 0.3s;
}

.stat-box:hover {
    transform: translateY(-5px);
}

.stat-box span {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    color: rgb(17, 17, 17);
}

.stat-box p {
    font-size: 13px;
    color: rgb(119, 119, 119);
    margin: 0px;
}

.video-container {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0, 0, 0);
}

.video-container video {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.contact-section {
    padding: 80px 20px;
    text-align: center;
    background: url("../images/project-img/project.webp") center center / cover rgb(242, 248, 255);
    position: relative;
    z-index: 1;
}

.enquiry-section h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

.subtitle {
    color: rgb(102, 102, 102);
    margin-bottom: 40px;
}

.form-box {
    max-width: 900px;
    margin: auto;
    background: rgb(255, 255, 255);
    padding: 40px;
    border-radius: 12px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
}

.form-group {
    text-align: left;
}

.form-group.full {
    grid-column: span 2;
}

label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

input, select, textarea {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border: 1px solid rgb(221, 221, 221);
    font-size: 14px;
    outline: none;
}

textarea {
    resize: none;
}

section.contact-section .submit-btn {
    width: 100%;
    padding: 16px;
    background: rgb(13, 42, 77);
    color: rgb(255, 255, 255);
    border-width: medium;
    border-style: none;
    border-color: currentcolor;
    border-image: initial;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
}

section.contact-section .submit-btn:hover {
    background: rgb(10, 33, 60);
}

section.contact-section input, section.contact-section select, section.contact-section textarea {
    background: rgb(248, 248, 248);
    border: 1px solid rgb(205, 205, 205);
    color: rgb(13, 34, 64);
    border-radius: 4px;
}

section.contact-section input::placeholder, section.contact-section select::placeholder, section.contact-section textarea::placeholder {
    color: rgb(0, 0, 0);
}

section.contact-section select {
    padding: 17px 14px;
}

.footer-section {
    background: rgb(12, 42, 77);
    color: rgb(207, 216, 227);
    padding: 40px 20px;
    text-align: center;
}

.qr-box img {
    width: 80px;
    margin-bottom: 15px;
}

.footer-section h5 {
    color: rgb(255, 255, 255);
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.disclaimer {
    font-size: 12px;
    line-height: 1.7;
    max-width: 900px;
    margin: auto;
    color: rgb(184, 195, 209);
}

.footer-section hr {
    margin: 25px auto;
    border-color: rgba(255, 255, 255, 0.2);
    width: 100%;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 12px;
    color: rgb(184, 195, 209);
}

.footer-bottom span {
    margin: 5px 10px;
}

.footer-bottom span a {
    color: rgb(184, 195, 209);
    transition: 0.3s;
}

.footer-bottom strong {
    color: rgb(255, 255, 255);
}

.floating-contact {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 999;
}

.mail-btn, .call-btn, .whatsapp-btn {
    width: 50px;
    height: 50px;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px;
    transition: 0.3s;
}

.mail-btn {
    background: rgb(242, 242, 242);
}

.call-btn {
    background: rgb(242, 242, 242);
}

.whatsapp-btn {
    background: rgb(242, 242, 242);
}

.mail-btn:hover, .call-btn:hover, .whatsapp-btn:hover {
    transform: scale(1.1);
}

.call-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.whatsapp-btn {
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
    margin-bottom: 0px;
}

.call-wrapper:hover .whatsapp-btn {
    opacity: 1;
    max-height: 60px;
    margin-bottom: 10px;
}

.modal .btn-close {
    top: 2%;
    right: 2%;
    position: absolute;
    border: 1px solid rgb(0, 0, 0);
    padding: 5px;
    border-radius: 50%;
    z-index: 999;
}

.modal-body img {
    filter: invert(1);
}
