* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
}

html {
  background-color: #f9fbfc;
  background-image: url("../assets/background.png");
  background-position: 0 0;
  background-attachment: scroll;
  background-size: auto;
  background-repeat: no-repeat;
}

.container {
  max-width: 77rem;
  margin: 0 auto;
  padding: 0 1rem;
}

a {
  color: #006dd0;
  text-decoration: none;
}

.cta {
  margin-bottom:5.5rem; ;
}

.cta-button {
  margin: 3.5rem auto;
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  background-color: #006dd0;
  color: #ffffff;
  padding: 0.9rem 2.2rem;
  border-radius: 0.3rem;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.service-page {
  margin-top: 2rem;
}
.service-page h2 {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  margin: 3rem 0;
  line-height: 1.2;
}
.service-page .service-page_hero {
  text-align: center;
}
.service-page .service-page_hero span {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  display: block;
  margin-bottom: 1rem;
}
.service-page .service-page_hero h3 {
  font-size: 2.7rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.service-page .service-page_hero p {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-bottom: 1rem;
}
.service-page .service-page_hero .text-promo {
  font-size: 0.9rem;
  font-style: italic;
}
.service-page .service-page_hero button {
  margin-top: 1.2rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  background-color: #006dd0;
  color: #ffffff;
  padding: 0.9rem 2.3rem;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
.service-page .service-page_hero img {
  width: 100%;
  margin-top: 2.2rem;
}
.service-page .service-page_reasons .reason {
  margin-bottom: 1rem;
}
.service-page .service-page_reasons .reason span {
  font-size: 3rem;
  font-weight: 700;
  color: #006dd0;
}
.service-page .service-page_reasons .reason .title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.service-page .service-page_reasons .reason .description {
  font-size: 1.2rem;
}

.creative-services {
  margin-top: 6.3rem;
}
.creative-services .creative-services_header {
  text-align: center;
  margin-bottom: 5.5rem;
}
.creative-services .creative-services_header h1 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.creative-services .creative-services_header p {
  font-size: 1.3rem;
  line-height: 2rem;
}
.creative-services .creative-services_cards {
  display: grid;
  grid-template-columns: repeat(1, 12fr);
  margin-bottom: 1.7rem;
}
.creative-services .creative-services_cards .card {
  margin-bottom: 3.5rem;
}
.creative-services .creative-services_cards .card img {
  width: 100%;
  height: auto;
  margin-bottom: 1.2rem;
}
.creative-services .creative-services_cards .card h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
}
.creative-services .creative-services_cards .card p {
  font-size: 1.1rem;
}
.creative-services .creative-services_cta {
  text-align: center;
  margin-bottom: 4rem;
}
.creative-services .creative-services_cta p {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.creative-services .creative-services_cta p span {
  color: #006dd0;
}
.creative-services .creative-services_cta button {
  margin-top: 1.2rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  background-color: #006dd0;
  color: #ffffff;
  padding: 0.9rem 2.3rem;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 600px) {
  .creative-services .creative-services_header h1 {
    font-size: 3.2rem;
  }
  .creative-services .creative-services_header p {
    max-width: 57rem;
    margin: 0 auto;
  }
  .creative-services .creative-services_cards {
    grid-template-columns: repeat(3, 4fr);
    grid-gap: 5.5rem;
    margin-bottom: 6.6rem;
  }
  .creative-services .creative-services_cards .card {
    margin-bottom: 0;
  }
  .creative-services .creative-services_cta p {
    max-width: 50rem;
    margin: 0 auto;
  }
}
.blog {
  margin-top: 3rem;
}
.blog .blog-title {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 4rem;
}
.blog .blog_entries div {
  margin-bottom: 6rem;
}
.blog .blog_entries div a {
  color: inherit;
}
.blog .blog_entries div a img {
  width: 100%;
  height: auto;
  border-radius: 0.6rem;
  margin-bottom: 2rem;
}
.blog .blog_entries div a p {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  font-weight: bold;
  color: #006dd0;
  margin-bottom: 0.6rem;
}
.blog .blog_entries div a h3 {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 0.3rem;
}
.blog .blog_entries div a span {
  font-size: 0.9rem;
  color: #555;
}

@media (min-width: 600px) {
  .blog .blog_entries {
    display: grid;
    grid-template-columns: repeat(2, 6fr);
    grid-gap: 2rem;
    max-width: 50rem;
    margin: 0 auto 5rem auto;
  }
  .blog .blog_entries div {
    margin-bottom: 2rem;
  }
}
.blog-single .blog-single_header {
  margin: 2rem 0 2.8rem 0;
}
.blog-single .blog-single_header .category {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-weight: 700;
  color: #006dd0;
  margin-bottom: 1.4rem;
}
.blog-single .blog-single_header .title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
.blog-single .blog-single_header .date {
  font-size: 1.4rem;
}
.blog-single .blog-single_image {
  margin-bottom: 2.5rem;
}
.blog-single .blog-single_image img {
  width: 100%;
  height: auto;
  border-radius: 0.85rem;
}
.blog-single .blog-single_content {
  margin-bottom: 6rem;
}
.blog-single .blog-single_content p {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.blog-single .blog-single_related div {
  margin-bottom: 6rem;
}
.blog-single .blog-single_related div a {
  color: inherit;
}
.blog-single .blog-single_related div a img {
  width: 100%;
  height: auto;
  border-radius: 0.6rem;
  margin-bottom: 2rem;
}
.blog-single .blog-single_related div a p {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  font-weight: bold;
  color: #006dd0;
  margin-bottom: 0.6rem;
}
.blog-single .blog-single_related div a h3 {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.3;
  margin-bottom: 0.3rem;
}
.blog-single .blog-single_related div a span {
  font-size: 0.9rem;
  color: #555;
}

@media (min-width: 600px) {
  .blog-single {
    max-width: 50rem;
  }
  .blog-single .blog-single_content p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .blog-single .blog-single_related {
    display: grid;
    grid-template-columns: repeat(2, 6fr);
    grid-gap: 2rem;
  }
}
header {
  box-shadow: 1px 3px 5px 0px rgba(179, 179, 179, 0.1);
  -webkit-box-shadow: 1px 3px 5px 0px rgba(179, 179, 179, 0.1);
  -moz-box-shadow: 1px 3px 5px 0px rgba(179, 179, 179, 0.1);
}
header .mobile-menu {
  padding: 0.7rem 2rem;
  display: none;
  background-color: #fff;
}
header .mobile-menu ul {
  list-style: none;
}
header .mobile-menu ul li {
  display: flex;
  align-items: center;
  font-weight: 600;
}
header .mobile-menu ul li:not(last-child) {
  margin-bottom: 1rem;
}
header .mobile-menu ul li a {
  color: inherit;
}
header .mobile-menu ul li svg {
  width: 1.1rem;
  height: 1.1rem;
  margin-left: 0.3rem;
  stroke: #006dd0;
  stroke-width: 0.17rem;
}
header .mobile-menu button {
  font-size: 0.9rem;
  font-weight: 600;
  background-color: #006dd0;
  color: #ffffff;
  padding: 0.5rem 2.3rem;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
}
header .active {
  display: block;
}

.main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f6f5f9;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  background-color: #fff;
}
.main-header a {
  display: flex;
  align-items: center;
}
.main-header a img {
  width: 60%;
}
.main-header .desktop-menu {
  display: none;
}
.main-header svg {
  width: 2rem;
  height: 2rem;
  display: none;
}
.main-header svg:hover {
  cursor: pointer;
}
.main-header .active {
  display: block;
}
.main-header button {
  display: none;
}

/*main .hero-video {
   margin-bottom: 2rem; 
}*/
main .hero-video video {
  width: 100%;
  /* margin: 3rem 0; */
}


main .hero {
  margin-bottom: 2rem;
}
main .hero img {
  width: 100%;
  margin: 3rem 0;
}
main .hero h1 {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
main .hero h1 span {
  color: #006dd0;
}
main .hero p {
  font-size: 1.2rem;
  line-height: 2rem;
}
main .hero button {
  width: 100%;
  margin-top: 1.7rem;
  font-size: 1.1rem;
  font-weight: 600;
  background-color: #006dd0;
  color: #ffffff;
  padding: 1rem 0;
  border-radius: 0.3rem;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}
main .about {
  text-align: center;
  margin-bottom: 6.5rem;
}
main .about h2 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
main .about p {
  font-size: 1.2rem;
  line-height: 2rem;
}
main .service {
  margin-bottom: 4rem;
}
main .service img {
  width: 100%;
  margin-bottom: 1.6rem;
}
main .service video {
  width: 100%;
  margin-bottom: 1.6rem;
}
main .service span {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  display: block;
  margin-bottom: 1rem;
}
main .service h3 {
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
main .service p {
  font-size: 1.1rem;
  line-height: 1.6rem;
  margin-bottom: 1rem;
}
main .service button {
  margin-top: 1.2rem;
  font-size: 1rem;
  font-weight: 600;
  background-color: #006dd0;
  color: #ffffff;
  padding: 0.9rem 2.3rem;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}



@media (min-width: 600px) {
  header {
    position: sticky;
    top: 0;
    background-color: #fff;
  }
  .main-header {
    justify-content: start;
  }
  .main-header a {
    margin-right: 1rem;
  }
  .main-header a img {
    width: 12rem;
  }
  .main-header .desktop-menu {
    display: block;
    margin-right: auto;
  }
  .main-header .desktop-menu ul {
    list-style: none;
    display: flex;
    align-items: center;
  }
  .main-header .desktop-menu ul li {
    display: flex;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
  }
  .main-header .desktop-menu ul li:not(last-child) {
    margin-left: 2rem;
  }
  .main-header .desktop-menu ul li svg {
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    margin-left: 0.3rem;
    stroke: #006dd0;
    stroke-width: 0.17rem;
  }
  .main-header .desktop-menu ul li a {
    color: inherit;
  }
  .main-header .desktop-menu ul li .dropdown-menu {
    position: absolute;
    top: 3.8rem;
    max-width: 13rem;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 5px 0 25px 0 rgba(0, 0, 0, 0.1);
    display: none;
  }
  .main-header .desktop-menu ul li .dropdown-menu nav ul {
    display: block;
  }
  .main-header .desktop-menu ul li .dropdown-menu nav ul li {
    padding: 0.7rem 1.2rem;
    margin-left: 0;
  }
  .main-header .desktop-menu ul li .dropdown-menu nav ul li:hover {
    background-color: #f6f5f9;
  }
  .main-header .desktop-menu ul li .dropdown-menu nav ul li a {
    color: inherit;
  }
  .main-header .desktop-menu ul li .open {
    display: block;
  }
  .main-header svg,
  .main-header .active {
    display: none;
  }
  .main-header button {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    background-color: #006dd0;
    color: #ffffff;
    padding: 0.6rem 1.1rem;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
  }
  .hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hero img {
    order: 2;    
    max-width: 50%;
  }

  .service-video video {  
    max-width: 38rem;  
    height: auto;  
  }
  
  .hero div {
    order: 1;
    max-width: 30rem;
  }
  .hero div h1 {
    font-size: 3rem;
    line-height: 1.1;
    margin-bottom: 2rem;
  }
  .hero div button {
    width: auto;
    padding: 1rem 2.4rem;
  }
  .about {
    max-width: 34rem;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 6.5rem;
  }
  .service {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .service img {
    max-width: 38rem;
    height: auto;
  }
  .service .service_description {
    max-width: 26rem;
  }
  .service_left .service_description {
    order: 1;
  }
  .service_left img {
    order: 2;
  }
  .service_right .service_description {
    order: 2;
  }
  .service_right img {
    order: 1;
  }
  
}

/*# sourceMappingURL=style.css.map */

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.hero p {
  font-size: 1.1rem;
  color: #555;
}

/* Container for services */
.services {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
}

/* Service item layout */
.service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

/* Image wrapper for consistent sizing */
.service-img-wrapper {
  flex: 1 1 40%;
}

.service-img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Text description styling */
.service_description {
  flex: 1 1 60%;
  max-width: 600px;
}

.service_description h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.service_description p {
  font-size: 1rem;
  line-height: 1.6;
}

/* Responsive design for mobile */
@media (max-width: 768px) {
  .service-item {
    flex-direction: column;
    text-align: center;
  }

  .service-img-wrapper {
    max-width: 100%;
  }
}

.contact-button-link {
  display: block;
  min-width: 5.75rem;
  font-size: 1rem;
  font-weight: 600;
  background-color: #006dd0;
  color: #ffffff;
  padding: 0.55rem 0.5rem;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  margin-right: 1.5rem;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}


.cad-hero p {
  font-size: 1.12rem;
  line-height: 2rem;
  color: #000000;
  text-align: left;
}

 .cad-hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  background-color: #adc6f2;
  padding: 1rem;
} 

/* .card-hero div {
  order: 1;
  max-width: 30rem;
}*/
.cad-hero h1 {
  font-size: 1.5rem;
  line-height: 1.1;
  padding-right: 2rem;
  text-align: left;
  color: #720606;
  
} 


/* Contact Page Styling */
.contact-hero {
  text-align: center;
  margin: 2rem 0;
}

.contact-hero h1 {
  font-size: 2.5rem;
  font-weight: 600;
  color: #006dd0;
  margin-bottom: 1rem;
}

.contact-hero p {
  font-size: 1.1rem;
  color: #555;
}

.contact-form-section {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}

.contact-form-container {
  max-width: 900px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem; /* Increased gap between the form and details */
}


.contact-form {
  grid-column: 1 / 2;
}

.contact-details {
  grid-column: 2 / 3;
  grid-row: 1;
  color: #555;
  margin-left: 2rem; /* Additional space specifically for the contact details */
}

.contact-details h3 {
  font-size: 1.5rem;
  color: #006dd0;
  margin-bottom: 1rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group label {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #333;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 0.3rem;
  font-size: 1rem;
}

/* .contact-button {
  display: inline-block;
  padding: 0.75rem 2rem;
  background-color: #006dd0;
  color: #fff;
  border: none;
  border-radius: 0.3rem;
  font-size: 1.1rem;
  cursor: pointer;
} */

/* Responsive Styling for Contact Page */
@media (max-width: 768px) {
  .contact-form-container {
      grid-template-columns: 1fr;
  }
  .contact-details {
      grid-column: 1 / 2;
      margin-top: 2rem;
  }
}

.contact-submit-button {
  display: block;
  max-width: 110px;
  font-size: 1rem;
  font-weight: 600;
  background-color: #006dd0;
  color: #ffffff;
  padding: 0.6rem 1.1rem;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}


/* Footer Styling */
footer {
  background-color: #24282f;
  color: #f0f0f0;
  padding: 2.5rem 1.3rem;
}

.main-footer {
  display: grid;
  grid-template-columns: 1fr repeat(5, 1fr); /* Logo + 5 columns */
  gap: 1rem;
  max-width: 77rem;
  margin: 0 auto;
  text-align: left;
}

.footer-logo {
  grid-column: 1 / 2;
}

.footer-logo img {
  width: 150px;
  margin-bottom: 1.5rem;
}

.footer-column {
  text-align: left;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1rem;
}

.footer-column h4 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

.footer-column li {
  font-size: 0.9rem;
  color: #bdbec0;
  margin-bottom: 0.5rem;
}

.footer-menu_mixed ul h4 {
  font-size: 1.1rem;
  color: #ffffff;
}

.footer-menu_mixed ul li {
  color: #bdbec0;
}

.footer-register {
  font-size: 0.8rem;
  color: #bdbec0;
  text-align: center;
  margin-top: 1rem;
  grid-column: 1 / -1;
}

/* Larger logo for desktop and tablet */
@media (min-width: 768px) {
  .footer-logo img {
    width: 250px; /* Larger logo for bigger screens */
  }
}

/* Mobile Footer Layout (Four Columns + Center-Aligned Support) */
@media (max-width: 600px) {
  footer {
    padding: 1.5rem 0.5rem;
  }

  .main-footer {
    grid-template-columns: repeat(4, 1fr); /* Four columns on mobile */
    gap: 0.5rem;
  }

  .footer-logo {
    grid-column: 1 / -1; /* Center logo on mobile */
    text-align: center;
    margin-bottom: 1rem;
  }

  .footer-logo img {
    width: 200px; /* Smaller logo size for mobile */
  }

  .footer-column {
    text-align: center;
    padding: 0 0.2rem; /* Reduced padding for tighter fit */
  }

  /* Center "Support" column on new row */
  .footer-menu_mixed {
    grid-column: 1 / -1; /* Span full width */
    text-align: center;
    margin-top: 1rem;
  }

  .footer-register {
    grid-column: 1 / -1;
    text-align: center;
    margin-top: 0.5rem;
  }
}
