
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");


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

body {
  background: #fcfcfc;
  font-family: var(--text-font);
  font-size: 18px;
  color: var(--black-p);
}

body.auth {
  background: #fff9f5;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--title-font);
}

.fs-16 {
  font-size: 16px;
}

.font-poppins {
  font-family: var(--text-font);
}

.text-black {
  color: var(--black-title);
}

.form-control:focus {
  border-color: var(--primary-color);
}
.container {
  max-width: 1320px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.text-primary-gradient {
  background-color: var(--primary-color);
  background-image: var(--primary-gradient);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.pwd_show_hide {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 30px;
  z-index: 9;
  border: none;
  background: none;
  color: var(--black-p);
}

.pwd_show_hide .hide-eye {
  display: none;
}

.pwd_show_hide.active .hide-eye {
  display: block;
}

.pwd_show_hide.active .show-eye {
  display: none;
}

.form-group {
  margin-bottom: 1rem;
}

.link {
  color: var(--primary-color) !important;
  text-decoration: none;
  transition: 0.5s ease;
}

.link:hover {
  color: var(--primary-hover) !important;
}

.btn-primary {
  font-family: var(--text-font);
  font-size: 20px;
  background: var(--primary-gradient);
  padding: 15px 25px;
  min-width: 180px;
  height: 60px;
  font-weight: 700;
  border: none;
  border-radius: 10px;
  transition: 0.5s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
}

.auth .btn-primary {
  font-size: 16px;
  background: var(--primary-color) !important;
  transform: translateY(0px) !important;
  height: 45px;
  font-weight: normal !important;
  padding: 10px 20px;
}

.auth .btn-primary:hover {
  font-weight: normal !important;
  background: #0088e2 !important;
}

.def__title__wrap {
  margin-bottom: 20px;
}

.def__title__wrap h4 {
  font-size: 28px;
  color: var(--primary-color);
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.def__title__wrap h2 {
  font-size: 36px;
  color: var(--black-title);
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.1 !important;
}

.def__title__wrap p {
  font-size: 18px;
  margin-bottom: 15px;
}

.text-primary {
  color: var(--primary-color) !important;
}

.notAuth main {
  min-height: 700px;
}



/* About US Section */
#aboutus {
  background:#fafafb;
  padding: 100px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

#aboutus.aboutUsPage {
background: linear-gradient(120deg,
  #d8c6f5,
  #cddaf8,
  #d6e8f5,
  #eadfd8,
  #e8cfc3
);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#aboutus .aboutus_image {
  text-align: right;
}

/* Why Choose US */
#whyChooseUs {
  padding: 120px 0px;
}

#whyChooseUs .def__title__wrap {
  margin-bottom: 50px !important;
}

#whyChooseUs .why_choose_item {
  border-radius: 17px;
  border: 1px solid #eee;
  background: var(--white);
  box-shadow: 0px 0px 10px 0px rgba(226, 226, 226, 0.25);
  padding: 25px 25px;
  margin-bottom: 1.75rem;
  min-height: 290px;
  transition: 0.5s ease-in-out;
}

#whyChooseUs .why_choose_item:hover {
  transform: scale(1.05);
  border-color: var(--primary-color);
}

#whyChooseUs .why_choose_item .icon {
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 80px;
  margin-bottom: 15px;
  background: var(--primary-color);
}

#whyChooseUs .why_choose_item h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--black-title);
  margin-bottom: 10px;
}

#whyChooseUs .why_choose_item p {
  font-size: 16px;
  color: var(--black-p);
}

/* Core Value / Contact Details */
#coreValue {
  padding: 120px 0px;
}

#coreValue .def__title__wrap {
  margin-bottom: 50px;
}

.count__2__type h3 {
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 0px;
}

.count__2__type p {
  font-weight: 600;
  margin-bottom: 0;
}

.card_core_value {
  border-radius: 15px;
  border: none;
  height: 100%;
  box-shadow: 0px 0px 10px 0px rgba(226, 226, 226, 0.25);
}

