@import url('https://fonts.googleapis.com/css2?family=Agbalumo&family=Great+Vibes&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rajdhani:wght@300;400;500;600;700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* 
font-family: "Rajdhani", sans-serif;
font-family: "Rubik", sans-serif;
font-family: "Agbalumo", system-ui;
font-family: "Great Vibes", cursive;
*/
body {
  font-family: "Poppins", sans-serif;
}

#root {
  margin: 0 auto;
  max-width: 1366px;
}


/* ....................   Utility Classes  .................... */
/* ====== COLORS ====== */
.bg-primary-teal {
  background-color: #00b6b1 !important;
  /* Used in buttons and headings */
}

.bg-dark-blue {
  background-color: #022b3d;
  /* Used in footer & hero section overlay */
}

.bg-light-blue {
  background-color: #a6f6ff;
  /* Used in cards & light sections */
}

.bg-sky-gradient {
  background: linear-gradient(to bottom, #009FAD, #00C6C4);
  /* General theme gradient */
}

.text-primary-teal {
  color: #00b6b1;
}

.text-dark-blue {
  color: #02456e;
}

.text-light-gray {
  color: #F4F4F4;
}

.text-muted-custom {
  color: #7A7A7A;
}

.text-bold {
  font-weight: 600;
}

.text-color {
  color: #4d7299;
}

/* ====== CARD SHADOW ====== */
.card-shadow {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.animate__delay-05s{
  animation-delay: 0.5s;
}
.animate__delay-1s{
  animation-delay: 1s;
}

@media (max-width: 400px) {
  .all-sections-title{
    font-size: 15px !important;
  }
}

/* ...................   HEADER START */
@media (max-width: 400px) {
  #header .navbar-brand img {
    width: 150px !important;
  }
}

/* ...................   HEADER END */

/* ...................   BANNER START */
#banner {
  height: auto;
  min-height: 400px;
  padding: 60px 0;
  background-image: linear-gradient(rgba(3, 42, 68, 0.8), rgba(4, 47, 73, 0.8)), url("../images/bannerBg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  #banner {
    height: 500px;
    padding: 0;
  }
}

@media (max-width: 400px) {
  #banner .banner-content div button {
    font-size: 14px !important;
    min-width: 95px !important;
  }
}

/* ...................   BANNER END */

/* ...................   Contact START */
/* Keep your existing contact form styles */
#contact-form input {
  box-shadow: 0 0 3px #999;
  outline: none;
}

#contact-form input::placeholder {
  color: #000;
  font-weight: 600;
}

#contact-form .contact-btn i.fa-circle-check{
  animation-name: btnFadeOut;
  animation: btnFadeOut .7s forwards;
}
@keyframes btnFadeOut {
  0%{ opacity: 0; scale: 100%;}
  100%{ opacity: 1; scale: 200%;}
}

@media (max-width: 991px) {
  #contact .container {
    max-width: 90% !important;
  }

  #contact #contact-form input,
  #contact #contact-form select,
  #contact #contact-form button {
    width: 48% !important;
  }
}

@media (max-width: 767px) {
  #contact #contact-form {
    top: 0 !important;
    margin-bottom: 20px;
  }
}

@media (max-width: 565px) {

  #contact #contact-form input,
  #contact #contact-form select,
  #contact #contact-form button {
    width: 100% !important;
  }
}

@media (max-width: 380px) {
  #contact .container {
    max-width: 100% !important;
  }

  #contact #features div.bg-dark-blue .col-3 {
    display: none !important;
  }

  #contact #features div.bg-dark-blue .col-9 {
    width: 100% !important;
  }

  #contact #contact-form form {
    padding: 20px 10px !important;
  }

  #contact #contact-form input,
  #contact #contact-form select,
  #contact #contact-form button {
    font-size: 14px !important;
  }
}

/* ...................   Contact END */

/* ...................   About START */
#about .about-img::before {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 10px;
  background-color: #00c6c38f;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  #about .container {
    flex-direction: column !important;
  }

  #about .about-img,
  #about .about-content {
    width: 100% !important;
  }

  #about .about-content {
    padding-left: 0 !important;
  }
}

@media (max-width: 667px) {
  #about .about-content>div.p-3 {
    padding: 0 !important;
  }

  #about .about-content>div.p-3 .col-3 {
    width: 20% !important;
  }

  #about .about-content>div.p-3 .col-3 i {
    font-size: 1rem !important;
    padding: 1.2rem !important;
  }

  #about .about-content>div.p-3 .col-9 {
    width: 80% !important;
  }

  #about .about-img {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 20px;
  }

  #about .about-img::before {
    display: none;
  }

  #about .about-img div {
    display: none !important;
  }
}

@media (max-width: 380px) {
  #about .about-content>div.p-3 .col-3 {
    display: none !important;
  }

  #about .about-content>div.p-3 .col-9 {
    width: 100% !important;
  }
}

@media (max-width: 350px) {
  #about .about-img img {
    border-radius: 0 !important;
  }

  #about .about-content>div:last-child {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #about .about-content>div:last-child .col-9 h4 {
    font-size: 20px !important;
  }
}

/* ...................   About END */

/* ...................   Videos START */
@media (max-width: 991px) {
  #videos .col-6:last-child {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 800px) {
  #videos .container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  #videos .col-6 {
    width: 100%;
  }
}

@media (max-width: 380px) {
  #videos .col-6 button {
    width: 113px !important;
    padding-top: 6px !important;
    padding-bottom: 9px !important;
    font-size: 14px;
  }

  #videos .col-6 img {
    border-radius: 0 !important;
  }
}

/* ...................   Videos END */

/* ...................   Pricing START */
@media (max-width: 350px) {
  #pricing .container {
    padding: 0 !important;
  }

  #pricing .pricing-card {
    padding: 1.5rem .7rem !important;
  }

  #pricing .pricing-card button {
    width: 100px !important;
    font-size: 14px !important;
  }
}

/* ...................   Pricing END */

/* ...................   Why Choose Us START */
@media (max-width: 1100px) {

  #why-choose .why-choose-img img:first-child,
  #why-choose .why-choose-img>div {
    display: none;
  }

  #why-choose .why-choose-img img:last-child {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
}

@media (max-width: 991px) {
  #why-choose .container {
    max-width: 90%;
  }

  #why-choose .why-choose-content>div div {
    padding-left: .2rem !important;
    padding-right: .2rem !important;
  }
}

@media (max-width: 880px) {
  #why-choose .why-choose-content>div div i {
    font-size: 1rem !important;
    width: 45px !important;
    height: 45px !important;
  }
}

@media (max-width: 775px) {
  #why-choose .why-choose-content {
    margin: 0 auto;
  }

  #why-choose .why-choose-img {
    display: none;
  }

  #why-choose .why-choose-content>div div i {
    font-size: 1.25rem !important;
    width: 55px !important;
    height: 55px !important;
  }
}

@media (max-width: 400px) {
  .container {
    max-width: 95% !important;
  }

  #why-choose .why-choose-content>div div i {
    font-size: 1rem !important;
    width: 45px !important;
    height: 45px !important;
  }
}

@media (max-width: 350px) {
  #why-choose .why-choose-content>div div div:first-child {
    display: none !important;
  }

  #why-choose .why-choose-content>div>div {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}

/* ...................   Why Choose Us END */

/* ...................   Contact Info START */
#contact-info {
  background-image: linear-gradient(rgba(3, 42, 68, 0.9), rgba(4, 47, 73, 0.9)), url("../images/bannerBg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1199px) {
  #contact-info .container {
    max-width: 90% !important;
  }

  #contact-info .counter-box .card-icon {
    width: 55px !important;
    height: 55px !important;
  }

  #contact-info .counter-box .card-icon i {
    font-size: 1.2rem !important;
  }
}

