@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Luckiest+Guy&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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&family=Luckiest+Guy&family=Montserrat:ital,wght@0,100..900;1,100..900&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&display=swap');
.banner-hero h1,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
     font-family: Luckiest Guy, serif;
     font-weight: 400;
}
p, a, input, textarea, button, select, .h6, strong {
    font-family: Montserrat, serif;
}
section{
    padding: 50px 30px;
}
header {
    padding: 10px 30px;
}
.banner{
    background-image: url(../images/bannerbg.webp);
    background-size: cover;
}
.banner-content h1 {
    font-size: 90px;
    line-height: 128%;
    font-weight: 400;
    color: #fff;
}
.banner-right-img img, .illustration-book img {
    width: 100%;
    height: auto;
}
.illustration-book img {
  min-height: 200px;
  max-height: 300px;
  border-radius: 10px;
}
@media only screen and (max-width:991px){
  .illustration-book img{
    min-height: 300px;
  }
}
.banner-content h1 span {
    color: #FF8600;
    text-shadow: -4px 2px 0px #000000;
}
.banner-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.social-links-list li a:hover,
button.button_1:hover {
  background: #4e9eb8;
}
.banner-main-form,
body {
  background: #f0f8ff;
}

.bottom,
.button_1,
.card-head,
.cta-container,
.service-content,
.works {
  text-align: center;
}
.choose_ul li,
.footer-list li,
.price-list li,
.social-links-list li {
  list-style: none;
}
body input[type="color"],
body input[type="date"],
body input[type="datetime-local"],
body input[type="datetime"],
body input[type="email"],
body input[type="file"],
body input[type="month"],
body input[type="number"],
body input[type="password"],
body input[type="search"],
body input[type="tel"],
body input[type="text"],
body input[type="time"],
body input[type="url"],
body input[type="week"],
body select,
body textarea {
  width: 100%;
  font-size: 16px;
  display: block;
  font-weight: 400;
  padding: 7px 12px;
  line-height: 1.42857143;
  margin-bottom: 15px;
  background-color: #fff !important;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #000;
}
.button_1,
.social-links-list li a,
header {
  transition: 0.5s ease-in-out;
}
.form-control:focus {
  color: #000 !important;
}

.is--sticky {
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background: #fff;
}

