* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: auto;
  margin: 0;
  padding: 0;
  line-height: 1.5;
  background-color: #fbf1f1;
}
/*contact-us*/
.contact-us-container {
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 8px 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 14px;
    border: 2px solid #000;
    box-sizing: border-box;
}
a#contact-button {
    background-color: black;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}
.contact-us-container h2{  
    color: #000;
    text-align: center;
}
.contact-us-container h3{  
  font-size:20px;
}
@media (max-width: 720px)  {
    .text-section p{
  font-size:14px;
    }
}
/* focusable text */
#home a.focusable{
    color:white;
}
a.focusable {
    color: black;
    text-decoration: none;
}

/* contact form */

.contact-form-section h3 {
  text-align: center;
}
.contact-form-section {
  background-color: #f8f8f8;
  border: 2px solid #000;
  padding: 0;
  border-radius: 10px;
  box-shadow: 8px 0 10px rgba(0, 0, 0, 0.1);
}

.contact-form-section h2 {
 
  margin-bottom: 20px;
}

.contact-form-section input, .quote-form-section textarea {
  width: 100%;
  padding: 14px;
  margin-bottom: 14px;
  border: 2px solid #000;
  border-radius: 40px;
  box-sizing: border-box;
}

.contact-form-section button {
  width: 100%;
  padding: 10px;
  background-color: #000; /* Primary orange color */
  color: #ffffff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease; /* Added transition for smooth effect */
}
.contact-form-section button:hover {
  background-color: #e65c00;
}


.contact-form-section {
  flex: 1;
}
.contact-form-section {
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
}

/* Styles for larger screens */
@media (min-width: 1024px) {
  .contact-form-section {

    background-color: #f8f8f8;
    border: 2px solid #000;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 8px 0 10px rgba(0, 0, 0, 0.1);

}

  .contact-form-section h2 {
      margin-bottom: 20px;
  }

  .contact-form-section input{
      width: 100%;
      padding: 14px;
      margin-bottom: 14px;
      border: 2px solid #000;
        border-radius: 40px;
      box-sizing: border-box;
  }

  .contact-form-section button {
      width: 100%;
      padding: 10px;
      background-color: #000;
      color: #ffffff;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-size: 16px;
      transition: background-color 0.3s ease;
  }

  .contact-form-section button:hover {
      background-color: #e65c00;
  }
}


/* quality container */
  .quality-container-1 {
      background-color: #f8f8f8;
      border: 1px solid #cccccc;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 8px 0 10px rgba(0, 0, 0, 0.1);
      width: 100%;
      padding: 14px;
      border: 2px solid #000;
      box-sizing: border-box;
  }

.quality-container {
  text-align: justify;
  margin: 0 auto;
  padding: 20px;

}
.quality-container-1 p {
 text-align: justify;
 padding-top: 10px;
 font-size: 18px;
}
.quality-container h2 {
  padding-top: 10px;
}
.quality-content h3 {
padding: 10px;

}
.quality-content p {
  padding: 10px;
  
  }
/* quotation section */
.quote-form-2-section {
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 8px 0 10px rgba(0, 0, 0, 0.1);
}

.quote-form-2-section h2 {
    /* Primary blue color */
    margin-bottom: 20px;
}

.quote-form-2-section input, .quote-form-2-section textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 14px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.quote-form-2-section button {
    width: 100%;
    padding: 10px;
    background-color: #000; /* Primary orange color */
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease; /* Added transition for smooth effect */
}
.quote-form-2-section button:hover {
    background-color: #e65c00;
}
/* about*/
h1{
  text-align: center;
}
@media (max-width: 768px)  {
  .about-text-section h1 {
    font-size: 20px;
text-align: center;
  }
  .about-text-section h2 {
    font-size: 20px;
  }
.about-text-section p {
  font-size: 17px;
  text-align: justify;
}
  
}
.about-content {
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 8px 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 14px;
  border: 2px solid #000;
  box-sizing: border-box;
}
.about-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
}

