.top_mobile ul {
    display: flex;
    gap: 0px;
}

.top_mobile ul li {
    position: relative;
    padding: 0px 11px;
}

.top_mobile ul li:before {
    position: absolute;
    right: 0;
    width: 1px;
    height: 65%;
    background: #ffffff8a;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto;
}

.top_mobile ul li:first-child {
    padding-left: 0;
}

.top_mobile ul li:last-child {
    padding-right: 0;
}

.top_mobile ul li:last-child:before {
    content: none;
}

.top_adderss {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.follow_box ul {
    display: flex;
    gap: 10px;
}

header.sticky {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: #ffffff;
    top: 0;
    padding: 5px 0px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

header.sticky .logo {
    top: 0;
}

header.sticky .row {
    align-items: center;
}

header.sticky .logo img {
    max-width: 80px;
    display: block;
}

header.sticky .menu ul li a {
    color: #000;
}

header.sticky .menu {
    padding: 0;
}

.top_mobile ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.menu ul {
    display: flex;
    gap: 30px;
}

.logo img {
    width: 100%;
    max-width: 110px;
}

.logo {
    position: relative;
    z-index: 0;
    top: -48px;
}

.top_header {
    position: relative;
    background: var(--color-sky);
    padding: 7px 0px;
    z-index: 10;
}

.logo_bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.logo_bg img {
    width: 100%;
    max-width: 350px;
}


header {
    position: relative;
    z-index: 10;
}

.menu {
    padding: 20px 0px;
}

.menu ul li a {
    color: #fff;
    font-size: 15px;
    transition: 0.5s;
}

.menu ul li a:hover {
    color: var(--color-sky);
}

.follow_box ul li a {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
}

.hero_section {
    width: 100%;
    height: 85vh;
    background-size: cover !important;
    display: flex;
    align-items: center;
    padding-top: 100px;
}

.mySwiper {
    margin-top: -113px;
}

.hero_section-1 {
    background: linear-gradient(360deg, #00000000, #000000bf), url(../images/hero/slider-1.jpg);
}
.hero_section-2 {
    background: linear-gradient(360deg, #00000000, #000000bf), url(../images/hero/slider-2.jpg);
}
.hero_section-3 {
    background: linear-gradient(360deg, #00000000, #000000bf), url(../images/hero/slider-3.jpg);
}

.hero_section-4 {
    background: linear-gradient(360deg, #00000000, #000000bf), url(../images/hero/slider-4.jpg);
}

.hero_content h5 {
    display: flex;
    align-items: center;
    color: var(--color-sky);
    font-weight: 700;
    font-size: 19px;
    position: relative;
    margin-bottom: 20px;
}

.hero_content h5 span {
    position: relative;
    top: 9px;
    margin-left: -9px;
}

.hero_content h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
}

.hero_content h2 span {
    color: var(--color-sky);
}

.hero_content p {
    color: #959393;
    font-weight: 400;
    margin-top: 20px;
    font-size: 15px;
    line-height: 26px;
}




.hero_details {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 40px;
}

.call_bg {
    background: #ffffff;
    border-radius: 5px;
    padding: 10px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s all 
ease;
    cursor: pointer;
}

.contact_hero {
    display: flex;
    align-items: center;
    gap: 15px;
}

.hero_content .contact_hero p {
    margin: 0 !important;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
}

.hero_content .contact_hero a {
    color: var(--color-sky);
    font-size: 14px;
}

.hero_form {
    backdrop-filter: blur(6px);
    background-color: #ffffff1c;
    border: 3px solid #c9ddff4a;
    border-radius: 0px;
}

.hero_form h4 {
    background: var(--color-sky);
    border-radius: 0;
    padding: 13px 0px;
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.form_input {
    position: relative;
    margin-top: 15px;
}

.form_input i {
    position: absolute;
    left: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    color: #6d6d6d;
    font-size: 17px;
}


.form_input input {
    width: 100%;
    padding: 14px 15px 14px 35px;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    border: 1px solid #bdbdbd33;
    border-radius: 1px;
    background: #f8f8f8;
    color: #000000;
}

.hero_form form {
    padding: 15px;
}

.form_input input::placeholder {
     color: #5d5d5d;
}

.hero_form .main_btn button {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    border-radius: 0px;
}

.hero_form .main_btn button::before, .hero_form .main_btn button::after{
    border-radius: 0px !important;
}

.about_main_img {
    display: grid;
    position: relative;
}

.about_img_1 {
    width: 80%;
    display: flex;
    justify-content: end;
    justify-self: end;
    position: relative;
    z-index: 1;
    border-radius: 0px 30px 0px 30px;
}

.about_img_1 img {
    width: 100%;
    border-radius: 0px 0px 30px 30px;
}

.about_img_2 {
    margin-top: -160px;
}

.about_img_2 img {
    width: 100%;
    border-radius: 40px;
}

.about_img_1:before {
    position: absolute;
    left: 0;
    height: 67%;
    width: 100%;
    background: var(--color-sky);
    content:
    '';
    z-index: -1;
    border-radius: 40px;
    bottom: 0;
    box-shadow: 0 0 0 clamp(0.9375rem, 0.75rem + 0.9375vw, 1.875rem) #ffffff;
}

.about_content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.about_content h2 span {
    color: var(--color-sky);
}

.about_content p {
    font-size: 15px;
    color: #6d6b6b;
    line-height: 25px;
}

.about_box {
    background: #8080801a;
    padding: 15px;
    margin-top: 20px;
    border: 1px solid #80808030;
    border-radius: 10px;
}

.about_box h4 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.about_content .about_box p {
    font-size: 14px;
    line-height: 23px;
    margin: 0;
}

.about_box img {
    width: 100%;
    max-width: 50px;
    display: flex;
    margin-bottom: 12px;
}

.newly_section {
    background: var(--color-sky);
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

.newly_section:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/Amenities/why-bg-1.png);
    z-index: -1;
}

.Amenities_box {
    background: #fff;
    border: 1px solid #80808052;
    text-align: center;
    padding: 30px 0px;
    border-radius: 15px;
}

.Amenities_box img {
    width: 100%;
    max-width: 75px;
    display: flex;
    justify-content: center;
    margin: auto;
    margin-bottom: 15px;
}

.Amenities_box h5 {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.main_heading h5, .call_contentn h5 {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-sky);
}

.main_heading h2, .call_contentn h2 {
    font-size: 35px;
    font-weight: 700;
    color: #fff;
}

.main_heading h5 span, .call_contentn h5 span {
    position: relative;
    top: 9px;
    left: -11px;
}


.project_section{
    background: url(../images/about/project_bg_1.png);
    padding: 70px 0;
}

.project_img img {
    width: 100%;
    height: 385px;
    border-radius: 8px;
    object-fit: cover;
    transition: 0.5s;
}

.project_box {
    position: relative;
    background: #fff;
    padding: 13px;
    border: 1px solid #8080804d;
    border-radius: 15px;
    margin-top: 20px;
    overflow: hidden;
}

.project_box:before {
    position: absolute;
    width: 0px;
    height: 0px;
    border-radius: 50%;
    background: #fff;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.project_box:hover:before {
    width: 500px;
    height: 500px;
    background: transparent;
    transition: all 400ms linear;
}

.project_box h5 {
    position: absolute;
    bottom: 13px;
    background: linear-gradient(360deg, #000000, #00000000);
    width: 92%;
    padding: 75px 10px 15px 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0px 0px 10px 10px;
    transition: 0.5s;
    z-index: 1;
}
.project_box:hover h5 {
    padding: 75px 10px 25px 10px;
}

.project_box h5 a {
    color: #fff;
}

.project_img {
    border-radius: 15px;
    overflow: hidden;
    transition: 0.5s;
}

.project_img:hover img {
    transform: scale(1.3);
}

.about_section {
    position: relative;
}

.about_shape_img {
    position: absolute;
    left: 0;
    top: -25px;
    opacity: 0.3;
}

.about_shape_img img {
    width: 100%;
    max-width: 350px;
}

.testimonials_section {
    background: linear-gradient(45deg, #f8f8f8eb, #f8f8f8eb), url(../images/testimonial/testi_bg_1.jpeg);
    padding: 70px 0px;
    position: relative;
    background-size: cover;
}

.testimonials_box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}

.testimonials_box > p {
    font-size: 15px;
    color: #656565;
}

.testimonials_box > p span {
    color: var(--color-sky);
    font-size: 20px;
}

.testimonials_name {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-top: 30px;
}

.testimonials_img {
    width: 75px;
    height: 75px;
    border-radius: 10px;
}

.testimonials_img img {
    width: 100%;
    border-radius: 10px;
}

.testimonials_name h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.testimonials_name p {
    color: var(--color-sky);
    margin: 0;
    font-size: 13px;
    margin-top: 5px;
}

.testimonials_box .quets_icon {
    position: absolute;
    right: 30px;
    bottom: 25px;
    font-size: 50px;
    color: var(--color-sky);
}



.why_choose_section {
    background: #0a0a0a;
    position: relative;
    z-index: 1;
    padding: 70px 0px 70px 0;
}

.why_choose_section:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: url(../images/Amenities/why-bg-1.png);
    z-index: -1;
}

.why_choose_content h5 {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-sky);
}

.why_choose_content h5 span {
    position: relative;
    top: 10px;
    left: -11px;
}

.why_choose_content h2 {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.why_choose_content ul li {
    background: #ffffff;
    width: 48%;
    margin-top: 35px;
    padding: 25px 15px 14px 15px;
    border-radius: 15px;
    position: relative;
    font-weight: 600;
    color: #000;
    font-size: 17px;
}

.why_choose_content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.why_choose_content ul li .why_imges {
    position: absolute;
    top: -20px;
    width: 43px;
    height: 43px;
    background: #000000;
    border-radius: 50%;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

.why_choose_content ul li p {
    margin: 0;
}

.why_btn {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}

.why_btn .main_btn-2 a {
    background: transparent;
    border: 1px solid #ffff;
}

.why_btn .main_btn-2 a::before, .why_btn .main_btn-2 a::after {
    background: #fff;
}

.why_btn .main_btn-2 a:hover {
    color: #000;
}

.why_choose_img img {
    width: 100%;
    max-width: 596px;
}

.why_choose_img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
}


footer {
    background: #000;
    padding: 90px 0px 0px 0px;
    position: relative;
    z-index: 1;
}

footer::before{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/hero/footer_img.png);
    content: '';
    background-size: cover;
    background-position: right;
    opacity: 0.2;
    z-index: -1;
    top: 0;
}


.footer_logo img {
    width: 100%;
    max-width: 130px;
}

.footer_logo p {
    color: #ffffff8f;
    font-size: 14px;
    line-height: 25px;
    margin-top: 15px;
}

.footer_logo ul {
    display: flex;
    gap: 14px;
    margin-top: 25px;
}

.footer_logo ul li a {
    width: 40px;
    height: 40px;
    background: var(--color-sky);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: 0.5s;
}

.footer_logo ul li a:hover {
    background: #fff;
    border-radius: 50%;
    color: #000;
}
.quick_links h3, .contact_links h3 {
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    position: relative;
}

.quick_links h3:before, .quick_links h3:after, .contact_links h3::before, .contact_links h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 61px;
    height: 2px;
    background-color: var(--color-sky);
}

.quick_links h3:after, .contact_links h3:after {
    width: 16px;
    border-left: 4px dashed #0E121D;
    border-right: 4px dashed #0E121D;
    height: 2px;
    background-color: transparent;
    bottom: -8px;
    left: 40px;
    -webkit-animation: footerLine 7s 
linear infinite;
    animation: footerLine 7s 
linear infinite;
}

@keyframes footerLine {
  0% {
    left: 40px;
  }
  50% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}

.quick_links ul {
    margin-top: 30px;
}

.quick_links ul li a {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 500;
    padding: 6px 0px;
    color: #b3b3b3;
    transition: 0.5s;
}

.quick_links ul li a i {
    color: var(--color-sky);
}

.quick_links ul li a:hover {
    color: var(--color-sky);
    padding-left: 5px;
}

.contact_links ul {
    margin-top: 30px;
}

.contact_links ul h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.contact_links ul li a i {
    width: 28px;
    height: 28px;
    background: var(--color-sky);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.contact_links ul li a {
    display: flex;
    gap: 10px;
    color: #b3b3b3;
    font-size: 14px;
    font-weight: 500;
}

.contact_links ul li {
    margin-top: 20px;
}

.why_choose_content h2 span {
    color: var(--color-sky);
}

.copy {
    background: #181818;
    padding: 18px 0px;
    margin-top: 90px;
}

.copy p {
    color: #a5a5a5;
    margin: 0;
    font-size: 14px;
}

.copy p a {
    color: var(--color-sky);
}

.top {
    position: fixed;
    right: 20px;
    bottom: 30px;
    background: var(--color-sky);
    z-index: 10;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
}

.mobile_logo{
    display: none;
}

.breacrumb_section {
    background: linear-gradient(45deg, #000000d1, #000000b5), url(../images/about/breadcrumb-bg.jpg);
    width: 100%;
    padding: 200px 0px 90px 0px;
    margin-top: -140px;
}

.breacrumb_content h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}

.breacrumb_content ul {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.breacrumb_content ul li {
    font-size: 15px;
    color: #fff;
}

.breacrumb_content ul li a {
    color: var(--color-sky);
}

.about_content .call_bg {
    background: #000;
}

.about_content .contact_hero p {
    margin: 0;
    font-weight: 600;
    line-height: 20px;
    color: #000;
}

.about_content .contact_hero a {
    color: var(--color-sky);
    font-size: 14px;
    font-weight: 500;
}

.about_content .call_bg img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(240deg) brightness(105%) contrast(101%);
}

.counter_box {
    margin-top: 40px;
    border-right: 1px solid #80808057;
}

.counter_box h1 {
    font-size: 45px;
    font-weight: 800;
    color: #000;
}

.vision_section{
    background: url(../images/about/project_bg_1.png);
    padding: 90px 0;
}


.vision_box {
    background: #fff;
    border: 1px solid #8080803b;
    border-radius: 15px;
    padding: 20px;
    margin-top: 20px;
}

.project_content:before {
    background: #f5f5f5;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 80%, 80% 100%, 43% 100%, 0 100%, 0% 30%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
}

.vision_img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.vision_img img {
    width: 100%;
    max-width: 70px;
}

.vision_box h4 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.vision_box p {
    font-size: 14px;
    color: #717171;
    margin: 0;
    line-height: 24px;
}

.vision_img h3 {
    margin: 0;
    font-size: 60px;
    font-weight: 800;
    color: #e9e9e9;
}

.productss_img img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    transition: 0.5s;
}

.project_content {
    width: 94%;
    margin: auto;
    margin-top: -50px;
    position: relative;
    z-index: 1;
    padding: 25px 20px;
    transition: 0.5s;
    z-index: 1;
}

.project_content h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.project_content p {
    font-size: 13px;
    color: #5b5b5b;
}

.project_content .main_btn {
    width: fit-content;
    margin-top: 20px;
}

.project_content .main_btn a {
    background: transparent;
    border: 1px solid #80808042;
    color: #000;
    border-radius: 0;
    padding: 10px 25px;
    font-size: 13px;
}

.projects_box {
    overflow: hidden;
    margin-top: 35px;
}

.productss_img {
    overflow: hidden;
}

.projects_box:hover .productss_img img {
    transform: scale(1.2);
}

.projects_box:hover .project_content:before {
    background: var(--color-sky);
}

.projects_box:hover .project_content h4, .projects_box:hover .project_content p {
    color: #fff;
}

.projects_box:hover .project_content .main_btn a {
    border: 1px solid #fff;
    color: #fff;
}

.project_content .main_btn a::before, .project_content .main_btn a::after {
    border-radius: 0 !important;
}

.project_content .main_btn a:hover{
    color: #fff;
}

.legal_box {
    border: 1px solid #80808063;
    padding: 15px;
    height: 100%;
    border-radius: 15px;
    text-align: center;
}

.legal_box h5 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
}

.legal_box .view_plan a {
    font-size: 14px;
    font-weight: 500;
    background: var(--color-sky);
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
    color: #fff;
}

.contact_box {
    border: 1px solid #80808040;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
    transition: 0.5s;
}

.contact_box .contact_icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    background: #e5e5e599;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: var(--color-sky);
    transition: 0.5s;
}

.contact_box h5 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.contact_box p, .contact_box a {
    font-size: 14px;
    color: gray;
    margin: 0;
}

.contact_box:hover {
    border-color: var(--color-sky);
}

.contact_box:hover .contact_icon {
    background: var(--color-sky);
    color: #fff;
}

.contact_form {
    box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.06);
    margin-top: 80px;
    padding: 40px;
}

