
* {
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
    box-sizing: border-box; 
}


.container {
    max-width: 1050px; 
    margin: 0 auto;
    padding: 0 15px; 
}


header .header-container {
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
header .header {
    display: flex;
    align-items: center;
    height: 104px;
    justify-content: space-between;
}
header .header .brand_name h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
}
header .header .main_menu .nav {
    display: flex;
    gap: 24px;
    margin-left: 300px;
}
header .header .main_menu .nav a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}
header .header .icons {
    display: flex;
    align-items: center;
    gap: 18px;
    padding-right: 30px;

}


.section_01 .banner_bg {
    background-image: url(./photos/background.png); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 729px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}
.section_01 .banner_bg::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); 
    z-index: -1;
}
.section_01 .banner_details {
    padding: 100px 0;
    width: 100%;
}
.section_01 .banner_details .banner_heading {
    max-width: 650px;
    color: #fff;
}
.section_01 .banner_details .banner_heading h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 80px;
    margin-bottom: 30px;
    padding-left: 40px;
}
.section_01 .banner_details .banner_heading p {
    font-size: 20px;
    font-weight: 590;
    line-height: 30px;
    margin-bottom: 40px;
    padding-left: 70px;
}
.section_01 .banner_details .banner_heading p span {
    font-weight: 700;
    padding-left: 60px;
}
.section_01 .banner_details .banner_heading .banner_buttons {
    display: flex;
    gap: 10px;
}
.section_01 .banner_details .banner_heading .banner_buttons button {
    border: none;
    background: none;
    height: 48px;
    border-radius: 50px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section_01 .banner_details .banner_heading .banner_buttons .Get_Quote_Now {
    background-color: #FFA62B;
}
.section_01 .banner_details .banner_heading .banner_buttons .Get_Quote_Now a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}
.section_01 .banner_details .banner_heading .banner_buttons .Learn_More {
    border: 1px solid #FFFFFF;
}
.section_01 .banner_details .banner_heading .banner_buttons .Learn_More a {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}


.section_02 {
    position: relative;
    padding-bottom: 50px;
}
.section_02 .popularity {
    z-index: 2;
    position: relative;
    margin-top: -120px;
    display: grid;
    grid-template-columns: repeat(4, 1fr); 
    background-color: transparent;
    gap: 30px;
}
.section_02 .popularity .popularity_details {
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    padding: 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}
.section_02 .popularity .popularity_details .popularity_details_div h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #252B42;
}
.section_02 .popularity .popularity_details .popularity_details_div p {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #737373;
}


.section_03 {
    padding: 80px 0;
    background-color: #FAFAFA;
    text-align: center;
}
.section_03 .features-header h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 57px;
    color: #252B42;
    margin-bottom: 50px;
}
.section_03 .features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    justify-content: center;
}
.section_03 .features_div {
    background-color: #FFFFFF;
    padding: 40px 20px;
    text-align: left;
    height: auto;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}
.section_03 .features_div img {
    height: 48px;
    width: 48px;
    margin-bottom: 20px;
}
.section_03 .features_div h4 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #252B42;
    margin-bottom: 10px;
}
.section_03 .features_div p {
    color: #737373;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
.section_03 .features_div .more_button button {
    background: none;
    border: 2px solid #00A0C1;
    border-radius: 50px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.section_03 .features_div .more_button button a {
    text-decoration: none;
    color: #00A0C1;
    font-size: 14px;
    font-weight: 600;
}
.section_03 .features_div .more_button button img {
    height: 10px;
    width: 16px;
    margin: 0;
}
.section_03 .features_dark { 
    background-color: #252B42;
}
.section_03 .features_dark h4, .section_03 .features_dark p {
    color: #FFFFFF;
}
.section_03 .features_dark .more_button_dark button {
    background-color: #FFFFFF;
    border: none;
}
.section_03 .features_dark .more_button_dark button a {
    color: #FFA62B;
}


.section_04 {
    padding: 100px 0;
}
.section_04 .service-header {
    text-align: center;
    max-width: 470px;
    margin: 0 auto 50px;
}
.section_04 .service-header h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 57px;
    color: #252B42;
    margin-bottom: 10px;
}
.section_04 .service-header p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #737373;
}
.section_04 .service_information {
  display: flex;
  justify-content: center;
  gap: 80px;
  align-items: center;
  flex-wrap: nowrap;
}

