@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
}


::-webkit-scrollbar {
  width: 10px;
  height: 9px;
}

::-webkit-scrollbar-thumb {
  background: #1d64cd;
}

::-webkit-scrollbar-track {
  background: #b6b6b6;
}

body {
  margin: 0;
  font-family: 'Poppins-Regular';
}

a {
  text-decoration: none;
}

img {
  max-height: 100%;
  max-width: 100%;
}
.logo {
    max-height: 60px;       /* Adjust logo height */
    width: auto;            /* Maintain aspect ratio */
    display: block;         /* Removes inline spacing */
    margin: 0 auto;         
}


@media (max-width: 768px) {
    .logo {
        max-height: 50px;  
    }
}

@media (max-width: 480px) {
    .logo {
        max-height: 40px; 
    }
}
.btn {
  background: #007BFF;
  color: #fff;
  padding: 12px 24px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}
.btn:hover {
  background: #0056b3;
}
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
  height: 100%;
}



h1 {
  font-family: 'Poppins-Bold', sans-serif;
}

h2 {
  font-family: 'PoetsenOne', sans-serif;
}

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

.main-button {
  padding: 9px 27px;
  background-color: #1d64cd;
  border: 2px solid #1d64cd;
  color: white;
  border-radius: 8px;
}

.main-button:hover {
  background-color: #ffffff;
  color: #1d64cd;
}

h2 {
  color: #1d64cd;
}

/* ***************************************************** */
.site-section {
  padding: 2.5em 0;
}

.site-section i {
  font-size: 2.5em;
  color: #1d64cd;
  margin-right: 14px;
}

.expertidse i {
  font-size: 2.5em;
  color: #1d64cd;
  margin-right: 14px;
}

.site-section a {
  color: #1d64cd;
}

.site-section.site-section-sm {
  padding: 4em 0;
}

.site-section-heading {
  position: relative;
  font-size: 2.5rem;
}

@media (min-width: 768px) {
  .site-section-heading {
    font-size: 4rem;
  }
}

.site-section-heading:after {
  content: "";
  left: 0%;
  bottom: 0;
  position: absolute;
  width: 100px;
  height: 1px;
  background: #f89d13;
}

.site-section-heading.text-center:after {
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  left: 50%;
  bottom: 0;
  position: absolute;
  width: 100px;
  height: 1px;
  background: #f89d13;
}

.border-top {
  border-top: 1px solid #edf0f5 !important;
}

.site-footer {
  padding: 4em 0;
  background: #333;
}

@media (min-width: 768px) {
  .site-footer {
    padding: 8em 0;
  }
}

.site-footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.site-footer p {
  color: #737373;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
  color: #fff;
}

.site-footer a {
  color: #999;
}

.site-footer a:hover {
  color: white;
}

.site-footer ul li {
  margin-bottom: 10px;
}

