@import url("https://fonts.googleapis.com/css2?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");

:root {
  --primary-color: #0463b6;
  --secondary-color: #000000;
  --tertiary-color: rgb(0, 0, 0);
  --link-color: white;
  --link-color2: rgb(0, 0, 0);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", serif;
  font-size: 1em;
}

ul {
  list-style-type: none;
  margin-bottom: 0;
}
p {
  font-size: 16px;
}
a {
  font-size: 15px;
}
.custom-list {
  display: flex;
  align-content: center;
}
.custom-list li {
  display: flex;
  align-items: center;
}
.custom-list li span {
  margin-left: 10px;
}
.section-padding {
  padding: 50px 0px;
}
.section-bg {
  background-color: #c7e5ff12;
}
.section-heading-sm {
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}
.section-heading-sm span {
  position: relative;
}
/* .section-heading-sm span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  height: 2px;
  width: 150px;
  background-color: var(--primary-color);
} */

/* .section-heading-sm::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    height: 2px;
    width: 200px;
    background-color: var(--primary-color);
} */
.section-heading-lg {
}
.pro-name-color {
  color: #12324e;
}
.section-des {
  text-align: center;
  padding: 0px 80px;
  margin-bottom: 50px;
}
.section-content {

}
.breadcrumb {
  width: 100%;
  background-color: #ebebeb;
}
.breadcrumb-bg {
  padding-top: 12px;
  padding-bottom: 6px;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid rgb(192, 192, 192);
}
.breadcrumb-bg h3 {
  background-color: #bdbdbd38;
  color: black;
  padding: 7px 20px;
  font-size: 20px;
}
.breadcrumb span {
  color: var(--primary-color);
}
.breadcrumb a {
  text-decoration: none;
  color: black;
}
/* sidebar css */
.sidebar {
  background-color: whitesmoke;
}

.sidebar-close {
  border: none;
  background-color: transparent;
  font-size: 23px;
  color: black;
}
.related-pro-head {
  background-color: var(--primary-color);
  font-size: 24px;
  color: white;
  padding: 8px 20px;
  margin-bottom: 20px;
}
/* header css */
header {
}
.header-top {
  background-color: var(--primary-color);
  color: var(--link-color);
  padding: 7px 50px;
}
.header-top-left span {
  font-size: 14px;
  font-weight: 500;
}
.header-top-right {
  display: flex;
  align-items: center;
}
.header-top-right a {
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: var(--link-color);
}
.header-top-right a i {
  font-size: 12px;
}
.header-top-right .enquiry-btn {
  display: flex;
  align-items: center;
  margin-left: 20px;
  border: none;
  background-color: var(--secondary-color);
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 500;
  padding: 4px 20px;
  border-radius: 3px;
}
.header-top-right .enquiry-btn i {
  font-size: 15px;
  margin-right: 5px;
}
.header-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 50px;
  box-shadow: 0px 0px 10px -5px;
  background-color: white;
  /* transition: all 1s; */
}
.header-bottom-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: white;
  transition: all 1s;
}
.header-bottom .logo {
}
.header-bottom .logo a {
    display:flex;
    align-items:center;
  text-decoration: none;
  color: black;
}
.header-bottom .logo a span{
  font-weight:bold;
  font-size:26px;
  margin-left:15px;
  color:var(--primary-color);
}
.header-bottom .logo a img {
  max-height: 60px;
  max-width: 300px;
  object-fit: cover;
}
.sidebar-logo img{
  max-width: 200px;
}
.sidebar-navlinks{
    text-decoration:none;
    color:var(--link-color);
}
.list-group-item{
    background-color:var(--primary-color);
    padding:20px 30px;
}