.section_04 .service_information .service_video {
    background-image: url(./photos/media\ bg-cover.png); 
    background-size: cover;
    background-position: center;
    height: 442px;
    min-width: 500px;
    max-width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.section_04 .service_information .service_field_section_2 {
    max-width: 400px;
    width: 100%;
}
.section_04 .service_information .service_field h1 {
    color: #252B42;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.section_04 .service_information .service_field p {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #737373;
    margin-bottom: 30px;
}
.section_04 .service_information .service_field_01 {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.section_04 .service_information .service_field_01_details h4 {
    color: #252B42;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.section_04 .service_information .service_field_01_details p {
    color: #737373;
    font-size: 14px;
}



.section_05 {
    background-color: #16697A;
    padding: 80px 0;
    text-align: center;
}
.section_05 .Clients_Say_heading {
    max-width: 500px;
    margin: 0 auto 50px;
}
.Clients_details_grid {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap; 
}


.Clients_details_grid .Regina_Miles {
    position: relative; 
    max-width: 320px;
    width: 100%;
    text-align: left;
    padding-top: 50px; 
}


.Clients_details_grid .Regina_Miles .client-review-card-inner {
    background-color: #FFFFFF;
    padding: 30px;
    padding-top: 60px; 
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    height: 100%;
}


.Clients_details_grid .Regina_Miles .Clients_photo_outside {
    position: absolute;
    top: 0; 
    left: 20px; 
    z-index: 1; 
    background-color: #FFFFFF; 
    border-radius: 50%;
    padding: 5px; 
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); 
}
.Clients_details_grid .Regina_Miles .Clients_photo_outside img {
    width: 80px; 
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}


.Clients_details_grid .Regina_Miles .client-details-area {
    margin-bottom: 15px;
}
.Clients_details_grid .Regina_Miles .client-details-area h3 {
    color: #252B42;
    font-size: 16px;
    font-weight: 700;
}
.Clients_details_grid .Regina_Miles .client-details-area .designer {
    color: #737373;
    font-size: 14px;
    margin-bottom: 5px;
}
.Clients_details_grid .Regina_Miles .client-details-area .stars {
    width: 80px;
    height: auto;
    margin: 0;
}
.Clients_details_grid .Regina_Miles .main_peragraps {
    color: #737373;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}


@media screen and (max-width: 768px) {
    .Clients_details_grid .Regina_Miles .Clients_photo_outside {
        left: 50%;
        transform: translateX(-50%); 
    }
}



.section_06 {
    background-color: #FAFAFA;
    padding: 80px 0;
    text-align: center;
}
.section_06 .Team_heading {
    max-width: 470px;
    margin: 0 auto 50px;
}
.section_06 .Team_heading h1 {
    font-weight: 700;
    font-size: 40px;
    color: #252B42;
    margin-bottom: 10px;
}
.section_06 .Team_heading p {
    color: #737373;
    font-size: 14px;
}
.section_06 .team_grid {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: nowrap;
}
.section_06 .Team_members {
    background-color: #FFFFFF;
    padding: 30px 20px;
    max-width: 250px;
    text-align: center;
}
.section_06 .Team_members img {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}
.section_06 .Team_members h4 {
    color: #FFA62B;
    font-size: 16px;
    font-weight: 700;
}
.section_06 .Team_members h2 {
    color: #252B42;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}
.section_06 .Team_members p {
    color: #737373;
    font-size: 14px;
}



.section_07_new {
    background-color: #252B42;
    padding: 100px 0;
}


.section_07_new .main-content-wrapper {
    display: flex;
    justify-content: center; 
    align-items: flex-start; 
    gap: 30px; 
    flex-wrap: nowrap; 
    max-width: 1050px; 
    margin: 0 auto; 
    padding: 0 15px; 
}


.section_07_new .map-and-text-area {
    width: 40%; 
    max-width: 450px;
    color: #FFFFFF;
    flex-shrink: 0; 
    display: flex; 
    flex-direction: column;
    justify-content: space-between; 
    height: 490px; 
}
.section_07_new .map-text-heading h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 57px;
    margin-bottom: 20px;
}
.section_07_new .map-text-heading p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
.section_07_new .world-map-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain; 
}


.section_07_new .quote-form-section-wrapper {
    display: flex;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    width: 60%; 
    max-width: 550px;
    flex-shrink: 0; 
}
.section_07_new .form-image {
    width: 35%;
    flex-shrink: 0;
}
.section_07_new .form-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    display: block;
}
.section_07_new .quote-form-area {
    width: 65%; /
    padding: 40px;
}
.section_07_new .quote-form-area h2 {
    color: #252B42;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.section_07_new .quote-form-area form label {
    display: block;
    color: #252B42;
    font-size: 14px;
    margin-top: 10px;
}
.section_07_new .quote-form-area form input,
.section_07_new .quote-form-area form select {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #BDBDBD;
    padding: 0 10px;
    background-color: #F9F9F9;
    font-size: 14px;
    margin-bottom: 10px; 
}
.section_07_new .quote-form-area form input[type="submit"] {
    background-color: #FFA62B;
    color: #FFFFFF;
    font-weight: 700;
    margin-top: 20px;
    cursor: pointer;
    height: 48px;
    border: none;
}




footer {
    padding: 80px 0 0;
}
footer .footer_section {
    display: flex;
    justify-content: space-between; 
    flex-wrap: nowrap; 
    gap: 30px;
    max-width: 1050px; 
    margin: 0 auto;
}
footer .footer_details {

    width: 25%; 
    min-width: 150px; 
}
footer .footer_details h2 {
    color: #252B42;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 25px;
}
footer .footer_details p {
    color: #737373;
    font-size: 14px;
    line-height: 20px; 
    margin-bottom: 10px;
}
footer .footer_details .social_medias {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
footer .footer_details .social_medias img {
    height: 24px; 
    width: 24px;
}



.copyright_section {
    background-color: #FAFAFA;
    padding: 25px 0;
    margin-top: 40px;
}
.copyright_section .copyrights h3 {
    text-align: center;
    color: #737373;
    font-size: 14px;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    footer .footer_section {
        flex-wrap: wrap; 
        justify-content: space-around; 
        padding: 0 15px;
    }
    footer .footer_details {
        width: 45%; 
        margin-bottom: 30px;
    }
}


@media screen and (max-width: 768px) {
    footer .footer_section {
        flex-direction: column;
        align-items: center; 
        text-align: center; 
    }
    footer .footer_details {
        width: 80%; 
        max-width: 300px;
    }
    footer .footer_details .social_medias {
        justify-content: center; 
    }
}

html{
    scroll-behavior: smooth;
}