/* ====== Reset & Base ====== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1250px !important;
}

h1,
h2,
h3,
h4 {
    font-family: 'Poppins', sans-serif;
}

p {
    font-family: 'Outfit', sans-serif;
}

.btn {
    font-family: 'Raleway', sans-serif;
}

/* ====== Navbar ====== */
.navbar {
    background-color: #67C4DB;
    padding: 10px 0;
}

.navbar .nav-link {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #fff !important;
    transition: color 0.3s;
    margin-right: 8px;
}

.navbar .nav-link:hover {
    color: #2D2D2D !important;
}

/* Add left padding to nav-items on mobile/tab so they don’t sit under logo */
@media (max-width: 991px) { /* Bootstrap lg breakpoint */
    .navbar-collapse {
        padding-left: 10px; /* adjust as needed */
    }
}

/* ====== Section General ====== */
section {
    padding: 120px 0;
}

section h2,h1 {
    font-size: 30px;
    font-weight: 600;
    color: #2D2D2D;
    margin: 0 !important;
}

section hr {
    color: #67C4DB;
}

section .text-muted {
    font-size: 20px;
    margin: 0 0 25px 0;
}

section p {
    font-size: 18px;
    color: #2D2D2D;
    line-height: 30px;
}

/* ====== Design ====== */

#design {
    margin-top: 80px;
}

#design img {
    height: 460px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#design h5 {
    font-size: 23px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    color: #67C4DB;
    font-weight: 600;
}

#design li {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    line-height: 30px;
}

/* ====== Performance  ====== */

#performance {
    padding: 100px 0;
}

#performance h5 {
    font-size: 23px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    color: #67C4DB;
    font-weight: 600;
}

#performance img {
    height: 460px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#performance li {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    line-height: 30px;
}

/* ====== testing  ====== */

#testing img {
    height: 300px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}

#testing h5 {
    font-size: 23px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    color: #67C4DB;
    font-weight: 600;
}

/* ====== devops  ====== */

#devops {
    padding: 100px 0;
}

#devops img {
    height: 480px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#devops li {
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    line-height: 30px;
}

/* ====== QUICK CONNECT ====== */

#connect .contact-info i {
    color: #67C4DB;
}

#connect .contact-info p {
    font-size: 18px;
}

#connect .form-control,
#connect .form-select {
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #ddd;
    transition: 0.3s;
}

#connect .form-control:focus,
#connect .form-select:focus {
    border-color: #67C4DB;
    box-shadow: 0 0 4px rgba(0, 183, 255, 0.4);
}

#connect .btn {
    background-color: #67C4DB;
    font-size: 18px;
    letter-spacing: 1px;
    color: #fff;
    padding: 10px 20px;
    transition: 0.3s;
    border-radius: 3px;
}

#connect button:hover {
    color: #000;
    border: 1px solid #000;
    background-color: #fff;
    transform: scale(1.05);
}

/* ====== FOOTER ====== */
footer {
    background-color: #2D2D2D;
}

footer .footer-bottom {
    font-size: 16px;
}

footer .footer-bottom .text-info {
    color: #fff !important;
}

footer .footer-bottom .text-info:hover {
    color: #67C4DB !important;
}



/* WhatsApp + ScrollTop styles moved to css/common.css */

/* ====== FAQ ====== */
#faq {
  padding: 100px 0;
}

#faq .accordion-button {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #2D2D2D;
  background-color: #fff;
}

#faq .accordion-button:not(.collapsed) {
  color: #67C4DB;
  background-color: #f0fbfd;
  box-shadow: none;
}

#faq .accordion-button::after {
  filter: none;
}

#faq .accordion-button:not(.collapsed)::after {
  filter: invert(67%) sepia(56%) saturate(400%) hue-rotate(156deg);
}

#faq .accordion-button:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 196, 219, 0.25);
}

#faq .accordion-item {
  border: 1px solid #ddd;
  border-radius: 6px !important;
  margin-bottom: 12px;
  overflow: hidden;
}

#faq .accordion-body {
  font-family: 'Outfit', sans-serif;
  font-size: 17px;
  color: #555;
  line-height: 28px;
  background-color: #f0fbfd;
}
