/* styles.css */

/* Reset CSS */

    /* Mobile Menu Styles */
    .mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 80%; /* Adjust as needed */
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 1000;
        transform: translateX(-100%);
        transition: transform 0.3s ease-in-out;
        padding-top: 60px; /* Adjust based on the header height */
    }
    
    .btn-link {
    color: #000000!important;
}

    .mobile-menu.active {
        transform: translateX(0);
    }

    .menu-trigger {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
        z-index: 1500; /* Ensure it's above the menu */
    }

    .menu-trigger .icon {
        display: block;
        width: 30px;
        height: 3px;
        background-color: white;
        margin-bottom: 5px;
    }

    /* Main Menu Styles */
    .main-menu {
        list-style-type: none;
        padding-left: 0;
    }

    .main-menu li {
        padding: 8px 0;
        min-width: 48px;
        position: relative;
    }

    .main-menu li .icon {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: white;
    }

    .main-menu li .arrow {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        opacity: 0.7; /* Adjust opacity as needed */
    }

    .sub-menu {
        display: none;
        padding-left: 20px;
    }

    .sub-menu.active {
        display: block;
    }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
}

.container {
    width: 90%;
    margin: 0 auto;
}

header {
  
}

header .logo {
    margin-bottom: 10px;
}

header .logo h1 {
    font-size: 24px;
    margin: 0;
}

header .logo p {
    font-size: 14px;
    margin: 0;
    opacity: 0.7;
}

header .contact-info {
    margin-bottom: 10px;
}

header .contact-info p {
    margin: 5px 0;
    font-size: 14px;
}

header .contact-info a {
    color: #fff;
    text-decoration: none;
}

nav ul {
    list-style-type: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

.mega-menu-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.mega-menu-content ul li {
    padding: 10px;
}

.mega-menu-content ul li i {
    margin-right: 10px;
}

.mega-menu:hover .mega-menu-content {
    display: block;
}

.hero {
    background-image: url(../services-images/packers-movers-banner.webp);
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.text-content {
    padding: 20px;
}

.enquiry-form {
    padding: 20px;
    background-color: #ffffff; /* Add background color for better visibility */
	border-radius: 1.6rem;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    margin-top: 50px;
    text-align: center;
}

footer ul {
    list-style-type: none;
    padding: 0;
}

footer ul li {
    display: inline;
    margin-right: 20px;
}

footer ul li a {
    text-decoration: none;
	font-size: 12px;
}
.redmore4 {

    border-radius: 2rem;
    background-color: #0a57ff;
    width: 36px;
   
    height: 1.1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
	    text-align: center;
    margin: auto;
}
.heaading {
padding-top: 40px;
text-align:center;
}
 .section {
            padding: 60px 0;
        }
		 .section1 {
            padding: 10px 0;
        }
        .box {
            background: #fff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 29px;
            margin-bottom: 30px;
            border-radius: 10px;
        }
        .check-mark-icon {
            color: #4CAF50;
            margin-right: 10px;
        }
        .process-step {
            text-align: center;
            margin-bottom: 30px;
            position: relative;
        }
        .process-step img {
            width: 200px;
            height: 200px;
            border-radius: 50%;
            border: 5px solid #fff;
            transition: border 0.5s;
            text-align: center;
            position: relative;
            display: inline-block;
            box-shadow: 0 0 9px 0 rgb(24 35 51 / 9%);
            transition: .3s;
        }
        .process-step img:hover {
            border: 3px solid #e31e25;
        }
        .process-number {
            position: absolute;
               top: 32%;
    left: 18%;
            transform: translate(-50%, -50%);
            background: #e31e25;
            color: #fff;
            padding: 15px 18px;
            border-radius: 50%;
            text-align: center;
            z-index: 1;
            transition: .5s;
        }
        .process-number:after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            height: 65px;
            width: 65px;
            background: #e31e25;
            border-radius: 50%;
            opacity: .5;
            z-index: -1;
        }
        .process-number:before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            height: 79px;
            width: 79px;
            background: #e31e25;
            border-radius: 50%;
            opacity: .4;
            z-index: -1;
        }
        .media-logos img {
            width: 100px;
            margin: 10px;
        }
		
		.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0.5rem;
}

