html, body {
  margin: 0;
  padding: 0;
}
/* Custom CSS for the contact bar */
.contact-bar {
    position: fixed; /* Makes the contact bar fixed at the top */
    top: 0; /* Back to top since announcement bar is removed */
    left: 0; /* Aligns it to the left */
    right: 0; /* Aligns it to the right */
    background-color: #1761a7;
    color: #fff;
    text-align: center;
    height: 45px;
    display: flex;
    align-items: center; /* Center vertically */
    justify-content: start; /* Center horizontally */
    font-size: 16px;
    z-index: 1030; 
    -webkit-touch-callout: none; /* Disable callout for links */
}

.contact-bar p {
    margin: 0; /* Remove default margins to help with centering */
    display: flex;
    align-items: center;
    gap: 10px; /* Add space between icons and text */
    padding-left: 15px;
}

.contact-bar i {
    margin-right: 5px;
}
.contact-bar a {
    color: #fff; /* Change this to your desired link color (e.g., gold) */
    text-decoration: none; /* Remove underline from links */
    -webkit-tap-highlight-color: transparent; /* Remove tap highlight color in Safari */
}

.contact-bar a:hover {
    color: #ffeb3b; /* Optional: Change color on hover for better user experience */
}



@media (max-width: 768px) {
    .contact-bar {
        font-size: 12px; /* Decrease font size for smaller screens */
    }
  

    
    
}

@media (max-width: 480px) {
    .contact-bar {
        font-size: 10px; /* Further decrease font size for extra small screens */
    }
    .navbar-logo img {
        max-height: 80px !important;  
    }
    
}

/* Sticky header styles */
.sticky-header {
    position: sticky;
    top: 45px; /* Sits below contact bar only */
    margin-top: 0;
    z-index: 1020;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Light shadow */
    background-color: #1761a7;
}

/* Navbar styles */
.navbar {
    padding: 0.5rem 0.5rem;

}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}
.navbar-logo img {
    max-height: 90px;
    border-radius: 0;
    box-shadow: none;
    background: #1761a7;
    border: none;
    object-fit: contain;
    padding: 5px;
}



.nav-link {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}

.nav-link.active {
    color: #fff !important;/* Bootstrap primary color */
}

.nav-link:hover {
    color: #fff; /* Slightly darker on hover */
}

/* Adjusting body padding to avoid overlap */
body {
    padding-top: 45px; /* Only contact bar height */

  /* Main Announcement Message Styles */
  .main-announcement {
    width: 100%;
    background: #f5f36d;
    color: #1761a7;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 12px 0 10px 0;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border-radius: 0 0 8px 8px;
  }
  @media (max-width: 768px) {
    .main-announcement {
      font-size: 1rem;
      padding: 8px 0 7px 0;
    }
  }
}

.container {
    display: grid; /* Use grid layout */
    grid-template-columns: repeat(2, 1fr); /* 2 columns on larger screens */
    gap: 20px; /* Space between items */
    padding: 0px; /* Padding around the grid */
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 5px;
    height: 290px;
}

/*.grid-item {
    background-color: #1ecbe213; 
    padding: 20px; /
    border: 1px solid #ddd; 
    border-radius: 5px; 
}
*/
.grid-container {
    display: grid; /* Use grid layout */
    grid-template-columns: repeat(2, 1fr); /* 2 columns on larger screens */
    gap: 20px; /* Space between items */
    padding: 20px; /* Padding around the grid */
    margin-top: 25px;
    max-width: 1200px; /* Restrict the container width */
    margin-left: auto; /* Center the container */
    margin-right: auto; /* Center the container */
    
}
.grid-item {
    background-color: #ffffffe0; /* White background for a clean look */
    padding: 20px; /* Padding inside each container */
    border: 1px solid #e0e0e0; /* Light gray border for subtlety */
    border-radius: 8px; /* Slightly rounded corners */
    transition: box-shadow 0.2s, transform 0.2s; /* Smooth transition for hover effects */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    display: flex; /* Flexbox for layout */
    flex-direction: column; /* Arrange content vertically */
    align-items: center;
    justify-content: flex-start;
    overflow: hidden; 
}

.grid-item:hover {
    transform: translateY(-3px); /* Slight lift effect on hover */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); /* Slightly stronger shadow on hover */
}

.grid-item h2 {
    font-size: 1.4rem; /* Smaller font size for the title */
    color: #1761a7; /* A blue color for the title */
    margin-bottom: 8px; /* Space below heading */
    margin-top: 5px;
    font-weight: 600; /* Slightly bolder font weight */
    text-align: center;
}