#navbar-open{
    display:none;
}
#navbar-open{
   border:none;
   background-color:transparent;
   font-size:30px;
}
.nav-links {
}
.nav-links ul {
  display: flex;
  align-items: center;
}
.nav-links ul {
  display: flex;
  align-items: center;
}
.nav-links ul .nav-link-item{
  height: 60px;
  display: flex;
  align-items: center;
}
.nav-links ul li .nav-link-item {
  text-decoration: none;
  color: var(--link-color2);
  margin: 0px 20px;
  font-size: 18px;
}
#our-products{
  position: relative;
}
.dropdown-cat{
  visibility: hidden;
  padding-left: 0;
  position: absolute;
  top: 100%;
  left: 17px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  z-index: 999;
  background-color: white;
  border: 1px solid rgb(215 215 215);
}
#our-products:hover .dropdown-cat{
visibility: visible;
}
.dropdown-cat .cat-link{
text-decoration: none;
font-size: 14px;
color: var(--link-color2);
}
.dropdown-cat li{
  min-width: 300px;
  padding: 6px 20px;
  border-bottom: 1px solid rgb(215 215 215);
}
.dropdown-cat li:hover{
  background-color: var(--primary-color);
}
.dropdown-cat li:hover .cat-link{
  color: var(--link-color);
}
.cat{
  position: relative;
}
.dropdown-pro{
  visibility: hidden;
  padding-left: 0;
  position: absolute;
  top: -1px;
  left: 100%;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  z-index: 999;
  background-color: white;
  border: 1px solid rgb(215 215 215);
}
.cat:hover .dropdown-pro{
  visibility: visible;
}
.dropdown-pro .pro-link{
  min-width: 200px;
}
.dropdown-pro .pro-link a{
  text-decoration: none;
  color: var(--link-color2);
}
.dropdown-pro .pro-link:hover a{
  color: var(--link-color);
}
/* banner slider css */
.swiper-slide {
  height: auto;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* sm about css */
.about-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  box-shadow: 0px 0px 12px -8px;
  padding: 25px;
  border-radius:12px;
  border:1px solid #d7d7d7;
}
.about-box img {
  font-size: 30px;
  height: 55px;
  width: 55px;
}
.about-box h3 {
  margin-top: 20px;
  font-size: 19px;
  text-align: center;
}
.about-box p {
  text-align: center;
  font-size: 15px;
}

/* keyword section css */
.keyword-img {
  float: right;
  margin-bottom: 10px;
  margin-left: 30px;
}
.keyword-img img {
  width: 400px;
  border-radius: 5px;
  aspect-ratio: 1/1;
  object-fit: cover;
  box-shadow:0px 0px 15px -10px;
  border:1px solid #e1e1e1;
  border-radius:10px;
}
.keyword-content h1 {
  font-size: 27px;
  margin-bottom: 15px;
}
.keyword-content p {
  text-align: justify;
}
.main-cat-btns {
  margin-top: 4px;
  display: flex;
  align-content: center;
}
.main-cat-btns a {
  width: 50%;
  text-decoration: none;
  color: whitesmoke;
  background-color: black;
  text-align: center;
  padding: 7px 20px;
  border-radius: 5px;
}
.main-cat-btns a:first-child{
 margin-right: 7px;
}

/* products section css */
.product-box {
  margin-bottom:30px;
  box-shadow: 0px 0px 12px -8px;
  padding: 10px;
  background-color: rgb(255, 255, 255);
}
.product-box-img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.product-box-img img {
  width: 100%;
  aspect-ratio: 2/1.6;
  object-fit: cover;
}
.product-box:hover .product-box-img img {
  transform: scale(1.3);
  transition: all 1s;
}
.product-box:hover{
  box-shadow: 0px 0px 12px -3px;
   transition: all 0.5s;
}
.product-box h3 {
  font-size: 19px;
  text-align: center;
   white-space: nowrap;
  overflow: hidden;   
  text-overflow: ellipsis; 
}

.product-box h3 a {
  font-size: 19px;
  color: #000;
  text-decoration: none;
}
.product-box p {
      display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 8px;
}
.action-btns {
  display: flex;
}
.action-btns a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 5px;
  font-size: 11px;
}
.action-btns a i {
  font-size: 17px;
  margin-right: 3px;
}
.action-btns a:first-child {
  flex: 1;
  text-decoration: none;
  background-color: rgb(4 50 98);
  margin-right: 3px;
}
.action-btns a:nth-child(2) {
  flex: 1;
  text-decoration: none;
  background-color: var(--primary-color);
  margin-right: 3px;
}
.action-btns a:last-child {
  flex: 1;
  text-decoration: none;
  background-color: green;
  margin-left: 3px;
}

