@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Jost", sans-serif;

}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


:root {
  --blue: #FE0116;
  --brown: #000000;
  --black: #000;
  --white: #fff;

}

a {
  text-decoration: none;
  color: #000;
}

ul {
  padding: 0px;
  margin: 0;
}

ul li {
  list-style: none;
}

p {
  font-size: 16px;
  margin-bottom: 0px;
  text-align: justify;
}

h1,
h2,
h3,
h4 {
  margin-bottom: 0px;
  font-weight: 600;
}





/* section css */
section {
  padding: 50px 0px;
}




@media screen and (max-width: 767px) {
  p {
    font-size: 12px;
  }

  section {
    padding: 20px 0px;
  }


}


/* section css */

/* footer css */
.footer {
  padding: 50px 0px;

}

@media screen and (max-width: 767px) {
  .footer {
    padding: 20px 0px;
  }
}

/* footer css */



/* fixed-icon-start */
.whatsapp-fixed {
  position: fixed;
  right: 1%;
  bottom: 10%;
  z-index: 999;
}

.whatsapp-fixed img {
  height: 50px;
  filter: drop-shadow(rgba(0, 0, 0, 0.349) 0px 5px 15px);
}

@media (max-width: 768px) {
  .whatsapp-fixed {
    position: fixed;
    right: 1%;
    bottom: 5%;
    z-index: 999;
  }
}

/* fixed-icon-end */


/* subpage banner start */

.sub-page {
  background: linear-gradient(to right, #ffffffc2, #00000011), url(../img/banner/sub-banner-al.jpg);
  /* background: linear-gradient(#02618D); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.sub-page-heading {
  padding: 60px 0px;
  text-align: start;

}

.sub-page-heading h1 {
  color: #000000;
  font-size: 50px;
  font-weight: 600;
}
.sub-page-heading p{
  color: #000000;
}

.sub-page-heading p a,
.sub-page-heading p i {
  text-decoration: none;
  color: #000000;
}

@media(max-width: 768px) {
  .sub-page-heading h1 {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
  }

  .sub-page-heading {
    padding: 10px 0px;
    text-align: start;
  }

  .sub-page-heading p {
    font-size: 11px;
  }
}

/* sub page banner end */


/* top bar styling  ==========================================================*/
.omaxe-top {
  padding: 10px;
  background-color: #F01A26;
}

@media(max-width:768px) {
  .omaxe-top {
    display: none;
  }
}

.omaxe-top .top-bar-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.omaxe-top .top-bar-contact .top-bar-address a {
  text-decoration: none;
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
}

.omaxe-top .top-bar-contact .top-bar-address a i {
  color: var(--white);
  font-size: 12px;
}

.omaxe-top .top-bar-contact .top-bar-mail a {
  text-decoration: none;
  color: var(--white);
  font-size: 12px;
  font-weight: 500;
}

.omaxe-top .top-bar-contact .top-bar-mail a i {
  color: var(--white);
  font-size: 12px;
}

/* topbar css end ================================================= */


/* navbar css start========================================================== */



.dropdown:hover .dropdown-menu {
  display: block !important;
}

.dropdown-menu .dropdown-item {
  color: var(--dark) !important;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-menu .dropdown-item:hover {
  background: var(--blue);
  color: #fff !important;
}


.navbar {
  background-color: #fff !important;
  padding: 20px !important;

}

.navbar-brand {
  font-weight: bold;
  font-size: 28px !important;
  /* font-style: italic; */
}


.nav-link {
  padding-bottom: 0px !important;
  color: var(--black) !important;
}

.nav-item .nav-link {
  font-weight: 600;
  font-size: 15px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  top: 30px;
}


/* logo */
.logo {
  width: 230px;
}

.nav-icon a img {
  width: 30px;
}

@media(max-width: 767px) {
  .navbar-brand {
    padding: 0 !important;
  }

  .logo {
    width: 120px;
  }

  .navbar {
    background-color: #fff !important;
    padding: 10px !important;

  }

  .btn1 {
    margin-top: 10px;
    padding: 5px 15px;
    font-size: 14px;
  }

  .navbar-toggler {
    padding: 5px;

  }

  .navbar-toggler-icon {
    height: 20px;


  }

  .nav-item .nav-link {
    font-size: 14px;
  }

  .nav-icon a img {
    width: 20px;

  }

  .nav-icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
  }
}

.carousel-item img {
  width: 100% !important;
}

/* navbar css end ==================================================================*/



/* about css start======================================================= */


.about-heading h1 {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.about-heading h1 .line {
  display: inline-block;
  width: 35px;
  height: 3px;
  background: var(--blue);
}

.about-heading h2 {
  font-size: 38px;

}


.unique-btn {
  position: relative;
  display: inline-block;
  padding: 14px 35px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  border-radius: 50px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
  transition: 0.4s ease;

}


.unique-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 80%;
  height: 100%;
  background: var(--blue);
  transform: skewX(-30deg);
  transition: 0.5s;
}


.unique-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50px;
  padding: 2px;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}


.unique-btn:hover {
  transform: translateY(-3px) scale(1.03);
}

.unique-btn:hover::before {
  left: 150%;
}

.about-sec-para p {
  text-align: center;
}

.about-post img {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


@media(max-width: 767px) {
  .about-heading h1 {
    font-size: 18px;
  }

  .about-heading h2 {
    font-size: 28px;
  }

  .unique-btn {
    padding: 10px 30px;
    font-size: 12px;
    margin-bottom: 10px;
  }

  .about-sec-para p {
    text-align: justify;
  }
}

/* about css end================================================================ */



/* mision vision css start =============================================== */

.mv-section {
  background: #f6f7f9;
}

.mv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}


.mv-card {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  padding: 35px 25px;
  border-radius: 14px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.4s ease;
  overflow: hidden;
}

.mv-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background: var(--blue);
}