.site-footer .footer-heading {
  font-size: 16px;
  color: #fff;
}
.whatsapp_float {
    position:fixed;
    width:60px;
    height:60px;
    bottom:20px;
    right:20px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.whatsapp-icon {
    margin-top:16px;
}
/* ******************** */
.hero {
  background-color: #1d64cd;
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.hero h1 {
  font-size: 2.5em;
  margin: 0;
}

.hero p {
  font-size: 1.2em;
  margin-top: 10px;
}

.content {
  max-width: 1100px;
  margin: 2em auto;
  padding: 1em;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.section {
  margin-bottom: 2em;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  background: #ffffff;
  border-radius: 5px;
  padding: 20px;
  flex: 1 1 calc(33.333% - 40px);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.card i {
  font-size: 2em;
  color: #1d64cd;
  margin-bottom: 10px;
}

.bard i {
  font-size: 2em;
  color: #1d64cd;
  margin-bottom: 10px;
}

.bard {
  text-align: center;
}

.bard a {
  color: black;
  padding: 20px 6px;
  display: flex;
  flex-direction: column;
  border: 1px solid #1d64cd;
  border-radius: .375rem;
}

.accordion {
  border-radius: 5px;
}

.accordion-item {
  border-bottom: 1px solid #ddd;
  margin-top: 5px;
}

.accordion-button {
  background: #f7f7f7;
  border: none;
  width: 100%;
  text-align: left;
  padding: 10px;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.accordion-button i {
  margin-right: 10px;
  color: #1d64cd;
}

.accordion-button:not(.collapsed) {
  background-color: #1d64cd29;
  box-shadow: none;
}

.accordion-content {
  padding: 10px;
  display: none;
  background-color: white;
  border-top: 1px solid #ddd;
}

.accordion-button.active {
  background-color: #e7e7e7;
}

.accordion-button.active+.accordion-content {
  display: block;
}


.team-profiles {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.profile {
  background: #e3e3e3;
  border-radius: 5px;
  padding: 20px;
  flex: 1 1 calc(33.333% - 40px);
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.profile img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.profile h3 {
  margin: 10px 0;
}

.profile p {
  margin: 5px 0;
}

.future {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

.future p {
  margin: 10px 0;
}

@media (max-width: 768px) {

  .cards,
  .team-profiles {
    flex-direction: column;
  }

  .card,
  .profile {
    flex: 1 1 100%;
  }
}

/* ******************** */
.brand-name {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
}

.cta-btn {
  background-color: #1d64cd;
  color: white;
  border: none;
  padding: 5px 15px;
  border-radius: 5px;
  text-decoration: none;
}

.cta-btn:hover {
  background-color: #007fff;
  color: white;
  text-decoration: none;
}

/* ******************** */
.quote-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  background-color: #333;
}

.quote-box {
  flex: 1;
  padding: 40px 20px;
  text-align: center;
  color: #fff;
  min-width: 250px;
}

.best-prices {
  background-color: #1d64cd;
}

.get-quote {
  background-color: #444;
  padding: 40px;
}

.support {
  background-color: #1d64cd;
}

.quote-box .icon {
  font-size: 50px;
  margin-bottom: 20px;
}

.quote-box h2 {
  margin-bottom: 20px;
  color: white;
}

.quote-box p {
  margin: 0;
  font-size: 16px;
}

.get-quote form {
  display: flex;
  flex-direction: column;
}

.get-quote input {
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  border-radius: 3px;
  outline: none;
  width: 100%;
}

.get-quote button {
  padding: 10px;
  border: none;
  background-color: #1d64cd;
  color: #fff;
  cursor: pointer;
  border-radius: 3px;
}

.get-quote button:hover {
  background-color: #1d64cd;
}

/* ******************** */
.testimonial {
  max-width: 800px;
  margin: 0 auto !important;
  text-align: center;
}

.testimonial blockquote {
  font-size: 1rem;
  font-style: italic;
}

.testimonial figure img {
  max-width: 100px;
  margin: 0 auto;
  border-radius: 50%;
}

/* ******************** */
footer {
  background-color: #000000;
  color: #fff;
  padding: 40px 0;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-column {
  margin: 20px;
}

.footer-column h3 {
  margin-bottom: 20px;
}

.footer-column ul {
  list-style-type: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  color: #fff;
  text-decoration: none;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

.follow-us .social-links a {
  margin-right: 10px;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
}

.follow-us .social-links a:hover {
  color: #f4f4f4;
}

.subscribe form {
  display: flex;
}

.subscribe input[type="email"] {
  padding: 10px;
  border: none;
  border-radius: 3px 0 0 3px;
  outline: none;
  width: 70%;
}

.subscribe button {
  padding: 10px;
  border: none;
  background-color: #1d64cd;
  color: #fff;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
}

.subscribe button:hover {
  background-color: #1d64cd;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
}

.footer-bottom i {
  color: red;
}

/* ******************** */
.formbold-pt-3 {
  padding-top: 12px;
}

.formbold-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/banner-bg.png");
}

.formbold-form-wrapper {
  margin: 0 auto;
  max-width: 900px;
  width: 96%;
  background: white;
}

.formbold-form-label {
  display: block;
  font-weight: 500;
  font-size: 16px;
  color: #1d64cd;
  margin-bottom: -1px;
}

.formbold-form-label-2 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
}

.formbold-form-input {
  width: 100%;
  padding: 12px 24px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  background: white;
  font-weight: 500;
  font-size: 16px;
  color: #6b7280;
  outline: none;
  resize: none;
}

.formbold-form-input:focus {
  border-color: #6a64f1;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-btn {
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  padding: 14px 32px;
  border: none;
  font-weight: 600;
  background-color: #1d64cd;
  color: white;
  width: 100%;
  cursor: pointer;
}

.formbold-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold--mx-3 {
  margin-left: -12px;
  margin-right: -12px;
}

.formbold-px-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.w-full {
  width: 100%;
}

@media (min-width: 540px) {
  .sm\:w-half {
    width: 50%;
  }
}

/* *********contact*********** */
.contactus .styled-input {
  float: left;
  width: 293px;
  margin: .5rem 0;
  position: relative;
  border-radius: 4px;
}

@media only screen and (max-width: 768px) {
  .contactus .styled-input {
    width: 100%;
  }
}


.contactus .styled-input.wide {
  width: 650px;
  max-width: 100%;
}

.contactus input,
.contactus textarea {
  padding: 15px;
  border: 0;
  width: 100%;
  font-size: 1rem;
  background-color: #2d2d2d;
  color: white;
  border-radius: 4px;
}

.contactus input:focus,
.contactus textarea:focus {
  outline: 0;
}

.contactus input:focus~span,
.contactus textarea:focus~span {
  width: 100%;
  -webkit-transition: all 0.075s ease;
  transition: all 0.075s ease;
}

.contactus textarea {
  width: 100%;
}

.contactus .input-container {
  width: 650px;
  max-width: 100%;
  margin: 20px auto 25px auto;
}

.contactus .submit-btn {
  float: right;
  padding: 7px 35px;
  border-radius: 60px;
  display: inline-block;
  background-color: #4b8cfb;
  color: white;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.06),
    0 2px 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.contactus .submit-btn:hover {
  transform: translateY(1px);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10),
    0 1px 1px 0 rgba(0, 0, 0, 0.09);
}

@media (max-width: 768px) {
  .submit-btn {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.contactus input[type=checkbox]+label {
  color: #ccc;
  font-style: italic;
}

.contactus input[type=checkbox]:checked+label {
  color: #f00;
  font-style: normal;
}

/* *********contact*********** */
/* *********city-list*********** */
.city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.city {
  background: #1d64cd3b;
  color: #1d64cd;
  border-radius: 5px;
  padding: 10px;
  width: 200px;
  text-align: center;
  transition: transform 0.3s;
  cursor: pointer;
}

.city:hover {
  transform: translateY(-10px);
}

.city img {
  width: 56px;
  height: auto;
  border-radius: 5px;
}

.city p {
  margin-top: 10px;
  font-size: 1.1em;
  margin-bottom: 0;
}

.city p i {
  color: #828282;
  margin-right: 5px;
}

.galary img {
  border-radius: 4px;
}

.FiveSlider img {
  height: 270px;
  border-radius: 4px;

}

@media (max-width: 768px) {
  .city-list {
    flex-direction: column;
    align-items: center;
  }

  .city {
    width: 90%;
  }

  .FiveSlider img {
    height: 170px;
    border-radius: 4px;

  }
}

/* *********city-list*********** */