/*
Theme Name: Transpotech
Theme URI: https://www.busfam.com/
Author: Busfam Team
Author URI: https://www.busfam.com/
Description: The 2026 theme for WordPress is a fully responsive theme that looks great on any device With HTML5, Bootstrap5 and CSS3.
Version: 6.0
*/

@import 
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


body{
	font-family: "Montserrat", sans-serif;
    color:#c7c7c7;
	background:#1f2937;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

:root{
	--orange:#fd9b1c;
	--white:#fff;
	--black:#181818;
	--gray:#727272;
	--lgray:#c7c7c7;
	--border-radius: clamp(34px, 24px, 16px);
	--border:rgba(255,255,255,.10);
}

 .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: clamp(320px, 95vw, 95vw);
    margin: 0 auto;
} 
ul{padding:0;margin-bottom:0;}
li{list-style: none;}

h1, h2 {
	font-family: "Montserrat", sans-serif;
        font-size: clamp(1.3rem, 3vw, 2rem);
    font-weight:400; 
	color: var(--orange);
	margin-bottom:20px;
}

h3{
	font-family: "Montserrat", sans-serif;
    font-size: clamp(1.4rem, 2.6vw, 1.7rem);
    font-weight:500;  
	margin-bottom:10px;
}
h4{font-family: "Montserrat", sans-serif; font-size: clamp(1.1rem, 2.4vw, 2.5rem);font-weight:500;}
h4 strong{font-weight:500;color: var(--orange);}
h5{font-family: "Montserrat", sans-serif; font-size:18px;font-weight:600;}

h6{font-size:24px;font-weight:700;}
p, li {
	font-family: "Montserrat", sans-serif;
	font-size: clamp(.9rem, 1.1vw, 1rem);
    font-weight: 400;
    line-height: clamp(20px, 22px, 40px);
    margin: 0 0 12px 0;
    color: var(--lgray);
}
a{

    text-decoration:none;

}

.top-bar{

    background:var(--orange);

    color:#fff;

    font-size:14px;

    padding:8px 0;

}

.top-bar a{
    color:var(--white);
	font-size: 16px;
    margin-left:15px;

}
.navbar-brand img:focus-visible{outline:0;}
.menubar{padding:8px 0;}
.menubar.sticky-top{background:var(--white);  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
}
.sectiongap{padding:80px 0;position: relative;}