.grid-item p {
    font-size: 0.9rem; /* Slightly smaller text size */
    color: #666; /* Medium gray for text */
    line-height: 1.4; /* Improved line spacing */
    text-align: left;
    width: 100%;
}
.grid-item ul {
    font-size: 0.9rem; /* Slightly smaller text size */
    color: #666; /* Medium gray for text */
    line-height: 1.4; /* Improved line spacing */
}

.grid-item img {
    width: 100%; /* Responsive width */
    height: auto; /* Auto height to maintain aspect ratio */
    max-height: 200px; /* Optional: Limit max height for uniformity */
    border-radius: 5px; /* Round image corners slightly */
}

.grid-item .divider {
    width: 100%; /* Full width for the line */
    border: none; /* Remove default border */
    border-top: 2px solid #1761a7; /* Blue line */
    margin-top: 0px;
}

/* Responsive styles */
@media (max-width: 768px) {
    .grid-container {
        grid-template-columns: 1fr; /* 1 column on small screens */
    }
}

.contact-details {
    background-color: #f1f1f1;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.contact-details a {
    text-decoration: none; /* Remove underline from links */
    -webkit-tap-highlight-color: transparent; /* Remove tap highlight color in Safari */
}

.contact-details h4 {
    margin-bottom: 15px;
}

.contact-details p {
    margin: 5px 0;
}

@media (max-width: 576px) {
    .contact-details {
        padding: 15px;
    }
}

/* combined-background.css */


