:root {

    --contact-default-font: "Roboto",  system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial,
     "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --contact-heading-font: "Source Serif Pro",  sans-serif;
    --contact-nav-font: "Roboto Slab",  sans-serif;
    
     --contact-background-color: #f8efeb; /* Background color for the entire website, including individual sections */
     --contact-default-color: #352a26; /* Default color used for the majority of the text content across the entire website */
     --contact-heading-color: #291812; /* Color for headings, subheadings and title throughout the website */
     --contact-accent-color: #e07844; /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
     --contact-surface-color: #ffffff; /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes,
      or other elements that require a visual separation from the global background. */
     --contact-contrast-color: #ffffff; /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
     
     --contact-nav-color: rgba(255, 255, 255, 0.6);  /* The default color of the main navmenu links */
     --contact-nav-hover-color: #e07844; /* Applied to main navmenu links when they are hovered over or active */
     --contact-nav-mobile-background-color: #ffffff; /* Used as the background color for mobile navigation menu */
     --contact-nav-dropdown-background-color: #ffffff; /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
     --contact-nav-dropdown-color: #352a26; /* Used for navigation links of the dropdown items in the navigation menu. */
     --contact-nav-dropdown-hover-color: #e07844; /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}




















#scroll-top {

  display: none !important;

}


#breadcrumbs.page-title:before {
    content: "";
    background: color-mix(in srgb, #000704, transparent 30%);
    position: absolute;
    inset: 0;
}

#breadcrumbs a{


 color: #fff;

}

#breadcrumbs a:hover {

    color: color-mix(in srgb, var(--accent-color), transparent 25%);
    text-decoration: none;
}





.hero:before {

     background: rgba(0, 0, 0, 0.7) !important;
}

#hero ul {


 margin-top: 50px;

}

#hero h2 {

     font-size: 25px;
     margin-bottom: 20px;

}

#hero p {

     font-size: 20px !important;
     line-height: 35px !important;

}

#hero ul li {

 padding-top: 10px;
 padding-bottom: 10px;
 text-align:left;
 font-size: 20px;
 font-weight: 900;

}

#hero .whatsapp {


     background-color: #26B33D;
     border-color: #25D366;
     color: #fff;
     margin-right: 0px;
}

#hero .whatsapp:hover {

    background-color: #20b95a;
      border-color: #20b95a;
      color: #fff;
}

#hero .phone{






}

#about .section-title{

       padding-bottom: 10px !important;
}

#about .section-title h2{

    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

#about a{

       width: 70% !important;
}


#about .whatsapp {


     background-color: #26B33D;
     border-color: #25D366;
     color: #fff;
     margin-right: 0px;
}

#about .whatsapp:hover {

    background-color: #20b95a;
      border-color: #20b95a;
      color: #fff;
}

.footer h3 {
    font-size: 22px !important;
}    


.sitename{

   margin-top: 10px !important;
   margin-bottom:10px !important;
  
}

#bottomBar{

   display: block !important;
   position: fixed;
   bottom: 0;
   left: 0;
   width: 100%;
   z-index: 9999;

}

#bottomBar a {

   color: white !important;

}

 #bottomBar .whatsapp {
         background-color: #26B33D !important;
         padding-top: 10px !important;
         padding-bottom: 10px !important;
         font-size: 16px !important;
}

 #bottomBar .phone {
        background-color: #0d6efd !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        font-size: 16px !important;
}





#bottomBar{

   display: block !important;
   position: fixed;
   bottom: 0;
   left: 0;
   width: 100%;
   z-index: 9999;

}

#bottomBar a {

   color: white !important;

}

#services{
    color: #444444;
    background-color: #f5f6f8;
    padding: 60px 0;
    scroll-margin-top: 88px;
    overflow: clip;
}

#services .section-title {
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}

#services .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #37517e;
    font-family: "Jost",  sans-serif;
}