.redmore4spn {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
    max-width: 100%;
}
.redmoreimg {
position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    padding: 0;
    border: none;
    margin: auto;
    display: block;
    width: 0;
    height: 0;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
}
.service-icon { 
width:12px;
height:12px;
text-align:center;
margin:auto;
 }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    border-radius: 0.10rem;
    cursor: pointer;
    background-color: #eef2ff !important;
    border-radius: 0.5rem;
    margin-top: 10px;
}
.card-body1 {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
	border-radius: 10px !important;
	background-color: #ffffff !important;
}
.card-title {
    margin-bottom: 0.75rem;
    font-size: 13px;
}

.bg-light {
    background-color: #ffffff !important;
}
.bg-lights {
    background-color: #eef2ff !important;
}
.callme {
    width:30px !important;
}

.button.start {
    background: var(--color-white);
    border-color: var(--color-teal);
    color: var(--color-teal);
}

.button-menu{
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
}
.button-menu {
    align-items: center;
    background: #ffffff;
    border: 0.1rem solid #0d8460;
    border-radius: var(--radius-base);
    color: #0d8460;
    cursor: pointer;
    display: inline-flex;
    font-size: 1.0rem;
    font-weight: var(--font-weight-semibold);
    height: 2.4rem;
    justify-content: center;
    letter-spacing: 0;
    line-height: 1.5;
    min-width: 3.1rem;
    overflow: visible;
    padding: 0px 0.6rem;
    position: relative;
    text-decoration: none;
    user-select: none;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}
.button-menu.primary {
    background: #e32c26;
    border-color: #ffffff;
    color:#ffffff;
}
.newp {
border-radius: 6px;padding: 20px; }

.button-menu.primary a {
    background: #e32c26;
    color:#ffffff;
}

.button-menu:hover {
    box-shadow: 0 7px 14px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
}



.button-menu .icons {
    pointer-events: none;
	 margin-right: 0.6rem;
	 width:20px;
	 height:20px;
}

.btn-menu {
    grid-gap: 1rem;
    display: flex;
    margin: auto!important;

    justify-content: center!important;
}
.no-scroll {
    overflow: hidden !important;
}

@media (min-width: 768px)
.noticeText {
    font-size: .875rem;
    line-height: 1.25rem;
}

.noticeText {
    --tw-text-opacity: 1;
    color: rgb(35 31 32/var(--tw-text-opacity));
    font-size: .75rem;
    line-height: 1rem;
    padding: 0.25rem 1.75rem;
    text-align: center;
	margin: auto;
}

.quotesnow {
    --tw-text-opacity: 1;
    color: rgb(232 62 62/var(--tw-text-opacity));
    cursor: pointer;
    font-weight: 600;
    text-decoration-line: underline;
}
.noticemsg {
    --tw-bg-opacity: 1;
    background-color: rgb(253 236 236/var(--tw-bg-opacity));
    display: flex;
    justify-content: center;
}

.features-list {
    display: flex;
    flex-direction: column;
    gap: 0rem; /* Adjust the gap between list items */
    padding-top: 1.25rem; /* Adjust top padding */
    list-style-type: none;
    margin: 0;
}

.features-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #606162;
}

.tick-icon {
    margin-top: 3px;
    width: 20px;
    height: 20px;
}

.tick-icon2 {
    margin-top: 1px;
    width: 15px;
    height: 13px;
}
.reviewsnow{
   padding: 20px 20px 30px 20px;
    background-color: #ffffff;
    border-radius: 1.6rem;
    margin-bottom: 10px;
    border: solid #cdb9b9 0px;
}
.testimonials {
background-color: #f3f9ff;
padding:30px 0 30px 0;
}
.bpm-container {
    display: flex;
    gap: 19px;
    align-items: center;
    width: fit-content;
    background-color: transparent;
}

.bpm-image-container {
    background-color: #F3F9FF;
    padding: 8px;
    border-radius: 4px;
}

.bpm-content {
    display: flex;
    flex-direction: column;
}

.bpm-title {
    color: #231F20;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
	margin-bottom: 0px !important;
}

.bpm-subtitle {
    color: #231F20;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px !important;
}

.bpm-rating-container {
    display: flex;
    gap: 1rem;
    align-items: center;
    color: #606162;
    font-weight: 500;
}

.bpm-rating-img {
    width: 92px;
    height: 16px;
}