.about-content .about-text-section,
.about-content .quote-form-2-section {
    flex: 1;
}
#about .about-text-section, #about .quote-form-2-section {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}
.about-text-section{
    padding-top: 0px;
}
/* Styles for larger screens */
@media (min-width: 1024px) {

    .quote-form-2-section {
        background-color: #f8f8f8;
        border: 1px solid #cccccc;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 8px 0 10px rgba(0, 0, 0, 0.1);
        margin-top: 0; /* Ensure the form aligns with the text */
    }

    .quote-form-2-section h2 {
        margin-bottom: 20px;
    }

    .quote-form-2-section input,
    .quote-form-2-section textarea {
        width: 100%;
        padding: 14px;
        margin-bottom: 14px;
        border: 1px solid #cccccc;
        border-radius: 4px;
        box-sizing: border-box;
    }

    .quote-form-2-section button {
        width: 100%;
        padding: 10px;
        background-color: #000;
        color: #ffffff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 16px;
        transition: background-color 0.3s ease;
    }

    .quote-form-2-section button:hover {
        background-color: #e65c00;
    }
}
/* Quote style */
.card-body {
  align-items: center;
  display: flex;
  font-family: 'Inter UI', sans-serif;
  height: 100vh;
  justify-content: center;
  margin: 0;
  width: 100vw;
}
.card {
  background: #ccc;
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  height: 250px; /* Increased height to prevent cutting */
  width: 300px;
  overflow: hidden;
  padding: 20px;
  position: fixed; /* Fixed positioning */
  display: none; /* Initially hidden */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the card */
  text-align: center; /* Center text alignment */
}
.title {
  font-size: 1.5em;
  height: 29px;
  margin-bottom: 0;
}
.text {
  color: #667;
  font-size: 1em;
  height: 38px;
  margin: 5px 0 0;
}
.line {
  left: 0;
  position: absolute;
  width: 340px;
}
.line path {
  fill: none;
  stroke: black;
  stroke-width: 2;
  stroke-dasharray: 300 1903;
}
.card.saving .line path {
  stroke-dashoffset: -472;
  stroke-dasharray: 153 1903;
  transition: stroke-dasharray 500ms, stroke-dashoffset 500ms;
}
.card.done .line path {
  stroke-dashoffset: -762;
  stroke-dasharray: 1095 1903;
  transition: stroke-dasharray 1500ms, stroke-dashoffset 1500ms;
}
.line2 {
  height: 52px;
  left: 150px;
  opacity: 0;
  position: absolute;
  stroke-dasharray: 6 48;
  stroke-dashoffset: -42;
  top: 158px;
  transform-origin: 50%;
  width: 50px;
}
.card.saving .line2 {
  animation: 4s 500ms Rotate forwards;
}
.card.done .line2 {
  animation: 500ms ScaleDown forwards;
}
.form {
  transform-origin: 0 50%;
  transition: transform 500ms, opacity 500ms;
}
.card.saving .form {
  transform: translateY(-16px) scale(.8);
}
.card.done .form {
  transform: translateY(-16px) scale(.8);
  opacity: 0;
}
.input {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  font-size: 20px;
  height: 40px;
  margin-top: 20px;
  outline: none !important;
  position: relative;
  width: 300px;
}
@keyframes Rotate {
  0% { transform: rotate(0); opacity: 1; }
  25% { transform: rotate(360deg); opacity: 1; }
  50% { transform: rotate(720deg); opacity: 1; }
  75% { transform: rotate(1080deg); opacity: 1; stroke-dasharray: 6 48; stroke-dashoffset: -42;}
  100% { transform: rotate(1080deg); opacity: 1; stroke-dashoffset: 0; stroke-dasharray: 36 48;}
}
@keyframes ScaleDown {
  0% { transform: scale(1); }
  100% { transform: scale(0);}
}

.quote-form-section {
    background-color: #777;
    border: 2px solid #000;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 8px 0 10px rgba(0, 0, 0, 0.1);
}

.quote-form-section h2 {
   color: #fff;
    margin-bottom: 20px;
}

.quote-form-section input, .quote-form-section textarea {
    width: 100%;
    padding: 14px;
    margin-bottom: 14px;
    border: 2px solid #000;
    box-sizing: border-box;
}

.quote-form-section button {
    width: 100%;
    padding: 10px;
    background-color: #000; /* Primary orange color */
    color: #ffffff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color 0.3s ease; /* Added transition for smooth effect */
}
.quote-form-section button:hover {
    background-color: #e65c00;
}
.about-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 10 ;
}

