
.card-header i {
    font-size: 35px;
    margin-bottom: 10px;
    color:#49577fbf !important;
}
.btn-primary {
     background-color:#228b22bf !important;
     border:#228b22bf !important;
    
}
.social-links a {
    font-size: 30px;
    margin: 4px;
    display: inline-block;
}
.social-links img {
    margin-top: 4px;
    transition: all 0.3s ease; /* Smooth hover transition */
    height: 50px;
}
.social-links a[href*="documents.html"] img {
    margin-top: 10px; /* ISO image specific */
}
/* Hover effect: Grayscale to color */
.social-links img {
    filter: grayscale(100%) opacity(0.7);
    
}
.social-links img:hover {
    filter: grayscale(0%) opacity(1);
    transform: scale(1.1); /* Slight zoom for dynamic feel */
}

.rounded-circle {

    background-color: #77819f !important;
}

.card-body {
    padding: 20px;
    text-align: left;
}
.card-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.card-body ul li {
    display: flex;
    align-items: flex-start;
    font-size: 0.9rem;
    color: #2c3e50;
    margin-bottom: 10px;
}
.card-body ul li::before {
    content: "✔";
    color: #007bff;
    margin-right: 10px;
    font-size: 1rem;
}

.airnet-quote {
    display: inherit;
    gap: 10px; 
}
    .calcu {
        background-color: #49577fbf !important;
    color: #fff !important;
}

 .calcus {
        background-color: red !important;
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: green !important;
    --bs-btn-border-color: green !important; }
.fade {
    margin-right: 0px !important;
    padding-right: 0px !important;
}

.modal {
    margin-right: 0px !important;
    padding-right: 0px !important;
}
/* Loader */
.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid red;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

/* Animations */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

  .hero-img {
  width: 100%;
  height: auto;
  display: block;
  animation: shake 0.5s infinite;
}

.wave-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  opacity: 0.1; /* Adjust visibility */
  animation: waveMove 1s linear infinite;
}

.wave-overlay svg {
  width: 100%;
  height: 100%;
  fill: white; /* Light wave; adjust as needed */
  transform: rotate(180deg); /* wave down on top */
}

/* Wave Animation */
@keyframes waveMove {
  0% { transform: translateX(0) rotate(180deg); }
  100% { transform: translateX(-50%) rotate(180deg); }
}

 .hero-wave-container {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
  border-radius: 10px;
  
}
    .service-card {
        display: flex;
        align-items: flex-start;
        background: #fff;
        border: 1px solid #e0e0e0;
        border-left: 6px solid #0d6efd;
        padding: 20px;
        border-radius: 12px;
        box-shadow: 0 2px 6px rgba(0,0,0,0.05);
        margin-bottom: 20px;
        transition: all 0.3s ease;
    }

    .service-card:nth-child(even) {
        background: #f8f9fa;
        border-left-color: #198754;
    }

    .service-card i {
        font-size: 28px;
        color: #0d6efd;
        margin-right: 20px;
        min-width: 30px;
        padding-top: 4px;
    }

    .service-card h5 {
        margin: 0 0 6px 0;
        font-weight: 600;
        font-size: 18px;
    }

    .service-card p {
        margin: 0;
        font-size: 15px;
        color: #444;
    }

    .service-card a {
        font-weight: 500;
        color: #0d6efd;
        text-decoration: none;
    }

    .service-card a:hover {
        text-decoration: underline;
    }

    @media (max-width: 768px) {
        .service-card {
            flex-direction: row;
        }

        .service-card i {
            margin-bottom: 0;
        }
    }
    
    .headn {
color: #0056ff;
    }
    
    .headn1 {
font-size: 40px;
    font-weight: 800;
    color: #000;
    line-height: 46px;
        margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    }
        .headn2{
font-size: 30px;
    font-weight: 800;
    color: #000;
    line-height: 46px;
        margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    }
  .headp { 
    color: #111;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
/* Container with gradient border */
.live-button-container {
  display: inline-flex;
  padding: 1px;
  border-radius: 24px;
  background: linear-gradient(270deg, #dee8fd, #003ed1);
  max-width: 402px;
}

/* Inner wrapper */
.live-button-wrapper {
 display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 24px;
    padding: 8px 24px;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: bolder;
    color: #1f82e9bf;
    gap: 16px;
    text-decoration: solid;
    text-transform: capitalize;
}

/* Live icon container */
.live-icon {
  position: relative;
  width: 15px;
  height: 15px;
}

/* Static dot */
.live-icon .dot {
  width: 8px;
  height: 8px;
  background-color: #57a1ef;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

/* Pulse animation circle */
.live-icon .pulse {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #57a1ef;
  animation: pulseAnim 2s ease-out infinite;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0.4;
}

/* Delay variants */
.pulse.delay-1 {
  animation-delay: 0.5s;
  opacity: 0.3;
}
.pulse.delay-2 {
  animation-delay: 1s;
  opacity: 0.2;
}

/* Pulse keyframes */
@keyframes pulseAnim {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
  a.bpm-quote-new {
    background: #228b22bf;
    color: #fff;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    margin-bottom: 25px;
    margin-top: 20px;
    font-size: 15px;
    padding: 10px 30px 10px 30px;
    border-radius: 5px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    -webkit-animation: 1s linear infinite sftm;
    animation: 1s linear infinite bpmm;
    -webkit-transition: .4s
}



a:hover.bpm-quote-new  {
    color:red;
    color: #021024 !important;
    
    
}
@keyframes bpmm {
    0% {
        -webkit-box-shadow: 0 0 0 0 #135429;
        box-shadow: 0 0 0 0 #135429;
    }
    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(94, 223, 255, 0);
        box-shadow: 0 0 0 20px rgba(94, 223, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(94, 223, 255, 0);
        box-shadow: 0 0 0 0 rgba(94, 223, 255, 0);
    }
}
 ul { list-style-type: none; }
 hero {
    background-image: url(../kps-new-bg.png);
    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;
	margin-top:70px;
}

.container my-5 {
    padding: 21px 35px !important; 
}


.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: #ffffff !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: 18px;
}

.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;
    }
}


.icon {
width:20px;
height:20px;}

.social-media li {
    display: inline;
    margin-right: 4px !important;
}


.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;
    }
}



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}