.mv-icon {
  font-size: 38px;
  display: inline-block;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;

}


.mv-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #000;
  text-align: center;
}


.mv-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}


.mv-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}

.mv-card.active {
  background: #000;
}

.mv-card.active::before {
  background: var(--blue);
}

.mv-card.active h3,
.mv-card.active p {
  color: #fff;
}

/* mision vision css end ================================================ */




/* product css start ===================================================== */

.all-sec-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}

.all-sec-heading h2 {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.all-sec-heading h2 .line {
  display: inline-block;
  width: 35px;
  height: 3px;
  background: var(--blue);
}

.all-sec-heading h3 {
  font-size: 38px;
}


.small-heading h3 {
  font-size: 28px;
  color: var(--blue);
}

.small-heading .small-heading-line {
  display: block;
  background: var(--black);
  height: 3px;
  width: 50px;

}



.product-card {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 10px;
  padding: 5px;
  overflow: hidden;
  transition: 0.3s ease;
  background: #fff;
  margin-bottom: 25px;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 6px 18px;
}

.product-card-post {
  position: relative;
  border: 2px solid #E2EBE9;

  overflow: hidden;
}

.product-card-post img {
  width: 100%;
  transition: 0.4s ease;
}

.product-card:hover .product-card-post img {
  transform: scale(1.05);
  filter: brightness(0.75);
}


.product-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  padding: 10px;
  background: var(--blue);
  color: #fff;
  font-size: 16px;
  border-radius: 50px;
  opacity: 0;
  pointer-events: none;
  transition: 0.4s ease;
  text-decoration: none;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px;
}

/* On Hover Show Button */
.product-card:hover .product-btn {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%);
}

/* Product Name */
.product-card-name {
  background: var(--blue);
  color: var(--white);
  padding: 12px;
  text-align: center;
}

.product-card-name h3 {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
}


@media(max-width: 767px) {
  .all-sec-heading {
    margin-bottom: 25px;
  }

  .all-sec-heading h2 {
    font-size: 18px;
  }

  .all-sec-heading h3 {
    font-size: 28px;
  }

  .product-card-name h3 {
    font-size: 18px;
  }

  .small-heading h3 {
    font-size: 20px;
  }
}

/* products css end========================================================================= */



/* features product start =========================================================== */

.feature-card {
  margin-bottom: 40px;
}

.feature-card .feature-post {
  margin-bottom: 10px;
}

.feature-card .feature-card-name h3 {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
}

@media(max-width: 767px) {
  .feature-card {
    margin-bottom: 25px;
  }

  .feature-card .feature-card-name h3 {
    font-size: 18px;
  }

  .feature-card .feature-post img {
    width: 100%;
  }
}