.about-content .about-text-section,
.about-content .quote-form-section {
    flex: 1;
}
#about .about-text-section, #about .quote-form-section {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}



#about p {
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 20px;
}

/* Styles for larger screens */
@media (min-width: 1024px) {
  .quote-form-section{
    max-width: 500px;
  }
    .about-content {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }
#about p {
  text-align: center;   
  font-size: 20px; /* Increase font size for larger screens */
    }
    .about-text-section h1 {
      font-size: 24px;
    }
  }
/* Contact Us Section */
.contact_card_body {
  align-items: center;
  display: flex;
  font-family: 'Inter UI', sans-serif;
  height: 100vh;
  justify-content: center;
  margin: 0;
  width: 100vw;
}
.contact_card {
  background: #ccc;
  border-radius: 12px;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  height: 250px; /* Increased height to prevent cutting */
  width: 300px;
  overflow: hidden;
  padding: 20px;
  position: fixed; /* Fixed positioning */
  display: none; /* Initially hidden */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the card */
  text-align: center; /* Center text alignment */
}
.title {
  font-size: 1.5em;
  height: 29px;
  margin-bottom: 0;
}
.text {
  color: #667;
  font-size: 1em;
  height: 38px;
  margin: 5px 0 0;
}
.contact_line {
  left: 0;
  position: absolute;
  width: 340px;
}
.contact_line path {
  fill: none;
  stroke: black;
  stroke-width: 2;
  stroke-dasharray: 300 1903;
}
.contact_card.saving .contact_line path {
  stroke-dashoffset: -472;
  stroke-dasharray: 153 1903;
  transition: stroke-dasharray 500ms, stroke-dashoffset 500ms;
}
.contact_card.done .contact_line path {
  stroke-dashoffset: -762;
  stroke-dasharray: 1095 1903;
  transition: stroke-dasharray 1500ms, stroke-dashoffset 1500ms;
}
.contact_line2 {
  height: 52px;
  left: 150px;
  opacity: 0;
  position: absolute;
  stroke-dasharray:  48;
  stroke-dashoffset: -42;
  top: 158px;
  transform-origin: 50%;
  width: 50px;
}
.contact_card.saving .contact_line2 {
  animation: 4s 500ms Rotate forwards;
}
.contact_card.done .contact_line2 {
  animation: 500ms ScaleDown forwards;
}
.form {
  transform-origin: 0 50%;
  transition: transform 500ms, opacity 500ms;
}
.contact_card.saving .form {
  transform: translateY(-16px) scale(.8);
}
.contact_card.done .form {
  transform: translateY(-16px) scale(.8);
  opacity: 0;
}
.input {
  background: transparent;
  border: 0;
  box-sizing: border-box;
  font-size: 20px;
  height: 40px;
  margin-top: 20px;
  outline: none !important;
  position: relative;
  width: 300px;
}
@keyframes Rotate {
  0% { transform: rotate(0); opacity: 1; }
  25% { transform: rotate(360deg); opacity: 1; }
  50% { transform: rotate(720deg); opacity: 1; }
  75% { transform: rotate(1080deg); opacity: 1; stroke-dasharray: 6 48; stroke-dashoffset: -42;}
  100% { transform: rotate(1080deg); opacity: 1; stroke-dashoffset: 0; stroke-dasharray: 36 48;}
}
@keyframes ScaleDown {
  0% { transform: scale(1); }
  100% { transform: scale(0);}
}

.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}

.contact-text-section {
  flex: 1 1 60%;
  padding-right: 40px;
}

.form-section {
  flex: 1 1 35%;
  padding-left: 20px;
}

/* Space between <p> elements for larger screens */
.contact-text-section h3 {
  font-size: 18px;
  margin-bottom: 20px; /* Add space between paragraphs */
}

.contact-text-section p {
  font-size: 18px;
  margin-bottom: 20px; /* Add space between paragraphs */
}

/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
  .contact-text-section,
  .form-section {
    flex: 1 1 100%;
    padding: 0;
  }

  .form-section {
    margin-top: 20px;
  }
}

.contact_link_button {
  color: #000;
  text-decoration: none;
}

