*{margin:0;padding:0;box-sizing:border-box}
html, body {
  overflow-x: hidden;
}

.abt-bg{background-color: #f7f9fc;}

/* .cursor-glow {  width: 16px;  height: 16px;  background: #00749E;  position: fixed;   border-radius: 50%;   pointer-events: none;   box-shadow: 0 0 15px #1595c4;   transition: transform 0.1s ease-out;    z-index: 999999;  } */
.title-center{width: 100%; position: relative; margin-bottom: 30px; text-align: center;}
.title-center h2 { font-size: 34px; color: #0f818b; font-weight: 700; text-transform: capitalize; text-align: center; position: relative; }
.title-center h2::after { content: ""; display: block; width: 100px; height: 3px; background-color: #8b8551; margin-top: 6px; margin-left: auto; margin-right: auto; }
.title-center p{font-size: 16px; margin-bottom: 0px; margin-top: 20px; line-height: 26px;}


.title-left{width: 100%; position: relative; margin-bottom: 30px; text-align: left;}
.title-left h2 { font-size: 34px; color: #0f818b; font-weight: 700; text-transform: capitalize; text-align: left; position: relative; }
.title-left h2::after { content: ""; display: block; width: 100px; height: 3px; background-color: #8b8551; margin-top: 6px; }
.title-left p{font-size: 16px; margin-bottom: 0px; margin-top: 20px; line-height: 26px;}

.whatsapp-float { position: fixed; bottom: 20px; right: 15px; width: 58px; height: 58px; background: #25D366; border-radius: 50%; box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); display: flex; align-items: center; justify-content: center; z-index: 999; animation: pulse 2s infinite; transition: background 0.3s ease; }
.whatsapp-float:hover { background: #1ebd5a; }
.whatsapp-icon { width: 30px; height: 30px; fill: white; }
@keyframes pulse { 0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); } 70% { transform: scale(1.05); box-shadow: 0 0 0 12px rgba(37, 211, 102, 0); } 100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); } }

.error {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

/* .first-head-bg { position: relative; margin-bottom: 0px;  width: 100%; padding: 0px 0px 70px 0px; background-image: url(../images/eartiga1.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; text-align: center; display: flex; flex-direction: column; align-items: center; justify-content: center;} */
.first-head-bg .v-center {align-items: center; padding: 2px 5px;}
.first-head-bg .header { display: block; width: 100%; text-align: center;   background-color: #012e41; position: relative; z-index: 99; transition: all 0.4s ease-in-out; }
.first-head-bg .header .item-left {flex: 0 0 30%;}
.first-head-bg .header .logo a {font-size: 28px; color: #0f818b; font-weight: 700; text-decoration: none;}
.first-head-bg .header .logo img{width: 19%; height: auto;}
.first-head-bg .header .item-center {flex: 0 0 70%; text-align: center;  display: flex; justify-content: space-between;}
.first-head-bg .header .item-right {flex: 0 0 0%; display: flex; justify-content: flex-end;}
.first-head-bg .header .item-right a {text-decoration: none; font-size: 16px; color: #555555; display: inline-block; margin-left: 10px; transition: color 0.3s ease;}
.first-head-bg .header .menu>ul>li { line-height: 50px; margin: 0px 12px;}
.first-head-bg .header .menu>ul>li>a {font-size: 20px; font-weight: 500; color: #ffffff; position: relative;  transition: color 0.3s ease;}
.first-head-bg .header .menu>ul>li .sub-menu {position: absolute; z-index: 500; background-color: #ffffff; box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3); padding: 20px 30px; transition: all 0.5s ease; margin-top: 25px; opacity: 0; visibility: hidden;}

.first-head-bg .v-center .firstsec{width: 70%; position: relative;  align-items: center; text-align: center; justify-content: center;}
.first-head-bg .v-center .secondsec { width: 30%; position: relative; display: flex; margin: 0; padding: 0; justify-content: center; align-items: center; }
.first-head-bg .v-center .secondsec a {padding: 12px 30px;  border-radius: 2px; display: inline-block; font-weight: 600; color: #ffffff; background: #0e808a; font-size: 18px;}
.first-head-bg .all-cen { position: relative; width: 100%; margin: 0 auto; display: flex; justify-content: center; align-items: center; text-align: center; }
.first-head-bg .mid-text p { font-size: 36px; font-weight: 700; color: #fff; line-height: 1.4; margin: 0; }




.choose-glass-section { background:#189ca8; padding: 40px 0px; margin-bottom: 0px; }
.choose-glass-section .title-center h2{color: #ffffff;}
.choose-glass-section .title-center h2::after{background: #ffffff;}
.choose-subtitle { font-size: 17px; color: #cde9ec; max-width: 850px; margin: 10px auto 40px; line-height: 1.6; }
.glass-card { background: #ffffff; border: 1px solid rgba(255, 255, 255, 0.15); backdrop-filter: blur(14px); border-radius: 2px; padding: 30px 20px; text-align: center; transition: all 0.4s ease; position: relative; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); overflow: hidden; }
.glass-card:hover { transform: translateY(-10px); }
.glass-icon { width: 100px; height: 100px; background: #1fa4ae; border-radius: 50%; margin: 0 auto 25px; display: flex; align-items: center; justify-content: center; animation: pulse 2s infinite; transition: background 0.3s ease; box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.3); }
.glass-icon img { width: 60px; height: 60px; object-fit: contain; filter: brightness(1.2); }
.glass-card h3 { font-size: 22px; font-weight: 700;  margin-bottom: 12px; letter-spacing: 0.5px; }
.glass-card p { font-size: 15px; line-height: 1.7; margin: 0; }
@keyframes pulse { 0% { transform: scale(1); } 70% { transform: scale(1.05); } 100% { transform: scale(1); } }


.insights-innovations { position: relative; width: 100%; padding: 0; margin: 0px 0px 20px 0px; }
.insights-innovations .maindiv { position: relative; width: 100%; margin-bottom: 30px; background-color: #ffffff; box-shadow: -5px 5px 19px rgba(200, 200, 200, 0.5), 5px 5px 19px rgba(200, 200, 200, 0.5); transition: transform 0.3s ease; }
.insights-innovations .maindiv:hover { transform: none; }
.insights-innovations .ins-img-div { width: 100%; overflow: hidden; }
.insights-innovations .ins-img-div img { width: 100%; height: auto; transition: transform 0.5s ease; padding: 30px 15px; }
.insights-innovations .ins-img-div:hover img { transform: scale(1.05); }
.insights-innovations .textdiv { padding: 0; }
.insights-innovations .arrow-link { display: flex; justify-content: space-between; align-items: center; font-size: 18px; font-weight: 600; color: #000000; text-decoration: none; background-color: #ddd9be; padding-left: 15px; height: 50px; }
.insights-innovations .arrow-link::after { content: "\2192"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 16px; color: #000000; background-color: #c5bf99; width: 50px; height: 100%; display: flex; align-items: center; justify-content: center; margin-left: 10px; }


.it-infra-img-section { width: 100%; position: relative; padding: 50px 0 0 0; background-color: #f7f7f7; margin-bottom: 50px; }
.it-infra-img-section .infra-card-main { display: flex; flex-direction: column; width: 100%; flex-grow: 1; margin-bottom: 0px; }
.it-infra-img-section .card-img-img { width: 100%; overflow: hidden; border-radius: 0; position: relative; }
.it-infra-img-section .card-img-img img { width: 100%; height: auto; display: block; object-fit: cover; border-radius: 0; transition: transform 0.4s ease; }
.it-infra-img-section .card-img-img:hover img { transform: scale(1.05); }
.it-infra-img-section .infra-card-text { position: relative; top: -50px; margin: auto; width: 86%; background-color: #ffffff; border-radius: 0; border-bottom: 5px solid #0e808a; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); display: flex; flex-direction: column; justify-content: flex-start; text-align: center; }
.it-infra-img-section .infra-card-content { padding: 20px 20px 0 20px; }
.it-infra-img-section .infra-card-content h4 { font-size: 22px; font-weight: 600; line-height: 28px; margin: 0 0 10px 0; text-align: left; }
.it-infra-img-section .infra-card-content h4 a { color: #202020; text-decoration: none; transition: color 0.3s ease; }
.it-infra-img-section .infra-card-content h4 a:hover { color: #007bb6; }
.it-infra-img-section .infra-card-content p { font-size: 16px; line-height: 24px; color: #444444; margin: 0 0 20px 0; text-align: left; }
.it-infra-img-section .read-more-link { display: inline-flex; align-items: center; justify-content: space-between; padding-left: 20px; background-color: #d1f2f5; color: #000000; font-weight: 600; font-size: 16px; text-decoration: none; width: 100%; border-radius: 0; transition: color 0.3s ease, background-color 0.3s ease; }
.it-infra-img-section .read-more-link::after { content: "\2192"; background-color: #79c3ca; color: #000000; width: 50px; height: 50px; display: inline-flex; align-items: center; justify-content: center; font-size: 16px; border-radius: 0; transition: color 0.3s ease, background-color 0.3s ease; }
.it-infra-img-section .read-more-link:hover { color: #0c6670; }
.it-infra-img-section .read-more-link:hover::after { color: #0c6670;}


.form-section { display: flex; justify-content: center; align-items: center; margin-bottom: 50px; }
.form-section .form-container { background: #fff; border-radius: 0px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); padding: 40px; width: 100%; }
.form-section .form-container h2 { font-size: 26px; color: #0f5d91; margin-bottom: 30px; font-weight: 600; }
.form-section form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-section .form-group { display: flex; flex-direction: column; }
.form-section .form-group label { font-size: 16px; margin-bottom: 6px; color: #333; }
.form-section .form-group input, .form-section .form-group textarea, .form-section .form-group select { padding: 12px 14px; border: 1px solid #f5f1f1; border-radius: 0px; outline: none; font-size: 14px; background-color: #f5f5f5; }
.form-section .form-group textarea { min-height: 100px; resize: vertical; }
.form-section .form-footer { grid-column: span 2; display: flex; justify-content: center; margin-top: 10px; }
.form-section .form-footer .submit-btn { padding:12px 30px;font-size:20px;background:#0f818b;color:#ffffff;border:none;border-radius:4px;font-weight:600;cursor:pointer;margin-top:10px; }
.form-section .form-footer .submit-btn:hover { background-color: #012e41; }
.form-section .textsec{position: relative; width: 100%;}

.form-section-contact { display: flex; justify-content: center; align-items: center; margin-bottom: 50px; }
.form-section-contact .form-container { background: #fff; border-radius: 0px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); padding: 40px; width: 100%; }
.form-section-contact .form-container h2 { font-size: 26px; color: #0f5d91; margin-bottom: 30px; font-weight: 600; }
.form-section-contact form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-section-contact .form-group { display: flex; flex-direction: column; }
.form-section-contact .form-group label { font-size: 16px; margin-bottom: 6px; color: #333; }
.form-section-contact .form-group input, .form-section-contact .form-group textarea, .form-section-contact .form-group select { padding: 12px 14px; border: 1px solid #f5f1f1; border-radius: 0px; outline: none; font-size: 14px; background-color: #f5f5f5; }
.form-section-contact .form-group textarea { min-height: 100px; resize: vertical; }
.form-section-contact .form-footer { grid-column: span 2; display: flex; justify-content: center; margin-top: 10px; }
.form-section-contact .form-footer .submit-btn { padding:12px 30px; font-size:20px; background:#0f818b; color:#ffffff; border:none; border-radius:4px; font-weight:600; cursor:pointer; margin-top:10px; }
.form-section-contact .form-footer .submit-btn:hover { background-color: #012e41; }
.form-section-contact .textsec { position: relative; width: 100%; }


.iti--allow-dropdown input, .iti--allow-dropdown input[type="text"], .iti--allow-dropdown input[type="tel"], .iti--separate-dial-code input, .iti--separate-dial-code input[type="text"], .iti--separate-dial-code input[type="tel"] { width: 100%;}
.iti__country {width: 320px !important;}
.form-section { display: flex; justify-content: center; align-items: center; margin-bottom: 50px; }
.form-section .form-container { background: #fff; border-radius: 0px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); padding: 40px; width: 100%; }
.form-section .form-container h2 { font-size: 26px; color: #0f5d91; margin-bottom: 30px; font-weight: 600; }
.form-section form { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.form-section .form-group { display: flex; flex-direction: column; }
.form-section .form-group label { font-size: 16px; margin-bottom: 6px; color: #333; }
.form-section .form-group input, .form-section .form-group textarea, .form-section .form-group select { padding: 12px 14px; border: 1px solid #f5f1f1; border-radius: 0px; outline: none; font-size: 14px; background-color: #f5f5f5; }
.form-section .form-group textarea { min-height: 100px; resize: vertical; }
.form-section .form-footer { grid-column: span 3; display: flex; justify-content: center; margin-top: 10px; }
.form-section .form-footer .submit-btn { padding:12px 30px;font-size:20px;background:#0f818b;color:#ffffff;border:none;border-radius:4px;font-weight:600;cursor:pointer;margin-top:10px; }
.form-section .form-footer .submit-btn:hover { background-color: #012e41; }
.form-section .textsec{position: relative; width: 100%;}

.iti--allow-dropdown input, .iti--allow-dropdown input[type="text"], .iti--allow-dropdown input[type="tel"], .iti--separate-dial-code input, .iti--separate-dial-code input[type="text"], .iti--separate-dial-code input[type="tel"] { width: 100%;}
.iti__country {width: 320px !important;}


.footer {background: url(../images/footer-img.jpg) no-repeat center center / cover; color: #ffffff; width: 100%; padding: 30px 0 15px;  margin-top: 0px; position: relative; z-index: 1;}

.footer .footer-links { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 20px 30px; padding-bottom: 20px; }
.footer .footer-links h4 { font-size: 25px; font-weight: 600; margin-bottom: 12px; text-align: center; }
.footer .quick-links ul { padding: 0; margin: 0 auto; list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.footer .quick-links ul li { line-height: 20px; min-width: 120px; text-align: center; }
.footer .quick-links ul li a { color: #fff; font-size: 20px; text-decoration: none; transition: color 0.3s ease; }
.footer .quick-links ul li a:hover { color: #00bcd4; }
.footer .add-div{text-align: center; justify-content: center; align-items: center; padding-top: 20px; border-top:1px solid #FFFFFF;}
.footer .add-div p{line-height: 26px; margin-bottom: 20px;}
.footer .foot-add p {font-size:13px;margin-bottom:8px;line-height:1.6;}
.footer .foot-add strong {font-weight:600;font-size:15px;}
.footer .copy-right {display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding-top:20px;border-top:1px solid #FFFFFF;}
.footer .copy-right p {margin:5px 0;font-size:18px; display:flex;}
.footer .copy-right a {color:#ffffff;text-decoration:none;font-size:15px; }
.footer .copy-right a:hover {color:#E6F6FE;}
.footer .copy-right img {margin-left:5px;height:16px;vertical-align:middle;}

.social-footer { position: relative; text-align: center; padding: 20px 0px; border-top: 1px solid #ffffff; }
.social-footer ul { list-style: outside none none; margin: 0; padding: 0; }
.social-footer ul li { display: inline-block; margin: 0px 15px 0 0px; color: #000000; font-size: 15px; }
.social-footer a { background-image: none; text-decoration: none; }
.social-footer ul li .fb { color: #ffffff; display: block; border-radius: 50%; font-size: 20px; height: 50px; line-height: 50px; text-align: center; text-decoration: none; transition: all 0.3s ease 0s; width: 50px; background: transparent; border: 1px dashed #ffffff; }
.social-footer ul li .fb:hover { background-color: #3b5998; color: #FFFFFF; border: 1px solid #3b5998; }
.social-footer ul li .yt { color: #ffffff; border-radius: 50%; display: block; font-size: 20px; height: 50px; line-height: 50px; text-align: center; text-decoration: none; transition: all 0.3s ease 0s; width: 50px; background: transparent; border: 1px dashed #ffffff; }
.social-footer ul li .yt:hover { background-color: #d32727; color: #FFFFFF; border: 1px solid #d32727; }
.social-footer ul li .ld { color: #ffffff; border-radius: 50%; display: block; font-size: 20px; height: 50px; line-height: 50px; text-align: center; text-decoration: none; transition: all 0.3s ease 0s; width: 50px; background: transparent; border: 1px dashed #ffffff; }
.social-footer ul li .ld:hover { background-color: #007bb6; color: #FFFFFF; border: 1px solid #007bb6; }
.social-footer ul li .insta { color: #ffffff; display: block; border-radius: 50%; font-size: 20px; height: 50px; line-height: 50px; text-align: center; text-decoration: none; transition: all 0.3s ease 0s; width: 50px; background: transparent; border: 1px dashed #ffffff; }
.social-footer ul li .insta:hover { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); color: #FFFFFF; border: 1px solid #d6249f; }
.social-footer ul li .go { color: #ffffff; border-radius: 50%; display: block; font-size: 20px; height: 50px; line-height: 50px; text-align: center; text-decoration: none; transition: all 0.3s ease 0s; width: 50px; background: transparent; border: 1px dashed #ffffff; }
.social-footer ul li .go { color: #ffffff; display: block; border-radius: 50%; font-size: 20px; height: 50px; line-height: 50px; text-align: center; text-decoration: none; transition: all 0.3s ease 0s; width: 50px; background: transparent; border: 1px dashed #ffffff; }
.social-footer ul li .go:hover { background: linear-gradient(135deg, #4285F4, #34A853, #FBBC05, #EA4335); color: #ffffff; border: 1px solid #ffffff; }

.welcome-sec { width: 100%; position: relative; display: flex; justify-content: start; column-gap: 30px; align-items: center; background: url(../images/wel-bg.jpg) no-repeat center top; background-size: cover; margin-bottom: 0px; margin-top: 0px; }
.welcome-sec .left-side { width: 43%; position: relative; padding: 100px 0px 100px 50px; }
.welcome-sec .left-side .left-bg { background: #c4c5a1; width: 50%; height: 100%; position: absolute; left: 0; top: 0; }
.welcome-sec .left-side img { z-index: 1; position: relative; width: 100%; height: auto; }
.welcome-sec .right-side { width: 57%; padding-right: 15px; }
.welcome-sec .right-side p { padding: 0px 0px 30px 0px; margin: 0; font-size: 16px; line-height: 28px; color: #222222; }
.welcome-sec .right-side a { font-size: 16px; font-weight: 700; color: #0e808a; text-decoration: none; }


.vision-mission-sec { padding: 60px 20px 60px 20px; background-color: #f7f9fc; }
/* .vision-mission-sec h2{color: #ffffff;} */
.vision-mission { display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; }
.vm-content-bg1, .vm-content-bg2 { flex: 1 1 300px; background: #ffffff; border-radius: 8px; padding: 30px 25px; box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1); transition: all 0.3s ease-in-out; text-align: center; }
.icon-pane { margin-bottom: 20px; }
.icon-pane img { width: 100px; height: 100px; object-fit: contain; padding: 20px; border-radius: 50px; border: 1px dashed #0f818b;}
.vision-mission h3 { font-size: 24px; font-weight: 700; margin-bottom: 15px; color: #0f818b; }
.vision-mission p { font-size: 16px; line-height: 1.6; color: #333; margin: 0; }

.about-first {position: relative; width: 100%; padding: 0; margin: 0px 0px 50px 0px;}
.about-first  .four-box-content {padding: 0px 0px 0px 0px;display: flex;-webkit-box-pack: center; -webkit-justify-content: center;-ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center;-ms-flex-align: center; align-items: center; background: #0e808a; border-radius: 0px;}
.about-first .four-box-content .box-wrapper { display: -ms-grid; display: grid; width: 100%; grid-auto-columns: 1fr; grid-column-gap: 0px; grid-row-gap: 0px; -ms-grid-columns: 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr; -ms-grid-rows: auto; grid-template-rows: auto;}
.about-first .four-box-content .box-wrapper .box {text-align: center;border-right: 2px solid #ffffff;  padding-bottom: 20px;}
.about-first .four-box-content .box-wrapper .box .count {font-size: 72px; color: #ffffff;font-weight: 700; font-family: "Barlow", sans-serif;}
.about-first .four-box-content .box-wrapper .box span { font-size: 18px; font-weight: 500; color: #ffffff;}
.about-first  .four-box-content .box-wrapper .box .black:after {content: "+";font-size: 48px; color: #ffffff;}

.cab-bg{background-color: #0f818b; padding: 20px 0px; margin-bottom: 30px;}
.cab-bg .title-center{margin-bottom: 0px;}
.cab-bg h2{color: #ffffff;}

.internal-banners{ width: 100%; margin-bottom: 50px; position: relative; background-image: url(../images/About-us.webp); background-attachment: scroll !important; background-size: cover !important; background-repeat: no-repeat !important; background-position: center top !important; padding: 214px 0px; z-index: 1;overflow: hidden;}
.internal-banners::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); z-index: 0; }
.internal-banners h3 { font-size: 30px; color: #ffffff; text-transform: capitalize; font-weight: 600; margin-bottom: 10px; text-align: center; position: relative; z-index: 1; }
.internal-banners .breadcrumb-pane { position: relative; text-align: center; z-index: 1; }
.internal-banners .breadcrumb-pane ul { margin: 0; padding: 0; }
.internal-banners .breadcrumb-pane ul li { list-style-type: none; text-align: right; color: #ffffff; display: inline; text-transform: capitalize; font-size: 15px; }
.internal-banners .breadcrumb-pane ul li a { text-decoration: none; color: #ffffff; }
.internal-banners .breadcrumb-pane ul li a:hover { text-decoration: none; color: #fef315; }
.internal-banners .breadcrumb-pane ul li a::after { display: inline; padding-right: .3rem; padding-left: .5rem; color: #ffffff; content: "\f178"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 13px; }


.internal-banners-contact { width: 100%; margin-bottom: 50px; position: relative; background-image: url(../images/Contact-us-Banner.webp); background-attachment: scroll !important; background-size: cover !important; background-repeat: no-repeat !important; background-position: center top !important; padding: 180px 0px; z-index: 1; overflow: hidden; }
.internal-banners-contact::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.2); z-index: 0; }
.internal-banners-contact h3 { font-size: 30px; color: #ffffff; text-transform: capitalize; font-weight: 600; margin-bottom: 10px; text-align: center; position: relative; z-index: 1; }
.internal-banners-contact .breadcrumb-pane { position: relative; text-align: center; z-index: 1; }
.internal-banners-contact .breadcrumb-pane ul { margin: 0; padding: 0; }
.internal-banners-contact .breadcrumb-pane ul li { list-style-type: none; text-align: right; color: #ffffff; display: inline; text-transform: capitalize; font-size: 15px; }
.internal-banners-contact .breadcrumb-pane ul li a { text-decoration: none; color: #ffffff; }
.internal-banners-contact .breadcrumb-pane ul li a:hover { text-decoration: none; color: #fef315; }
.internal-banners-contact .breadcrumb-pane ul li a::after { display: inline; padding-right: .3rem; padding-left: .5rem; color: #ffffff; content: "\f178"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: 13px; }
    


.spe-marg-top{margin-top: 50px;}
.spe-pad-top{padding-top: 50px !important;}

.car-section { padding: 0px 20px 50px 0px; background-color: #f8f9fa; margin-bottom: 0px; }
.car-section .car-card { background: #fff; border-radius: 0px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); overflow: hidden; text-align: center; transition: all 0.3s ease-in-out; padding: 20px; height: 100%; display: flex; flex-direction: column; justify-content: space-between; }
.car-section .car-img-wrapper { overflow: hidden; }
.car-section .car-img { width: 100%; height: auto; object-fit: contain; margin-bottom: 10px; transition: transform 0.5s ease; }
.car-section .car-img-wrapper:hover .car-img { transform: scale(1.1); }
.car-section .car-body { padding-top: 10px; }
.car-section .car-subtitle { font-size: 14px; color: #6c757d; margin-bottom: 6px; }
.car-section .car-title { font-size: 18px; font-weight: 600; color: #000000; margin-bottom: 16px; }
.car-section .car-book-btn { padding: 8px 20px; font-size: 14px; font-weight: 600; color: #ffffff; border: 1.5px solid #0f818b; background: #0f818b; border-radius: 4px; transition: 0.3s; }
.car-section .car-book-btn:hover { background-color: transparent; color: #0f818b; border: 1.5px solid #0f818b; }
.car-section a{display: inline-block;}



.co-second-section{position: relative; width: 100%; margin-bottom: 50px; } 
.co-second-section .row{border-bottom: 1px solid #CCCCCC; padding-bottom: 40px; margin-bottom: 40px;}
.co-second-section .imgdiv{position: relative; width: 100%;}
.co-second-section .imgdiv img{width: 100%;  background-color: #ffffff; padding: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);}
.co-second-section .textdiv{position: relative; width: 100%;}
.co-second-section .textdiv p strong{font-size: 19px;}
.co-second-section .textdiv ul { list-style: none; padding: 0; margin: 0px 0px 30px 0px; }
.co-second-section .textdiv ul li { position: relative; padding-left: 25px;  margin-bottom: 22px;  font-size: 16px; line-height: 26px; }
.co-second-section .textdiv ul li::before { content: '\f00c'; font-family: "Font Awesome 6 Free"; font-weight: 900; color: #195A88; display: inline-block; top: 2px; margin-left: 0px; position: absolute; left: 0; }
.co-second-section .textdiv ul li:last-child{margin-bottom: 0px !important;}
.co-second-section .textdiv .car-book-btn2{ padding: 15px 30px; font-size: 14px; font-weight: 600; color: #ffffff; display: inline-block; background: #0f818b; border-radius: 4px; transition: 0.3s; border: none; }
.co-second-section .textdiv .car-book-btn2:hover { background-color: #ffffff; color: #0f818b; border: 1.5px solid #004A80; }



.why-it-matters { position: relative; width: 100%; background-color: #0f818b; padding: 30px 0px 10px 0px;}
.why-it-matters .title-center h2{color: #ffffff;}
/* .why-it-matters .title-center h2::after{background-color: #ffffff;} */
/*.why-it-matters { position: relative; width: 100%; background: url(../images/our-value-bg.jpg) center center / cover no-repeat; padding: 30px 0px 10px 0px; }*/

.why-it-matters .flexbox { padding-top: 57px; display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; }
.why-it-matters .local-healthcard { background: #ffffff; border: 1px solid #ffffff; border-radius: 8px; padding: 60px 15px 25px; text-align: center; position: relative; width: 100%; max-width: 352px; max-height: 260px; display: flex; flex-direction: column; justify-content: flex-start; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); }
.why-it-matters .icondiv { position: absolute; top: -57px; left: 50%; transform: translateX(-50%); background: #ffffff; border: 1px dashed #77b5cb; border-radius: 50%; width: 114px; height: 114px; display: flex; align-items: center; justify-content: center; z-index: 2; }
.why-it-matters .icondiv img{ width: 80px; height: 80px; }
.why-it-matters .titlediv { margin-top: 20px; margin-bottom: 10px; display: flex; align-items: center; justify-content: center; }
.why-it-matters .titlediv h3 { font-size: 20px; font-weight: 600; line-height: 26px; margin: 0; color: #0f818b;; text-align: center; }
.why-it-matters .textdiv { display: flex; justify-content: center; align-items: flex-start; }
.why-it-matters .textdiv p { font-size: 16px; line-height: 26px; margin: 0; text-align:center; width: 100%; }
.why-it-matters .custom-mb { margin-bottom: 60px; }
.why-it-matters .custom-mb:nth-child(4), .why-it-matters .custom-mb:nth-child(5), .why-it-matters .custom-mb:nth-child(6) { margin-bottom: 40px; }



.contact-us-section{position: relative; width: 100%;  margin-bottom: 40px;}

.testimonial-sec { padding: 40px 20px; text-align: center; margin-bottom: 50px; background-image: url(../images/map-location-bg.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; z-index: 1; }
.testimonial-sec::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(212, 239, 240, 0.2); z-index: -1; }


.serving-sec-slider2 { position: relative; }
.serving-sec-slider2 .testimonial-content { margin: 0 auto; padding: 0px 0px; position: relative; text-align: center; }
.serving-sec-slider2 .person-img { width: 100px; height: 100px; object-fit: cover; border-radius: 50%; display: block; margin: 0 auto; margin-bottom: 20px; }
.serving-sec-slider2 .testimonial-text { font-size: 20px; color: #333; line-height: 35px; margin-bottom: 20px; }
.serving-sec-slider2 .person-name { font-weight: 600; font-size: 24px; color: #1E1E1E; }
.prev-arrow, .next-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: transparent; border: 1px solid #000; color: #000; padding: 4px 9px; border-radius: 50%; font-size: 22px; cursor: pointer; z-index: 10; transition: all 0.3s ease; }
.prev-arrow:hover, .next-arrow:hover { background: #000; color: #fff; }
.prev-arrow { left: -50px; }
.next-arrow { right: -50px; }


#sedan {
  scroll-margin-top: 100px; /* adjust based on header height */
}



    .page-wrapper { margin: 0; font-family: 'Poppins', sans-serif; display: flex; justify-content: center; align-items: center; height: auto; overflow: hidden;
     background: radial-gradient(circle at top left, #62b6cb, #5c96bb);  }
.page-wrapper .thank-you-section { background-color: #ffffff; border-radius: 20px; padding: 40px 30px; max-width: 680px; margin: 75px auto;  width: 90%; text-align: center; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15); animation: floatIn 0.8s ease forwards; position: relative; }
.page-wrapper .icon-circle { width: 100px; height: 100px; background: #ffffff; color: #1b4965; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 36px; position: absolute; top: -45px; left: 50%; transform: translateX(-50%); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2); }
.page-wrapper h1 { margin-top: 50px; font-size: 48px; font-weight: 600; color: #1b4965; margin-bottom: 18px; }
.page-wrapper p { margin: 0px 0px 18px 0px; font-size: 16px; line-height: 28px; }
.page-wrapper .email-link { color: #ffd166; text-decoration: underline; font-weight: 500; }
.page-wrapper .button { margin-top: 30px; display: inline-block; color: #ffffff; padding: 12px 26px; border-radius: 30px; text-decoration: none; font-weight: 600; box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2); transition: all 0.3s ease; background: #1b4965; }
.page-wrapper .button:hover { transform: translateY(-2px); background-color: #ffffff; color: #1b4965; }
@keyframes floatIn { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
    
}


.banner-sec { position: relative; width: 100%; height: 100vh; overflow: hidden; display: flex; align-items: center; margin-bottom: 50px; }
.banner-sec::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 1; }
.banner-sec .slider { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 0; }
.banner-sec .slide { position: absolute; width: 100%; height: 100%; background-size: cover; background-position: center; opacity: 0; transition: opacity 1s ease-in-out; }
.banner-sec .slide.active { opacity: 1; }
.banner-sec .slide:nth-child(1) { background-image: url(../images/Homepage-Banner.webp); }
.banner-sec .slide:nth-child(2) { background-image: url(../images/About-us.webp); }
.banner-sec .slide:nth-child(3) { background-image: url(../images/Contact-us-Banner.webp); }
.banner-sec .maindiv { position: relative; z-index: 2; width: 100%; padding-left: 10%; }
.banner-sec .hero-center { text-align: left; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; height: 100vh; }
.banner-sec .hero-center .mid-text h2 { font-size: 70px; font-weight: 700; color: #ffffff; text-transform: uppercase; margin-bottom: 10px; }
.banner-sec .hero-center .mid-text p { font-size: 22px; color: #ffffff; }
.banner-sec .hero-center .btn-wrap { margin-top: 30px; }
.banner-sec .hero-center .hero-btn { display: inline-block; padding: 12px 32px; border: 1px solid #fff; font-weight: 700; font-size: 20px; text-decoration: none; border-radius: 6px; transition: 0.3s; color: #fff; }
.banner-sec .hero-center .hero-btn:hover { background-color: #fff; color: #00749E; }



@media (max-width: 991px) {
  .banner-sec .slide:nth-child(1) { background-image: url(../images/Homepage-Banner-mobile.webp) !important; }
  .banner-sec .slide:nth-child(2) { background-image: url(../images/About-us-Mobile.webp) !important; }
  .banner-sec .slide:nth-child(3) { background-image: url(../images/Contact-us-Banner-mobile.webp) !important; }
  .banner-sec .hero-center .mid-text h2 { font-size: 32px !important; }
  .banner-sec .hero-center .mid-text p { font-size: 16px !important; }
}