/* features products end =================================================================== */



/* ----------------------- our services css start here -------------------- */

.service-section {
  background: linear-gradient(rgba(0, 0, 0, 0.897), rgba(0, 0, 0, 0.925));
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* background-attachment: fixed; */
}


.service-section .card1 a {
  text-decoration: none;
  /* color: var(--white); */

}

.service-section .repair-services {
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.521) 0px 5px 15px;
  border-radius: 5px;
  background-color: var(--white);
  transition: 0.6s ease-in-out;
}

.service-name h3 {
  font-size: 20px;
}


.service-section .repair-services:hover {
  transform: scale(1.01);
}

.service-section .repair-services a img {
  border-radius: 5px;
}

.service-section .repair-services a {
  text-decoration: none;
  color: var(--black);
}


/* ----------------------- end of our services css here ------------------------ */




/* ------------------------ how-it-work css start here ---------------------- */

.how-it-work {
  background: #f7f7f7;
}

.how-it-work .work-card {
  text-align: center;
  background: var(--white);
  padding: 10px 0px;
  transition: 0.2s ease-in-out;
}

.how-it-work .work-card img {
  margin-bottom: 20px;
}

.how-it-work .work-card h5 {
  font-size: 18px;
}

.how-it-work .work-card:hover {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

/* responsive css start */

@media screen and (max-width: 1200px) {
  .how-it-work .work-card img {
    width: 60px;
  }

  .how-it-work .work-card h5 {
    font-size: 12px;
  }
}

@media screen and (max-width: 991px) {
  .how-it-work .work-card {
    margin-bottom: 20px;
  }

  .how-it-work .work-card img {
    width: 60px;
  }

  .how-it-work .work-card h5 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .how-it-work .work-card img {
    margin-bottom: 10px;
    width: 50px;
  }

  .how-it-work .work-card h5 {
    font-size: 14px;
  }
}

/* responsive css end */

/* ------------------------ end of why choose us css here ---------------------- */



/* ================================= certificate section css start here ============================ */

.certificates {
  background: #f7f7f7;
}

.certificates .cert {
  text-align: center;
  margin-bottom: 20px;
}

.certificates .cert img {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* ================================= certificate section css ends here =============================== */




/* --------------- contact us section start here -------------- */

.contact-us .sub-head {
  margin-bottom: 20px;
}

.contact-info .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--blue);
}

.contact-info .icon i {
  color: var(--white);
}

.contact-info h3 {
  font-size: 18px;
}

.contact-info h3 a {
  color: var(--black);
}

.contact-us .contact-form .form-control:focus {
  border-color: var(--brown);
  box-shadow: none;
}

.contact-us .contact-form .btn {
  box-shadow: none;
  border: 1px solid black !important;
}

.contact-us .contact-form .send {
  background: var(--brown);
  border: 1px solid var(--brown);
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  transition: 0.4s ease-in-out;
}

.contact-us .contact-form .send:hover {
  background: none;
  color: var(--brown);
}

/* responsive css start here */

@media screen and (max-width: 767px) {
  .contact-us .sub-head {
    margin-bottom: 10px;
  }

  .contact-us .sub-head h3 {
    font-size: 16px;
  }

  .contact-info .icon {
    width: 35px;
    height: 35px;
  }

  .contact-us .contact-info h3 {
    font-size: 12px;
  }
}

/* end of responsive css here */

/* --------------- end of contact us section here --------------- */



/* enq page css start ===========================================================*/
.enq-post {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;

}

.enq-post img {
  border-radius: 5px;
}

.enq-full-detail {
  margin-bottom: 20px;
}

.enq-full-detail h3 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

.enq-full-detail ul {
  padding-left: 10px;
}

.enq-full-detail ul li {
  list-style: disc;
  line-height: 1.9;
  font-weight: 500;
  color: #000;
}

.enq-btn button {
  background-color: var(--blue);
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}

.enq-form-btn {
  background-color: var(--blue);
  color: #fff;
}

.enq-form-btn:hover {
  background-color: var(--blue);
  color: #fff;
}


@media(max-width: 767px) {
  .enq-full-detail ul li {
    font-size: 12px;
    line-height: 1.7;
  }

  .enq-full-detail h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .enq-post img {
    margin-bottom: 12px;
  }

}

/* enquire page css end ============================================================*/