#backLink {
  color: #fff;
  text-decoration: none; /* Remove underline */
  font-size: 18px; /* Increase font size */
  padding: 0px; /* Some padding */
  border: 0px;
  border-radius: 0px; /* Rounded corners */
}

.about-highlight {
  color: blue;
  font-weight: bolder; /* Optional: Make the text bold */
}
.container-highlight{
 font-weight: bolder;
 color: #FFF;
}
/* Base styles for social media logos */
footer .social-media {
  display: flex;
  justify-content: center; /* Center logos horizontally */
  gap: 20px; /* Space between logos */
}

footer .social-logo {
  width: 20px; /* Adjust logo size */
  height: 20px;
  transition: transform 0.3s; /* Smooth transition for hover effect */
}

footer .social-logo:hover {
  transform: scale(1.1); /* Slightly enlarge logo on hover */
}

/* Responsive styles */

/* For tablets and below */
@media (max-width: 768px) {
  footer .social-media {
    gap: 15px; /* Reduce space between logos */
  }

  footer .social-logo {
    width: 35px; /* Smaller logos */
    height: 35px;
  }
}

/* For mobile phones */
@media (max-width: 480px) {
  footer .social-media {
    flex-direction: column; /* Stack logos vertically */
    align-items: center; /* Center logos */
  }

  footer .social-logo {
    width: 30px; /* Smaller logos */
    height: 30px;
    margin-bottom: 10px; /* Space between stacked logos */
  }
}
/*other links*/
/* Hide the button and section by default */
#reveal-button, #other-links {
  display: none;
}

/* Media query for mobile screens (max-width: 768px) */
@media screen and (max-width: 768px) {
  /* Display the button on mobile screens */
  #reveal-button {
      display: block;
      width: 100%;
      background-color: #454545;
      color: #fff;
      border: none;
      cursor: pointer;
      text-align: center;
      transition: background-color 0.3s ease;
      margin-bottom: 10px;
      padding: 10px;
  }

  #reveal-button:hover {
      background-color: #454242;
  }

  /* Style the h3 inside the button */
  #reveal-button h3 {
      margin: 0;
      font-size: 1.5em;
      color: inherit;
  }

  /* Hide the h2 on mobile screens */
  #other-links h2 {
      display: none;
  }

  /* Initial state of the section on mobile */
  #other-links {
      display: none;
      opacity: 0;
      transform: translateY(-20px);
      transition: opacity 0.5s ease, transform 0.5s ease;
      color: black;
        padding: 30px;
        position: relative;
        padding: 10px 20px;
        border-radius: 7px;
        border: 3px solid black;
  }

  /* Active state for the section when shown */
  #other-links.active {
      display: block;
      opacity: 1;
      transform: translateY(0);
      margin-bottom: 20px; /* Ensure there's space between section and footer */
  }
}

/* Display section normally on larger screens */
@media screen and (min-width: 769px) {
  #reveal-button {
      display: none;
      
  }

  #other-links {
      display: block;
      opacity: 1;
      margin-bottom: 20px; /* Ensure spacing to prevent overlap with footer */
  }

  #other-links h2 {
      display: block;
  }
}


.other-links {

  background-color: transparent;
  color: #000;
  align-items: center;
}
.other-links h2 {
  padding-bottom: 20px;

}

.link-list {
  list-style: inside;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr); /* Default to single column */
  gap: 10px;
}

  .link-list li {
    background-color: #f0f0f0ff;
    padding: 2px;
    border: 1px solid transparent;
    border-radius: 5px;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
  }
  .link-list {
    list-style: inside;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* Default to single column */
    gap: 10px;
  }

@media (min-width: 1024px){
.link-list li {
  background-color: #f0f0f0ff;
  padding: 2px;
  border: 1px solid transparent;
  border-radius: 5px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
}
}
.link-list a {
  text-decoration: none;
  color: #000;
}

.link-list a:hover {
  text-decoration: underline;
}

