@import url("https://fonts.googleapis.com/css?family=Inter:400,500,700|Montserrat:500");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-wrap: balance;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: white;
    color: #333;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    background-color: white;
}

/* --------- Header ------------------------------ */

.header {
    width: 1276px;
    height: 155px;
    background-color: #595959;
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header .column {
    height: 100%;
}

.header .mask-overflow {
    overflow: hidden;
}

.header .column .logo-container {
   position: relative;
   top: -141px;
   text-align: center;
   margin-left: 18px;
}

.header .column .orange-plate {
    width: 278px;
    height: 278px;
    background-color: #FD6122; 
    border-radius: 136px;
}

.header .logo-container .logo {
    position: relative;
    top: 109px;
    height: 177px;
    width: 177px;
}

/* --------- Navigation menu --------------------- */

.header .nav {
  display: flex;
  white-space: nowrap;
  align-items: center;
}
/*
.header .nav .container {
    color: rgba(253,97,34, 0.8);
}*/

.header .nav .item {
    width: fit-content;
    font-size: 14.1px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.5px;
    line-height: 24px;
    transition: color 0.3s;
    padding: 10px 0;
    margin: 0 20px;
    color: white;
 }

.header .nav .item:hover {
    color: rgba(253,97,34, 0.8);
    border-bottom: solid;
}

/* --------- Submenu------------------------------ */


.header .nav .dropdown {
    position: relative;
}

.header .nav .dropdown a {
    color: white;
    text-decoration: none;
}

.header .nav .dropdown:hover .submenu {
    display: block;
}

/* --------- Dropdown menu ----------------------- */

.header .nav .dropdown .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    background-color: #F2F2F2;
    padding: 36px 22px;
}

.header .nav .dropdown .submenu li {
    white-space: nowrap;
}

.header .nav .dropdown .submenu li a {
    width: fit-content;
    padding: 10px 0px 5px;
    white-space: nowrap;
    text-decoration: none;
    display: block;
    text-align: left;
    color: black;
    
    border-bottom: 2px solid;
    border-bottom-color: #F2F2F2;
}

.header .nav .dropdown .submenu li a:hover {
    border-bottom-color: #FD6122;
}

/* --------- Contacts ---------------------------- */

.contact-info-container {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
  top: -42px;
  position: relative;
  overflow: hidden;
  margin-right: 60px;
}

.contact-info-container .contact-item {
    color: white;
    font-size: 14px;
    height: 24px;
    width: 197px;
    left: 59px;
    top: 92px;
    position: relative;
}

.contact-item .email {
    font-size: 13.5px;
}
.contact-item .icon {
    font-size: 13.5px;
    width: 35px;
}

.contact-item .icon .logo {
    height: 14px;
}

.contact-item span {
    display: inline-block;
}

/* --------- Section Styles ---------------------- */

.section {
    width: 100%;
    padding: 40px 54px;
}

.section-title {
    font-size: 36px;
    line-height: 85.2px;
    color: black;
    margin-bottom: 20px;
}

.section-subtitle {
    font-size: 26.5px;
    line-height: 44.8px;
    color: black;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
}

.blue-text {
    color: #1e4b9a;
    font-size: 30px;
    line-height: 50.8px;
}

/* --------- About Section ----------------------- */