.card_core_value .core__icon img {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.card_core_value .core__icon.credit-card-icon img {
  width: 200px;
}

.card_core_value h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--black-title);
}

.card_core_value p {
  color: var(--black-p);
  font-size: 16px;
}

.location_pin_find img {
  width: 168px !important;
}

/* Contact Us Page Links */
.contact-us-page-links {
  display: flex;
  gap: 20px;
  align-items: center;
  list-style-type: none;
  flex-wrap: wrap;
  justify-content: center;
}

.contact-us-page-links li a {
  text-decoration: none;
  background: #fff;
  color: var(--black-title);
  padding: 10px 20px;
  border-radius: 7px;
  box-shadow: 0 0 10px #ddd;
  transition: 0.5s;
}

.contact-us-page-links li a:hover {
  background: var(--primary-color);
  color: var(--white);
}

/* WhatsApp Button */
.whatsapp-container {
  position: fixed !important;
  bottom: 30px !important;
  right: 30px !important;
  z-index: 999999 !important;
}

.whatsapp-button {
  width: 60px;
  height: 60px;
  background-color: #25d366 !important;
  color: #FFF !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  transition: all 0.3s ease;
  transform: scale(0.9);
  animation: pulse-whatsapp 2s infinite;
}

.whatsapp-button:hover {
  transform: scale(1) !important;
  background-color: #1fcc5f !important;
  color: #fff !important;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
}

.whatsapp-button svg {
  fill: #fff !important;
  width: 30px !important;
  height: 30px !important;
}

@keyframes pulse-whatsapp {
  0% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7); }
  70% { box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
  100% { box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Responsive */
@media only screen and (max-width: 991px) {
  #faq, #benifits, #whyChooseUs, #aboutus, #howItWorks, #ready, #ourServices, #hero {
    padding: 80px 0px;
  }
  #followStep, #coreValue, #ourExpert {
    padding: 80px 0px;
  }
  #hero .hero_content h4 {
    font-size: 22px;
    text-align: center;
  }
  #seo_top_section h1, .signup_title h1, #hero .hero_content h1 {
    font-size: 56px;
    text-align: center;
  }
  .hero_content p {
    font-size: 18px;
    text-align: center;
  }
  .hero_image.text-end {
    text-align: center !important;
    margin-top: 35px;
  }
  #ourServices .home-service-card .services_content_wrap h2, .def__title__wrap h4, #counter .counter__item h4 {
    font-size: 24px;
  }
  #post__view .blog_title, #page__title h2, .def__title__wrap h2 {
    font-size: 38px;
  }
  #ourServices .home-service-card .card-header #pills-tab {
    grid-template-columns: repeat(4, 1fr);
  }
  #post__view .blog_title, #page__title h2, .def__title__wrap h2 {
    text-align: center;
  }
  .def__title__wrap {
    text-align: center;
  }
  .ready-social-media {
    text-align: center;
  }
  #howItWorks .step-item {
    text-align: center;
  }
  #howItWorks .step-item .top_step {
    margin: 0 auto;
  }
  #howItWorks .step-item .top_step {
    margin-bottom: 20px;
  }
  #whyChooseUs .why_choose_item .icon {
    margin-bottom: 20px;
  }
  .aboutus_image {
    width: 450px;
    margin: 0 auto;
  }
  #whyChooseUs .why_choose_item {
    min-height: 310px;
  }
  #aboutus {
    background-position: -300px;
  }
  #testimonials {
    padding-top: 80px;
  }
  #testimonials .row {
    display: flex;
    flex-direction: column-reverse;
  }
  .testimonials_image {
    text-align: center;
  }
  .testimonials_image img {
    width: 50%;
    margin: 0 auto;
  }
  .home-acc-faq .accordion-item {
    margin-bottom: 10px;
  }
  .footer_link_wrap, .footer_main_info {
    margin-bottom: 40px;
  }
  .card_core_value {
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 768px) {
  #faq, #benifits, #whyChooseUs, #aboutus, #howItWorks, #ready, #ourServices, #hero {
    padding: 60px 0px;
  }
  #seo_top_section h1, .signup_title h1, #hero .hero_content h1 {
    font-size: 40px;
  }
  a, p, .hero_content p {
    font-size: 16px;
  }
  .hero_image.text-end {
    width: 400px;
    margin: 0 auto;
    margin-top: 40px;
  }
  #ourServices .home-service-card .services_content_wrap h2, .def__title__wrap h4, #counter .counter__item h4 {
    font-size: 20px;
  }
  #post__view .blog_title, #page__title h2, .def__title__wrap h2 {
    font-size: 33px;
  }
  .aboutus_image {
    width: 300px;
  }
  .card_core_value .core__icon img {
    width: 100px;
  }
  .location_pin_find img {
    width: 150px !important;
  }
}