/* gallery-start ==============================================*/
.gallery-head {
  box-shadow: rgba(0, 0, 0, 0.521) 0px 5px 15px;
  transition: 0.5s ease-in-out;
  position: relative;
  margin-bottom: 40px;
}

.gallery-head:hover {
  transform: scale(1.02);
  /* opacity: 0.5; */
}

.gallery-head .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  transform: translateY(-100%);
  padding-top: 35%;
  opacity: 0;
  transition: 0.6s ease-in-out;
}

.gallery-head .overlay a {
  text-decoration: none;
  /* color: var(--red); */
}

.gallery-head .overlay a h4 i {
  /* border: 2px solid var(--white); */
  padding: 4px 5px 4px 5px;
  border-radius: 50%;
  background-color: var(--black);
  color: var(--white);

}

.gallery .btn1 {
  background-color: var(--blue);
  color: var(--white);
}

.gallery .btn1:hover {
  background-color: var(--black);
  color: var(--white);
}

.gallery-head .overlay:hover {
  opacity: 1;
  background-color: rgba(27, 26, 26, 0.514);
  cursor: pointer;
}

@media(max-width: 767px) {
  .gallery-head {
    margin-bottom: 20px;
  }
}


/* gallery-end ==============================================================*/







/* ----------- blog css start here --------- */


.blogs {
  background: #f7f7f7;
}

.blogs .blog-card {
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  padding: 10px 10px 40px 10px;
}

.blogs .blog-card .blog-img {
  margin-bottom: 20px;
}

.blogs .blog-card .blog-text h3 {
  color: var(--blue);
  font-size: 18px;
}

.blogs .blog-card .blog-text hr {
  margin-top: 2px;
  margin-bottom: 20px;
}

.blogs .blog-card .blog-text p {
  color: var(--black);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blogs .blog-card .blog-text p i {
  color: var(--brown);
  margin-left: 10px;
}

.blogs .more-blogs {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}

.blogs .more-blogs a {
  border: 2px solid var(--blue);
  padding: 5px 20px;
  transition: 0.5s ease-in-out;
  color: var(--black);
  font-weight: 500;
  transition: 0.5s ease-in-out;
}

.blogs .more-blogs a:hover {
  background: var(--blue);
  color: var(--white);
}

/* responsive css start */
@media screen and (max-width: 1200px) {
  .blogs .blog-card .blog-text h3 {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .blogs .blog-card {
    padding: 10px 10px 20px 10px;
    margin-bottom: 20px;
  }

  .blogs .blog-card .blog-img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .blogs .blog-card .blog-text h3 {
    font-size: 16px;
  }

  .blogs .blog-card .blog-text hr {
    margin-bottom: 10px;
  }

  .blogs .more-blogs {
    margin-top: 0px;
  }

  .blogs .more-blogs a {
    padding: 2px 10px;
    font-size: 14px;
  }

  /* end of responsive */
}

/* ------------------- end of blog css --------------------- */




/* blog-details css start =================================================*/
.blog-detail-content {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  border-radius: 5px;
}

.blog-detail-date {
  margin-bottom: 15px;
}

.blog-detail-date span {
  color: #555555;
  font-size: 14px;
}

.blog-detail-heading h3 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 20px;
}

.blog-detail-post {
  margin-bottom: 15px;
}

.blog-detail-para h3 {
  font-size: 21px;
  font-weight: 600;
}

.blog-detail-para p {
  font-size: 16px;
  text-align: justify;
}



.main-recent-blog {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
}

.recent-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}