.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;
	 }

.services-item .service-mid-icon {
    width: 50px;
    height: 50px;
    float: left;
    margin-bottom: 10px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    border: 1px solid #155d93;
    margin-right: 15px;
}

.services-item i {
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
	 width: 50px;
    height: 50px;
	font-size: 33px;
    margin: auto;
	color:#155d93;
	}
  .services-item i:hover {
            transform: scale(1.05);
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
			background-color:#155d93;
			 border-radius: 50%;
    text-align: center;
    line-height: 50px;
	 width: 50px;
    height: 50px;
	color:#FFFFFF;
        }
.services-item .services-desc {
    overflow: hidden;
}

 .services-item .services-desc .services-title {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 6px;
    font-weight: 600;
	color:#155d93;
	line-height: 29px;
}
		 .offer-card i {
    font-size: 5.5rem;
    color: #155d93;
    margin-bottom: 0px;
}
        .offer-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
        }
        .offer-card h4 {
            color: #155b90;
            font-weight: 600;
        }
        /* Services Section */
        .services-section {
            padding: 60px 0;
            background: #f1f3f5;
        }
        .service-card {
            background: #fff;
            border-radius: 10px;
            padding: 20px;
			margin-bottom:20px;
            text-align: center;
            transition: transform 0.3s ease;
        }
        .service-card:hover {
            transform: scale(1.05);
        }
        .service-card i {
            font-size: 5.5rem;
            color: #155d93;
            margin-bottom: 15px;
        }
        
         .modal-lg {
            max-width: 90%;
        }
        .modal-content {
            border-radius: 10px;
            overflow: hidden;
        }
        .modal-body {
            padding: 0;
            display: flex;
            min-height: 400px;
        }
        .nav-tabs {
            width: 25%;
            background-color: #f8f9fa;
            border-right: 1px solid #dee2e6;
            flex-direction: column;
            overflow-y: auto;
        }
        .nav-tabs .nav-link {
            color: #333;
            font-size: 16px;
            padding: 12px 20px;
            border: none;
            border-radius: 0;
            text-align: left;
            white-space: nowrap;
            transition: background-color 0.2s;
        }
        .nav-tabs .nav-link.active {
            background-color: #007bff;
            color: white;
            border-left: 4px solid #0056b3;
        }
        .nav-tabs .nav-link:hover {
            background-color: #e9ecef;
        }
        .tab-content {
            width: 75%;
            padding: 20px;
            overflow-y: auto;
        }
        .modal-links {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            list-style: none;
            padding: 0;
        }
        .modal-links li {
            margin-bottom: 0;
        }
        .modal-links a {
            color: #007bff;
            text-decoration: none;
            font-size: 16px;
            display: flex;
            align-items: center;
            padding: 12px 15px;
            border-bottom: 1px solid #eee;
            width: 100%;
            transition: background-color 0.2s;
            background-color: #fff;
        }
        .modal-links a:hover {
            background-color: #f8f9fa;
        }
        .modal-links i {
            margin-right: 10px;
            font-size: 18px;
            width: 24px;
            text-align: center;
        }
        .modal-links .subheading {
            font-size: 18px;
            font-weight: bold;
            padding: 10px 15px;
            color: #333;
            border-bottom: 2px solid #007bff;
            margin: 10px 0 5px;
            grid-column: 1 / -1;
        }
        @media (max-width: 991px) {
            .modal-links {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (max-width: 767px) {
            .modal-lg {
                max-width: 100%;
                margin: 0;
            }
            .modal-body {
                flex-direction: column;
            }
            .nav-tabs {
                width: 100%;
                border-right: none;
                border-bottom: 1px solid #dee2e6;
                max-height: 200px;
                overflow-y: auto;
            }
            .tab-content {
                width: 100%;
                padding: 15px;
            }
            .modal-links {
                grid-template-columns: 1fr;
            }
            .nav-tabs .nav-link {
                font-size: 14px;
                padding: 10px 15px;
            }
            .modal-links a {
                font-size: 14px;
                padding: 10px 12px;
            }
            .modal-links i {
                font-size: 16px;
                width: 20px;
            }
        }