*{ -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html, div, img, ul, li, a, p, ol, body, h1, h2, h3, h4, h5, h6{ margin: 0; padding: 0;  font-family: "Kanit", sans-serif;font-weight: 400; }
ul, a, input{text-decoration: none;list-style: none;text-decoration: none;outline:none;}
:focus {outline: 0;}
.clear{width: 100%; float: left; clear: both;}
a:hover{ text-decoration: none;}
.container{width:1170px;margin: 0 auto;}

/*  */


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #8a8a8a;font-size: 14px;opacity: 1;  font-family: "Kanit", sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #8a8a8a;font-size: 14px;opacity: 1;  font-family: "Kanit", sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #8a8a8a;font-size: 14px;opacity: 1;  font-family: "Kanit", sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
	color: #8a8a8a;font-size: 14px;opacity: 1;  font-family: "Kanit", sans-serif;
}


.testimonials .box-outer .box img.star {
	height: 50px;
	width: auto;
}

/*Top Head*/
.astro-header-outer {padding: 25px 0;}
.astro-header-outer .header {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.astro-header-outer .header .right {display: flex;flex-wrap: wrap;gap: 20px;align-items: center;}
.astro-header-outer .header .right ul li {position: relative;}
.astro-header-outer .header .right ul li:hover ul.sub-menu{display: block;}
.astro-header-outer .header .right ul li a {color: #000;font-size: 16px;padding-bottom: 43px;}
.astro-header-outer .header .right ul li a:hover{color: #d80010;}
.astro-header-outer .header .right ul li.active > a{color: #d80010;}
.astro-header-outer .header .right ul {display: flex;flex-wrap: wrap;gap: 56px;}
.astro-header-outer .header .right .btns {display: flex;flex-wrap: wrap;gap: 20px;}
.astro-header-outer .header .right .btns a {background: #d80010;height: 40px;padding: 0 20px;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;gap: 5px;color: #fff;}
.astro-header-outer .header .right ul li img.sub-menu-icon {padding-left: 5px;}
.astro-header-outer .header .right .btns a.email-btn {background: #082b5e;}
.astro-header-outer .header .right .btns a:hover{background: #082b5e;}
.astro-header-outer .header .right .btns a.email-btn:hover{background: #d80010;}
.fa-bars{display: none;cursor: pointer;}
.astro-header-outer .header .right ul li ul.sub-menu {top: 67px;display: none;position: absolute;background: #e1e1e1;z-index: 2;width: 350px;left: 0;}
.astro-header-outer .header .right ul li ul.sub-menu li a {padding: 0;display: block;padding: 10px 15px;}


/*Banner Block*/
.banner-outer {position: relative;}
.banner-outer img {width: 100%;display: block;height:782px;object-fit:cover;}
.banner-outer .banner-flex {position: absolute;top: 0;left: 0;right: 0;width: 100%;height: 100%;display: flex;flex-wrap: wrap;align-items: center;}
.banner-outer .banner-flex .banner-box {background:#fff;width: 54%;padding: 28px 37px;}
h1.all-heading {font-weight: 500;font-size: 35px;line-height: 1.2;}
h1.all-heading span {color: #e83427;}
.banner-outer .banner-flex .banner-box p {font-size: 19px;line-height: 24px;margin-top: 10px;}
a.main-button {font-size: 18px;background: #d80010;height: 40px;padding: 0 20px;display: inline-flex;flex-wrap: wrap;align-items: center;gap: 5px;color: #fff;width: auto;justify-content: start;margin-top: 20px;}
a.main-button:hover{background: #082b5e;}
.form-outer {display: flex;flex-wrap: wrap;justify-content: space-between;  align-items: center;}
.banner-form {background: #082b5e;width: 40%;padding: 20px;}
.banner-form h2 {color: #fff;margin-bottom: 15px;font-size: 25px;  font-weight: 700;}
.banner-form label {color: #fff;display: block;width: 100%;font-size: 18px;margin-bottom: 5px;}
.banner-form input {margin-bottom: 10px;width: 100%;padding: 10px;}
.banner-form input[type="submit"] {background: #d80010;border: 0;color: #fff;width: auto;margin-top: 20px;cursor: pointer;font-family: "Kanit", sans-serif;font-size: 18px;}
.banner-form input[type="submit"]:hover{background:#000;}



/*About Block*/
.about-outer {padding: 50px 0;}
.flex{display: flex;flex-wrap: wrap;justify-content: space-between;}
.about-outer .left {width: 45.5%;}
.about-outer .left img {width: 100%;}
.about-outer .right {width: 50%;}
.about-outer .right p {margin-bottom: 10px;line-height: 26px;}
.about-outer .right a.main-button {margin-top: 10px;}
.last-foot p a {
	color: #fff;
}
.last-foot p a:hover {
	color: #d80010;
}


/*Service Block*/
.services-outer {background: #e2e6e8;padding: 50px 0px;text-align: center;}
.services-outer .service-box {width: 23%;text-align: center;}
.services-outer .service-img {width: 260px;height: 260px;border-radius: 100%;overflow: hidden;margin: 0 auto;}
.services-outer .service-img img {width: 260px;height: 260px;object-fit: cover;object-position: center;}
.services-outer .service-box h3 {font-size: 22px;font-weight: 500;margin-top: 20px;}
.services-outer .service-box p {line-height: 22px;font-size: 16px;margin: 10px 0 0px 0;}
.services-outer .service-box a {font-size: 18px;font-weight: 400;text-decoration: underline;color: #000;}
.services-outer .service-box a:hover {color: #e83427;}
.services-outer .flex {margin: 50px 0 0px 0;}
.services-outer a.main-button {margin-top: 50px;}
.services-outer.icon .service-img{display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.services-outer.icon .service-img img {width: 70%;height: auto;}

.about-astro-top .form-outer {
	align-items: flex-start;
}

/*Container Homes Block*/
.about-outer.container-homes .flex {flex-direction: row-reverse;}
.about-outer.container-homes .flex h1.all-heading {margin-bottom: 10px;}



/*More Information Start*/
.more-info {background: url("https://astrocontainers.com/wp-content/uploads/2025/09/container-bg-1.jpg");background-repeat: no-repeat;background-size: cover;padding: 99px 0;background-color: rgba(0,0,0,0.6);background-blend-mode: multiply;}
.more-info .flex {align-items: center;}
.more-info .flex .left {width: 75%;}
.more-info .flex .left h4 {color: #fff;font-size: 30px;font-weight: 500;}



/*2 Box Start*/
.two-box .left {width: 50%;  position: relative;overflow: hidden;}

.two-box .left img {
	width: 100%;
	display: block;
	height: 100%;
	object-fit: cover;
}
.two-box .left .content {position: absolute;bottom: 0;background: rgba(0,0,0,0.8);left: 0;right: 0;text-align: center;padding: 22px 113px;width: 100%;height: 20%;display: flex;flex-wrap: wrap;justify-content: center;align-content: center;transition: 0.5s all;}
.two-box .left .content h4 {font-size: 25px;font-weight: 500;color: #fff;}
.two-box .left .content p {color: #fff;font-size: 16px;line-height: 22px;opacity: 0;height: 0px;transition: 0.5s all;}
.two-box .left:hover .content{height: 100%;}
.two-box .left:hover .content p{height: initial;opacity: 1;margin-top: 15px;transition: 0.5s all;}
.two-box .left.active .content { height: 100%;}
.two-box .left.active .content p {height: initial;opacity: 1;margin-top: 15px;transition: 0.5s all;}





/*Built to Start*/
.built-block {  text-align: center;background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url("https://astrocontainers.com/wp-content/uploads/2025/09/built-bg.jpg");padding: 50px 0;background-repeat: no-repeat;background-size: cover;}
.built-block h1.all-heading {color: #fff;margin-bottom: 20px;font-size: 30px;}
.built-block p {color: #fff;line-height: 22px;font-size: 16px;margin-bottom: 10px;  padding: 0 120px;}
.built-block a.main-button {margin-top: 10px;}

.modal {display: none;position: fixed;z-index: 100;left: 0;top: 0;width: 100vw;height: 100vh;background-color: rgba(0, 0, 0, 0.6);justify-content: center;align-items: center;padding: 30px;}
.modal-content {background: white;max-width: 70%;width: 100%;padding: 30px;border-radius: 10px;overflow-y: auto;max-height: 90vh;position: relative;}
.close {position: absolute;top: 0;right: 20px;font-size: 35px;cursor: pointer;color: #999;}
.modal-content h2 {font-size: 22px;font-weight: 500;margin-bottom: 10px;border-bottom: 1px solid #aaa;padding-bottom: 5px;}
.modal-content p {line-height: 24px;font-size: 16px;color: #444;margin-bottom: 10px;}
.modal-content h3 {font-size: 19px;font-weight: 500;}
.modal-content h4 {font-size: 20px;font-weight: 500;font-style: italic;}



 /*Video Start*/
.video-gallery-outer {background: #e2e6e8;padding: 50px 0;}
.video-gallery-outer .video-box {position: relative;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.video-gallery-outer .video-box img {width: 100%;display: block;}
.play-icon {position: absolute;cursor: pointer;}
.video-popup {display: none;position: fixed;top: 0; left: 0;width: 100%; height: 100%;background: rgba(0,0,0,0.8);z-index: 9999;align-items: center;justify-content: center;}
.video-popup.active {display: flex;}
.video-popup-content {position: relative;width: auto;height: 80%;}
.video-popup-content video {width: auto;height: 100%;border: none;outline: none;}
.video-popup-close {position: absolute;top: -35px;right: -10px;font-size: 30px;color: #fff;cursor: pointer;}
.video-gallery-outer .flex {position: relative;}
.video-gallery-outer .flex .owl-nav .owl-prev {position: absolute;left: -52px;top: 50%;margin-top: -28px;}
.video-gallery-outer .flex .owl-nav .owl-next {position: absolute;right: -52px;top: 50%;margin-top: -28px;}



/*Get started today*/
.contact-form-map-outer {padding: 50px 0;}
.contact-form-map-outer .contact-left {width: 48%;}
.contact-form-map-outer .contact-heading {font-size: 28px;font-weight: bold;margin-bottom: 20px;line-height: 1.3;}
.contact-form-map-outer .contact-heading span {color: #d80010;}
.contact-form-map-outer .contact-form input{width: 100%;padding: 15px;margin-bottom: 15px;border: 1px solid #bfbfbf;border-radius: 0;font-size: 14px;box-sizing: border-box;}
.contact-form-map-outer .contact-form textarea {height: 150px;width: 100%;padding: 15px;margin-bottom: 15px;border: 1px solid #bfbfbf;border-radius: 0;font-size: 14px;box-sizing: border-box;}
.contact-form-map-outer .contact-form .half-inputs {display: flex;gap: 10px;}
.contact-form-map-outer .contact-form .half-inputs input {flex: 1;}
.contact-form-map-outer .contact-form .checkbox-row {display: flex;align-items: center;margin-bottom: 15px;font-size: 14px;}
.contact-form-map-outer .contact-form .checkbox-row input {margin-right: 8px;width: auto;margin-bottom: 0;}
.contact-form-map-outer .contact-form .submit-btn {font-size: 18px;cursor: pointer; text-transform: uppercase;border: 0;background: #d80010;height: 40px;padding: 0 20px;display: inline-flex;flex-wrap: wrap;align-items: center;gap: 5px;color: #fff;width: auto;justify-content: start;margin-top: 0px;}
.contact-form-map-outer .contact-form .submit-btn:hover{background: #082b5e;}
.contact-form-map-outer .contact-right {width: 48%;display: flex;flex-wrap: wrap;}
.contact-form-map-outer .contact-right iframe {height: 100%;width: 100%;}
.contact-form-map-outer .contact-left h1.all-heading {margin-bottom: 25px;}
.contact-form-map-outer .contact-form .checkbox-row label {font-size: 18px;color: #919191;}
.contact-form-map-outer .contact-right .contact-map {width: 100%;}
.contact-form-map-outer .contact-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #9d9999;font-size: 15px;opacity: 1;  font-family: "Kanit", sans-serif;
}
.contact-form-map-outer .contact-form input::-moz-placeholder { /* Firefox 19+ */
	color: #9d9999;font-size: 15px;opacity: 1;  font-family: "Kanit", sans-serif;
}
.contact-form-map-outer .contact-form input:-ms-input-placeholder { /* IE 10+ */
	color: #9d9999;font-size: 15px;opacity: 1;  font-family: "Kanit", sans-serif;
}
.contact-form-map-outer .contact-form input:-moz-placeholder { /* Firefox 18- */
	color: #9d9999;font-size: 15px;opacity: 1;  font-family: "Kanit", sans-serif;
}
.contact-form-map-outer .contact-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #9d9999;font-size: 15px;opacity: 1;  font-family: "Kanit", sans-serif;
}
.contact-form-map-outer .contact-form textarea::-moz-placeholder { /* Firefox 19+ */
	color: #9d9999;font-size: 15px;opacity: 1;  font-family: "Kanit", sans-serif;
}
.contact-form-map-outer .contact-form textarea:-ms-input-placeholder { /* IE 10+ */
	color: #9d9999;font-size: 15px;opacity: 1;  font-family: "Kanit", sans-serif;
}
.contact-form-map-outer .contact-form textarea:-moz-placeholder { /* Firefox 18- */
	color: #9d9999;font-size: 15px;opacity: 1;  font-family: "Kanit", sans-serif;
}



/*Blue Section Start*/
.blue-block {background: #082b5e;padding: 50px 0;text-align: center;}
.blue-block h1.all-heading {color: #fff;}
.blue-block a.main-button:hover{background: #000;}



/*Footer Block Start*/
.footer-outer {background: #e2e6e8;padding: 50px 0 30px;}
.footer-outer .footer-col {width: auto;}
.footer-outer .footer-col:last-child ul li {margin-bottom: 10px;display: flex;flex-wrap: wrap;gap: 40px;}
.footer-outer .footer-col h5 {font-size: 20px;font-weight: 500;margin-bottom: 30px;}
.footer-outer .footer-col ul li a {font-size: 14px;color: #000;}
.footer-outer .footer-col p {margin-bottom: 10px;font-size: 14px;}
.footer-outer .footer-col p a {display: inline-block;font-size: 14px;color: #000;}
.footer-outer .footer-social {display: flex;gap: 10px;margin-top: 20px;}
.footer-outer .footer-col h6 {font-size: 18px;font-weight: 500;margin-bottom: 10px;}
.footer-outer .footer-social a img {width: 30px;height: 30px;display: block;}
.footer-outer .footer-bottom {background: #000;color: #fff;font-size: 14px;text-align: center;padding: 12px 10px;}
.footer-outer .footer-bottom a {color: #fff;text-decoration: none;margin: 0 5px;}
.footer-outer .footer-col p span {width: 50%;float: left;}



/*Last Footer Block Start*/
.last-foot {padding: 16px 0;background: #000;text-align: center;}
.last-foot p {color: #fff;font-size: 14px;}


.about-astro-top.new-design .form-outer {
	background: #fff;
	box-shadow: 0px 0px 10px 0px #00000073;
	padding: 20px;
	border-right: 5px solid #d80010;
	border-left: 5px solid #d80010;
	border-radius: 15px;
}
.about-astro-top.new-design {
	padding: 0 0 50px 0;
	
}
.inner-page-banner.banner-blog img {
	height: 450px;
	object-fit: cover;
	object-position: center center;
}.blog-title.inner {
	font-size: 30px;
	margin-bottom: 20px;
	color: #082b5e;
}
.blog-content h3 {
	font-size: 25px;
	color: #000;
	margin-bottom: 10px;
	font-weight: 500;
}
.blog-content p {
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 28px;
}

.blog {
	padding: 50px 0px;
}
.container .blog-meta
{
	padding-top : 4px;
	padding-bottom : 4px;
	font-weight : bold;
	color :  red;
}
.blog-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
}
.blog-box {
	background: white;
	border-radius: 12px;
	box-shadow: 0 6px 18px rgba(15,23,42,0.04);
	width: 32%;
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	 transition: transform 0.3s ease;
	border: solid 1px;
}
.blog-box:hover {
	transform: scale(1.02);
}
.blog-thumb a img {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.blog-title a{
	margin-top: 10px;
	font-weight: 500;
	font-size: 21px;
	color : black;
	line-height: 28px;
	margin-bottom: 0;
}
.blog-content p a{
	color : red;
}
.blog-content p a:hover{
	color : grey;
}
span.author
 {
    color: #082b5e;
}
.blog-excerpt a{
	font-size: 16px;
	color: #686868;
	line-height: normal;
	position: relative;
	margin-bottom: 10px;
	margin-top: 0;
}
.blog-readmore {
	margin-top: auto;
	text-decoration: none;
	color: #FFFFFF;
	padding : 10px;
	text-align : center;
	background : red;
	font-weight: 700;
}
.blog-readmore:hover {
	color: red;
	background :white;
}


/*Inner About Page*/
.inner-page-banner {position: relative;}
.inner-page-banner img {display: block;width: 100%;}
.inner-banner-content {background: rgba(0, 0, 0, 0.0);position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
.inner-banner-content .inner-banner-content-box {text-align: center;padding: 20px 70px;background: rgba(0, 0, 0, 0.6);border-radius: 20px;box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);}
.inner-banner-content h1 {font-size: 40px;margin-bottom: 0px;color: #ffffff;}
.inner-banner-content p {font-size: 18px;color: #ffffff;margin: 10px 0;}
.about-astro-outer {padding: 50px 0;background: #f9f9f9;}
.about-astro-top {padding: 50px 0;}
.about-astro-top p {margin-bottom: 10px;}
.about-astro-image {width: 49%;}
.about-astro-image img {width: 100%;border-radius: 12px;box-shadow: 0 4px 10px rgba(0,0,0,0.1);}
h3.inner-heading {font-size: 25px;color: #000;margin-bottom: 10px;font-weight: 500;}
.about-astro-text {width: 49%;background: #fff;padding: 25px;border-radius: 12px;box-shadow: 0 6px 14px rgba(0,0,0,0.08);}
.about-astro-text p {font-size: 16px;line-height: 24px;margin-bottom: 10px;}
.about-astro-outer .flex {margin-bottom: 50px;}
.about-astro-outer .flex:nth-child(2n+2) {flex-direction: row-reverse;}

.astro-about-outer {background: linear-gradient(180deg, #f9fbff, #eef2f8);padding: 50px 0px;}
.astro-about-outer .flex {gap: 20px;}
.astro-about-icon img {width: auto;height: 50px;filter: brightness(0) invert(1);}
.astro-about-box {display: flex;gap: 20px;background: #fff;border-radius: 14px;padding: 25px 30px;box-shadow: 0 4px 16px rgba(0,0,0,0.07);position: relative;border-left: 8px solid #d80010;transition: transform 0.3s ease, box-shadow 0.3s ease;}
.astro-about-box a {display: flex;gap: 20px;}
.astro-about-box:hover {transform: translateX(6px);box-shadow: 0 8px 22px rgba(0,0,0,0.12);}
.astro-about-icon {min-width: 55px;height: 55px;border-radius: 12px;background: linear-gradient(135deg,#d80010,#d800103d);display: flex;align-items: center;justify-content: center;font-size: 26px;color: #fff;}
.astro-about-content h3 {font-size: 21px;font-weight: 700;margin-bottom: 10px;color: #1d3557;}
.astro-about-content p {font-size: 15px;line-height: 1.7;color: #444;}
.portfolio_page {padding: 50px 0;background: linear-gradient(180deg, #f9fbff, #eef2f8);}
.portfolio_page .grid {width: 100%;}
.portfolio_page .grid > div {box-sizing: border-box;}
.portfolio_page .image-wrapper {background: white;border-radius: 8px;overflow: hidden;box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);margin: 10px;cursor: pointer;}
.portfolio_page .image-wrapper img {width: 100%;height: 350px;display: block;object-fit: cover;}
.modal {display: none;position: fixed;z-index: 9999;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.85);justify-content: center;align-items: center;flex-direction: column;}
.modal img {max-width: 90%;max-height: 90%;border-radius: 10px;}
.modal-close {position: absolute;top: 20px;right: 30px;font-size: 30px;color: white;cursor: pointer;}
.modal-arrow {position: absolute;top: 50%;font-size: 40px;color: white;background: rgba(0,0,0,0.4);padding: 10px;border-radius: 50%;cursor: pointer;user-select: none;transform: translateY(-50%);}
.modal-arrow.left { left: 30px; }

.modal-arrow.right { right: 30px; }
.about-astro-top .form-outer .left {
	width: 45%;
}
.form-outer .left.full-section {
	width: 100%;
}

.about-astro-top .form-outer .left img {
	width: 100%;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.about-astro-top .form-outer .banner-form {
	width: 50%;
	  text-align: left;
}
.testimonials {
	padding: 50px 0;
}
.testimonials .box-outer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	  gap: 33px;
}
.testimonials .box-outer .box {
	width: 31%;
	background: #082b5e;
	    padding: 20px 50px 60px;
	box-shadow: 0px 0px 10px #d4dae1;
	  border-radius: 20px;
	  text-align: center;
	  position: relative;
	  margin-bottom: 30px;
}
h3.inner-heading.post a {
	color: #000;
}
.testimonials .box-outer .box:before {
	content: "";
	background: url("https://webresellerscanada.com/astro-containers/wp-content/uploads/2025/09/first-quote.png");
	position: absolute;
	width: 30px;
	height: 30px;
	left: 10px;
	background-repeat: no-repeat;
	background-size: contain;
	top: 10px;
}
.testimonials .box-outer .box:after {
	content: "";
	background: url("https://webresellerscanada.com/astro-containers/wp-content/uploads/2025/09/last-quote.png");
	position: absolute;
	width: 30px;
	height: 30px;
	right: 10px;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 10px;
}
.testimonials .box-outer .box p {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	  color: #fff;
}
.testimonials .box-outer .box .box-outer-content {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.testimonials .box-outer .box .box-img {
	width: 80px;
	height: 80px;
	border-radius: 100px;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -40px;
}
.testimonials .box-outer .box .box-img img {
	width: 80px;
	height: 80px;
	object-fit: cover;
}
.testimonials .box-outer .box .box-outer-content .box-name h5 {
	font-size: 15px;
	font-weight: 500;
	  color: #fff;
	
}
.testimonials .box-outer .box .box-outer-content .box-name h6 {
	font-size: 14px;
	font-weight: 400;
	  color: #fff;
	
}
.testimonials h1.all-heading {
	margin-bottom: 30px;
		text-align: center;
}



.about-astro-text ul {
	padding-left: 15px;
}
.about-astro-text ul li {
	list-style: disc;
	margin-bottom: 10px;
	line-height: 28px;
}
.about-astro-text ul li:last-child {
	margin-bottom: 0px;
}



/*Inner Contact Page*/
.about-astro-top h5 {font-size: 25px;font-weight: 500;}
.quote-form-outer {background: #f9fafc;padding: 50px 0px;}
.quote-form-outer .quote-container {background: #fff;border-radius: 10px;box-shadow: 0 0 15px rgba(0,0,0,0.1);overflow: hidden;}
.quote-form-outer .quote-header {background: #082b5e;color: #fff;padding: 30px 20px;text-align: center;}
.quote-form-outer .quote-header h1 {margin: 0;font-size: 26px;}
.quote-form-outer .quote-header p {margin: 8px 0 0;font-size: 14px;}
.quote-form-outer form {display: flex;flex-wrap: wrap;padding: 30px;justify-content: space-between;}
.quote-form-outer .form-col {width: 48%;}
.quote-form-outer h3 {font-size: 18px;margin-bottom: 12px;color: #082b5e;border-left: 4px solid #d80010;padding-left: 8px;}
.quote-form-outer label {display: block;margin-bottom: 6px;font-size: 14px;font-weight: 600;color: #333;}
.quote-form-outer input,.quote-form-outer select,.quote-form-outer textarea {width: 100%;padding: 10px;border: 1px solid #ccc;border-radius: 6px;margin-bottom: 15px;font-size: 14px;background: #fafafa;}
.quote-form-outer textarea {resize: vertical;}
.quote-form-outer input[type="radio"] {width: auto;margin-right: 6px;margin-bottom: 0;}
.quote-form-outer .radio-group label {font-weight: normal;display: flex;align-items: center;margin-bottom: 8px;cursor: pointer;}
.quote-form-outer .submit-row {text-align: center;margin-top: 10px;width: 100%;}
.quote-form-outer button {font-size: 18px;background: #d80010;height: 40px;padding: 0 20px;display: inline-flex;flex-wrap: wrap;align-items: center;gap: 5px;color: #fff;width: auto;justify-content: start;margin-top: 20px;border:0px;cursor: pointer;}
.quote-form-outer button:hover {background: #b71c1c;}
.map-block iframe {width: 100%;height: 400px;display: block;}




.about-astro-image.postimage {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
	border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}







.benefits-outer {
	padding: 50px 0;
	text-align: center;
}
    .benefits-outer h2 {
      font-size: 32px;
      color: #141a46;
      margin-bottom: 15px;
    }

    .benefits-outer p {
      max-width: 800px;
      margin: 0 auto 50px auto;
    }

    .benefits-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      gap: 30px;
      flex-wrap: wrap;
      position: relative;
    }

    .benefit-card {
      background: #fff;
      flex: 1;
      border-radius: 16px;
      padding: 30px 25px;
      text-align: left;
      position: relative;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0,0,0,0.08);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .benefit-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    }

    .benefit-card::before {
      content: "";
      position: absolute;
      top: -40px;
      right: -40px;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      background: linear-gradient(135deg, #141a46, #e3be29);
      opacity: 0.1;
      z-index: 0;
    }

    .benefit-card h3 {
      font-size: 20px;
      color: #141a46;
      margin-bottom: 12px;
      position: relative;
      z-index: 1;
    }

    .benefit-card p {
      font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
    }

    .benefit-icon {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background: linear-gradient(135deg, #082b5ede, #d80010d9);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 15px;
      position: relative;
      z-index: 1;
    }

    .benefit-icon span {
      font-size: 22px;
      color: #fff;
      font-weight: bold;
    }













    .customization-wrapper {
      padding: 50px 0;
    }

    .customization-wrapper h2 {
      text-align: center;
      margin-bottom: 15px;
    }

    .customization-wrapper p {
      text-align: center;
      max-width: 800px;
      margin: 0 auto 20px;
    }

    .customization-cards {
      display: flex;
      flex-wrap: wrap;
      gap: 25px;
      justify-content: center;
		  margin-top: 50px;
    }

    .customization-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      overflow: hidden;
      flex: 1 1 320px;
      max-width: 360px;
      display: flex;
      flex-direction: column;
    }

    .customization-card-header {
      padding: 15px;
      background: linear-gradient(135deg, #082b5e, #d80010);
      color: #fff;
      font-size: 18px;
      font-weight: bold;
    }

    .customization-card-body {
      padding: 20px;
    }

    .customization-card-body ul {
      padding-left: 18px;
      margin: 0;
    }

    .customization-card-body ul li {
      margin-bottom: 8px;
		  list-style: disc;
    }

.customization-card-body p {
	text-align: left;
}












.agenda-section {
	padding: 50px 0;
	background: #f9f9f9;
}
.agenda-section h3.inner-heading {
	text-align: center;
	margin-bottom: 30px;
}


    .agenda-box {
      max-width:900px;
      margin:0 auto;
      background:#fff;
      border-radius:4px;
      padding:20px;
    }

.tab-buttons {
	display: flex;
	gap: 5px;
	margin-bottom: 20px;
	justify-content: space-between;
}
    .tab-buttons button {
      padding:10px 18px;
      border:none;
      cursor:pointer;
      font-weight:bold;
      background:#f5f5f5;
      border-radius:3px 3px 0 0;
      color:#333;
      transition:0.3s;
    }

.tab-buttons button.active {
	background: #fff;
	color: #d80010;
}

    .tab-content {
      display:none;
    }

.tab-content.active {
	display: flex;
	align-items: flex-start;
	border-top: 3px solid #fff;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tab-text {
	width: 51%;
}
.tab-content img {
	width: 46%;
	border-radius: 4px;
	flex-shrink: 0;
}

    .tab-text h4 {
      margin-top:0;
      font-size:20px;
      font-weight:bold;
      color:#000;
    }

.tab-content .cta-wrapper {
	display: block;
	clear: both;
	width: 100%;
}
    .cta-btn {
      display:inline-block;
      margin:25px auto 0;
      padding:14px 24px;
      background:#e91e63;
      color:#fff;
      font-weight:bold;
      border-radius:6px;
      text-decoration:none;
      text-align:center;
      transition:0.3s;
    }

    .cta-btn:hover {
      background:#c2185b;
    }


.footer-outer .footer-col ul li {
	display: block;
	line-height: 1;
	margin-bottom: 10px;
}






/*Media Query Start*/
@media(max-width: 1280px){
	.video-gallery-outer .flex .owl-nav .owl-prev,.video-gallery-outer .flex .owl-nav .owl-next {position: initial;margin-top: 0;}
}

@media(max-width: 1199px){
	.container{width: 96%;}
	.fa-bars{display: block;order: 2;}
	.astro-header-outer .header .right ul.menu {padding: 10px 0;display: none;position: absolute;background: #082b5e;width: 100%;left: 0;right: 0;top: 110px;z-index: 9;text-align: center;}
	.astro-header-outer .header .right {gap: 50px;}
	.astro-header-outer .header .right ul.menu li {padding: 10px 0;}
	.astro-header-outer .header .right ul li a {color: #fff;}
	.astro-header-outer .header .right ul li img.sub-menu-icon {filter: brightness(0) invert(1);cursor: pointer;}
	.services-outer .service-img img{
width: 200px;
    height: 200px;
}  
	.services-outer .service-img {width: 200px;height: 200px;}
	.two-box .left .content {padding: 22px 20px;}
	.two-box .left .content h4 {font-size: 20px;}
	.astro-header-outer .header .right ul li:hover ul.sub-menu{display: none;}
	.astro-header-outer .header .right ul li ul.sub-menu {position: initial;width: 100%;margin-top: 10px;}
	.astro-header-outer .header .right ul li ul.sub-menu li a{color: #000;}
	.astro-header-outer .header .right ul li ul.sub-menu li a:hover{color: #d80010;}
	.astro-header-outer .header .right ul li ul.sub-menu li{padding: 0px;}
}

@media(max-width: 1169px){
.blog-box{width:30%;}
}

@media(max-width: 1023px){
	.customization-card {
	flex: auto;
	width: 48%;
}
	.banner-outer .banner-flex .banner-box {width: 100%;}
	.about-outer .left {width: 100%;margin-bottom: 30px;}
	.about-outer .right {width: 100%;}
	.two-box .left {width: 100%;}
	.testimonials .box-outer {
	gap: 25px;
}
	.services-outer.container-service .service-box {width: 48%;}
	.services-outer.container-service .flex{gap: 20px;}
	.modal-content{max-width: 100%;}
	.contact-form-map-outer .contact-left{width: 100%;margin-bottom: 30px;}
	.contact-form-map-outer .contact-right{width: 100%;}
	.contact-form-map-outer .contact-right iframe{height: 250px;}
	h1.all-heading,.built-block h1.all-heading,.more-info .flex .left h4 {font-size: 25px;}
	.about-astro-top {padding: 20px 0;}
	.footer-outer .footer-col {margin-bottom: 20px;}
	.services-outer .service-box {
	width: 48%;
}
	.benefit-card {

	width: 47%;
    flex: auto;
	min-width: auto;

}
 
.services-outer .flex {
	gap: 25px;
}
	.banner-form {width: 100%;}
	.banner-outer img {height: 982px;}
	.built-block p{  padding: 0;}
}

@media(max-width: 767px){.blog-box{width:47%;}
	.customization-wrapper {
	padding: 0 0 50px 0;
}
		.customization-card {
	width: 100%;
			    max-width: 100%;
}
	.banner-outer .banner-flex .banner-box{padding: 10px 37px;}
	.banner-outer .banner-flex .banner-box p {font-size: 14px;line-height: 20px;margin-top: 0;}
	.banner-outer .banner-flex .banner-box a.main-button {margin: 10px 0 0 0;}
	h1.all-heading, .built-block h1.all-heading, .more-info .flex .left h4 {font-size: 20px;}
	a.main-button{font-size: 14px;}
	.footer-outer .footer-col {width: 100%;margin-bottom: 30px;}
	.about-astro-image,.about-astro-text{width: 100%;}
	.testimonials .box-outer .box {
	width: 100%;
}
	.inner-banner-content .inner-banner-content-box{padding: 5px 10px;}
	.inner-banner-content h1 {font-size: 20px;}
	.about-astro-outer{padding: 50px 0 0;}
	.quote-form-outer .form-col {width: 100%;}
	.services-outer .flex {
	gap: 22px;
}
	.about-astro-top .form-outer .left,.about-astro-top .form-outer .banner-form{
		width:100%;
	}
	.about-astro-top .form-outer {
	gap: 20px;
}
}

@media(max-width: 639px){
	.tab-buttons {
	flex-direction: column;
	width: 100%;
}
 .tab-content img {

	width: 100%;

}
.tab-text {

	width: 100%;

	margin-top: 20px;

}
 
	.astro-header-outer {padding: 15px 0;}
	.astro-header-outer .header .logo {width: 100%;text-align: center;margin-bottom: 10px;}
	.astro-header-outer .header .right {width: 100%;justify-content: center;}
	.about-outer .right p {line-height: 24px;font-size: 14px;}
	.services-outer .service-box,.services-outer.container-service .service-box {width: 100%;margin-bottom: 20px;}
	.benefit-card {

	width: 100%;

}
 
	.banner-outer .banner-flex{position: inherit;}
	.about-outer{padding: 20px 0;}
	.banner-outer img {height: inherit;}
}

@media(max-width: 479px){
.blog-box{width:100%;}	
.astro-header-outer .header .right .btns a {padding: 0 10px;font-size: 14px;}
.banner-outer .banner-flex .banner-box {padding: 10px 10px;}
.about-outer,.services-outer,.more-info,.built-block {padding: 20px 0;}
.more-info .flex .left {width: 100%;}
.two-box .left .content h4 {font-size: 15px;line-height: 1;}
.two-box .left .content {padding: 22px 5px;}
.two-box .left .content p{font-size: 14px;line-height: 18px;}
.two-box .left{overflow: hidden;}
.astro-about-box{flex-wrap: wrap;}
}

.top-padding-zero {
    padding-top: 0;
}