.bpm-rating-details {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.bpm-rating-value {
    padding-right: 10px;
    border-right: 1px solid #CACED1;
    font-size: 12px;
	margin-bottom: 0px !important;
}

.bpm-review-count {

	margin-bottom: 0px !important;
}


@media (min-width: 768px) {
    .bpm-rating-value {
        font-size: 10px;
		margin-bottom: 0px !important;
    }
}

@media (min-width: 992px) {
    .bpm-rating-value {
        font-size: 14px;
		margin-bottom: 0px !important;
    }
}

.callout-main {
    bottom: 1rem;
   
    width: 100%;
    z-index: 99999;
    display: flex;
    justify-content: center;
	    margin-top: 15px;
		 width: calc(100% - 2 * var(--layout-padding));
    box-shadow: rgb(41 174 231) 4px 3px ;
 
    border-radius: 20px;
	background-color: #eef2ff;
	
}
.icon {
width:20px;
height:20px;}

.social-media li {
    display: inline;
    margin-right: 4px !important;
}

.callout{


}
.callout-image {
  display: flex;
  width:40%;
  float:left;
      padding-top: 5px;
	      margin-left: 5px;
 

}

.callout-img {
 
 width: 135px;
    height: 121px;
 

}

.callout-button {
    display: grid;
    grid-template-areas:
 
    gap: 0.3rem;
	
	text-align: center;
	
}
.callout-title {
        font-size:14px;
    line-height: 1.4375rem;
    font-weight: bolder;
    margin-top: 20px;
	padding-left: 5px;
	text-align: center;
}

.callout-title2 {
        font-size: 1.125rem;
    font-weight: bolder;
	margin-bottom: 2px;
  
}

.callout-des {
    font-size: 13px;
	padding-left: 3px;
	text-align: center;
	margin:auto;
      }

.callout-content {
     display: block;
	 width:60%;
	float:left;
}

.closebtn {

  position: absolute;
    top: 1rem;
    right: 1rem;
    display: grid;
    height: 2.5rem;
    width: 2.5rem;
    cursor: pointer;
    place-items: center;
    margin: -0.5rem -0.25rem -0.5rem 0.5rem;
	    display: inline-block;
}

.closebtn:hover {
  color: lightgrey;
}
.open-button {
  background-color: #fd5f75;
  color: #ffffff;
  font-weight:800;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  position: fixed;
  border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  bottom: 0px;
  right: 15px;
  width: 216px;
   z-index: 9999;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.select-list {
    padding: 30px;
    /* Add styles for select-list class */
}

.right {
    /* Add styles for right class */
}

.list-count {
    /* Add styles for list-count class */
}

.airnet-radio {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.arrow {
    /* Add styles for arrow class */
}

.custom-scroll {
    /* Add styles for custom-scroll class */
}

.airnet-radio li {
    /* Add styles for li elements inside airnet-radio */
    position: relative;
	margin-bottom: 20px;
}

.airnet-radio li input[type="radio"] {
    display: none;
}

.airnet-radio li label {
    display: block;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
	 border-radius: 10px;
    position: relative;
}

.airnet-radio li label:hover {
    background-color: #fff8f8;
}

.airnet-radio li input[type="radio"]:checked + label {
    background-color: #fdecec;
    border-color: #aaa;
}

.airnet-radio li label span {
    display: block;
	font-weight: bold;
}

.hint {
    font-size: 0.9em;
    color: #666;
}

.select-list.right .airnet-radio.arrow [type=radio]:checked + label:after,
.select-list.right .airnet-radio.arrow [type=radio]:checked + label:before,
.select-list.right .airnet-radio.arrow [type=radio]:not(:checked) + label:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 30px;
    content: "";
	background-image: url(../services-images/arrow.png);
}

.select-list.right .airnet-radio.arrow [type=radio] + label:after,
.select-list.right .airnet-radio.arrow [type=radio] + label:before {
    border: 0;
    border-radius: var(--radius-round);
    bottom: 0;
    height: 2.6rem;
    margin: auto;
    position: absolute;
    right: 0.5rem;
    top: 0;
    transform: inherit;
    transition: none;
    width: 2.6rem;
}

.select-list.right .airnet-radio [type=radio] + label:after,
.select-list.right .airnet-radio [type=radio] + label:before {
    height: 2.4rem;
    left: auto;
    right: 1rem;
    top: auto;
    width: 2.4rem;
}

.select-list.right .airnet-radio.arrow [type=radio]:checked + label:after {
    background-color: var(--color-primary);
    background-image: url(../services-images/blue-two.png);
	
}
  .aairnetservices {
    background-color: #f5f5f5; /* Light background for content area */
    padding-bottom: 30px !important;
    padding-top: 30px; /* Add some bottom padding */
  }

  .aairnetservices h2 {
    margin-bottom: 20px !important;
    margin-top: 20px !important; /* Add space between heading and links */
    text-align: center; /* Center heading text */
  }

  .aairnetfooter {
    background-color: #e0e0e0; /* Slightly darker background for airnetfooter */
    padding-top: 30px !important;
    padding-bottom: 20px;
  }

  .aairnetfooter p {
    color: #666; /* Adjust copyright text color */
  }

  .aairnetfooter-links {
    display: flex; /* Arrange links horizontally */
    justify-content: space-between; /* Distribute links evenly */
  }

  .aairnetfooter-links li {
    margin-right: 5px; /* Add spacing between airnetfooter links */
    font-family: Google Sans Mono,monospace  !important;
  list-style: none !important;
  font-size:.875rem !important;
  font-weight:500 !important;
  }

  .aairnetfooter-links li:last-child {
    margin-right: 0; /* Remove margin from last link */
  }
  
  .alocal-area-links {
  list-style: none; /* Remove default bullet points */
  padding: 0;
  margin: 0;
}

.alocal-area-link {
     color: #5a5858;
    text-decoration: none !important;
    padding: 4px 4px !important;
    transition: all 3.3s ease-in-out;
    list-style: none !important;
    font-size: .85rem !important;
    font-weight: 500 !important;
    border-bottom: 2px dotted #0e0d0d;
    line-height: 33px !important;
}

.alocal-area-link:hover {
  color: #007bff; /* Change color on hover */
}



/* Button Container */
.button-container {
    display: flex;
    gap: 2rem;
	padding:20px;
}

@media (min-width: 768px) {
    .button-container {
        gap: 10rem;
    }
}

/* Video Button */
.video-button {
    display: flex;
    gap: 2rem;
    align-items: center;
    border: none;
    background: none;
    cursor: pointer;
    padding: 0;
    text-decoration: none; /* Remove default underline from the link */
}
button:focus {
    outline: 0px dotted !important;
    outline: 0px  !important;;
}

@media (max-width: 767px) {
    .video-button {
        padding: 0.25rem;
        border: 0px solid;
    }
}

@media (min-width: 768px) {
    .video-button {
        gap: 2rem;
    }
}

/* Video Text */
.video-text {
    font-size: 12px;
    font-weight: 500;
    text-align: start;
    order: 1;
    text-decoration: underline;
    color: inherit; /* Ensure text color is inherited */
	text-align: center;
    margin: auto;
}
}

@media (min-width: 768px) {
    .video-text {
        font-size: 14px;
    }
}

/* Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

pb-4, .py-4 {
    padding-bottom: 4.5rem!important;
}

.card-header {
    background-color: #f8faff!important;
	}
	
	


@media only screen and (max-width: 767px) {
    .hero {
        margin-top:0px !important;
    }
}
#myInput{box-sizing:border-box;background-image:url(../menu-icon/locations.png);background-position:10px 10px;background-repeat:no-repeat;font-size:14px;padding:14px 20px 14px 36px;background-color:f4f5ff;border:none;margin:2px;border:1px solid #f6f4f4; color:#333; border-radius:25px; height: 40px; margin-top: -3px; margin-left: -5px; width:100%}#myInput:focus{outline:1px solid #ddd}.dropdown{position:relative;display:block}

.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  border: 3px solid #f1f1f1;
  z-index: 9;
  width:100%;
  height:100%;
  background-color:#f8f9fa;
  overflow-x: hidden;
    overflow-y: auto;
}
.imgquote {
width:115px;
margin:auto;
padding-top: 10px; }

/* Add styles to the form container */
.form-container {
  max-width: 100%;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
.chat-NO{width:100%;height:100%;border:none;margin:auto;background-color:#fff; text-align:center;}
.chat-2{width:100%;height:168% !important;border:none;margin:auto;background-color:#fff; text-align:center; margin-bottom:10px;}

.yesairnet {
padding: 16px;
    padding-right: 18px;
    /* margin: auto; */
    display: inline-block;
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 0;
    float: right;
    cursor: pointer;
	}
	.form-header {
	 background-color: #ffffff;
	 }