/* Three-column layout for screens larger than 768px */
@media (min-width: 769px) {
  .link-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Header Styles */
.suyash-header-row {
  display: flex;
  justify-content: flex-end; /* Move header to the right side */
  align-items: center;
  padding: 10px 20px;
  flex-wrap: wrap;
}

.suyash-header-left-logo {
  vertical-align: top;
  display: inline-block;
  text-align: center;
  width: 250px;
}

.suyash-header-right {
  display: flex;
  align-items: center;
}

.menu-toggle {
  display: none; /* Hide menu toggle by default */
  background: none;
  color: #fff;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.suyash-pro-menu {
  display: flex;
}

.suyash-pro-menu ul {
  list-style: none;
  padding: 0;
  display: contents;
  text-align: center;
}

.suyash-pro-menu li {
  margin-right: 15px;
}

.suyash-pro-menu a {
  text-decoration: none;
  color: #fff;
}

.suyash-pro-menu a:hover {
  text-decoration: underline;
}

/* Mobile Menu Styles */
@media (max-width: 768px) {
  .suyash-header-row {
    justify-content: space-between;
  }

  .menu-toggle {
    display: block;
  }

  .suyash-pro-menu {
    display: none; /* Hide menu by default on mobile */
    flex-direction: column;
  }

  .suyash-pro-menu ul {
    flex-direction: column;
    align-items: center;
  }

  .suyash-pro-menu li {
    margin: 0 0;
  }

  .suyash-pro-menu.open {
    display: flex; /* Show menu when open */
  }
}
/* service content */
.services {
  background-color: #f8f8f8;
  border: 1px solid #cccccc;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 8px 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 14px;
  border: 2px solid #000;
  box-sizing: border-box;
}
.service-container {
  width: 100%;
  max-width: 1142px;
  margin: 0 auto;
  padding: 0 15px;
}

.service-courses-item_link {
  display: block;
  padding: 30px 20px;
  background-color: #333;
  overflow: hidden;
  position: relative;
}

.service-courses-item_title {
  min-height: 87px;
  margin: 0;
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  z-index: 2;
  position: relative;
}

.sub-heading {
  font-size: 18px;
  color: #f9b234;
  font-weight: bold;
  transition: color 0.5s ease;
}

section #services body {
  background-color: #000;
}
.service-courses_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.service-courses_item {
  -ms-flex-preferred-size: calc(33.33333% - 30px);
  flex-basis: calc(33.33333% - 30px);
  margin: 0 15px 30px;
  overflow: hidden;
  border-radius: 28px;
}
.service-courses-item_link {
  display: block;
  padding: 30px 20px;
  background-color: #333;

  overflow: hidden;

  position: relative;
}
#services a {
    text-decoration: none;
    color: black;
    text-align: center;
}
#services p{
    text-align:center;
    padding:10px;
}
.service-courses-item_link:hover,
.service-courses-item_link:hover .sub-heading {
  text-decoration: none;
  color: #FFF;
}
.service-courses-item_link:hover .service-courses-item_bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}
.service-courses-item_title {
  min-height: 87px;
  margin: 0 0 0;

  overflow: hidden;

  font-weight: bold;
  font-size: 30px;
  color: #FFF;

  z-index: 2;
  position: relative;
}
.sub-heading {
  font-size: 18px;
  color: #FFF;

  position: absolut;
}
.sub-heading {
  font-weight: bold;
  color: #f9b234;

  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease
}
.service-courses-item_bg {
  height: 128px;
  width: 128px;
  background-color: #f9b234;

  z-index: 1;
  position: absolute;
  top: -75px;
  right: -75px;

  border-radius: 50%;

  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.service-courses_item:nth-child(2n) .service-courses-item_bg {
  background-color: #3ecd5e;
}

.service-courses_item:nth-child(3n) .service-courses-item_bg {
  background-color: #e44002;
}

.service-courses_item:nth-child(4n) .service-courses-item_bg {
  background-color: #952aff;
}

.service-courses_item:nth-child(5n) .service-courses-item_bg {
  background-color: #cd3e94;
}

.service-courses_item:nth-child(6n) .service-courses-item_bg {
  background-color: #4c49ea;
}

/* Adjustments for different screen sizes */
@media (max-width: 979px) {
  .service-courses_item {
      flex-basis: calc(50% - 30px);
  }
  .service-courses-item_title {
      font-size: 24px;
  }
}

@media (max-width: 767px) {
  .service-container {
      width: 96%;
  }
  .header-content {
      flex-direction: column;
      align-items: center;
  }
  nav ul {
      flex-direction: column;
      align-items: center;
  }
  nav ul li {
      margin: 5px 0;
  }
}

@media (max-width: 639px) {
  .service-courses_item {
      flex-basis: 100%;
  }
  .service-courses-item_title {
      min-height: 72px;
      font-size: 24px;
  }
  .service-courses-item_link {
      padding: 22px 40px;
  }
  .sub-heading {
      font-size: 16px;
  }
}

.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
}