.about-section {
    background: linear-gradient(135deg, #0078d7 0%, #005fa3 100%);
    border-radius: 9.34px;
    padding: 32px;
    text-align: center;
    color: white;
    margin: 40px 54px;
}

.about-title {
    font-size: 20.8px;
    line-height: 35.9px;
    font-weight: bold;
    margin-bottom: 24px;
    max-width: 568px;
    margin-left: auto;
    margin-right: auto;
}

.about-text {
    font-size: 14.1px;
    line-height: 23.9px;
    margin-bottom: 16px;
    max-width: 1146px;
    margin-left: auto;
    margin-right: auto;
}

.about-text-small {
    font-size: 15.9px;
    line-height: 26.9px;
    margin-bottom: 24px;
    max-width: 663px;
    margin-left: auto;
    margin-right: auto;
}

.btn {
    background-color: white;
    color: #0078d7;
    border: none;
    border-radius: 9.34px;
    padding: 12px 28px;
    font-size: 13.9px;
    line-height: 23.9px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn:hover {
    background-color: #f8f8f8;
}

/* --------- Testimonials ------------------------ */

.testimonials {
    justify-content: left;
    margin: 40px 0;

    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 20px 0;
    gap: 20px;
    width: 100%;
}

.testimonial-card {
    background: white;
    border: 1.11px solid #e0e0e0;
    border-radius: 8.87px;
    box-shadow: 0px 4.43px 8.87px rgba(0, 0, 0, 0.1);
    overflow: hidden;

    flex: 0 0 auto;
    width: 300px;
    min-width: 300px;
}


.testimonial-header {
    background-color: #f9f9f9;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial-title {
    font-weight: bold;
    color: #333333;
    text-align: left;
    padding: 20px;
    padding-bottom: 5px;
}

.testimonial-description {
    color: #666666;
    text-align: left;
    
    padding: 20px;
    padding-top: 0;
}

/* --------- Calculator -------------------------- */

.calculator {
    background: white;
    border-radius: 2.93px;
    box-shadow: 0px 3.91px 11.73px rgba(0, 0, 0, 0.05);
    padding: 24px;
    margin: 40px 54px;
}

.calculator-title {
    font-size: 31.3px;
    line-height: 53.2px;
    font-weight: bold;
    color: #212529;
    margin-bottom: 22px;
}

.calculator-underline {
    width: 49px;
    height: 3px;
    background-color: #0d6efd;
    margin-bottom: 103px;
}

.service-item {
    background-color: #f8f8f8;
    border-radius: 2.93px;
    height: 59px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    margin-bottom: 12px;
}

.checkbox {
    width: 18px;
    height: 18px;
    border: 0.98px solid #767676;
    border-radius: 2.44px;
    margin-right: 12px;
    cursor: pointer;
    position: relative;
}

.checkbox.checked {
    background-color: #0066cc;
    border-color: #0066cc;
}

.checkbox.checked::after {
    content: '✓';
    position: absolute;
    color: white;
    font-size: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service-label {
    font-size: 16.1px;
    line-height: 29.9px;
    font-weight: 500;
    color: #212529;
    cursor: pointer;
}

.calculate-btn {
    background-color: #0066cc;
    color: white;
    border: none;
    border-radius: 2.93px;
    width: 253px;
    height: 37px;
    font-size: 15.1px;
    font-weight: 500;
    letter-spacing: 0.49px;
    cursor: pointer;
    display: block;
    margin: 48px auto 0;
    transition: background-color 0.3s;
}

.calculate-btn:hover {
    background-color: #0052a3;
}

/* --------- Footer ------------------------------ */

.footer {
    width: 100%;
    height: 255px;
    background-color: #595959;
    position: relative;
    color: #f1e8e9;

    display: flex;
    justify-content: space-between;
    overflow: hidden
}

.footer .column {
    flex: 1;
    position: relative;
}

.footer .column .orange-plate {
    width: 370px;
    height: 370px;
    background-color: #FD6122; 
    border-radius: 175px;
}


/* --------- Footer logo section ----------------- */

.footer .logo {
    max-width: 370px;
}


.footer .logo .logo-container {
    top: -206px;
    position: relative;
}

.footer .logo .logo-container .logo {
    position: relative;
    top: 189px;
    left: 96px;
    width: 177px;
    height: 177px;
}


/* --------- Footer navigation section ----------- */

.footer .nav {
    display: flex;
}

.footer .nav .column {
    position: relative;
    display: flex;
    
    flex-direction: column;
}

.footer .nav .column .item {
    position: relative;
    top: 62px;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    color: white;
    
    /*font-family: Roboto;*/
    letter-spacing: 0px;
    
    margin-top: 6px;
}

/* --------- Footer contact section -------------- */

.footer .contact {
    max-width: 352px;
}

.footer .contact .contact-info-container {
  top: -17px;
  position: relative;
}

.footer .contact  .contact-item {
    color: white;
    font-size: 14px;
    height: 24px;
    width: 197px;
    left: 59px;
    top: 92px;
    position: relative;
}

.footer .contact .contact-item .email {
    font-size: 13.5px;
}
.footer .contact .contact-item .icon {
    font-size: 13.5px;
    width: 35px;
}

.footer .contact .contact-item .icon .logo {
    height: 14px;
}

.footer .contact .contact-item span {
    display: inline-block;
}

/* --------- Footer disclamer -------------------- */

.footer .disclaimer {
    position: absolute;
    width: 100%;
    bottom: 6px;
    opacity: 0.7;
    font-size: 12px;
    line-height: 24.2px;
    height: 20px;
    left: 24px;
}

/* --------- Service categories section ---------- */

.descriptionTitle {
   
    font-weight: bold;
    width: 100%;
    text-align: center;
    font-size: 32px;
    margin-top: 50px;
    color: #1E3A8A
        
}
.descriptionText {
   
    font-weight: bold;
    color: #333333;
    padding: 20px;
    padding-bottom: 5px;
    width: 100%;
    text-align: center;
}


.serviceCategorySection {
    width: 100%;
    padding: 30px 50px;
    padding-bottom: 0;
}

.serviceCategoryTitle {
    font-weight: bold;
    width: 100%;
    text-align: left;
    font-size: 32px;
    color: #1E3A8A
        
}

.serviceCategoryCarousel {
    justify-content: left;
    margin: 40px 0;

    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 0;
    gap: 20px;
    width: 100%;
}

.serviceCard {
    background: white;
    border: 1.11px solid #e0e0e0;
    border-radius: 8.87px;
    box-shadow: 0px 4.43px 8.87px rgba(0, 0, 0, 0.1);
    overflow: hidden;

    flex: 0 0 auto;
    width: 500px;
    min-width: 300px;
    display: flex;
    
    flex-direction: column;
}

.serviceCardHeader {
    background-color: #f9f9f9;
    height: 150px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.serviceCardImage {
    margin: 30px;
}

.serviceCardTitle {
    font-weight: bold;
    font-size: 26px;
    color: #1E40AF;
    padding: 25px;
    padding-left: 0;
}

.serviceCardDescription {
    color: #666666;
    text-align: left;
    
    padding: 20px;
    padding-left: 30px;
    font-size: 21px;
}