/* contact section css */

.faq-section,
.contact-section {
  padding: 30px;
}

.accordion-item {
  margin-bottom: 10px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
}

.accordion-button {
  background-color: var(--primary-color);
  color: var(--text-color);
  font-weight: 600;
  transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
  background-color: black;
  color: white;
}
.accordion-button i {
  margin-right: 10px;
  color: white;
}
.accordion-button:not(.collapsed) i {
  color: white;
}
.accordion-button::after {
    height:20px;
    width:20px;
  color: white;
  background-image: url("../img/down-arrow.png");
}
.accordion-button:not(.collapsed)::after{
 background-image: url("../img/down-arrow.png");
}
.accordion-button:not(.collapsed).accordion-button::after {
  color: rgb(0, 0, 0);
}
.accordion-button:focus{
  box-shadow: none;
}
.contact-form {
  background-color: white;
  padding: 20px;
  box-shadow: 0px 0px 15px -8px;
  border-radius: 10px;
}
.contact-form label {
  font-size: 15px;
}
.country-select{
  width: 100px;
  font-size: 13px;
  border: 1px solid #ababab;
  background-color: whitesmoke;
}
.contact-form .input-group-text {
  background-color: whitesmoke;
  border: none;
  border-right: 2px solid #ababab;
  margin-right: 1px;
}

.contact-form .form-control {
  margin: 0;
  font-size: 15px;
  border: none;
  background-color: whitesmoke;
  transition: all 0.3s ease;
}
.contact-form .form-select {
  margin: 0;
  font-size: 15px;
  border: none;
  background-color: whitesmoke;
  transition: all 0.3s ease;
}

.contact-form .form-control:focus {
  box-shadow: 0 0 0 0.25rem white;
}

.submit-btn {
  background-color: var(--primary-color);
  border: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.submit-btn:hover {
  background-color: var(--secondary-color);
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .main-content {
    flex-direction: column;
  }
}

/* footer css */
/* Custom Footer Styles */
.custom-footer {
  background-color: var(--primary-color);
  color: #ecf0f1;
  padding-top: 30px;
  padding-bottom: 30px;
}

/* First Section Styles */
.footer-first-section {
  padding-bottom: 15px;
  padding-top: 15px;
  margin-bottom: 30px;
}

.footer-first-section .contact-box,
.footer-first-section .social-box,
.footer-first-section .address-box {
  min-height: 160px;
  padding: 20px;
  border: 1px solid black;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  background-color: #fff;
}
.contact-box p {
  display: flex;
  justify-content:center;
  font-size: 15px;
  color: black;
  margin-bottom: 9px;
}
.contact-box p span {
  margin-right: 5px;
}
.contact-box p a {
  text-decoration: none;
  color: black;
  margin-left: 5px;
  word-break: break-all;
}
.address-box p {
  font-size: 15px;
  color: black;
  text-align:center;
}

.footer-first-section h4 {
  font-size: 18px;
  color: #000000;
  margin-bottom: 13px;
  text-align:center;
}

.footer-first-section h4 i {
  margin-right: 10px;
  font-size: 16px;
}

.social-links {
  gap: 15px;
  margin-top: 15px;
  display:flex;
  justify-content:center;
}

.social-icon {
  color: #000000;
  font-size: 18px;
  transition: color 0.3s ease;
  margin: 0px 10px;
}

.social-icon:hover {
  color: #000000;
}

/* Second Section Styles */
.footer-second-section {
  margin-bottom: 30px;
}

.footer-second-section .col {
  text-align: center;
}

.footer-second-section h5 {
  color: white;
  margin-bottom: 25px;
  text-align: start;
  position: relative;
}
.footer-second-section h5::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 1px;
  width: 90px;
  background-color: rgb(255, 255, 255);
}

.footer-second-section ul {
  list-style: none;
  padding: 0;
}

.footer-second-section ul li {
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: start;
  margin-bottom: 8px;
}