.text-section {
  flex: 1 1 60%;
  padding-right: 20px;
  padding-top:20px;
  
}



.form-section {
  flex: 1 1 35%;
  padding-left: 20px;
}

/* Space between <p> elements for larger screens */
.text-section p {
  font-size: 22px;
  margin-bottom: 20px; /* Add space between paragraphs */
}

/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
  .text-section,
  .form-section {
    flex: 1 1 100%;
    padding: 0;
  }

  .form-section {
    margin-top: 20px;
  }

  .text-section p {
    font-size: 12px;
  }

  .form-section iframe {
    height: 500px;
  }
}

/* Font size adjustments for larger screens */


/* Header Styles */
.suyash-header-wrapper {
  width: 100%;
  background-color: #333;
  color: #fff;
}

.suyash-header-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  flex-wrap: wrap;
}

.pad-header--xs {
  padding: 5px;
}

.bg--primary-dark {
  background-color: #000; /* Example background color for the dark theme */
}

.suyash-header-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.suyash-header-left,
.suyash-header-center {
  display: flex;
  align-items: center;
}

.suyash-header-right {
  box-align: right;
  align-self: start;
}

.suyash-pro-menu-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.suyash-pro-menu-list li {
  margin: 0 15px;
}

.suyash-pro-menu-list a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  position: relative;
}

/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
  .suyash-pro-menu-mobile-open-icon {
    display: block;
  }

  .suyash-pro-menu-list {
    flex-direction: column;
    display: none;
  }

  .suyash-pro-menu-list li {
    margin: 10px 0;
  }

  .suyash-pro-menu-dropdown-icon-click-area {
    display: block;
  }

  .suyash-pro-menu-container {
    display: flex;
    flex-direction: column;
  }

  .suyash-pro-menu-mobile-close-icon {
    display: block;
  }
}

.logo img {
  max-height: auto;
  width: auto;
}

h2 {
  color: #000;
  text-align: center;
}
.home-container h2{
  color: #FFF;
}
.header-content h1 {
  margin-left: 20px;
  font-size: 24px;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

nav ul li {
  margin-right: 15px;
}

nav ul li a {
  text-decoration: none;
  color: #fff;
}

nav ul li a:hover {
  text-decoration: underline;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

header {
  background: #454242;
  color: #fff;
  padding: 10px 0;
  border-bottom: #000 3px solid;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

header a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

header ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
}

header li {
  margin-right: 20px;
}

header #branding {
  float: left;
}

header #branding h1 {
  margin: 0;
}

header nav {
  float: right;
  margin-top: 10px;
}

header .highlight,
header .current a {
  color: #77d42a;
  font-weight: bold;
}

header a:hover {
  color: #77d42a;
  font-weight: bold;
}

section {
  padding: 10px 10px;
  border-bottom: #000 1px ;
}

#home {
  background: #454242;
  color: #fff;
  text-align: center;
  line-height: 2;
}
#home p {
  font-size: 15px;
}
.text-section h1 {
  color: #000;
  text-align: center;
}

.text-section p {
  color: #000;
  text-align: center;
  margin-top: 20px;
}

#home h2 {
  margin-top: 0;
}

#services ul {
  list-style: none;
}

#services li {
  background: #f4f4f4;
  margin-bottom: 10px;
  padding: 20px;
  border-bottom: #000 2px solid;
}

section#services ul {
  padding: 0;
  padding-top: 20px;
  list-style: none;
}

section#services li {
  background: #f4f4f4;
  margin-bottom: 10px;
  padding: 20px;
  border-bottom: #00000000 2px solid;
}

form {
  display: flex;
  background-color: #fbf1f1;
  flex-direction: column;
  box-sizing: border-box;
  border: 2px solid #000;
  border-radius: 20px;
  padding: 20px;
}

form label {
  margin: 5px 0;
}