#services .section-title h2:before {
    content: "";
    position: absolute;
    display: block;
    width: 160px;
    height: 1px;
    background: color-mix(in srgb, #444444, transparent 60%);
    left: 0;
    right: 0;
    bottom: 1px;
    margin: auto;
}

#services .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #47b2e4;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#services .section-title p {
    margin-bottom: 0;
}

#services .service-item {
    background-color: #ffffff;
    box-shadow: 0px 5px 90px 0px rgba(0, 0, 0, 0.1);
    padding: 50px 30px;
    transition: all ease-in-out 0.4s;
    height: 100%;
}

#services .service-item .icon {
    margin-bottom: 10px;
}


#services .service-item .icon i {
    color: #47b2e4;
    font-size: 36px;
    transition: 0.3s;
}

#services .service-item .icon {
    margin-bottom: 10px;
    background: unset;
}

#services .service-item h4 a {
    color: #37517e;
    transition: ease-in-out 0.3s;
}

#services .service-item:hover h4 a {
    color: #47b2e4;
}

#services .service-item:hover{

  border-color: #47b2e4;
}

 /*-------- Eklemeler ------------*/
 
 #services img{
 
 
   border: solid #000 2px; 
   margin-top: 20px;
 
 }





/*--------------------------------------------------------------
# Faq Section Start
--------------------------------------------------------------*/
.faq .section-header h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--heading-color);
  margin-bottom: 1rem;
}

.faq .section-header .lead {
  font-size: 1.1rem;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  line-height: 1.6;
}

.faq .faq-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.faq .faq-item {
  border-left: 4px solid transparent;
  border-radius: 10px;
  background: var(--surface-color);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
  overflow: hidden;
}

.faq .faq-item:last-child {
  margin-bottom: 0;
}

.faq .faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-left-color: color-mix(in srgb, var(--accent-color), transparent 50%);
}

.faq .faq-item.faq-active {
  border-left-color: var(--accent-color);
}

.faq .faq-item.faq-active .faq-header .faq-icon {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.faq .faq-item.faq-active .faq-header h4 {
  color: var(--accent-color);
}

.faq .faq-item.faq-active .faq-header .faq-toggle {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.faq .faq-item.faq-active .faq-header .faq-toggle i.bi-plus {
  display: none;
}

.faq .faq-item.faq-active .faq-header .faq-toggle i.bi-dash {
  display: block;
}

.faq .faq-item.faq-active .faq-content {
  grid-template-rows: 1fr;
  visibility: visible;
  opacity: 1;
}

.faq .faq-item:not(.faq-active) .faq-header .faq-toggle i.bi-plus {
  display: block;
}

.faq .faq-item:not(.faq-active) .faq-header .faq-toggle i.bi-dash {
  display: none;
}

.faq .faq-item .faq-header {
  display: flex;
  align-items: center;
  padding: 25px;
  cursor: pointer;
  gap: 20px;
}

.faq .faq-item .faq-header .faq-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--accent-color), transparent 85%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-color);
  font-size: 20px;
  transition: all 0.3s ease;
}

.faq .faq-item .faq-header h4 {
  flex: 1;
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--heading-color);
  transition: color 0.3s ease;
  line-height: 1.4;
}

.faq .faq-item .faq-header .faq-toggle {
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--default-color), transparent 85%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--default-color);
  font-size: 16px;
  transition: all 0.3s ease;
  position: relative;
}

.faq .faq-item .faq-header .faq-toggle i {
  position: absolute;
  transition: all 0.3s ease;
}

.faq .faq-item .faq-header .faq-toggle:hover {
  background: var(--accent-color);
  color: var(--contrast-color);
}

.faq .faq-item .faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.faq .faq-item .faq-content .content-inner {
  padding: 0 25px 25px 25px;
  overflow: hidden;
}

.faq .faq-item .faq-content .content-inner p {
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  line-height: 1.6;
  font-size: 0.95rem;
  overflow: hidden;
}

