/* media */
@media (max-width: 768px) {
    .circles-image {
        display: none;
    }
    .nav-link {
        display: none;
    }
}

/* General Styles */
html {
    scroll-behavior: smooth;
  }

body {
    margin: 0;
    min-height: 100%;
    min-width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    min-height: 100vh;
    font-family: sans-serif; /* Fallback font */
    color: #3B3B3B;
}

* {
    box-sizing: border-box;
}

/* Navbar */
.navbar {
    position: relative;
    width: 100%;
    background: #E1E1E1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    padding: 0 38px;
    min-height: 127px;
}

.button {
    height: 127px;
    background: #E1E1E1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-width: 100px;
    border: none;
    padding: 0;
    cursor: pointer;
}

.color-bar {
    width: 100%;
    height: 11px;
    background: #05F35E;
}

.button-text {
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Roboto Serif";
    font-size: 24px;
    color: #3B3B3B;
    padding: 0 30px;
    white-space: nowrap;
}

.logo {
    display: flex;
    align-items: center;
    padding: 40px 30px;
    background-color: #E1E1E1;
}

.company-c {
    font-family: "Fenix";
    font-size: 30px;
    color: #3B3B3B;
}

.company-o {
    font-family: "Fenix";
    font-size: 30px;
    color: #05F35E;
}

.company-mpany {
    font-family: "Fenix";
    font-size: 30px;
    color: #3B3B3B;
}

.spacer {
    flex-grow: 1;
}

/* Info Section */
.info-section {
    width: 100%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 50px;
    padding: 0 100px;
    min-height: 449px;
}

.info-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 54px 0;
    flex: 1;
}

.info-text h1 {
    font-family: "Roboto Serif";
    font-size: 40px;
    color: #3B3B3B;
    margin: 0;
}

.info-text p {
    font-family: "Roboto Serif";
    font-size: 18px;
    color: #3B3B3B;
    line-height: 1.5;
    margin: 0;
}

.info-text .text-green {
    font-family: "Roboto Serif";
    font-size: 18px;
    color: #05F35E;
    line-height: 1.5;
    margin: 0;
}


.circles-image {
    width: 269px;
    height: 269px;
    position: relative;
    flex-shrink: 0;
}

.circle {
    position: absolute;
    background: transparent;
    border: 10px solid #05F35E;
    border-radius: 50%;
}

.large {
    width: 269px;
    height: 269px;
    left: 0;
    top: 0;
}

.medium {
    width: 168.13px;
    height: 168.13px;
    left: 50.44px;
    top: 50.44px;
}

.small {
    width: 67.25px;
    height: 67.25px;
    left: 100.88px;
    top: 100.88px;
}

/* Form Section */
.form-section {
    width: 100%;
    background: #E1E1E1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    gap: 20px;
    padding: 50px 0;
    min-height: 957px;
}

.input-group {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

label {
    font-family: "Roboto Serif";
    font-size: 18px;
    color: #9A9A9A;
    margin-bottom: 5px;
}

input, textarea {
    width: 100%;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 10px 20px;
    font-family: "Roboto Serif";
    font-size: 18px;
    color: #3B3B3B;
    border: none;
    box-sizing: border-box;
}

textarea {
    min-height: 100px;
    height: 300px;
    resize: vertical;
}

.send-button {
    background: #05F35E;
    color: #F0F0F0;
    font-family: "Roboto Serif";
    font-size: 25px;
    font-weight: 600;
    border: none;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    max-width: 600px;
    cursor: pointer;
}

.copyright {
    font-family: "Roboto Serif";
    font-size: 18px;
    color: #3B3B3B;
    margin-top: 20px;
}

/* Navbar Links */
.nav-link {
    text-decoration: none;
    color: #3B3B3B;
    font-family: "Roboto Serif";
    font-size: 24px;
    padding: 15px 30px;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #05F35E;
}

/* Form Enhancements */
form {
    width: 100%;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

input, textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 12px;
    font-size: 18px;
}

input:focus, textarea:focus {
    border-color: #05F35E;
    outline: none;
    box-shadow: 0 0 5px rgba(5, 243, 94, 0.5);
}

/* Submit Button */
.send-button {
    background: #05F35E;
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.send-button:hover {
    background: #04c84d;
}



/* cyrillic-ext */
@font-face {
    font-family: 'Roboto Serif';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: block;
    src: url(https://design.penpot.app/internal/gfonts/font/robotoserif/v15/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliotl618AM5f.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto Serif';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: block;
    src: url(https://design.penpot.app/internal/gfonts/font/robotoserif/v15/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliotl6R8AM5f.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto Serif';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: block;
    src: url(https://design.penpot.app/internal/gfonts/font/robotoserif/v15/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliotl698AM5f.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto Serif';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: block;
    src: url(https://design.penpot.app/internal/gfonts/font/robotoserif/v15/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliotl658AM5f.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto Serif';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: block;
    src: url(https://design.penpot.app/internal/gfonts/font/robotoserif/v15/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcEliotl6B8AA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  
  /* cyrillic-ext */
  @font-face {
    font-family: 'Roboto Serif';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: block;
    src: url(https://design.penpot.app/internal/gfonts/font/robotoserif/v15/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElvQql618AM5f.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  }
  /* cyrillic */
  @font-face {
    font-family: 'Roboto Serif';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: block;
    src: url(https://design.penpot.app/internal/gfonts/font/robotoserif/v15/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElvQql6R8AM5f.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  }
  /* vietnamese */
  @font-face {
    font-family: 'Roboto Serif';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: block;
    src: url(https://design.penpot.app/internal/gfonts/font/robotoserif/v15/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElvQql698AM5f.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
  }
  /* latin-ext */
  @font-face {
    font-family: 'Roboto Serif';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: block;
    src: url(https://design.penpot.app/internal/gfonts/font/robotoserif/v15/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElvQql658AM5f.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Roboto Serif';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: block;
    src: url(https://design.penpot.app/internal/gfonts/font/robotoserif/v15/R71RjywflP6FLr3gZx7K8UyuXDs9zVwDmXCb8lxYgmuii32UGoVldX6UgfjL4-3sMM_kB_qXSEXTJQCFLH5-_bcElvQql6B8AA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  
  /* latin-ext */
  @font-face {
    font-family: 'Fenix';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://design.penpot.app/internal/gfonts/font/fenix/v20/XoHo2YL_S7-g5rskITE1vg.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
  }
  /* latin */
  @font-face {
    font-family: 'Fenix';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(https://design.penpot.app/internal/gfonts/font/fenix/v20/XoHo2YL_S7-g5rsqITE.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }