/*
Theme Name:Accounting Expert Group
Author: admin 
Description: Custom Theme
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Roboto", serif;
}

.container {
  max-width: 1140px !important;
  margin-left: auto;
  margin-right: auto;
}
.text-white {
  color: #fff;
}
.text-blue {
  color: #001c54;
}

.ff-roboto {
  font-family: "Roboto", sans-serif;
}
.pt-12{
    padding-top: 12px;
}

/* navbar */
.custom-nav {
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.contact-btn {
  padding: 10px 18px;
  background-color: #fa8334;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: all .3s;
}
.contact-btn:hover{
    box-shadow: 0px 0px 6px #f58220;
    text-decoration: none;
}

.phn-call {
  width: 24px;
}

.phn-text {
  font-weight: 700;
  font-size: 20px;
}

.contact-text {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
}
.logo-width {
  width: 210px;
}
.max-width{
  max-width: 580px;
}
.main-heading {
  
  font-weight: 600;
  color: #001c54;
  font-size: 30px;
  line-height: 34px;
  margin-top: 0;
}

/* first-section */
.business-accounting-services {
  padding-top: 18px;
}

.border {
  width: 240px;
  height: 2px;
  background-color: #0e6ba8;
  margin-top: 28px;
}

.paragraph {
  color: #001c55;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.6px;
  padding-top: 18px;
}
/* row */

.service-box {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: start;
  background: linear-gradient(180deg, #0e6ba8 50%, #5395c1 100%);
  color: white;
  padding: 20px 15px;
  margin-bottom: 16px;
  transition: all .3s;
}
.service-box:hover{
  box-shadow: 0px 0px 8px #0e6ba8;
}

.service-box .icon img {
  width: 60px;
  height: auto;
  margin-right: 15px;
}

.service-box h4 {
  margin-top: 0px;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
.service-box p {
  font-size: 16px;
  letter-spacing: 0.4px;
  font-weight: 300;
  margin-bottom: 10px;
} 
.margin-bottom{
  margin-bottom: 10px !important;
}
.mb-0{
  margin-bottom: 0 !important;
}
/* slider-section */

.slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.slider {
  width: 100%;
}

.slide {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.slider-img {
  width: 100%;
  height: 100%;
}

.slide-content {
  background: linear-gradient(180deg, #3777a8 -14%, #04255d 100%);
  width: 100%;
  color: white;
  text-align: start;
  padding: 30px 20px;
  padding-bottom: 80px;
  height: 230px;
}

.slide-content h3 {
  margin-top: 0;
  font-size: 24px;
}
.slide-content p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 24px;
}

.slick-dots {
  position: absolute;
  bottom: 45px; 
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}


.slick-dots ul {
  display: flex;
  padding: 0;
  margin: 0;
}

/* Style each dot */
.slick-dots li {
  list-style: none;
  display: inline-block;
  width: 12px;
  height: 12px;
}


.slick-dots li button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(173, 216, 230, 0.8);
  border: none;
  padding: 0;
  cursor: pointer;
  /* transition: background 0.3s ease, transform 0.3s ease; */
  font-size: 0;
}


.slick-dots li.slick-active button {
  background-color: rgba(173, 216, 230, 1);
  transform: scale(1.2);
}

.pt-34 {
  padding-top: 34px;
}

/* meeting-section */

.max-w-xl {
  max-width: 450px !important;
}

.meeting-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.form-group{
margin-bottom: 8px;
}
.form-input {
  width: 100%;
  padding: 18px;
  background-color: #a6e1fa;
  border: none;
  border-radius: 0;
  outline: none;
  color: #001c54;
  font-weight: 300;
  font-size: 18px;
}
.form-input::placeholder {
  color: #001c54;
  font-weight: 300;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}
.btn-submit {
  background: #fa8334;
  color: white;
  border: none;
  border-radius: 0px;
  width: 100%;
  padding: 12px;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s;
}
.btn-submit:hover {
    background-color: black;
    color: white;
}

/* footer */

footer {
  padding-top: 24px;
  background-color: #00072d;
}

footer a {
  font-size: 16px;
}
footer a:hover {
  color: white;
}
.quick-links {
  font-size: 24px;
  margin-bottom: 15px;
  padding-top: 12px;
}
footer p {
  font-size: 16px;
}
.footer-line {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 2px;
  width: 100%;
  background-color: #a6e1fa;
}
.fa-brands{
  padding-right: 12px;
}
@media (min-width: 576px) {
  .slider-img {
    height: 460px;
  }
  .contact-btn {
    padding: 14px 32px;
    gap: 12px;
  }
  .phn-call {
    width: 30px;
  }

  .phn-text {
    font-size: 22px;
  }

  .contact-text {
    font-size: 24px;
  }
 
  .service-box {
    padding: 24px;
  }
 
  .slide-content h3 {
    font-size: 32px;
  }
  .slide-content p {
    font-size: 20px;
    line-height: 32px;
  }
  .slide-content {
    padding: 30px;
    height: 260px;
  }
  .form-input::placeholder {
    font-size: 20px;
  }
  .btn-submit {
    padding: 15px;
    font-size: 22px;
  }
  .service-box {
    flex-direction: row;
    gap: 0;
  }
  
}

@media (min-width: 768px) {
  .custom-nav {
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 0;
  }
  .main-heading {
    font-size: 38px;
    line-height: 46px;
  }
  .max-width{
    max-width: 680px;
  }
  .pt-md-34 {
    padding-top: 34px;
  }

  .service-box h4 {
    font-size: 22px;
  }
  
}

@media (min-width: 992px) {
  .pt-lg-0 {
    padding-top: 0;
  }
  .service-box {
    margin-bottom: 26px;
  }
  .max-w-xl {
    max-width: 450px !important;
  }
  .slider-img {
    height: 560px;
  }
  .slide-content {
    height: 226px;
  }
  .slider2-content{
    height: 310px !important;
  }
}

@media (min-width:1200px) {
  .slider-img {
    height: 360px;
  }
  .slider2{
    height: 370px !important;
  }
  .pt-xl-0{
    padding-top: 0;
  }
}
.thankyou-banner{
	background-color:#a6e1fa;
}
.thankyou-heading{
	font-size:38px;
	color:#00072d;
	text-align:center;
	padding-block:200px;
}
@media (min-width: 992px) {
  .thankyou-heading{
    padding-block:60px;
  }