.sectiongap:nth-child(odd){
	    background-color: #1d2530;
    background-image: radial-gradient(#212b38 1.5px, transparent 1.5px);
    background-size: 15px 15px;
	padding:80px 0;position: relative;}
.btn-outline-danger{border-width:2px;}

.btn-info {
  background:var(--white);
  border-radius: 10px;
  color: var(--black);
  display: inline-block;
  border:1px solid var(--orange);
  font-size: 13px;
      text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
  padding: 12px 38px 12px 10px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  transition: .3s ease;
}
.btn-info:hover {background:var(--orange);  border:1px solid var(--orange);color: var(--white);}
.btn-info::before,
.btn-info::after {
  content: "→";
  position: absolute;
  right: 16px;
  top: 47%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 600;
  transition: all .35s ease;
}
.btn-info::before {opacity: 0;transform: translate(-12px, -50%);}
.btn-info:hover::before {opacity: 1;transform: translateY(-50%);}
.btn-info:hover::after {opacity: 0;transform: translate(12px, -50%);}



.btn-primary {
  background:var(--orange);
  border-radius: 10px;
 font-family: "Inter", sans-serif;
 color: var(--white);
    text-transform:uppercase;
  display: inline-block;
  border:1px solid var(--orange);
   font-size: 14px;
  font-weight: 600;
  line-height: 1;
      padding: 14px 40px 14px 10px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  transition: .3s ease;
  letter-spacing:1px;
}
.btn-primary:hover {background:var(--white);border:1px solid var(--orange);color: var(--black);}
.btn-primary::before,
.btn-primary::after {
  content: "→";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 600;
  transition: all .35s ease;
}
.btn-primary::before {opacity: 0; transform: translate(-12px, -50%);}
.btn-primary:hover::before {opacity: 1;transform: translateY(-50%);}
.btn-primary:hover::after {opacity: 0;transform: translate(12px, -50%);}



.btn-secondary {
  background:transparent;
  border-radius: 10px;
	font-family: "Inter", sans-serif;
	color: var(--white);
    text-transform:uppercase;
  display: inline-block;
  border:1px solid var(--orange);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 45px 16px 18px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  transition: .3s ease;
    letter-spacing:1px;
}
.btn-secondary:hover {background:var(--black);border:1px solid var(--orange);color: var(--orange);}
.btn-secondary::before,
.btn-secondary::after {
  content: "→";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 600;
  transition: all .35s ease;
}
.btn-secondary::before {opacity: 0; transform: translate(-12px, -50%);}
.btn-secondary:hover::before {opacity: 1;transform: translateY(-50%);}
.btn-secondary:hover::after {opacity: 0;transform: translate(12px, -50%);}
.btn-secondary i {color: var(--orange);}

.btn-outline-light {
  background:transparent;
  border-radius: 10px;
      font-family: "Inter", sans-serif;
  color: var(--white);
  text-transform:uppercase;
  display: inline-block;
  border:1px solid var(--orange);
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  padding: 16px 45px 16px 18px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  transition: .3s ease;
    letter-spacing:1px;
}
.btn-outline-light:hover {background:var(--black);color: var(--orange);}
.btn-outline-light::before,
.btn-outline-light::after {
  content: "→";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 600;
  transition: all .35s ease;
}
.btn-outline-light::before {opacity: 0; transform: translate(-12px, -50%);}
.btn-outline-light:hover::before {opacity: 1;transform: translateY(-50%);}
.btn-outline-light:hover::after {opacity: 0;transform: translate(12px, -50%);}

.top-bar-heading{font-size: clamp(1rem, 1vw, 2.2rem);}
.top-social a{font-size: 16px;}
.top-social a:hover, .top-bar a:hover{color:var(--orange);}
.sticky_div {position: sticky;top: 100px;}
/*=========================
Hero Section
==========================*/

.hero-banner{
    position: relative;
}
.banner_pattern{position: absolute;bottom:0;}
.hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
	background: linear-gradient(to right, rgb(255 255 255 / 0%) 0%, rgb(0 0 0 / 45%) 100%);
    z-index: 1;
}
.vdo_area{
    position: relative;
    width: 100%;
    height: 94vh;          /* or 700px */
    min-height: 550px;
    overflow: hidden;
}