@media only screen and (max-width: 550px) {
  #followStep, #coreValue, #ourExpert, #faq, #benifits, #whyChooseUs, #aboutus, #howItWorks, #ready, #ourServices, #hero, #counter {
    padding: 45px 0px;
  }
  .navbar .navbar-brand .nav-logo {
    width: 170px;
  }
  #hero .hero_content h4 {
    font-size: 18px;
  }
  #seo_top_section h1, .signup_title h1, #hero .hero_content h1 {
    font-size: 30px;
  }
  a, p, .hero_content p {
    font-size: 14px;
  }
  #post__view p, .count__2__type p, .btn-nav, .home-acc-faq .accordion-body p, #benifits .benifits_box p, #whyChooseUs .why_choose_item p, #ourServices .home-service-card .services_content_wrap p, #ourServices .home-service-card .card-header #pills-tab .nav-item .nav-link, .def__title__wrap p, #counter .counter__item p {
    font-size: 14px;
  }
  #post__view .blog_title, #page__title h2, .def__title__wrap h2 {
    font-size: 24px;
  }
  #aboutus {
    background-position: -550px;
  }
  #whyChooseUs .def__title__wrap {
    margin-bottom: 30px !important;
  }
  #whyChooseUs .why_choose_item .icon {
    margin-bottom: 10px;
  }
  #whyChooseUs .why_choose_item {
    min-height: auto;
  }
  #whyChooseUs .why_choose_item p {
    margin-bottom: 0;
  }
  #whyChooseUs .why_choose_item {
    margin-bottom: 10px;
  }
  .footer_main_info .logo-white {
    text-align: center;
  }
  .footer_main_info p {
    text-align: center;
  }
  .footer_main_info .logo-white > img {
    width: 170px;
  }
  .social_media_links {
    justify-content: center;
  }
  .count__2__type h3 {
    font-size: 28px;
  }
  .card_core_value {
    height: auto;
  }
  .card_core_value .core__icon.credit-card-icon img {
    width: 120px;
  }
  .location_pin_find img {
    width: 135px !important;
  }
  #page__title p {
    width: 100%;
  }
  #page__title {
    padding: 40px 0px 40px 0px;
  }
}

.footer_menu li {
    margin-bottom: -15px;
}

/* Horizontal Social Bar */
.social-bar {
    display: flex;
    justify-content: center; 
    gap: 5px;
    margin: 20px 0; 
}

.social-sidebar {
  display: flex;
  gap: 10px;
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%; /* Circle */
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Colors for each social media */
.social-icon.facebook { background: #1877f2; }
.social-icon.instagram { background: #e1306c; }
.social-icon.x { background: #1da1f2; }
.social-icon.youtube { background: #ff0000; }
.social-icon.linkedin { background: #0077b5; }
.social-icon.pinterest { background: #bd081c; }
.social-icon.telegram { background: #0088cc; }

/* Hover effect */
.social-icon:hover {
    transform: scale(1.2);
    opacity: 0.85;
}

.navbar-brand {
  width: 200px;
}