._head {
  margin-bottom: 50px;
}
a.logo img {
  max-width: 200px;
}
.banner-form {
    background: #32A79F;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 7px 5px #00000073;
}
.banner-form h3 {
    color: #E18829 ;
    font-size: 36px;
    font-weight: 400;
}
.banner-form h6 {
    color: #E18829 ;
    margin: 0px 0 20px;
} 
 .banner-form .form-check-label {
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.banner-main-form .form-group input {
  background: #f5f5f5;
  font-size: 16px;
  width: 100%;
  border: 1px solid #00000029;
  padding: 12px 13px;
  border-radius: 5px;
  color: #000 !important;
}
.banner-main-form .form-group .form-select,
.banner-main-form .form-group textarea {
  box-shadow: none;
  padding: 10px 30px 10px 10px;
  font-size: 16px;
  cursor: pointer;
  outline: 0;
  width: 100%;
}
.banner-main-form .form-group input::placeholder {
  color: #000;
}
.banner-main-form .form-group textarea::placeholder {
  color: #000;
}
.banner-main-form .form-group textarea {
  background: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #00000029;
  height: 110px;
  color: #000 !important;
}
.banner-main-form .form-group .form-select {
  background: #fff;
  color: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
}
.button_1 {
  border: none;
  color: #fff;
  font-weight: 500;
  padding: 10px 29px;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 8px;
  background: #FF8600;
}
.button_1:hover {
  background: #00eeff;
  color: #000;
}
.button_2 {
  background: #f2c720;
  color: #000;
}
.our-illustration-content h2 span {
    color: #32A79F;
}
.our-illustration-content h2 {
    font-size: 50px;
    font-weight: 400;
    color: #E18829 ;
}
.icon-feature img {
    width: 60px;
    height: 60px;
}
.icon-feature {
    border: 1px solid #E18829 ;
    border-radius: 100%;
    width: 90px;
    height: 90px;
    display: flex
;
background: #fff;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translate(-50%);
}
.feature-item {
    border: 1px solid #E18829 ;
    border-radius: 19px;
    text-align: center;
    padding-bottom: 30px;
    position: relative;
    padding-top: 60px;
    background-color: #fff;
    box-shadow: 10px 10px 2px #E18829;
}
.feature-item h2 span {
    color: #32A79F;
}
.feature-item h2 {
    font-size: 40px;
    font-weight: 400;
    color: #E18829 ;
    line-height: 128%;
}
.feature h2 {
  font-size: 22px;
  color: #000;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
.feature p {
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  margin: 10px 0 25px;
  padding: 0;
}
.feature img {
  max-width: 80px;
  margin-bottom: 20px;
}
.feature {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 0 21px 6px #80808021;
  min-height: 322px;
}
.cta-banner{
     background:linear-gradient(to bottom, #35A69D, #E18829, #35A69D);
}
.cta-banner-content h2 {
    color: #E18829 ;
    font-size: 64px;
    font-weight: 400;
}
.cta-banner-content p {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.portfolio-heading h2 {
    color: #32A79F;
    font-size: 45px;
}
.portfolio-heading h2 span {
    color: #E18829 ;
}
.bg-c{
    background: #fff;
}

.portfolio-slider {
    display: flex
;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.portfolio-slider .portfolio-item img {
    max-width: 300px;
    margin-bottom: 25px;
}
.limited-box {
    background-color: #fff;
    border-radius: 14px;
    text-align: center;
    padding: 30px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px dashed #32a79f52;
    min-height: -webkit-fill-available;
    box-shadow: 0px 0px 3px 3px #0000000d;
}
.limited-box h3 {
    color: #E18829 ;
    font-size: 24px;
    font-weight: 400;
}

.portfolio-heading h2 span {
    color: #E18829 ;
}
.roadmap-img img {
    width: 50%;
    height: auto;
    margin: auto;
    display: block;
}
.review h3{
    color: #e78131;
}
.review p {
    color: #000;
    font-size: 24px;
}
.review {
    background-color: #fff;
    border-radius: 19px;
    padding: 50px 30px;
    text-align: center;
    box-shadow: 0px 0px 20px 0px #8080801f;
    margin: auto;
    height: 300px;
}
.limited-box img {
    max-width:95px ;
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(48%) sepia(65%) saturate(430%) hue-rotate(135deg) brightness(95%) contrast(95%) drop-shadow(-1px 0px 0px black);
}
#contact{
    background-image:linear-gradient(to right,#fffffff2,#fffffff2,#fffffff2),  url(../images/hero-classic.jpg);
}
.footer-box-1 .clock-box-links li a {
    color: #000;
    font-weight: 700;
}
.copyright-sec p, .project-btn {
    font-size: 15px;
}
.footer-box-1 .clock-box-links {
    margin: 0 0 10px;
    border-bottom: 2px solid #ccc;
    padding: 0 0 10px;
}
.awards-links {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
    flex-wrap: wrap;
}
.clock-box-links li, li {
    list-style: none;
}
footer{
    background: #fff;
}
.bg_2,
.bottom button{
  background: #E18829;
}

.bottom {
  margin-top: auto;
  padding: 25px;
  background: #fafafa;
  border-top: 1px solid #eee;
}
.bg_1,
.works {
  background: #fff;
}
.bottom h3 {
  font-size: 26px;
  color: #E18829;
  margin-bottom: 20px;
}
#contactForm .form-control,
.bottom button {
  font-size: 16px;
}
.bottom button {
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}
.bottom button:hover {
  background: #E18829;
  box-shadow: 0 10px 20px rgba(78, 84, 200, 0.3);
}
.bottom,
.card-description,
.card-head {
  transition: transform 0.3s, box-shadow 0.3s;
  animation: 0.6s both bounceInUp;
}
.bottom:hover,
.card-description:hover,
.card-head:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  60% {
    opacity: 1;
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
._head h3 {
  font-size: 36px;
  animation: 1s forwards fadeDown;
  opacity: 0;
}
._head p {
  animation: 1.2s forwards fadeDown;
  opacity: 0;
}
.works-row {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.works {
  padding: 30px 26px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(50px);
  opacity: 0;
  animation: 1s forwards riseUp;
  transition: transform 0.4s, box-shadow 0.4s;
  cursor: pointer;
  min-height: 250px;
}
.works img {
  max-width: 50px;
  transition: transform 0.3s;
}
.works:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}
.works:hover img {
  transform: scale(1.2);
}
.works p {
  font-size: 17px;
  margin: 0;
}
.works p strong {
  margin: 14px 0;
  display: block;
  font-size: 18px;
  color: #222;
}
@keyframes riseUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.works:first-child {
  animation-delay: 0.2s;
}
.works:nth-child(2) {
  animation-delay: 0.4s;
}
.works:nth-child(3) {
  animation-delay: 0.6s;
}
.works:nth-child(4) {
  animation-delay: 0.8s;
}
ul.choose_ul {
  padding: 0 20px;
  margin: 27px 0;
}
.choose_ul li {
  color: #666;
  padding-bottom: 20px;
}
.contact-wrap {
    background: linear-gradient(to bottom, #35A69D, #E18829, #35A69D);
}
.contact-wrap h3,
.footer-list li,
.footer-list li a {
  color: #fff;
}
#contactForm .form-control::placeholder {
  color: #000 !important;
}
.text-primary {
  color: #E18829 !important;
}
.contact-wrap,
.info-wrap {
  border-radius: 12px;
  transition: 0.3s;
}
.contact-wrap input,
.contact-wrap textarea {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  transition: border-color 0.2s;
}
.contact-wrap input:focus,
.contact-wrap textarea:focus {
  border-color: #007bff;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgba(0, 123, 255, 0.25);
  color: #000 ;
}
.info-wrap .icon {
  width: 50px;
  height: 50px;
  background: #720214;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-wrap p {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .contact-wrap,
  .info-wrap {
    border-radius: 0;
    padding: 2rem;
  }
}
.service-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
  transition: transform 0.3s, box-shadow 0.3s;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.service-card img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: 200px;
}
.service-content {
  padding: 20px;
}
.service-content h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #333;
}
.service-content p {
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
  margin-top: 20px 0;
  min-height: 100px;
}
footer {

  padding: 30px 0;
}
.social-links-list li a {
  color: #ffff;
  padding: 10px 13px;
  border: 1px solid;
  border-radius: 50%;
}
ul.social-links-list {
  display: flex;
  justify-content: center;
  gap: 13px;
}
@media only screen and (max-width: 991px) {
  .content_box {
    text-align: center;
  }
}
textarea {
  resize: none;
}
.blinking {
  animation: 0.5s ease-in-out infinite smoothBlink;
}
.blinking:hover {
  animation: none;
}
@keyframes smoothBlink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@media only screen and (max-width: 991px) {
  .banner-hero ul > li {
    list-style: none;
  }
}

@media (max-width: 1399px) {
    .banner-content h1 {
        font-size: 61px;
        line-height: 115%;
    }
}
@media (max-width: 1260px) {
    .feature-item h2 {
        font-size: 23px;
    }
}

@media (max-width: 767px) {
    .banner-content h1 {
        font-size: 45px;
        text-align: center;
    }
    h2, h3{
        font-size: 30px !important;
    }
}
@media (max-width: 1600px) {
    .feature-item h2 {
        font-size: 30px;
    }}
    .blink {
    animation: 2s cubic-bezier(.25,0,0,1) 3s infinite pulse;
    box-shadow: 0 0 0 2px #78040f
}

@keyframes pulse {
    0%,to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        box-shadow: 0 0 0 18px #fff0
    }
}
    .blink2 {
    animation: 2s cubic-bezier(.25,0,0,1) 3s infinite pulses;
    box-shadow: 0 0 0 2px #f2c720
}

@keyframes pulses {
    0%,to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    to {
        box-shadow: 0 0 0 18px #7e650061
    }
}
.btn-close{
  background-color: #E18829;
  opacity: 1;
}
.modal{
    background: #00000082;
    backdrop-filter: blur(2px);
}
.quick-txt ul{
  padding: 0;
}
.quick-txt ul li a.adjust {
    padding-top: 14px;
}
.quick-txt ul li {
    display: flex;
    align-items: flex-start;
    padding: 6px 0;
}

.quick-txt ul li a {
    font-size: 15px;
    font-family: 'Montserrat';
    color: #000;
    text-decoration: none;
    padding-left: 16px;
}
.alert-text {
    font-family: sans-serif;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}
#chat-toast {
    position: fixed;
    bottom: 10px;
    left: 15px;
    right: 15px;
    max-width: 380px;
    margin: auto;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 12px;
    display: none;
    z-index: 999999;
    font-family: Arial;
}
.toast-wrapper{
  display:flex;
  gap:10px;
  align-items:flex-start;
}

#toast-avatar{
  width:40px;
  height:40px;
  border-radius:50%;
}

.toast-agent{
  font-weight:600;
  font-size:14px;
  margin-bottom:3px;
  color: #000;
}

.toast-message{
  font-size:13px;
  color:#555;
  margin-bottom:8px;
}

.toast-actions{
  display:flex;
  gap:8px;
}

.toast-actions button {
    border: none;
    padding: 4px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
}
#toast-dismiss {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

#toast-reply{
  background:#128366;
  color:white;
}

#chat-toast.show{
  display:block;
  animation:toastSlide .35s ease;
}

@keyframes toastSlide{
  from{opacity:0;transform:translateY(30px);}
  to{opacity:1;transform:translateY(0);}
}