.vdo_area video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.vdo_area_text {
	background:#0000009c;
	position: absolute;
  transform: translateY(0);
  width: 100%;
  right: 0;
  padding:10px 0;
  bottom:0;
  z-index: 99;
  text-align: left;
}
.hero-title {
    font-family: "Montserrat", sans-serif;
	color: var(--white);
    font-size: clamp(1.5rem, 3.5vw, 4rem);
    line-height: 1.15;
    font-weight: 800;
    margin-bottom: 20px;

}
.vdo_area_text p{ color:#121212;}

.river-hero {
            min-height: 100vh;
            position: relative;
            display: flex;
            align-items: center;
            color: #fff;
            overflow: hidden;
        }

        .river-hero .container {
            position: relative;
            z-index: 2;
        }

        /* Top Ribbon */
        .hero-ribbon {
            display: inline-block;
            position: relative;
            background: #fdbb12;
            color: #111;
            padding: 8px 25px;
            font-size: 14px;
            font-weight: 800;
            letter-spacing: .3px;
            margin-bottom: 15px;
        }

        .hero-ribbon::before {
            content: "";
            position: absolute;
            left: -10px;
            top: 0;
            border-top: 18px solid transparent;
            border-bottom: 18px solid transparent;
            border-right: 10px solid #fdbb12;
        }

        .hero-ribbon::after {
            content: "";
            position: absolute;
            right: -10px;
            top: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 10px solid #fdbb12;
        }

        /* Heading */
        .hero-title {
            font-size: clamp(1.2rem, 2.5vw, 2.5rem);
            line-height: .98;
            font-weight: 900;
            text-transform: uppercase;
            margin: 0 0 8px;
            text-shadow: 0 3px 8px rgba(0,0,0,.45);
        }

        .hero-subtitle {
            font-size: clamp(1.2rem, 2vw, 1.5rem);
            font-weight: 400;
            margin-bottom: 5px;
        }

        .hero-tagline {
            font-size: clamp(1rem, 1vw, 1.2rem);
            margin-bottom: 25px;
        }

        /* Features */
        .hero-features {
            display: flex;
            max-width: 760px;
			margin: 0 auto;
        }

        .hero-feature {
            flex: 1;
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 0 8px;
            border-right: 1px solid rgba(255,255,255,.5);
        }

        .hero-feature:first-child {
            padding-left: 0;
        }

        .hero-feature:last-child {
            border-right: 0;
        }

        .feature-icon {
            min-width: 48px;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: rgba(30, 30, 25, .85);
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffbd00;
            font-size: 22px;
        }

        .feature-title {
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 2px;
        }

        .feature-text {
            font-size: 14px;
            line-height: 1.25;
            color: #eee;
        }

        /* Button */
        .hero-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: #ffbd00;
            color: #111;
            padding: 13px 24px;
            border-radius: 6px;
            font-size: 16px;
            font-weight: 700;
            text-decoration: none;
            transition: all .3s ease;
        }

        .hero-btn i {
            font-size: 18px;
        }

        .hero-btn:hover {
            background: #fff;
            color: #111;
            transform: translateY(-2px);
        }

        /* Mobile */
        @media (max-width: 767px) {

            .river-hero {
                min-height: auto;
                padding:0;
				align-items: normal;
                background-position: center;
            }

            .hero-ribbon {
                font-size: 11px;
                padding: 7px 17px;
                margin-left: 8px;
            }

            .hero-ribbon::before,
            .hero-ribbon::after {
                border-top-width: 17px;
                border-bottom-width: 17px;
            }
.hero-feature {display: block;}


            .hero-tagline {
                font-size: 17px;
                margin-bottom: 20px;
            }

      .feature-title {font-weight: 500; }
            .hero-feature,
            .hero-feature:first-child {
                padding: 12px 0;
                border-right: 0;
               
            }

            .hero-feature:last-child {
                border-bottom: 0;
            }

            .feature-icon {
                min-width: 35px;
                width: 35px;
                height: 35px;
				margin: 0 auto 6px auto;
            }
			.feature-icon i{font-size: 18px;}
        }
/*=========================
Hero Section
==========================*/

.readmore {
  color:var(--orange)!important;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight:600;
}

.readmore:hover {
  color:var(--black)!important; 
}
.thanku_bg {
    background-image: radial-gradient(circle, var(--white), var(--white), #f9cf98);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
}

.inner-banner {position: relative;}
.inner-banner img{width: 100%;}
.inner-banner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; /* set to 100% for full overlay width */

}
.inner-banner-txt {
    position: absolute;
    top: 40%;
    text-align: left;
	margin: 0 auto;
	z-index:1;
}
.inner-banner-txt h2{font-family: "Montserrat", sans-serif;color:var(--white);font-size: clamp(.8rem, 1.5vw, 1.2rem);font-weight:400;text-align: center;
    background: var(--orange);padding: 6px 10px;}