.recent-card {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.recent-card:last-child {
  border-bottom: none;
}

.recent-card-post img {
  width: 80px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

.recent-card-detail {
  flex: 1;
}

.recent-date {
  font-size: 13px;
  color: #888;
  display: block;
  margin-bottom: 5px;
}

.recent-title {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin: 0;
}


@media(max-width: 767px) {
  .blog-detail-heading h1 {
    font-size: 19px;
  }

  .blog-detail-para h2 {
    font-size: 19px;
  }

  .blog-detail-para p {
    font-size: 14px;
  }

  .blog-detail-content {
    margin-bottom: 25px;
  }

}

/* blog-details css end ============================================================*/




/* career  start ==================================== */
.carriers .carrier-content h3 {
  font-size: 20px;
  margin-bottom: 5px;
}

.carriers .carrier-content p {
  margin-bottom: 20px;
}

@media(max-width: 767px) {
  .carriers .carrier-content h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .carriers .carrier-content p {
    margin-bottom: 10px;
  }
}

/* career  end ==================================== */


/* company overview css start =========================================================== */
.company-overview-section, .spare-repair {

  background: #f7f9fc;
}

.company-title {
  font-size: 30px;
  margin-bottom: 15px;
}

.company-intro {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
}

.sub-heading {
  font-size: 20px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-weight: 600;
}

.custom-list {
  padding-left: 20px;
}

.custom-list li {
  margin-bottom: 8px;
  color: #444;
}

.overview-box {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.overview-box h3 {
  background: #e9f1ff;
  padding: 10px 15px;
  font-size: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
}

.overview-item {
  background: linear-gradient(135deg, #e6f0ff, #d6e6ff);
  padding: 10px 14px;
  border-radius: 6px;
  margin-bottom: 10px;
  font-size: 14px;
}

.overview-highlight {
  background: #dbe9ff;
  padding: 18px;
  border-radius: 10px;
  font-weight: 600;
  margin-top: 20px;
  text-align: center;
}

@media(max-width: 767px) {
  .company-title {
    font-size: 19px;
  }

  .sub-heading {
    font-size: 18px;
  }
}

/* company overview css end =========================================================== */






/* ---------------- footer css start here --------------- */
.footer {
  background: #fafbfd;
  border-top: 1px solid rgba(228, 226, 226, 0.726);
}

.footer .part-1 .footer-logo img {
  width: 230px;
  margin-bottom: 15px;
}

.footer .part-1 .text {
  margin-bottom: 20px;
  color: #000;
}

.footer .part-1 .text p {
  font-size: 16px;
  margin-bottom: 25px;
}



.footer .part .head {
  margin-bottom: 20px;
}

.footer .part .head h3 {
  font-size: 22px;
  font-weight: 600;
}

.footer .part ul li {
  margin-bottom: 10px;
  transition: 0.3s ease-in-out;
}

.footer .part ul li a {
  color: var(--black);
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}

.footer .part ul li:hover {
  transform: translateX(10px);
}

.footer .part ul li a:hover {
  color: var(--green);
}

.footer .contact-info p {
  margin-bottom: 10px;
  font-weight: 450;
  font-size: 16px;
}

.footer .contact-info p a {
  color: var(--black);
  font-weight: 450;
  font-size: 16px;

}

.footer .contact-info p i {
  color: var(--brown);
  font-size: 20px;
  padding-right: 4px;
  line-height: 2;
}

.footer-widget {
  background: var(--blue);
  /* margin-top: 30px; */
  color: var(--white);
  padding: 10px 0px;
}

.footer-widget p {
  text-align: center;
}

.footer-widget a {
  color: var(--white);
}

.footer-social-icon {
  display: flex;
  gap: 15px;
}

.footer-social-icon a i {
  border: 2px solid var(--brown);
  padding: 10px;
  border-radius: 20px;


}

.footer-social-icon a i:hover {
  background-color: var(--blue);
  color: var(--white);
  border: none;
  transition: 0.5s ease-out;
}

/* responsive css start here */

@media screen and (max-width: 1200px) {
  .footer .contact-info p a {
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .footer .part {
    margin-bottom: 20px;
  }

  .footer .part-1 .footer-logo img {
    margin-bottom: 5px;
  }

  .footer .part-1 .text {
    margin-bottom: 5px;
  }

  .footer .part .head {
    margin-bottom: 10px;
  }

  .footer .contact-info p a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .footer .part .head {
    margin-bottom: 5px;
  }

  .footer .part .head h3 {
    font-size: 18px;
  }

  .footer .part-1 .footer-logo img {
    width: 150px;
    margin-bottom: 13px;
  }



  .footer .part ul li a {
    font-size: 12px;
  }

  .footer .contact-info p {
    font-size: 12px;
  }


  .footer .contact-info p a {
    font-size: 12px;
  }

  .footer .part-1 .text p {
    font-size: 12px;
    margin-bottom: 15px;
  }



  .footer .part ul li {
    margin-bottom: 5px;
  }
}

/* responsive css ends here */

/* ---------------- footer css ends here ---------------- */