@media (max-width: 1120px) {
  #contact-info .counter-box h2 {
    font-size: 1.5rem;
  }

  #contact-info .counter-box h2 span {
    font-size: 1.2rem !important;
  }
}

@media (max-width: 1020px) {
  #contact-info .success-counter {
    gap: 1.5rem !important;
    justify-content: space-around !important;
  }

  #contact-info .counter-box .card-icon {
    display: none !important;
  }
}

@media (max-width: 600px) {
  #contact-info .success-counter {
    gap: .5rem !important;
  }

  #contact-info .counter-box h2 {
    font-size: 1.1rem;
  }

  #contact-info .counter-box h2 span {
    font-size: .9rem !important;
  }
}

@media (max-width: 400px) {
  #contact-info .success-counter{
    box-shadow: 0 0 0 !important;
  }
}

@media (max-width: 350px) {
  #contact-info .container {
    max-width: 100% !important;
  }

  #contact-info button {
    width: 120px !important;
    font-size: 14px;
  }
}

/* ...................   Contact Info END */

/* ...................   Gallery START */
.gallery-btn{
  background-color: #999;
}
.gallery-btn.active{
  background-color: #00b6b1;
}

@media (max-width: 700px) {
  #gallery .gallery-btns button {
    font-size: 14px;
  }
}

@media (max-width: 800px) {
  #gallery .gallery-images {
    flex-direction: column !important;
  }

  #gallery .gallery-images div {
    width: 100% !important;
    height: 200px !important;
  }

  #gallery .gallery-images div:nth-child(2) {
    display: flex;
    gap: 15px;
  }

  #gallery .gallery-images div:nth-child(2) img {
    height: 100% !important;
    padding: 0 !important;
  }
}

@media (max-width: 370px) {
  #gallery .gallery-images {
    align-items: center !important;
  }

  #gallery .gallery-images div {
    width: 290px !important;
    height: 150px !important;
  }
}

@media (max-width: 350px) {
  #gallery .gallery-btns {
    gap: .4rem !important;
  }

  #gallery .gallery-images {
    margin-top: 20px !important;
  }
}

/* ...................   Gallery END */


/* ...................   Team Start */
@media (max-width: 991px) {
  #team .team-cards {
    justify-content: center !important;
  }
}

/* ...................   Team END */

/* ...................   Clients START */
#clients {
  background-image: linear-gradient(rgba(3, 42, 68, 0.8), rgba(4, 47, 73, 0.8)), url("../images/clientBg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 1199px) {
  #clients .clients-cards {
    justify-content: center !important;
  }
}

@media (max-width: 350px) {
  #clients .clients-cards .client-card p {
    font-size: 14px !important;
  }
}

/* ...................   Clients END */

/* ...................   FAQ START */
.question {
  max-height: 66px;
  overflow: hidden;
  cursor: pointer;
  transition: max-height 0.3s ease;
}

.question.showHide {
  max-height: 500px;
}

@media (max-width: 991px) {
  #faq .container {
    flex-direction: column !important;
  }

  #faq .container .col-6:first-child {
    display: none !important;
  }

  #faq .container .col-6 {
    width: 100% !important;
    padding: 0 !important;
  }
}

@media (max-width: 370px) {
  #faq .container .col-6 .questions .question i.fa-question {
    display: none !important;
  }
}

/* ...................   FAQ END */

/* ...................   Blog START */
#blog .blog-card button {
  width: 100px !important;
  font-size: 14px !important;
}

/* ...................   Blog END */

/* ...................   Footer START */
@media (max-width: 1199px) {
  #footer .container {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
  }

  #footer .container .col-3 {
    width: 300px !important;
  }

  #footer .container div:nth-child(2) {
    padding-left: 0 !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 350px) {
  #footer .container .col-3 {
    width: 270px !important;
  }
}

/* ...................   Footer END */