.form-control{
	color: #ffffff!important;
    background-color: transparent!important;
    border-color: #ffffff3d!important;
	font-size: clamp(.8rem, 1vw, 1rem);padding: 1rem .75rem;
	}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff!important;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #ffffff!important;
}
:-ms-input-placeholder { /* IE 10+ */
 color: #ffffff!important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ffffff!important;
}
.form-control:focus {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff3d;
    outline: 0;
    box-shadow:none;
}
#cont-email-error{font-size:11px;}
/*backto-top start*/
#backto-top {
  display: inline-block;
  background:var(--orange);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius:0;
  border:1px solid var(--orange);
  position: fixed;
  bottom: 70px;
  right: 15px;
  transition: background-color .3s,  
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 2000;
  text-align: center;
  box-shadow: 5px 5px 15px 0px rgb(0 0 0 / 10%);
}
#backto-top i{
	font-size:20px;
  color: #fff;
  line-height: 40px;
}

#backto-top:hover {
  cursor: pointer;
  background:var(--white);
}
#backto-top:hover i{color:var(--black);}
#backto-top:active {
  background: var(--white);
}
#backto-top.show {
  opacity: 1;
  visibility: visible;
}
/*backto-top end*/


.tick_double ul{columns: 2; -webkit-columns: 2; -moz-columns: 2;}
.tick ul{margin:14px 0 0 14px;} 
.tick ul li{margin-bottom:10px;    font-size: clamp(.9rem, 1.1vw, 1rem);}
.tick ul li:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
	font-size: 13px;
    color: var(--orange);
    padding:0 5px 0 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	margin-left: -14px;
}
.navbar-brand img {
    width: 200px;
}
.navbar-brand img:focus-visible {
    outline: 0;
}
.dbl_btn a{
	margin:0 5px 0 0;
	padding:0 5px 0 0;
    border-right:1px solid #aaa;
}
.dbl_btn a:last-child{border-right:0;}
.dbl_btn a{
	margin:0 5px 0 0;
	padding:0 5px 0 0;
    border-right:1px solid #aaa;
}
.dbl_btn a:last-child{border-right:0;}

.section-tag {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--orange);
    font-size: clamp(.7rem, 1vw, 1rem);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
	    margin-bottom: 4px;
}

.section-tag::after {
    content: "";
    width: 40px;
    height: 3px;
    background: var(--orange);
    border-radius: 5px;
    flex-shrink: 0;
}

.section-tag.bothline {justify-content: center;}
.section-tag.bothline::before,
.section-tag.bothline::after {
    content: "";
    width: 40px;
    height: 3px;
    background: var(--orange);
    border-radius: 5px;
    flex-shrink: 0;
}
.section-title, .section-title h1, .section-title, .section-title h2{
	font-family: "Montserrat", sans-serif;
    font-size: clamp(1.3rem, 2.2vw, 2.2rem);
    font-weight:500;
        margin: 0 0 15px 0;
    color:var(--white);
}
.section-title strong, .section-title h1 strong, .section-title h2 strong{
    color:var(--orange);font-weight:600;
}
.section-title p{color:var(--white);font-size: clamp(1rem, 1.1vw, 1.1rem);}
/*product*/
.product-card{
   -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(10px);
background-color: #0000002b;
  border:1px solid var(--border);border-left:5px solid var(--gold);
  border-radius:18px;overflow:hidden;height:100%;
  border-top: 1px solid #ffffff12;
  border-right: 1px solid #ffffff12;
  border-bottom: 1px solid #ffffff12;
  border-left:4px solid #cfd161;
}
.product-img{height:250px;width:100%;object-fit:cover}
.product-body{padding:1.6rem}
/*product*/

/*why chhose us*/
    .why-item{    text-align: center;border-right:1px solid var(--border);height:100%}
    .why-item:last-child{border-right:0}
    .why-item i{font-size: clamp(2rem, 3vw, 3rem);color:var(--orange)}
/*why chhose us*/
/*how it works*/

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.process-card2 {
  text-align: center;
  max-width: 187px;
  height: 187px;
  background-color: var(--black);
  margin: 17px;
  position: relative;
  border-radius: 9999px;
  padding: 55px 6px;
}