.footer-second-section ul li a {
  color: var(--link-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-second-section ul li a:hover {
  color: #ffffff;
}

/* Third Section Styles */
.footer-third-section {
  background-color: rgb(14 81 139);
  padding: 15px 0;
}

.footer-third-section p {
  margin: 0;
  color: #fffefe;
  font-size: 14px;
  text-align: center;
}
.footer-third-section p a {
  text-decoration: none;
  color: #92ff86;
  font-weight:500;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .social-links {
    justify-content: center;
  }

  .footer-second-section .col {
    margin-bottom: 20px;
  }
}
/* enquriy modal css */
.modal {
  height: 100vh;
  display: none;
  position: fixed;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 2% auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 900px;
  width: 100%;
  text-align: center;
  position: relative;
}

.close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close-btn:hover {
  color: black;
}

form input {
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  box-sizing: border-box;
}

form button {
  width: 100%;
  padding: 10px;
  background-color: #4caf50;
  color: white;
  border: none;
  cursor: pointer;
}

/* about page css */
.about-img {
    width:100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  box-shadow:0px 0px 15px -12px;
  border:1px solid #e3e3e3;
  border-radius:10px;
}
.about-content {
    text-align:justify;
}
.about-content h1 {
  font-size: 30px;
  margin-bottom: 15px;
}
.about-content p {
    text-align:justify;
}
.about-table {
  width: 700px;
}
.companyinfo table {
  width: 100%;
}
.companyinfo table tr th,
.companyinfo table tr td {
  padding: 10px !important;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 991px) {
  .companyinfo table {
    font-size: 22px;
  }
}
@media only screen and (max-width: 576px) {
  .companyinfo table {
    font-size: 17px;
  }
}

/* contact page css */
.contact-info-container {
  /* box-shadow: 0px 0px 12px -9px; */
  padding: 20px;
}
.contact-info-box {
    padding-bottom:5px;
  display: flex;
  align-content: center;
  margin-bottom: 15px;
  border-bottom: 1px solid rgb(187, 187, 187);
}
.contact-info-box:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.contact-info-box .icon {
  background-color: var(--primary-color);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
.contact-info-box .icon i {
  font-size: 25px;
  color: white;
}
.contact-info-box h3 {
  font-size: 17px;
}
.contact-info-box p {
  font-size: 15px;
  margin-bottom: 6px;
}

.contact-info-box p a {
    word-break:break-all;
  color: #000000;
  text-decoration: none;
  font-size: 15px;
  margin-bottom: 6px;
}
.contact-info-box p a:hover {
  color: #474747;
}
.contact-form-box {
  border-left: 1px solid rgb(228, 228, 228);
}
.social-links-cont {
  display: flex;
  align-content: baseline;
  padding-left: 0;
  margin-top: 30px;
}
.social-links-cont li a {
  text-decoration: none;
  font-size: 21px;
  color: rgb(0, 0, 0);
  background-color: whitesmoke;
  margin: 0px 5px;
  padding: 5px 10px;
}
.our-products-head {
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 42px;
  padding-bottom: 11px;
}
.our-products-head a {
  font-size: 22px;
  text-decoration: none;
  color: black;
}

/* product page css */
.product-img {
  float: right;
  width: 400px;
  margin-left: 40px;
  margin-bottom: 40px;
  padding: 20px;
  box-shadow: 0px 0px 12px -8px;
}
.product-img img {
  margin-bottom: 8px;
  width: 100%;
  aspect-ratio: 2/1.7;
  object-fit: cover;
}
.product-content {
}
.product-content h1 {
  font-size: 24px;
}
.product-content p {
  text-align: justify;
}

/* sitemap page css */
.sitemap-navhead {
  margin-bottom: 20px;
  font-size: 18px;
  padding:8px 20px;
  background-color:#e79e1a;
}
.sitemap-cathead{
    font-size:17px;
  padding: 8px 20px;
  background-color: var(--secondary-color);
  color:white;
  display: flex;
  align-items: center;
  font-weight: normal;
}
.sitemap-cathead a{
 text-decoration: none;
  font-size: 18px;
  color: white;
}
.sitemap-navlink {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
}
.sitemap-navlink li {
  background-color: var(--primary-color);
  color: rgb(255, 255, 255);
  padding: 5px 20px;
  border-radius: 3px;
  margin-bottom: 15px;
  margin-right:15px;
}
.sitemap-navlink li a {
  text-decoration: none;
  color: white;
}
.sitemap-catlink {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
}
.sitemap-catlink li {
  background-color: var(--primary-color);
  color: rgb(255, 255, 255);
  margin-right: 15px;
  padding: 5px 20px;
  border-radius: 3px;
  margin-bottom: 15px;
}
.sitemap-catlink li a {
  text-decoration: none;
  color: white;
}
/* blog page css */
.blog-box-title{
   text-decoration: none;
   color: black;
   font-size: 20px;
}
.blog-head{
  display: flex;
 align-items: center;
padding: 10px 10px;
background-color: #f1f1f1;
margin-bottom: 10px;
}
.blog-head img{
  width: 40px;
  width: 40px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 0;
}
.blog-head p{
margin: 0px 30px;
}
.blog-head span{

}
.blog-head ul{
 display: flex;
 align-content: center;
 padding-left: 0px;
 margin-left: 30px;
}
.blog-details img{
 /* margin-bottom: 15px; */
}
.blog-details h1{
 font-size:38px;
 margin-bottom: 15px;
}
.blog-details p{

}
.contact-form-blog{
  box-shadow: 0px 0px 12px -10px;
  padding: 20px 20px;
  box-sizing: border-box;
}
.blog-cat-box{
  margin-top: 30px;
  box-shadow: 0px 0px 12px -10px;
  padding: 20px;
}
.blog-cat-box h3{
 font-size: 23px;
margin-bottom: 16px;
}
.blog-cat-box ul{
 padding-left: 0;
 display: flex;
 flex-direction: column;
}
.blog-cat-box ul li{
  padding: 10px 20px;
  background-color: #f1f1f1;
  font-weight: 500;
  margin-bottom: 10px;
}
.blog-cat-box ul li a{
text-decoration: none;
color: black;
}
.blog-social-box{
  margin-top: 30px;
  box-shadow: 0px 0px 12px -10px;
  padding: 20px;
}
.blog-social-box h3{
 font-size: 23px;
margin-bottom: 16px;
}
.blog-social-box ul{
 padding-left: 0;
 display: flex;
align-items: center;
}
.blog-social-box ul li{
  padding: 10px 20px;
  background-color: #f1f1f1;
  font-weight: 500;
 margin-right: 15px;

}
.blog-social-box ul li a{
text-decoration: none;
color: black;
}
/* gallery page css */
.gallery-img{
  aspect-ratio: 1/1;
  object-fit: cover;
}



.mbi-footer{
  position: fixed;
  bottom: 0;
  background-color: #fff;
  border-top: 1px solid var(--primary-color);
  width: 100%;
  display: none;
}

.mbi-footer-list{
  display: flex;
  
}
.mbi-footer-list .mbi-menu-list{
  width: 20%;
}
.mbi-footer-list .mbi-menu-list a{
  display: block;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
  color: var(--primary-color);
  text-decoration: none;
  padding:15px 5px ;
  
}
.mbi-footer-list .mbi-menu-list a i{
  font-size: 20px;
}
.mbi-footer-list .mbi-menu-list a:hover{
  background-color: #f7f7f7;
}
.mbi-footer-list .mbi-menu-list a p{
  margin-bottom: 0;
  font-size: 13px;
}
.slick-track{
    margin-left: 0;
    margin-right: 0;
}



/* responsive css */
@media only screen and (max-width: 991px) {
    .nav-links{
     display:none;
    }
    #navbar-open{
    display:block;
}
  .category-links {
    display: none;
  }
  .navbar-btn {
    display: block;
    background-color: transparent;
    border: none;
    font-size: 25px;
  }
  .keyword-img {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
  }
  .keyword-img img {
    width: 100%;
  }

  .product-img{
      width:100%;
      margin-left:0px;
  }
  .city-list{
     display: grid !important;
      grid-template-columns: auto auto auto !important;
        column-gap: 20px;
}
.modal-content {
  margin: 35% auto;
  width: 95%;
}
}
@media only screen and (max-width: 557px) {
    .accordion-button{
        padding-right:23px;
    }
    .custom-footer {
  padding-bottom: 88px;
}
    .modal-content {
  margin: 23% auto;
  width: 95%;
}
    /*.footer-third-section p{*/
    /*    position:relative;*/
    /*}*/
    .about-box{
        min-height:173px !important;
        padding:5px;
    }
      .city-list{
      grid-template-columns: auto auto !important;
        column-gap: 10px;
}
  .header-bottom {
    padding: 8px 20px;
  }
  .section-des {
    text-align: justify;
    padding: 0px 10px;
    margin-bottom: 50px;
  }
  .faq-section,
  .contact-section {
    padding: 5px;
  }
  .product-img {
      padding:10px;
    float: right;
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .section-padding {
  padding: 20px 0px;
}
.action-btns a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  border-radius: 5px;
  padding: 13px 5px;
  font-size: 12px;
}
.action-btns a i {
  font-size: 17px;
  margin-right: 3px;
  display:none;
}
.footer-first-section .contact-box,
.footer-first-section .social-box,
.footer-first-section .address-box {
     display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
  min-height: 160px;
  padding: 20px;
  border: 1px solid black;
  border-radius: 8px;
  transition: background-color 0.3s ease;
  background-color: #fff;
}
.social-links{
    margin-top:6px;
}
.contact-form-box {
  border-left: none;
}


.about-box h3{
  font-size: 12px;
}
.about-box p{
  font-size: 11px;
}

.sidepopupcontainer{
  display: none;
}
.mbi-footer{
    z-index:999;
  display: block;
}

}





/* Floating Buttons Container */
.floating-buttons {
  position: fixed;
  bottom: 50px;
  right: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1000;
}

/* Individual Button Styles */
.whatsapp-button,
.call-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-decoration: none;
  color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-size: 28px;
}

.whatsapp-button {
  background-color: #25D366;
}

.call-button {
  background-color:var(--primary-color);
}

/* Hover Effect */
.whatsapp-button:hover,
.call-button:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

/* Animation - Pulse Effect */
.whatsapp-button,
.call-button {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

/* Media Query for even smaller screens */
@media (max-width: 400px) {
  .floating-buttons {
    bottom: 100px;
    right: 15px;
  }

  .whatsapp-button,
  .call-button {
    width: 40px;
    height: 40px;
    font-size: 22px;
    border-radius:50%;
  }

  .call-button {
    display: none;
  }
}


.sidepopupcontainer{
  position: fixed;
  top: 45%;
  right: -100px;
  z-index: 9999;
  transform: rotate(-90deg);
}


.thank-you-section {
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  /* max-width: 600px; */
  background-color: #fff;
}

.thank-you-heading {
  font-size: 2.5em;
  margin-bottom: 15px;
  color: #28a745;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.thank-you-paragraph {
  font-size: 1.2em;
  line-height: 1.7;
  margin-bottom: 30px;
  color: #555;
}

.back-link {
  display: inline-block;
  padding: 12px 25px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  margin-top: 20px;
  transition: background-color 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.back-link:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

/* Add a subtle animation */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.thank-you-section {
  animation: fadeIn 1s ease-out;
}

/* Check Icon Styles */
.check-icon {
  font-size: 4em;
  color: #28a745;
  margin-bottom: 20px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}


.city-list{
     display: grid !important;
      grid-template-columns: auto auto auto auto;
        column-gap: 20px
}
.city-list li{
    /*width:24%;*/]
    
}

.city-list li a{
    display:block;
    width:100%;
}
.country-select{
    width:50px;
}
.footer-logo{
    max-width:225px
}
.footer-contact-list{
    overflow:visible !important;

}
.footer-contact-list a{

    word-break:break-all !important;
}
@media (max-width: 557px) {
    .footer-logo{
    max-width:170px
}
.header-bottom .logo a img{
    max-width:220px;
}
}