form input,
form textarea {
    width: 100%;
    padding: 7px;
    margin-bottom: 14px;
    border: 2px solid #000;
    border-radius: 40px;
    box-sizing: border-box;

}

form button {
  padding: 10px;
  background: #2b2f37;
  color: #fff;
  border: none;
  cursor: pointer;
}

form button:hover {
  background: #53616e;
}

/* Other styles and adjustments */
.ct-section {
  position: relative;
  padding: 20px;
}

.headline-highlight {
  font-weight: bolder; /* Optional: Make the text bold */
  background-color: #cccccc;
}

.center-all {
  text-align: center;
}

.owl-xs {
  overflow: hidden;
}

.overlay-accent-ultra-dark-trans-90 {
  background-image: url("../images/stock.webp");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
}

.pad-section-xs {
  padding: 10px;
}

.grid-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.stretch {
  align-items: stretch;
}

.col-span-2 {
  grid-column: span 2;
}

.headline-53-11 {
  color: #000;
}

.text-white {
  color: #fff;
}

.ct-image {
  width: 100%;
  height: auto;
}

.ct-headline {
  margin: 20px 0;
  opacity: 80%;
}

.ct-text-block {
  font-size: 18px;
  margin-bottom: 20px;
  opacity: 80%;
  color: #000;
}

.btn-primary {
  background-color: blue;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}

.btn-outline {
  background-color: blue;
  border: 2px solid white;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}
.btn-contact {
  background-color: #454242;
  border: 2px solid white;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
}
.gap-s {
  margin-top: 10px;
}

/* Logo Styles */
.ct-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
}

.suyash-header-left-logo {
  vertical-align: top;
  display: contents;
  text-align: center;
  width: 250px;
}

.ct-image {
  max-width: 150px;
}

.caption {
  display: flex;
  font-size: 14px;
  margin-right: 0 0;
  margin-left: 0;
}

.ct-text-block.text--xs {
  font-size: 12px;
}

.suyash-pro-menu {
  position: relative;
}

.suyash-pro-menu-mobile-open-icon {
  display: none;
  cursor: pointer;
}

.suyash-pro-menu-mobile-open-icon svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.suyash-pro-menu-dropdown-icon {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.suyash-pro-menu-container {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #000;
  padding: 20px;
  font-size: 10px;
}
.suyash-header-right a {
  font-size: 10px;
}
.suyash-pro-menu-mobile-close-icon {
  display: none;
  cursor: pointer;
  margin-bottom: 20px;
}

.suyash-pro-menu-mobile-close-icon svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

/* Other existing styles as needed */

@media (max-width: 979px) {
  .service-courses_item {
    flex-basis: calc(50% - 30px);
  }

  .service-courses-item_title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .service-format-container {
    width: 96%;
  }
}

@media (max-width: 639px) {
  .service-courses_item {
    flex-basis: 100%;
  }

  .service-courses-item_title {
    min-height: 72px;
    line-height: 1;
    font-size: 24px;
  }

  .service-courses-item_link {
    padding: 22px 40px;
  }

  .sub-heading {
    font-size: 16px;
  }
}

section#quality {
  background-color:transparent;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.header {
  text-align: center;
  margin-bottom: 40px;
}

.header h1 {
  font-size: 2em;
  margin-bottom: 10px;
}

.header p {
  font-size: 1.2em;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  justify-content: center; /* Center the grid items */
}

.grid-item {

  padding: 40px;
  border-radius: 14px;
  border: #777 solid;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.grid-item img {
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  display: inline-flex;
  border-radius: 50%;
}

/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
  .grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media (max-width: 480px) {
  .grid {
    grid-template-columns: 1fr;
  }
}

.grid-item h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

.grid-item p {
  font-size: 20px;
}

footer {
  background-color: #333;
  color: #fff;
  padding: 20px 0;
}

footer {
  background: #454242;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-top: 20px;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1500px;
  margin: 0 auto;
  padding: 20px;
}

.footer-container > div {
  flex: 1;
  margin: 10px;
  min-width: 250px;
}

.footer-about h2,
.footer-links h2,
.footer-social-media h2,
.footer-contact h2 {
  margin-bottom: 10px;
  font-size: 24px;
  color: #fff;
}
.footer-about p {
    font-size :15px;
    text-align:justify;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.footer-links a:hover {
  color: #77d42a;
}

.footer-contact p {
  margin-bottom: 10px;
 
}

.footer_link_button {
  color: #fff;
  text-decoration: none;
}

.map iframe {
  width: 100%;
  border: 0;
}

.footer-bottom {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #fff;
}

.footer-bottom p {
  margin: 0;
  font-size: 18px;
}
.developer p {
  margin: 0;
  font-size: 16px;
  text-decoration: underline solid ;
}

/* Media Queries for Mobile Responsiveness */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-container > div {
    min-width: 100%;
    margin: 10px 0;
  }

  .map iframe {
    height: 250px;
  }

  .logo-btn {
    display: inline;
    text-decoration: none; /* Remove underline from link */
    padding: 0 0; /* Adjust padding as needed */
    border-radius: 5px; /* Optional border radius for rounded corners */
  }

  .logo-btn img {
    display: block;
    width: 100%; /* Ensure the logo fill  the button */
    height: auto; /* Maintain aspect ratio */
  }
}

#footer-rating {
  display: flex;
  align-items: center;
  font-size: 1.2em;
  margin-top: 20px;
}