@media (max-width: 768px) {
  .faq .faq-item .faq-header {
    padding: 20px;
    gap: 15px;
  }

  .faq .faq-item .faq-header .faq-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .faq .faq-item .faq-header h4 {
    font-size: 1rem;
  }

  .faq .faq-item .faq-header .faq-toggle {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .faq .faq-item .faq-content .content-inner {
    padding: 0 20px;
  }

  .faq .faq-item.faq-active .faq-content .content-inner {
    padding-bottom: 20px;
  }
}

 /*-------- Eklemeler ------------*/


  #faq .section-title {
    text-align: center;
  }
  
  #faq .section-title h2:before {
    content: "";
    position: absolute;
    display: block;
    width: 160px;
    height: 1px;
    background: color-mix(in srgb, var(--default-color), transparent 60%);
    left: 0;
    right: 0;
    bottom: 1px;
    margin: auto;
}  


#faq .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: var(--accent-color);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}




/*--------------------------------------------------------------
# Faq Section End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Why Us Section Start
--------------------------------------------------------------*/



#why-us{
    color: #475569;
    background-color: #ffffff;
    padding: 60px 0;
    scroll-margin-top: 82px;
    overflow: clip;
}

#why-us .section-title {
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}

#why-us .section-title h2::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
    background: #0e66e9;
}

#why-us h2 {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
    position: relative;
    text-align: center;
    color: #1e293b;
    font-family: "Nunito",  sans-serif;
    line-height: 1.2;
}

#why-us p {
    font-size: 16px;
    line-height: 1.8;
    color: color-mix(in srgb, #444444, transparent 25%);
    max-width: 900px;
    margin: 0 auto;
    text-wrap: balance;
}

#why-us .service-card:hover {
    border-color: color-mix(in srgb, #0e66e9, transparent 70%);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}

#why-us .service-card {
    background-color: #f5f5f5;
    border: 3px solid color-mix(in srgb, #475569, transparent 92%);
    border-radius: 6px;
    padding: 32px 28px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
}

#why-us .service-card .icon-wrapper{

  
        height: 64px;
        background-color: color-mix(in srgb, #0e66e9, transparent 92%);
        border-radius: 6px;
         display: flex;
       align-items: center;
       justify-content: center;
       margin-bottom: 24px;
       transition: all 0.3s ease-in-out;
}

#why-us .service-card:hover .icon-wrapper {
    background-color: #0e66e9;
}

#why-us .service-card:hover .icon-wrapper i {
    color: #ffffff;
}

#why-us .service-card .icon-wrapper i {
    font-size: 28px;
    color: #0e66e9;
    transition: all 0.3s ease-in-out;
}

#why-us .service-card h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 16px;
    line-height: 1.3;
    text-align:center;
}

#why-us .service-card p {
    font-size: 16px;
    line-height: 1.6;
    color: color-mix(in srgb, #475569, transparent 30%);
    margin-bottom: 24px;
    flex-grow: 1;
    text-align:center;
}


/*--------------------------------------------------------------
# Why Us Section End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Offer Section Start
--------------------------------------------------------------*/

  #offer .section-title {
    text-align: center;
  }
  
  #offer .section-title h2:before {
    content: "";
    position: absolute;
    display: block;
    width: 160px;
    height: 1px;
    background: color-mix(in srgb, var(--default-color), transparent 60%);
    left: 0;
    right: 0;
    bottom: 1px;
    margin: auto;
}  


#offer .section-title h2::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: var(--accent-color);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#offer p{

  margin-bottom: 15px;

}

#offer form label{

    display: block;
    text-align: left !important;
}

#offer .form-submit button {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    border: none;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    margin-top: 30px;
}

#offer .form-submit button:hover {
    background-color: color-mix(in srgb, var(--accent-color), #000 15%);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px color-mix(in srgb, var(--accent-color), transparent 75%);
}




