body{font-family: 'Inter', sans-serif !important;}

header
{
  display: flex;
  width: 100%;
  overflow: hidden;
  z-index: 1000;
  position: sticky;
  top: 0;
  background: #34352D;
  box-shadow: 0 2px 5px #EBAE39;
}

.left-col
{
  flex: 1;
  background: #34352D;
  color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

.right-col
{
  flex: 1;
  background: #EBAE39;
  color: #34352D;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}

.logo {padding-left: 100px;}

.logo img {height:100px;}

nav {margin-right: 5px;}

nav ul
{
  display: flex;
  align-items: center;
  gap: 25px;
}

nav a
{
  background-color: #EBAE39;
  color: #34352D;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
}

nav .a:hover
{
  background-color: #34352D;
  color: #EBAE39;
}

nav .active
{
  background-color: #34352D;
  color: #EBAE39;
  text-decoration: none;
  font-size: 17px;
  font-weight: 900;
  text-decoration: none;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
}

.fl
{
  font-size: 25px;
  color: #fff;
  background-color: #1c35ed;
  width: 40px;       
  height: 40px;      
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
}

.fl:hover {background-color: #010d64;}

.hamburger
{
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 4px;
  margin-right: 20px;
}

.hamburger span
{
  display: block;
  width: 25px;
  height: 3px;
  background-color: #34352D;
  border-radius: 2px;
}

.mobile-nav
{
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  background: #34352D;
  width: 250px;
  height: 100%;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.15);
  padding: 20px;
  z-index: 1001;
  align-items: center;
}

.mobile-nav.show {display: block;}

.mobile-nav .a
{
  display: block;
  margin-bottom: 15px;
  color: #EBAE39;
  font-weight: 900;
  font-size: 17px;
  text-decoration: none;
  padding: 5px 0px;
  border-radius: 30px;
  text-align: center;
}

.mobile-nav .active
{
  display: block;
  margin-bottom: 15px;
  color: #34352D;
  background-color: #EBAE39;
  font-weight: 900;
  font-size: 17px;
  text-decoration: none;
  padding: 5px 0px;
  border-radius: 30px;
  text-align: center;
}

.mfl
{
  font-size: 18px;
  color: #fff;
  background-color: #1c35ed;
  width: 30px;
  height: 30px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.close-btn
{
  font-size: 27px;
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
  color: #EBAE39;
}

.footer {background-color: #34352D;}

.footer-container
{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  padding: 50px 20px;
}

.footer-left
{
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-logo
{
  width: 50%;
  border-radius: 15px;
}

.footer-right
{
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-right h1
{
  font-weight: bold;
  margin-bottom: 25px;
  font-size: 28px;
  color: #EBAE39;
  text-align: center;
}

.ctable
{
  background-color: #EBAE39;
  border-radius: 20px;
  width: 100%;
  max-width: 500px;
  text-align: left;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
  border-spacing: 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.ctable tr {line-height: 2;}

.ctable td
{
  padding: 8px 12px;
  vertical-align: middle;
}

.ctable a
{
  color: #000;
  text-decoration: none;
}

.ctable a:hover {text-decoration: underline;}

.fi
{
  margin-right: 15px !important;
  font-size: 22px;
  width: 30px;
  text-align: center;
}

.footer-bottom
{
  border-top: 2px solid #EBAE39;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 60px 20px 60px;
}

.footer-b
{
  margin-top: 40px;
  border-top: 2px solid #EBAE39;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 20px;
  position: relative;
  overflow: hidden;
  background-image: radial-gradient(circle, #EBAE39 2px, transparent 2px), radial-gradient(circle, #EBAE39 2px, transparent 2px);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  padding-left: 20px;
}

.footer-b::before
{
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(5px 5px at 20px 30px, #EBAE39, transparent), radial-gradient(5px 5px at 40px 70px, #EBAE39, transparent), radial-gradient(5px 5px at 130px 90px, #EBAE39, transparent), radial-gradient(5px 5px at 80px 120px, #EBAE39, transparent), radial-gradient(5px 5px at 200px 150px, #EBAE39, transparent), radial-gradient(5px 5px at 250px 200px, #EBAE39, transparent);
  background-repeat: repeat;
  background-size: 300px 300px;
  animation: glitter-move 10s linear infinite;
  pointer-events: none;
}

@keyframes glitter-move {from {background-position: 0 0;} to {background-position: 300px 300px;}}

.footer-bottom p
{
  font-size: 24px;
  margin: 0;
  color: #EBAE39;
}

.sk-google-reviews .js-sk-google-reviews {height: 0px !important;}
.sk_branding
{
  height: 0px !important;
  padding: 0px !important;
}

.hero-section
{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 2%;
  color: #34352D;
  background: #EED97E;
}

.hero-section::before
{
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.hero-image
{
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
}

.hero-image img
{
  width: 80%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.hero-content
{
  flex: 1 1 45%;
  padding: 20px;
  animation: fadeInRight 1s ease forwards;
}

.hero-content h1
{
  font-size: 2.8rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
}

.hero-content p
{
  font-size: 1.1rem;
  margin-bottom: 15px;
  line-height: 1.6;
}

.hero-content .subtitle
{
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
  opacity: 0.8;
  margin-bottom: 10px;
}

@keyframes fadeInRight
{
  from
  {
    opacity: 0;
    transform: translateX(50px);
  }
  to
  {
    opacity: 1;
    transform: translateX(0);
  }
}

.section1
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2%;
  background-color: #79AFA2;
  color: #34352D;
  flex-wrap: wrap;
}

.section1-text
{
  flex: 1 1 50%;
  padding: 40px;
}

.section1-text h2
{
  font-size: 2.8rem;
  margin-bottom: 15px;
  font-weight: bold;
}

.section1-text p
{
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.section1-number
{
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.section1-image
{
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
}

.section1-image img
{
  width: 80%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.section2
{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2%;
  background-color: #EED97E;
  color: #34352D;
  flex-wrap: wrap;
}

.section2-text
{
  flex: 1 1 50%;
  padding-left: 40px;
}

.section2-text h2
{
  font-size: 2.8rem;
  margin-bottom: 15px;
  font-weight: bold;
}

.section2-text p
{
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.section2-number
{
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.section2-image
{
  flex: 1 1 45%;
  display: flex;
  justify-content: center;
}

.section2-image img
{
  width: 80%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 767px)
{
  .sk-ww-google-reviews {padding-bottom: 0 !important;}

  .logo {padding-left: 50px;}

  .hamburger { display: flex;}

  nav { display: none !important;}

  .footer-container
  {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .footer-left, .footer-right {width: 100%;}

  .footer-logo {width: 50%;}

  .footer-right h1 {font-size: 18px;}

  .footer-bottom p
  {
    font-size: 18px;
    text-align: center;
  }

  .footer-b
  {
    padding-left: 10px;
    padding-right: 10px;
  }

  .left-col { flex: 5;}

  .right-col { flex: 3;}

  .hero-section
  {
    flex-direction: column;
    text-align: center;
  }

  .hero-content {padding: 20px 0;}

  .hero-content h1 {font-size: 2rem;}

  .section1
  {
    flex-direction: column;
    text-align: center;
  }

  .section1-text
  {
    padding-right: 0;
    margin-bottom: 30px;
  }

  .section2
  {
    flex-direction: column-reverse;
    text-align: center;
  }

  .section2-text
  {
    padding-left: 0;
    margin-top: 30px;
  }

} 

@media (max-width: 790px) {nav ul{gap: 10px;}}

@media (max-width: 820px) {nav ul{gap: 15px;}}

@media (max-width: 1000px)
{
  .footer-container
  {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .footer-left
  {
    display: flex;
    width: 80%;
    align-items: center;
    justify-content: center;
  }

  .footer-right
  {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80%;
  }

  .footer-logo {width: 60%;}

  .footer-right h1 {font-size: 20px;}

  .footer-bottom p {font-size: 20px;}

  .left-col { flex: 3;}

  .right-col { flex: 5;}
}

@media (max-width: 1010px) {nav ul{gap: 20px;}}