body {
   
    background-image: url('/pictures/backround.png') !important; /* Correct syntax for image URL */
    background-size: cover;
    background-blend-mode: multiply; /* Blends color and image */

  }
  

  .contact_us_6 * {
    font-family: Nunito, sans-serif;
  }
  
  .contact_us_6 .text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 25px;
  }
  
  .contact_us_6 .responsive-cell-block {
    min-height: 75px;
  }
  
  .contact_us_6 input:focus,
  .contact_us_6 textarea:focus {
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
  }
  
  .contact_us_6 .container-block {
    min-height: 75px;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    display: block;
  }
  
  .contact_us_6 .responsive-container-block {
    min-height: 75px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  .contact_us_6 .responsive-container-block.big-container {
    padding-top: 10px;
    padding-right: 30px;
    width: 35%;
    padding-bottom: 10px;
    padding-left: 30px;
    background-color: #03a9f4;
    position: absolute;
    height: 950px;
    right: 0px;
  }
  
  .contact_us_6 .responsive-container-block.container {
    position: relative;
    min-height: 75px;
    flex-direction: row;
    z-index: 2;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
    max-width: 1320px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
  
  .contact_us_6 .container-block.form-wrapper {
    background-color: white;
    max-width: 450px;
    text-align: center;
    padding-top: 50px;
    padding-right: 40px;
    padding-bottom: 50px;
    padding-left: 40px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 20px 7px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-top: 90px;
    margin-right: 0px;
    margin-bottom: 60px;
    margin-left: 0px;
  }
  
  .contact_us_6 .text-blk.contactus-head {
    font-size: 36px;
    line-height: 52px;
    font-weight: 900;
    
  }
  
  .contact_us_6 .text-blk.contactus-subhead {
    color: #9c9c9c;
    width: 300px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
    display: none;
  }
  
  .contact_us_6 .responsive-cell-block.wk-desk-6.wk-ipadp-6.wk-tab-12.wk-mobile-12 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 26px;
    margin-left: 0px;
    min-height: 50px;
  }
  
  .contact_us_6 .input {
    width: 100%;
    height: 50px;
    padding-top: 1px;
    padding-right: 15px;
    padding-bottom: 1px;
    padding-left: 15px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #eeeeee;
    border-right-color: #eeeeee;
    border-bottom-color: #eeeeee;
    border-left-color: #eeeeee;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    font-size: 16px;
    color: black;
  }
  
  .contact_us_6 .textinput {
    width: 98%;
    min-height: 150px;
    padding-top: 20px;
    padding-right: 15px;
    padding-bottom: 20px;
    padding-left: 15px;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #eeeeee;
    border-right-color: #eeeeee;
    border-bottom-color: #eeeeee;
    border-left-color: #eeeeee;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    font-size: 16px;
  }
  
  .contact_us_6 .submit-btn {
    width: 98%;
    background-color: #03a9f4;
    height: 60px;
    font-size: 20px;
    font-weight: 700;
    color: white;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: outset;
    border-right-style: outset;
    border-bottom-style: outset;
    border-left-style: outset;
    border-top-color: #767676;
    border-right-color: #767676;
    border-bottom-color: #767676;
    border-left-color: #767676;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
  
  .contact_us_6 .form-box {
    z-index: 2;
    margin-top: 0px;
    margin-right: 48px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .contact_us_6 .text-blk.input-title {
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 14px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    color: #9c9c9c;

    
  }

  .contact_us_6 .text-blk.input-title a {
    color: #9c9c9c; 
    font-size: 16px;
    text-decoration: none; 
    -webkit-tap-highlight-color: transparent; 
    margin-left: 10px;
}

.contact_us_6 .text-blk.input-title a:hover {
    color: #19a3f3; 
}

.contact_us_6 .text-blk.input-title i {
  font-size: 30px;
  color: #19a3f3; 
}

  
  .contact_us_6 ::placeholder {
    color: #dadada;
  }
  
  .contact_us_6 .mob-text {
    display: block;
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
  }
  
  .contact_us_6 .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-12.wk-ipadp-12 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  
  .contact_us_6 .text-blk.contactus-subhead.color {
    color: white;
  }
  
  .contact_us_6 .map-box {
    max-width: 700px;
    max-height: 550px;
    width: 100%;
    height: 500px;
    background-color: transparent;
    background-image: url("/pictures/Attica-Greece.png");
    background-size: cover;
    background-position-x: 50%;
    background-position-y: 50%;
    border-radius: 10px;

  }
  
  .contact_us_6 .map-part {
    width: 100%;
    height: 100%;
  }
  
  .contact_us_6 .text-blk.map-contactus-head {
    font-weight: 900;
    font-size: 22px;
    line-height: 32px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    color: #03a9f4;
  }
  
  .contact_us_6 .text-blk.map-contactus-subhead {
    max-width: 300px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  
  .contact_us_6 .social-media-links.mob {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    width: 230px;
    display: flex;
    justify-content: flex-start;
  }
  
  .contact_us_6 .link-img {
    width: 30px;
    height: 30px;
    margin-top: 0px;
    margin-right: 25px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .contact_us_6 .link-img.image-block {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  
  .contact_us_6 .social-icon-link {
    margin: 0 25px 0 0;
    padding: 0 0 0 0;
  }
  
  @media (max-width: 1024px) {
    .contact_us_6 .responsive-container-block.container {
      justify-content: center;
    }
  
    .contact_us_6 .map-box {
      position: absolute;
      top: 0px;
      max-height: 320px;
    }
  
    .contact_us_6 .map-box {
      max-width: 100%;
      width: 100%;
    }
  
    .contact_us_6 .responsive-container-block.container {
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
    }
  
    .contact_us_6 .map-part {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  
    .contact_us_6 .container-block.form-wrapper {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    }
  
    .contact_us_6 .mob-text {
      display: block;
    }
  
    .contact_us_6 .form-box {      margin-top: 200px;
      margin-right: 60px;
      margin-bottom: 40px;
      margin-left: 0px;
    }
  
    .contact_us_6 .link-img {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
      display: flex;
      justify-content: space-evenly;
    }
  
    .contact_us_6 .social-media-links.mob {
      justify-content: space-evenly;
    }
  
    .contact_us_6 .responsive-cell-block.wk-desk-7.wk-ipadp-12.wk-tab-12.wk-mobile-12 {
      text-align: center;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-direction: row;
    }
  
    .contact_us_6 .text-blk.contactus-subhead {
      display: block;
    }
  
    .contact_us_6 .mob-text {
      text-align: center;
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    }
  
    .contact_us_6 .responsive-container-block.container {
      flex-wrap: wrap;
    }
  
    .contact_us_6 .form-box {
      margin-top: 200px;
      margin-right: 0px;
      margin-bottom: 40px;
      margin-left: 0px;
    }
  }
  
  @media (max-width: 768px) {
    .contact_us_6 .submit-btn {
      width: 100%;
    }
  
    .contact_us_6 .input {
      width: 100%;
    }
  
    .contact_us_6 .textinput {
      width: 100%;
    }
  
    .contact_us_6 .container-block.form-wrapper {
      margin-top: 80px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    }
  
    .contact_us_6 .text-blk.input-title {
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
    }
  
    .contact_us_6 .form-box {
      padding-top: 0px;
      padding-right: 20px;
      padding-bottom: 0px;
      padding-left: 20px;
    }
  
    .contact_us_6 .container-block.form-wrapper {
      padding-top: 50px;
      padding-right: 15px;
      padding-bottom: 50px;
      padding-left: 15px;
    }
  
    .contact_us_6 .mob-text {
      display: block;
    }
  
    .contact_us_6 .responsive-container-block.container {
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
    }
  
    .contact_us_6 .form-box {
      margin-top: 200px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    }
  
    .contact_us_6 .container-block.form-wrapper {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    }
  
    .contact_us_6 .form-box {
      margin-top: 220px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    }
  
    .contact_us_6 .form-box {
      margin-top: 220px;
      margin-right: 0px;
      margin-bottom: 50px;
      margin-left: 0px;
    }
  
    .contact_us_6 .text-blk.contactus-head {
      font-size: 32px;
      line-height: 40px;
    }
  }
  
  @media (max-width: 500px) {
    .contact_us_6 .container-block.form-wrapper {
      padding-top: 50px;
      padding-right: 15px;
      padding-bottom: 50px;
      padding-left: 15px;
    }
  
    .contact_us_6 .container-block.form-wrapper {
      margin-top: 60px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    }
  
    .contact_us_6 .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 15px;
      margin-left: 0px;
    }
  
    .contact_us_6 .responsive-container-block {
      margin-top: 0px;
      margin-right: 0px;
      margin-bottom: 35px;
      margin-left: 0px;
    }
  
    .contact_us_6 .text-blk.input-title {
      font-size: 12px;
    }
  
    .contact_us_6 .text-blk.contactus-head {
      font-size: 26px;
      line-height: 35px;
    }
  
    .contact_us_6 .input {
      height: 45px;
    }
  }

  @import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700;800&amp;display=swap');

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
}

.wk-desk-1 {
  width: 8.333333%;
}

.wk-desk-2 {
  width: 16.666667%;
}

.wk-desk-3 {
  width: 25%;
}

.wk-desk-4 {
  width: 33.333333%;
}

.wk-desk-5 {
  width: 41.666667%;
}

.wk-desk-6 {
  width: 50%;
}

.wk-desk-7 {
  width: 58.333333%;
}

.wk-desk-8 {
  width: 66.666667%;
}

.wk-desk-9 {
  width: 75%;
}

.wk-desk-10 {
  width: 83.333333%;
}

.wk-desk-11 {
  width: 91.666667%;
}

.wk-desk-12 {
  width: 100%;
}

@media (max-width: 1024px) {
  .wk-ipadp-1 {
    width: 8.333333%;
  }

  .wk-ipadp-2 {
    width: 16.666667%;
  }

  .wk-ipadp-3 {
    width: 25%;
  }

  .wk-ipadp-4 {
    width: 33.333333%;
  }

  .wk-ipadp-5 {
    width: 41.666667%;
  }

  .wk-ipadp-6 {
    width: 50%;
  }

  .wk-ipadp-7 {
    width: 58.333333%;
  }

  .wk-ipadp-8 {
    width: 66.666667%;
  }

  .wk-ipadp-9 {
    width: 75%;
  }

  .wk-ipadp-10 {
    width: 83.333333%;
  }

  .wk-ipadp-11 {
    width: 91.666667%;
  }

  .wk-ipadp-12 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .wk-tab-1 {
    width: 8.333333%;
  }

  .wk-tab-2 {
    width: 16.666667%;
  }

  .wk-tab-3 {
    width: 25%;
  }

  .wk-tab-4 {
    width: 33.333333%;
  }

  .wk-tab-5 {
    width: 41.666667%;
  }

  .wk-tab-6 {
    width: 50%;
  }

  .wk-tab-7 {
    width: 58.333333%;
  }

  .wk-tab-8 {
    width: 66.666667%;
  }

  .wk-tab-9 {
    width: 75%;
  }

  .wk-tab-10 {
    width: 83.333333%;
  }

  .wk-tab-11 {
    width: 91.666667%;
  }

  .wk-tab-12 {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .wk-mobile-1 {
    width: 8.333333%;
  }

  .wk-mobile-2 {
    width: 16.666667%;
  }

  .wk-mobile-3 {
    width: 25%;
  }

  .wk-mobile-4 {
    width: 33.333333%;
  }

  .wk-mobile-5 {
    width: 41.666667%;
  }

  .wk-mobile-6 {
    width: 50%;
  }

  .wk-mobile-7 {
    width: 58.333333%;
  }

  .wk-mobile-8 {
    width: 66.666667%;
  }

  .wk-mobile-9 {
    width: 75%;
  }

  .wk-mobile-10 {
    width: 83.333333%;
  }

  .wk-mobile-11 {
    width: 91.666667%;
  }

  .wk-mobile-12 {
    width: 100%;
  }
}

.white-box {
    background-color: #fffffff5;
    border-radius: 20px; /* Adjust as needed for border radius */
    padding: 15px; /* Space around text */
    display: inline-block; /* Keeps box size based on content */

    
  }
  
  .contact_us_green * {
    font-family: Nunito, sans-serif;
  }
  
  .contact_us_green .responsive-container-block {
    min-height: 75px;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
  
  .contact_us_green input:focus {
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
  }
  
  .contact_us_green textarea:focus {
    outline-color: initial;
    outline-style: none;
    outline-width: initial;
  }
  
  .contact_us_green .text-blk {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    line-height: 25px;
  }
  
  .contact_us_green .responsive-cell-block {
    min-height: 75px;
  }
  
  .contact_us_green .responsive-container-block.container {
    max-width: 1320px;
    margin-top: 60px;
    margin-right: auto;
    margin-bottom: 60px;
    margin-left: auto;
  }
  
  .contact_us_green .responsive-container-block.big-container {
    padding-top: 0px;
    padding-right: 50px;
    padding-bottom: 0px;
    padding-left: 50px;
  }
  
  .contact_us_green .text-blk.contactus-head {
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  
  .contact_us_green .text-blk.contactus-subhead {
    max-width: 385px;
    color: #939393;
    font-size: 18px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }
  
  .contact_us_green .contact-svg {
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 65px;
    height: 40px;
  }
  
  .contact_us_green .social-media-links {
    margin-top: 80px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 250px;
    display: flex;
    justify-content: space-evenly;
  }
  
  .contact_us_green .social-svg {
    width: 35px;
    height: 35px;
  }
  
  .contact_us_green .text-box {
    display: flex;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 50px;
    margin-left: 0px;
  }
  
  .contact_us_green .contact-text {
    color: #939393;
  }
  
  .contact_us_green .input {
    height: 50px;
    width: 90%;
    border-top-width: 2.5px;
    border-right-width: 2.5px;
    border-bottom-width: 2.5px;
    border-left-width: 2.5px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #a2a2a2;
    border-right-color: #a2a2a2;
    border-bottom-color: #a2a2a2;
    border-left-color: #a2a2a2;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 16px;
    padding-top: 5px;
    padding-right: 15px;
    padding-bottom: 5px;
    padding-left: 15px;
  }
  
  .contact_us_green .textinput {
    height: 200px;
    width: 95%;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #a2a2a2;
    border-right-color: #a2a2a2;
    border-bottom-color: #a2a2a2;
    border-left-color: #a2a2a2;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    font-size: 16px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  
  .contact_us_green .submit-btn {
    min-width: 290px;
    height: 60px;
    background-color: #1c3b28;
    font-size: 18px;
    font-weight: 700;
    color: white;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-color: #767676;
    border-right-color: #767676;
    border-bottom-color: #767676;
    border-left-color: #767676;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    cursor: pointer;
  }
  
  .contact_us_green .btn-wrapper {
    display: flex;
    justify-content: center;
  }
  
  .contact_us_green .text-blk.input-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
  }
  
  .contact_us_green .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }
  
  .contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-5.wk-ipadp-10 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .contact_us_green .head-text-box {
    display: none;
  }
  
  .contact_us_green .line {
    border-right-width: 1.8px;
    border-right-style: solid;
    border-right-color: #a2a2a2;
  }
  
  .contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-7.wk-ipadp-10.line {
    padding-top: 0px;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  
  @media (max-width: 1024px) {
    .contact_us_green .responsive-container-block.container {
      justify-content: center;
    }
  
    .contact_us_green .text-blk.contactus-subhead {
      max-width: 90%;
    }
  
    .contact_us_green .head-text-box {
      display: block;
    }
  
    .contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-7.wk-ipadp-10.line {
      padding-top: 0px;
      padding-right: 20px;
      padding-bottom: 60px;
      padding-left: 0px;
    }
  
    .contact_us_green .line {
      border-right-width: initial;
      border-right-style: none;
      border-right-color: initial;
      border-bottom-width: 1.8px;
      border-bottom-style: solid;
      border-bottom-color: #a2a2a2;
    }
  
    .contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-5.wk-ipadp-10 {
      margin-top: 60px;
      margin-right: 0px;
      margin-bottom: 0px;
      margin-left: 0px;
    }
  
    .contact_us_green .workik-contact-bigbox {
      display: flex;
    }
  
    .contact_us_green .responsive-cell-block.wk-tab-12.wk-mobile-12.wk-desk-5.wk-ipadp-10 {
      padding-top: 0px;
      padding-right: 0px;
      padding-bottom: 0px;
      padding-left: 0px;
    }
  }
  
  @media (max-width: 768px) {
    .contact_us_green .text-content {
      display: none;
    }
  
    .contact_us_green .input {
      width: 100%;
    }
  
    .contact_us_green .textinput {
      width: 100%;
    }
  
    .contact_us_green .text-blk.contactus-head {
      font-size: 30px;
    }
  }
  
  @media (max-width: 500px) {
    .contact_us_green .responsive-container-block.big-container {
      padding-top: 0px;
      padding-right: 20px;
      padding-bottom: 0px;
      padding-left: 20px;
    }
  
    .contact_us_green .workik-contact-bigbox {
      display: block;
    }
  
    .contact_us_green .text-blk.input-title {
      font-size: 16px;
    }
  
    .contact_us_green .text-blk.contactus-head {
      font-size: 26px;
      line-height: 35px;
    }
  
    .contact_us_green .text-blk.contactus-subhead {
      font-size: 16px;
      line-height: 23px;
    }
  
    .contact_us_green .input {
      height: 45px;
    }
  
    .contact_us_green .responsive-cell-block.wk-ipadp-6.wk-tab-12.wk-mobile-12.wk-desk-6 {
      margin: 0 0 25px 0;
    }
  }

  




  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  

  
  .main-container {
    padding: 30px;
  }
  
  /* HEADING */
  
  .heading {
    text-align: center;
  }
  
  .heading__title {
    font-weight: 600;
  }
  
  .heading__credits {
    margin: 10px 0px;
    color: #888888;
    font-size: 25px;
    transition: all 0.5s;
  }
  
  .heading__link {
    text-decoration: none;
  }
  
  .heading__credits .heading__link {
    color: inherit;
  }
  
  /* CARDS */
  .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* Default layout for smaller screens */
.card {
    margin: 20px;
    margin-top: 0%;
    padding-top: 0%;
    width: calc(50% - 40px); /* Two cards per row on smaller screens */
    min-height: 200px;
    display: grid;
    grid-template-rows: 20px 50px 1fr 50px;
    border-radius: 10px;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.2s;
}

/* Large screens: three cards per row */
@media (min-width: 1024px) {
    .card {
        width: calc(33.33% - 40px); /* Three cards per row on large screens */
    }
}

/* Small screens: one card per row */
@media (max-width: 768px) {
  .card {
      width: calc(100% - 40px); /* One card per row */
      margin-top: 20px;
      padding: 20px;
  }
}

  
  .card__link,
  .card__exit,
  .card__icon {
    position: relative;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
  }
  
  .card__link::after {
    position: absolute;
    top: 25px;
    left: 0;
    content: "";
    width: 0%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 0.5s;
  }
  
  .card__link:hover::after {
    width: 100%;
  }
  
  .card__exit {
    grid-row: 1/2;
    justify-self: end;
  }
  
  .card__icon {
    grid-row: 2/3;
    font-size: 30px;
    display: flex; /* Added for centering */
    justify-content: center; /* Added for centering */
    align-items: center; /* Added for centering */

  }
  
  .card__title {
    font-size: 25px;
    grid-row: 3/4;
    font-weight: 400;
    color: #ffffff;
    display: flex; /* Added for centering */
    justify-content: center; /* Added for centering */
    align-items: center; /* Added for centering */
  }
  
  .card__apply {
    grid-row: 4/5;
    align-self: center;
  }
  
  /* CARD BACKGROUNDS */
  
  .card-1 {
    background: radial-gradient(#1bb2c0, #3fbafe);
  }
  
  .card-2 {
    background: radial-gradient(#fbc1cc, #fa99b2);
  }
  
  .card-3 {
    background: radial-gradient(#76b2fe, #b69efe);
  }
  
  .card-4 {
    background: radial-gradient(#60efbc, #58d5c9);
  }
  
  .card-5 {
    background: radial-gradient(#f588d8, #c0a3e5);
  }
  
  /* RESPONSIVE */
  
  @media (max-width: 1600px) {
    .cards {
      justify-content: center;
    }
  }
  

@media (max-width: 800px) {
  .slider_section .detail-box {
      padding-bottom: 45px;
  }


}

.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-position: bottom;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  padding-bottom: 10px;
}

.slider_section .detail-box h1 {
  font-weight: 600;
  margin-bottom: 25px;
  color: #0355cc;
  font-size:30px;
  font-family: 'Open Sans,Arial', sans-serif !important;
}

.slider_section .detail-box p {
  color: #444;
  font-size: 15px;
}

.slider_section .detail-box a {
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #ff8a1d;
  border: 1px solid #ff8a1d;
  border-radius: 5px;
  color: #ffffff;
  margin-top: 15px;
    text-decoration: none; /* Removes underline */
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #ff8a1d;
}

.slider_section .img-box img {
  width: 100%;
}

.h1, h1 {
font-size: 2.5rem;
}
.slider_section .detail-box p {
color: #444;
font-size: 15px;
}

@media (min-width: 800px) { /* Targets screens wider than 768px */
  .slider_section {
    padding-top: 25px;
    padding-left: 28px; /* Adjust the value to control the left spacing */
  }
}

/* Offer Card Container */

/* Offer Card Styling */
.offer-card {
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, #ff9800, #ff5722);
  border-radius: 10px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
  padding: 20px;
  margin: 20px 0;
  color: #fff;
  text-align: center;
  width: 100%; /* Full width on smaller screens */
}

.offer-card:hover {
  transform: scale(1.05);
}

/* Offer Title */
.offer-title {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
}

/* Offer Price Text */
.offer-price {
  font-size: 24px;
  font-weight: 300;
  margin-top: 10px;
}

/* Price Highlight */
.price-highlight {
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
}



/* Responsive Design */
@media (min-width: 768px) {
  .offer-card {
      margin-top: 0 !important;
      border: none !important;
      padding-top: 0 !important;
  }
}

/* Display the offer card on top in small screens */
@media (max-width: 767px) {
  .offer-card {
      order: -1; /* Ensures the offer card appears first on small screens */
      width: 100%;
      margin-top: 10px;
  }
}

/* Container for the two sections */
.about-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Each section inside the container */
.about-container .section {
  background-color: #cddde1d9; /* White background for sections */
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
  padding: 20px; /* Increased padding inside sections */
  margin-bottom: 20px; /* Space between sections */
  margin: 10px; /* Space between sections */
  flex: 1 1 calc(50% - 20px); /* Adjust flex-basis to account for margin */
  box-sizing: border-box; /* Ensures padding is included in the width */
}

.about-container .section-transparent {

  padding: 20px; /* Increased padding inside sections */
  margin-bottom: 20px; /* Space between sections */
  margin: 10px; /* Space between sections */
  flex: 1 1 calc(50% - 20px); /* Adjust flex-basis to account for margin */
  box-sizing: border-box; /* Ensures padding is included in the width */
}


/* Paragraph styles */
.about-container p {
  line-height: 1.6; /* Improved readability */
  margin-bottom: 15px; /* Space between paragraphs */
  color: rgb(141, 142, 146);
  font-size: 0.9rem; /* Reduced font size */
}

/* List styles */
.about-container ul {
  list-style-type: none; /* Remove default bullet points */
  padding: 0; /* Remove default padding */
}

.about-container li {
  background-color: #e7f3fe; /* Light blue background for list items */
  border-left: 5px solid #007bff; /* Blue left border for list items */
  padding: 10px; /* Padding for list items */
  margin-bottom: 10px; /* Space between list items */
}

/* Strong text styles */
.about-container strong {
  color: rgb(116, 117, 122);
}  

/* Responsive design for smaller screens */
@media (max-width: 768px) {
  .about-container .section {
      flex: 1 1 100%; /* Stacks each section vertically */
  }
}



/* Set a light blue background for the entire section */
.service-section {

  padding: 20px 20px;
}

@media (max-width: 768px) {
  .service-section {
      padding: 20px 0; /* Remove left and right padding on small screens */
      margin: 0;       /* Ensure there's no margin on small screens */
  }
}

/* Style the card container to align items in rows */
.service-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

/* Service card styling */
.service-card {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 100%;
  text-align: left;
  border-left: 5px solid #00bcd4;
}

/* Detail list styling */
.service-card__details {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  color: rgb(141, 142, 146);
  font-size: 0.9rem; /* Reduced font size */
  padding-left: 0;
}

/* Detail items styling */
.service-card__details li {
  margin-bottom: 10px;
  padding-right: 10px;
}

.service-card__details li strong {
  color: rgb(116, 117, 122);
}

/* Larger screen styling */
@media (min-width: 768px) {
  /* Arrange details in two columns */
  .service-card__details {
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  /* Each item takes half the width */
  .service-card__details li {
    width: 50%;
  }
}

/* Title styling */
.service-card__title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #3299e2;
  margin-bottom: 12px;
}

/* Description styling */
.service-card__description {
  font-size: 1.1rem;
  font-style: italic;
  color: #3f3d3d;
  margin-bottom: 15px;
  line-height: 1.6;
}

/* Default style: container is hidden on small screens */
.full-width-container {
  display: none;
}

/* Large screen style: show the container and make it 100% screen width */
@media (min-width: 1024px) { /* Adjust 1024px as needed for large screens */
  .full-width-container {
      display: block;
      width: 100vw; /* Full viewport width */
      height: 300px; /* Adjust height as needed */
      padding: 20px; /* Optional padding for internal spacing */
  }
}

/* Main container styling */
.two-part-container {
  display: flex;
  flex-direction: column;
  width: 100%;


}

/* Top section styling */
.top-section {
width: 100%;
}

/* Bottom section styling */
.bottom-section {
 width: 100%;
}

@media (max-width: 1000px) {
  .top-section {
    margin-top: 40px;
  }

  .bottom-section {
    margin-top: 250px;
  }

  .offer-card {
    margin-left: 0px;
  }
}

@media (max-width: 1000px) {
  .detail-box,
  .offer-card {
    margin-bottom: 20px; /* Add spacing if needed */
  }
}

@media (min-width: 769px) {
  .slider_section .offer-card {
    margin-left: 100%; /* Adjusts the position slightly to the right */
    transform: translateX(80%); /* Adds extra shift to the right without affecting the layout */
    max-width: 80%; /* Ensure it doesn’t overflow the container */
    min-width: 100%;
  }
}

@media (min-width: 1900px) {
  .slider_section .offer-card {
    margin-left: 250%; /* Adjusts the position slightly to the right */
    transform: translateX(80%); /* Adds extra shift to the right without affecting the layout */
    max-width: 80%; /* Ensure it doesn’t overflow the container */
    min-width: 100%;
  }
}
/* Counter animation */
@keyframes countUp {
  from {
      content: "0";
  }
  to {
      content: "123"; /* End number, manually set */
  }
}

/* Apply animation to counter */
.counter::before {
  content: "0"; /* Start from 0 */
  animation: countUp 2s steps(123, end) forwards; /* "steps" simulates counting */
  display: inline-block;
}

.title-container{
    background-color: #ffffffd9; /* White background for sections */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    padding: 10px; 
    width: auto;
    margin: 10px; 
    display: flex;
    justify-content: center; 
    align-items: center;     
}


.p-calligraphic {
  color: #1761a7;
  font-size: 24px;
  font-weight: 600;
}

.arrow-link {
  position: absolute;
  bottom: 5px;
  right: 16px;
  font-size: 2.5rem;
  color: #f3f3f3;
  text-decoration: none !important;
  transition: transform 0.3s ease;
  cursor: pointer; /* Ensures it's clickable */
  -webkit-tap-highlight-color: transparent; /* Disable tap highlight color on iOS */
  -webkit-touch-callout: none; /* Disable callout on long-press */
}

.arrow-link:hover {
  transform: translateX(5px); 
}

.year-counter {
  display: flex;
  align-items: center;
  width: 400px;
  justify-content: center; /* Centers the content */ 
  color: #1761a7; /* Text color */
  font-weight: bold; /* Makes the text bold */
  font-size: 1.5em; /* Base font size for the text */
  padding: 10px 20px; /* Adds some padding around the content */
 
  
  transition: transform 0.2s; /* Smooth transition for hover effect */
}

/* --- Company Brand Typography Styles --- */
h1, h2, h3, h4, h5, h6 {
  color: #1761a7;
  font-family: 'Segoe UI', 'Arial', sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 0.7em;
}

h1 {
  font-size: 2.2rem;
  border-bottom: 2px solid #1761a7;
  padding-bottom: 0.2em;
  margin-top: 0;
}

h2 {
  font-size: 1.6rem;
  border-bottom: 1.5px solid #1761a7;
  padding-bottom: 0.15em;
  margin-top: 1em;
}

h3 {
  font-size: 1.25rem;
  margin-top: 0.8em;
}

p, li, a, span, label, input, textarea {
  color: #222;
  font-family: 'Segoe UI', 'Arial', sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
}

p {
  margin-bottom: 1.1em;
}

b, strong {
  color: #1761a7;
  font-weight: 700;
  font-size: 1.15rem;
  display: block;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}

a {
  color: #1761a7;
  text-decoration: none;
  transition: color 0.2s;
}
a:hover {
  color: #0d4a7a;
  text-decoration: underline;
}

/* Content Container Component - Best UI/UX Practices */
.content-container {
  max-width: 900px;
  margin: 2rem auto;
  padding: 2.5rem;
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.notice-container {
  max-width: 900px;
  margin: 0.5rem auto;
  padding: 1rem;
  background: #e4c6c6;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 768px) {
  .content-container {
    margin: 1rem;
    padding: 1.5rem;
  }
}

@media (max-width: 480px) {
  .content-container {
    margin: 0.75rem;
    padding: 1.25rem;
  }
}