.contact_form h3 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.contact_input {
    position: relative;
    margin-top: 15px;
}

.contact_input input, .contact_input textarea {
    width: 100%;
    background: #efefef91;
    border: 0;
    padding: 15px 20px 15px 45px;
    font-size: 15px;
    outline: none;
}

.contact_input i {
    position: absolute;
    left: 15px;
    color: #999797;
    top: 12px;
    font-size: 19px;
}

.contact_form .main_btn button {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
    border-radius: 0;
}

.contact_form .main_btn button::before, .contact_form .main_btn button::after {
    border-radius: 0;
}


header .logo img {
    display: none;
}

.logo_mobiles {
    display: none;
}




.login_section {
    background: linear-gradient(45deg, #000000cf, #000000bf), url(../images/hero/hero-banner.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 110px 0px;
}


.login_section .login_main {
    background: #fff;
    border-radius: 0px;
    background: linear-gradient(45deg, #f8f8f8eb, #f8f8f8eb), url(../images/testimonial/testi_bg_1.jpeg);
    margin: auto;
}

.logo_login img {
    width: 100%;
    max-width: 100px;
    display: block;
    margin-bottom: 10px;
}

.logi_img {
    padding: 40px;
}

.logi_img img {
    width: 100%;
    max-width: 370px;
    margin: auto;
    display: block;
}

.login_box {
    padding: 30px 30px 30px 40px;
}

.login_box h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.login_box p {
    font-size: 14px;
    font-weight: 500;
    color: #6c6c6c;
}

.login_input {
    position: relative;
    margin-top: 20px;
}

.login_input  input {
    width: 100%;
    background: #ffffff;
    padding: 13px 20px 13px 43px;
    font-size: 14px;
    outline: none;
    border: 1px solid #80808033;
    border-radius: 7px;
    font-weight: 500;
}

.login_input i {
    position: absolute;
    left: 15px;
    color: #999797;
    top: 12px;
    font-size: 19px;
}

.login_box form {
    margin-top: 35px;
}

.forgot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.forgot .form-check label {
    font-size: 15px;
}

.forgot a {
    font-size: 15px;
    color: var(--color-sky);
    font-weight: 500;
}

.login_box .main_btn button {
    width: 100%;
    justify-content: center;
    margin-top: 25px;
}

.login_box h6 {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    margin-bottom: 0;
}

.login_box h6 a {
    color: var(--color-sky);
}


.call_contentn {
    background: var(--color-sky);
    padding: 40px 40px;
}

.call_contentn p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.call_btn_main {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ffffff75;
    border-bottom: 1px solid #ffffff75;
    margin-top: 30px;
}

.call_btn_main .btm_call {
    width: 50%;
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 14px 20px;
}

.call_btn_main .btm_call .btn_icon_call {
    width: 45px;
    height: 45px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 22px;
    color: var(--color-sky);
    min-width: 45px;
}

.call_btn_main .btm_call h6 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 2px;
}

.call_btn_main .btm_call a {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.call_btn_main .btm_call:first-child {
    border-right: 1px solid #ffffff75;
    padding-left: 0;
}

.call_contentn .main_btn a {
    background: #fff;
    width: fit-content;
    color: #000;
    border-radius: 0;
    margin-top: 30px;
    padding: 15px 30px;
}

.call_contentn .main_btn a:before, .call_contentn .main_btn a:after {
    border-radius: 0;
}

.call_contentn h2 {
    margin: 15px 0px 15px 0px;
}


.call_action_section {
    margin-top: -130px;
    position: relative;
    z-index: 1;
}

.call_contentn .main_btn a:hover{
    color: #fff;
}

.form_call h4 {
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin-bottom: 25px;
}

.form_call {
    padding: 40px;
}

.form_call .main_btn button {
    border-radius: 0;
    margin-top: 40px;
    width: 100%;
    justify-content: center;
}

.form_call .main_btn button:before, .form_call .main_btn button:after {
    border-radius: 0;
}