#footer-stars .footer-star {
  font-size: 1.5em;
  margin-left: 5px;
  position: relative;
  color: lightgray;
}

#footer-stars .footer-star.selected,
#footer-stars .footer-star.half::before {
  color: gold;
}

#footer-stars .footer-star.half::before {
  content: '★';
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
}
/*blog page*/
.blog--card {
display: flex;
    background: linear-gradient(135deg, #fffffff5, #3a4b7a, #ffffff98);
    padding: 1px;
    border-radius: 1.2rem;
    box-shadow: 0px 1rem 1.5rem -0.9rem #000000e1;
    gap: 1rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;

}
@media screen and (max-width: 720px){
    .blog--card{
        display: grid;
        background: linear-gradient(135deg, #fffffff5, #3a4b7a, #ffffff98);
        padding: 1px;
        border-radius: 1.2rem;
        box-shadow: 0px 1rem 1.5rem -0.9rem #000000e1;
        justify-items: center;
        align-content: space-between;
        align-items: center;
    }
}
.blog-card {

  font-size: 1rem;
  color: #bec4cf;
  background: linear-gradient(135deg, #0d1120 0%, #3a4b8a 43%, #0d1120 100%);
  padding: 1.5rem;
  border-radius: 1.2rem;
  max-width: 350px;
}
.blog-card a {
 color: white;
    
}
.blog-card h2 {
    font-size: 25px;
}
article.post {
    padding: 10px;
}
.post1 {
    color: black;
  
    position: relative;
    padding: 10px 20px;
    border-radius: 7px;
    border: 3px solid black
}
button  {
  position: relative;
  padding: 10px 20px;
  border-radius: 7px;
  border: 1px solid rgb(61, 106, 255);
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  background: white;
  color: black;
  overflow: hidden;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

button:hover {
  background: rgb(61, 106, 255);
  box-shadow: 0 0 30px 5px rgba(0, 142, 236, 0.815);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

button:hover::before {
  -webkit-animation: sh02 0.5s 0s linear;
  -moz-animation: sh02 0.5s 0s linear;
  animation: sh02 0.5s 0s linear;
}

button::before {
  content: '';
  display: block;
  width: 0px;
  height: 86%;
  position: absolute;
  top: 7%;
  left: 0%;
  opacity: 0;
  background: #fff;
  box-shadow: 0 0 50px 30px #fff;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}
#blog-button a {
    color:black;
}

@keyframes sh02 {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

button:active {
  box-shadow: 0 0 0 0 transparent;
  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}
h3 {
font-size: 25px;    
}
 h1{
  text-align: center;
  font-size: xx-large;
}
p{
    font-size: 20px;
}
a{
    font-size: 18px;
        color: black;
    text-decoration: none;
}
ul{
    font-size: 18px;
}
.custom-line {
    border: none;
    height: 2px;
    background-color: #333;
    margin: 2px 0;
}
h2 a.focusable{
color: black;
    text-decoration: none;
    font-size: 24px;
    
}
section#point {
    padding-left: 30px;
}