.process-card2-wrap {
  position: relative;
}

.process-card2-wrap:after {
  content: '';
  height: 42px;
  width: 116px;
  background-image: url("images/curved-arrow.webp");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: calc(100% - 30px);
}

.process-card2-wrap:nth-child(even):after {
  top: unset;
  bottom: 0;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.process-card2-wrap:last-child:after {
  display: none;
}

.process-card2:before {
  content: '';
  width: 216px;
  height: 216px;
  position: absolute;
  top: -17px;
  left: -17px;
  border: 2px dashed var(--orange);
  border-radius: inherit;
}

.process-card2_icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  background-color: var(--orange);
  border-radius: 50%;
 font-size: clamp(1.5rem, 2.4vw, 2.5rem);
  color: var(--white);
  position: absolute;
  top: -40px;
  left: -17px;
}

.process-card2_icon i {
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.process-card2 h3{
  font-size: 20px;
  color: var(--white);
  margin-bottom: 8px;
  text-align: center;
}


.process-card2:hover:before {
  -webkit-animation: spin 10s linear infinite;
          animation: spin 10s linear infinite;
}

@media (max-width: 1300px) {
  .process-card2-wrap:after {
    left: calc(100% - 50px);
  }
}

@media (max-width: 1199px) {
  .process-card2 {
    margin: 14px;
  }
  .process-card2-wrap:after {
    height: 24px;
    left: calc(100% - 55px);
  }
  .process-card2-wrap:nth-child(even):after {
    left: calc(100% - 45px);
  }
}

@media (max-width: 991px) {
  .process-card2 {margin: 14px auto 50px auto;  }
  .process-card2-wrap:after {
    height: 42px;
    left: calc(100% - 68px);
  }
  .process-card2-wrap:nth-child(even):after {
    display: none;
  }
}

@media (max-width: 575px) {
  .process-card2-wrap:after {
    display: none;
  }
}

/*how it works*/
.stone_chip_bg{
	background-image: url("images/stonechip_bg.webp");
	background-repeat:repeat;
	background-size: contain;
	padding:50px;
}
.blkbg{
	position: relative;
	background:#000000a8;
	padding:25px;
	border-radius:15px;
	border-left: 4px solid #cfd161;
}
.blkbg h4{
	color: var(--white);
}

.blkbg .btn-primary{
	color: var(--black);
	padding: 16px 16px 16px 18px;
}
.blkbg .btn-secondary, .blkbg .btn-primary{
        padding: 16px 16px 16px 18px;
}
.blkbg .btn-primary::before,  
.blkbg .btn-primary::after,
.blkbg .btn-secondary::before,  
.blkbg .btn-secondary::after
 {
    content: "";
    right: 0;
    font-size: 0;
}
/*footer*/
footer{background:#08090b;border-top:1px solid var(--border);margin-top: auto;}
.footer-item i{color: var(--orange);margin-right:4px;}
.footer-item{padding:1rem;border-right:1px solid var(--border);}
.footer-item:last-child{border:0}
.border-secondary {border-color: var(--border)!important;}
.copyright, .copyright a{font-size: clamp(.8rem, .8vw, .8rem);color: var(--gray);}
.social-icons a{margin: 0 5px;}
.social-icons a:hover{color: var(--orange)!important;}
.copyright a:hover{color: var(--white);}
/*footer*/

/*contact*/
.office-box {
    background: #ffffff14;
    color: var(--white);
    border-top:4px solid var(--orange);
    padding: 40px;
    border-radius: 20px;
}
.office-box h4 {
    color: var(--orange);
    font-size: clamp(1.2rem, 1.7vw, 1.7rem);
    font-weight: 600;margin-bottom: 20px;
}
.contact_page .info-icon { margin: 0 15px 0 0;}
.info-icon {
    width: 50px;
	min-width: 50px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid var(--white);
    font-size: 20px;
    margin-bottom: 22px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.office-box i {
    color: var(--orange);
    margin-top: 4px;
}
.office-box h5 {
    margin-bottom: 0;
    font-size: clamp(1rem, 1.3vw, 1.4rem);
    font-weight: 500;
    color: var(--white);
    margin-bottom: 3px;
}
.office-box p, .office-box a {color: var(--white);}
.office-box a:hover {color: var(--orange);}
.office-box li {
    margin-bottom: 25px;
    list-style: none;
    display: flex;
}
.form_section {margin-top:15px;}
.gmap iframe {
    width: 100%;
    height: 400px;
    border-radius: 15px;
}
/*contact*/
.about_page .region-content h3 {
    margin-bottom: 2px;
}
.about_page .region-content h3 strong{
    color: var(--orange);
}
.region-content h3 {
    color: var(--white);
    font-size: clamp(1.2rem, 2vw, 1.4rem);
    font-weight: 500;
        margin-bottom: 12px !important;
    line-height: 1.2;
}
.heading {
    font-family: "Space Grotesk", sans-serif;
    font-size: 22px;
    color: var(--white);
    font-weight: 500;
    margin-bottom: 24px;
    text-align: left;
	    display: flex;
    align-items: center;
    gap: 15px;
}

.heading h2 {
    font-size: clamp(1.1rem, 1.6vw, 1.6rem);
    font-weight: 500;
    color: var(--white);
    margin: 0;
}
.heading .icon {
    width: 38px;
    height: 38px;
    background: var(--orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 15px;
}
.principle_block{border-right: 1px solid #ffffff47;}
.principle_block:last-child{border-right:0;}
.principle-content h3 {
    font-size: clamp(1rem, 1.3vw, 1.3rem);
    font-weight: 500;color:var(--orange);
}
.principle-icon i{font-size: clamp(1.6rem, 2.2vw, 2.2rem); color: var(--white);    margin-bottom: 10px;}
.accordion-item{
	margin-bottom: 10px;
    border-radius: 0;
    background: transparent;
    border-top:0;
    border-right:0;
    border-left:0;
      border-bottom: 1px solid var(--border)!important;
	color:var(--white);
}
.accordion-button{background-color: transparent;font-size:22px;padding: 13px;}
.accordion-button:focus{box-shadow:none;}
.accordion-button:not(.collapsed)::after{background:url(images/arrow_down.webp);}
.accordion-button::after {background:url(images/arrow_right.webp);}
.accordion-button:not(.collapsed){color:var(--dblue);background-color:transparent;box-shadow:none;}
.accordion-button:hover {z-index: 0;}
.accordion-button::after {width: 25px;height: 25px;}
.accordion-button.collapsed {color:var(--orange);}

.accordion-content h5, .chooseus_box h5{
    font-size:clamp(1rem, 1.2vw, 2rem);
    font-weight:600;
    color:var(--white);
    margin-bottom:0;
}
.accordion-body {position: relative;background:transparent;box-shadow:none;padding: 0 20px 16px 12px;font-size: clamp(.8rem, 1vw, .9rem);color:var(--lgray);}

.box::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 10%;
    width: 80%;
    height: 25px;
    background: rgba(0,0,0,.25);
    border-radius: 50%;
    filter: blur(14px);
    z-index: -1;
}
.accordion-content{width:80%;}
.card.blog_col{background:transparent;border:0;}
.why_choose_us h6{color:var(--orange);font-size: clamp(1rem, 1.5vw, 1.5rem);}
.thanku_bg p{color: var(--black);}
.error404 .inner-banner, .page-template-coming-soon .inner-banner{display:none;}
body.page-template-coming-soon{background-image: radial-gradient(circle, var(--white), var(--white), #f9cf98)!important;}

.cms-wrap h4{color:var(--orange);font-size: clamp(1.2rem, 1.6vw, 1.6rem);}