/*--------------------------------------------------------------
# Offer Section End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Contact Section Start
--------------------------------------------------------------*/
.contact .contact-info-box {
  background-color: var(--surface-color);
  border-radius: 10px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  padding: 25px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.contact .contact-info-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.contact .contact-info-box .icon-box {
  background-color: color-mix(in srgb, var(--contact-accent-color), transparent 90%);
  color: var(--contact-accent-color);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact .contact-info-box .icon-box i {
  font-size: 24px;
}

.contact .contact-info-box .info-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.contact .contact-info-box .info-content p {
  margin-bottom: 5px;
  color: color-mix(in srgb, var(--contact-default-color), transparent 20%);
  font-size: 15px;
  line-height: 1.5;
}

.contact .contact-info-box .info-content p:last-child {
  margin-bottom: 0;
}

.contact .map-section {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.contact .map-section iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.contact .form-container-overlap {
  position: relative;
  margin-top: -150px;
  margin-bottom: 60px;
  z-index: 10;
}

.contact .contact-form-wrapper {
  background-color: var(--contact-surface-color);
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
  padding: 40px;
}

.contact .contact-form-wrapper h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}

.contact .contact-form-wrapper h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: var(--contact-accent-color);
}

.contact .contact-form-wrapper .form-group {
  margin-bottom: 20px;
}

.contact .contact-form-wrapper .form-group .input-with-icon {
  position: relative;
}

.contact .contact-form-wrapper .form-group .input-with-icon i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: color-mix(in srgb, var(--contact-default-color), transparent 40%);
  font-size: 18px;
  z-index: 10;
}

.contact .contact-form-wrapper .form-group .input-with-icon i.message-icon {
  top: 28px;
}

.contact .contact-form-wrapper .form-group .input-with-icon textarea+i {
  top: 25px;
  transform: none;
}

.contact .contact-form-wrapper .form-group .input-with-icon .form-control {
  border-radius: 8px;
  padding: 12px 15px 12px 45px;
  height: 3.5rem;
  color: var(--contact-default-color);
  background-color: var(--surface-color);
  font-size: 15px;
  border: 1px solid color-mix(in srgb, var(--contact-default-color), transparent 80%);
}

.contact .contact-form-wrapper .form-group .input-with-icon .form-control:focus {
  border-color: var(--accent-color);
  box-shadow: 0 0 0 0.25rem color-mix(in srgb, var(--contact-accent-color), transparent 90%);
}

.contact .contact-form-wrapper .form-group .input-with-icon .form-control::placeholder {
  color: color-mix(in srgb, var(--contact-default-color), transparent 40%);
}

.contact .contact-form-wrapper .form-group .input-with-icon textarea.form-control {
  height: 180px;
  resize: none;
  padding-top: 15px;
}

.contact .contact-form-wrapper .btn-submit {
  background-color: var(--contact-accent-color);
  border: none;
  color: var(--contact-contrast-color);
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px color-mix(in srgb, var(--contact-accent-color), transparent 70%);
}

.contact .contact-form-wrapper .btn-submit:hover {
  background-color: color-mix(in srgb, var(--contact-accent-color), transparent 15%);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px color-mix(in srgb, var(--contact-accent-color), transparent 60%);
}

.contact .contact-form-wrapper .btn-submit:active {
  transform: translateY(0);
  box-shadow: 0 3px 10px color-mix(in srgb, var(--contact-accent-color), transparent 70%);
}

.contact .contact-form-wrapper .loading,
.contact .contact-form-wrapper .error-message,
.contact .contact-form-wrapper .sent-message {
  margin-top: 10px;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .contact .form-container-overlap {
    margin-top: -120px;
  }

  .contact .contact-form-wrapper {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .contact .contact-info-box {
    margin-bottom: 20px;
  }

  .contact .form-container-overlap {
    margin-top: -100px;
  }

  .contact .contact-form-wrapper {
    padding: 25px;
  }

  .contact .contact-form-wrapper h2 {
    font-size: 24px;
  }

  .contact .map-section {
    height: 450px;
  }
}

@media (max-width: 576px) {
  .contact .form-container-overlap {
    margin-top: -80px;
  }

  .contact .contact-form-wrapper {
    padding: 20px;
  }

  .contact .btn-submit {
    width: 100%;
  }

  .contact .map-section {
    height: 400px;
  }
}

/*-------- Eklemeler ------------*/


 #contact {
    color: var(--contact-default-color);
    background-color: var(--contact-background-color);
    padding: 60px 0;
    scroll-margin-top: 78px;
    overflow: clip;
    position: relative;
}

 #contact .section-title {
    text-align: center;
 
}

 #contact .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 0;
    position: relative;
    z-index: 2;
    color: var(--contact-heading-color);
    font-family: var(--contact-heading-font);
}

 #contact h3 {
    text-align: center;
}


  #contact .section-title p {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
}

 #contact .section-title span {
    position: absolute;
    top: -20px;
    color: color-mix(in srgb, var(--contact-heading-color), transparent 95%);
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 52px;
    line-height: 1;
}

#contact .section-title h2:after {
    content: none;
}

   .contact-info-box.whatsapp{
   
          background-color: green;
   }
   
   .contact-info-box.whatsapp h4{
   
      color: white;
   }
   
  .contact-info-box.whatsapp .icon-box{
   
      color: white;
   }
   
   .contact-info-box.whatsapp a{
   
      color: white;
   }
   
   #contact .contact-info-box {
   
       display: flex !important;
       flex-direction: column !important;
       align-items: center !important;
       text-align: center !important;
   }
   
   #contact .map-section {
   
   
      margin-bottom: 80px;
   
   }




/*--------------------------------------------------------------
# Contact Section End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Footer Start
--------------------------------------------------------------*/

#footer .copyright{

  margin-bottom: 50px;
  
}

@media (min-width: 360px) {


}
    
@media (min-width: 768px) {

#footer .copyright{

  margin-bottom: 5px;
  
}


}




/*--------------------------------------------------------------
# Footer End
--------------------------------------------------------------*/







/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
#gallery-1 {
  
    background: #000 !important;
}

#gallery-1 .gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

#gallery-1 .gallery-item img {
  transition: 0.3s;
}

#gallery-1 .gallery-links {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
}

#gallery-1 .gallery-links .preview-link,
#gallery-1 .gallery-links .details-link {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  line-height: 1.2;
  margin: 30px 8px 0 8px;
}

#gallery-1 .gallery-links .preview-link:hover,
#gallery-1 .gallery-links .details-link:hover {
  color: #ffffff;
}

#gallery-1 .gallery-links .details-link {
  font-size: 30px;
  line-height: 0;
}

#gallery-1 .gallery-item:hover .gallery-links {
  opacity: 1;
}

#gallery-1 .gallery-item:hover .preview-link,
#gallery-1 .gallery-item:hover .details-link {
  margin-top: 0;
}

#gallery-1 .gallery-item:hover img {
  transform: scale(1.1);
}

.glightbox-clean .gdesc-inner {
    display: none;
}  


/*--------------------------------------------------------------
# Responsive Breakpoints (min-width)
--------------------------------------------------------------*/



@media (min-width: 360px) {}
    
@media (min-width: 768px) {


  #hero .whatsapp, #about .whatsapp  {

        margin-right: 25px;
  }
  
    #hero ul li {

       padding-top: 10px;
       padding-bottom: 10px;
       text-align:left;
       font-size: 30px;
       font-weight: 900;
    }
  
  
  #hero h2 {

     font-size: 60px;

   }
   
   #hero p {

     font-size: 25px !important;
     line-height: 35px !important;

   }
   
   .footer h3 {
    font-size: 26px !important;
   }    



         
   #bottomBar{

     display: none !important;

   }
   
    #bottomBar .whatsapp {
         
         font-size: 20px !important;
    }

    #bottomBar .phone {
        
        font-size: 20px !important;
    }
  

  
}
