* {
    font-family: "Nunito Sans", serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    padding: 96px 0px 0px;
}

.swastik-img img {
    width: 100%;
    height: 70px; 
}

.navbar-anc-link a {
    color: #6E6E6E !important;
    font-size: 16px;
    font-weight: 500;
}

.navbar-anc-link button {
    color: #6E6E6E !important;
    font-size: 16px;
    font-weight: 500;
    background-color: transparent;
    border: white;
}

.navbar-anc-link button:hover {
    background-color: transparent !important;
    border: none;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    background-color: transparent !important;
    border: none;
}

.nav-login-btn button {
    background-color: #184E98;
    color: white;
    border: none;
    font-size: 14px;
    padding: 8px;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.nav-login-btn button::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #184E98; /* Same as base color */
    z-index: -2;
}
.nav-login-btn button::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #FF6200; /* Darker shade for hover effect */
    transition: all 0.3s;
    z-index: -1;
}

.nav-login-btn button:hover::before{
     width: 100%;
}


.banner-img-section {
    position: relative;
    width: 100%;
}

.banner-img-section img {
    width: 100%;
    display: block;
}

/* .banner-over-para {
    position: absolute;
    top: 9%;
    left: 35px;
    text-align: left;
    color: white;
    z-index: 2;
} */

.banner-over-para p {
    color: #FF8E48;
    font-size: 20px;
    font-weight: 800;
}

.banner-over-para p:nth-of-type(2) {
    font-size: 25px;
    font-weight: 700;
    color: white;
}

h1 {
    font-size: 53.852px;
    font-weight: 800;
    color: white;
}

.super-card-banner img {
    width: 50px;
    height: 50px;
}

.super-card-banner.active {
    background: #FF6200E5;
    transition: background-color .3s ease-in;
}

.super-card-banner.active .card-body {
    color: white;
}

.super-card-banner {
    background-color: white;
    border-radius: 0;
    border: none;
    padding: 38px 16px;
    text-transform: capitalize;
    font-size: 16px;
    color: white;
    height: 100%;
    text-align: start;
}

.super-card-banner .card-body {
    color: black;
    padding: 16px 0px;
}

.super-card-banner.active i {
    background-color: white;
    color: black;
}


.three-card-bann-arrow.active i {
    background-color: white;
    padding: 8px 18px;
    border-radius: 20px;
    color: black;
}

.three-card-bann-arrow i {
    background-color: #184E98;
    color: white;
    padding: 8px 18px;
    border-radius: 20px;
}


.about-sec-content h3 {
    font-size: 20px;
    color: #184E98;
    font-weight: 800;
}

.about-sec-content h4 {
    font-size: 50.852px;
    font-weight: 800;
}

.about-sec-content h4 span {
    color: #FF6200;
}

.about-sec-content p {
    font-size: 24px;
    font-weight: 500;
    color: #001B41;
}


.thumbnail-first img {
    width: 100%;
}

.thumbnail-sec img {
    width: 100%;
}

.thumbnail-third img {
    width: 100%;
}

.about-cont-img {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    flex: 1;
    justify-content: space-evenly;
    padding: 10px;
    position: relative;
}

.about-cont-img:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    height: 60%;
    /* Keeps the border centered */
    width: 2px;
    background-color: #001B4126;
    /* Border color */
}

.about-sec-after-img h5 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
}

.about-sec-after-img h5 span {
    color: #FF6200;
}

.about-sec-after-img p {
    font-size: 17px;
    font-weight: 500;
    color: #000000;
}

.five-card-about .col-sm-2 {
    width: 20%;
}

.main-container {
    background-color: #F5FAFF;
}

.partner-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.partner-card img {
    max-height: 60px;
    object-fit: contain;
    width: 100%;
}

.services-sec h3 {
    font-size: 20px;
    font-weight: 700;
    color: #184E98;
}

.service-card-img img {
    height: 45px;
    width: 45px;
    object-fit: contain;
}

.service-card.active {
    background-color: #FF620026;
    text-align: center;
    transition: background-color .5s ease;
}

.service-card {
    padding: 42px 13px;
    text-align: center;
    border-radius: 38.816px;
    height: 100%;
}

.service-card-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
}

.service-card-content p {
    font-size: 16px;
    font-weight: 400;
}

.why-choose-head h3 {
    font-size: 20px;
    color: #001B41;
    font-weight: 800;
}

.why-choose-head h5 {
    font-size: 53.852px;
    font-weight: 600;
}

.why-choose-head h5 span {
    color: #FF6200;
}

.why_chooseimg img {
    width: 100%;
    height: 563px;
}

.why-choose-head p {
    font-size: 25px;
    font-weight: 500;
}

.common-btn a {
    background-color: #FF6200;
    border: none;
    color: white;
    padding: 8px 20px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.common-btn a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FF6200; /* Same as base color */
    z-index: -2;
}
.common-btn a::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #184E98; /* Darker shade for hover effect */
    transition: all 0.3s;
    z-index: -1;
}

.common-btn a:hover::before{
     width: 100%;
}
.common-btn a:hover{
    background-color: #184E98;
    transition: all.1s ease;
}

.whychoose-cont-img {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    flex: 1;
    justify-content: space-evenly;
    padding: 10px;
    position: relative;
}

.whychoose-cont-img h4 {
    font-size: 24px;
    font-weight: 600;
}

.whychoose-cont-img {
    font-size: 16px;
    align-items: start;
    font-weight: 400;
}

.whychoose-cont-img:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    height: 100%;
    top: 0%;
    /* Keeps the border centered */
    width: 2px;
    background-color: #001B4126;
}

.why_choose-single-img {
    background: #184E98;
    border-radius: 50%;
    padding: 20px;
}

.why_choose-single-img img {
    width: 28px;
    height: 28px;
}

.deal-sec-head h3 {
    font-size: 35px;
    font-weight: 700;
}

.deal-sec-head h3 span {
    color: #FF6200;
}

.deal-sec-head p {
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.32px;
}

.deal-card-four {
    height: 100%;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
}

.deal-card-content h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.32px;
}

.deal-card-content p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    margin-top: 15px;
}

.weare-sec-container {
    background-color: #F43E19;
}

.we_are-head-sec h3 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
    color: white;
}

.we_are-head-sec p {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.32px;
    text-transform: capitalize;
    color: white;
}

.we-are-four-card {
    background-color: white;
    border-radius: 20px;
    text-align: center;
    padding: 42px 18px 10px;
    height: 100%;
}

.we-are-four-card h2 {
    font-size: 52px;
    font-weight: 800;
}

.we-are-four-card p {
    font-size: 26px;
    font-weight: 600;
    margin: 0;
}

.we_are-head-sec {
    padding: 50px 10px;
}

.quote-section {
    background-color: #0d47a1;
    color: white;
    padding: 3rem 0;
    height: 575px;
}

.quote-form-container {
    background-color: white;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.submit-btn {
    background-color: #ff6a00;
    border: none;
    width: 100%;
    padding: 0.75rem;
    font-weight: 500;
}

.submit-btn:hover {
    background-color: #e05e00;
}

.image-container {
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: 100%;
}

.quote-head h5 {
    font-size: 53px;
    font-weight: 600;
}

.quote-head p {
    font-size: 25px;
    font-weight: 500;
}

.quote-form-container label {
    font-size: 14px;
    font-weight: 600;
    color: #6E6E6E;
}

.quote-form-container input::placeholder {
    font-size: 12px;
    font-weight: 400;
    color: #2C2C2CBA;
}

.quote-form-container select {
    color: #2C2C2CBA;
    font-size: 12px;
    font-weight: 400;
}

.quote-form-container textarea::placeholder {
    font-size: 12px;
    font-weight: 400;
    color: #2C2C2CBA;
}

.testimonials-head h3 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
}

.testimonials-container.mt-5 {
    margin-top: 24rem !important;
}

.testimonials-head h3 span {
    color: #FF6200;
}

.faq-head h3 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
}

.faq-head p {
    font-size: 17px;
    font-weight: 500;
}

.main-accordion-faq .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.main-accordion-faq .accordion-item {
    border-bottom: 1px solid #0000004D !important;
    border: none;
}

.main-accordion-faq h2 button {
    font-size: 17px;
    color: black;
    font-weight: 700;
}

.main-accordion-faq .accordion-body {
    padding: 0px 20px 10px;
}

.main-accordion-faq .accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/%3E%3C/svg%3E");
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
}

.faq-right-img img {
    width: 100%;
    border-radius: 16px;
    height: 640px; 
}

.footer-main-container {
    background-color: #184E98;
    padding: 67px 10px 20px;
}

.footer-head-content h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: white;
}

.footer-head-content p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.32px;
    color: white;
}

.footer-head-content li {
    list-style: none;
}

.footer-head-content a {
    text-decoration: none;
    color: white;
}

.footer-head-content ul {
    padding: 0;
}

.footer-head-content i {
    color: white;
    /*padding: 10px;*/
}

.footer-copyright-content .copyright {
    color: #FFCC00;
}


.about-img-us img {
    width: 100%;
}

.testimonial-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    padding: 50px;
    background: #fff;
}

/* Wrapper to control center positioning */
.profile-wrapper {
    display: flex;
    justify-content: center;
    width: 400px;
    /* Fixed width to center images */
    overflow: hidden;
}

/* Images will slide inside this container */
.profile-container {
    display: flex;
    gap: 20px;
    transition: transform 1s ease-in-out;
}

/* Styling for images */
.profile-container img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
    /* opacity: 0.7; */
}

/* Active image effect */
.profile-container img.active {
    width: 80px;
    height: 80px;
    opacity: 1;
    transform: scale(1.2);
}

.testimonialstars {
    color: #FF6200;
    font-size: 25px;
}

.main-slide-card-testimonial {
    display: flex;
    justify-content: center;
}

.testimonial-card {
    background-color: #184E98;
    width: 80%;
    padding: 26px 58px;
    text-align: center;
    border-radius: 20px;
}

.testimonial-card p {
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.testimonial-card h6 {
    color: white;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.about-img-page img {
    width: 100%;
}

.about-banner-img {
    position: relative;
}

.about-postcontainer {
    position: absolute;
    top: 22%;
    padding: 0px 65px;
}


.about-content h3 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
}

.about-content p {
    font-size: 17px;
    text-align: justify;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.32px;

}


.footer-contact-container.mt-5 {
    margin-top: 19rem !important;
}

.prohibited-items-terms h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.311px;
}

.prohibited-items-terms p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.311px;
    margin-bottom: 0;
    text-align: justify;
}

.prohibited-items-terms ul {
    padding-left: 1rem;
}

/* Banner Styling */
.banner {
    position: relative;
    height: 400px;
    /* Adjust height as needed */
    /* background: url(../images/about-img.png) no-repeat center center/cover; */
    display: flex;
    align-items: center;
    color: white;
    padding: 20px;
}

/* Overlay Effect */
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 71%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    /* Dark to transparent */
}

/* Banner Content */
.banner-content {
    position: relative;
    z-index: 2;
    max-width: 748px;
    text-align: left;
    font-weight: 500;
    color: white;
    padding-left: 30px;
}

.banner-content p {
    font-size: 25px;
}


/* Form Styling */
.tracking-form {
    background: white;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 48%;
    right: 10%;
    transform: translateY(-50%);
    width: 350px;
}

/* Custom Button */
.btn-track {
    background-color: #ff6600;
    /* Orange color */
    color: white;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-radius: 8px;
    border: none;
}

.btn-track:hover {
    background-color: #e65c00;
    /* Darker orange */
}

.tracking-form h4 {
    font-size: 20px;
    color: black;
}

.tracking-form label {
    color: #6E6E6E;
    font-size: 12px;
    font-weight: 400;
}

.tracking-form .place-custom-holder::placeholder {
    color: #6E6E6E;
    font-size: 12px;
}

.track-oder-head h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #184E98;
}

.track-oder-head h5 {
    font-size: 35px;
    font-weight: 700;
    line-height: 40px;
}

.track-oder-head h5 span {
    color: #FF6200;
}

.track-oder-head p {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.32px;
    text-transform: capitalize;
}

.track-order-four-card {
    text-align: center;
    background: #FF6200;
    margin-bottom: 15px;
    border-radius: 50%;
    padding: 12px;
    display: inline-flex
;
}

.track-order-four-card img {
    height: 40px;
    width: 47px;
}

.track-order-four-card h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.311px;
}

.track-order-four-card p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.311px;
}

.main-card-detail {
    background-color: #F9FBFF;
    padding: 20px 18px;
    border-radius: 15px;
    ;
}

.detail-card .first-span {
    color: #6E6E6E;
    font-size: 16px;
    font-weight: 400;
}

.detail-card span {
    color: #6E6E6E;
    font-size: 16px;
    display: block;
    font-weight: 700;
}

.detail-card .again-span {
    color: #FF6200;
    display: inline;
}

.cancel-order-detail {
    padding: 20px 18px;
    background-color: #F9FBFF;
    border-radius: 15px;
    ;
}

.cancel-order-detail h3 {
    color: #FF6200;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    line-height: 40px;
}


.timeline {
    position: relative;
    padding-left: 40px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 22px;
    top: 19px;
    height: 76%;
    width: 2px;
    background-color: #e67e22;
}

.timeline-item {
    position: relative;
    padding: 15px;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: -23px;
    top: 28%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background-color: #e67e22;
    border-radius: 50%;
}

.date-label {
    position: absolute;
    left: -73px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #555;
    text-align: center;
    width: 50px;
}

.title {
    color: #e67e22;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

.sec-can-orderdetail {
    padding: 20px 44px;
}

.caluclator-pills .nav-link.active {
    background-color: #FF6200;
    border: none;
    padding-left: 22px;
    padding-right: 22px;
}

.caluclator-pills button {
    font-size: 16px;
    color: white;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.32px;
}

.caluclator-pills .nav-link {
    color: #001B4161;
    padding-left: 22px;
    padding-right: 22px;
    border: 1px solid #001B4161;
}

.calculator-form label {
    font-size: 14px;
    color: #6F6F6F;
    font-weight: 600;
    padding-right: 0px;
}

.calculator-form input::placeholder {
    font-size: 12px;
    color: #6F6F6F99;
}

.calculator-form select{
        font-size: 12px;
    color: #6F6F6F99;
}

.input-group-calculator span {
    background-color: #3699FF;
    color: white;
    font-size: 12px;
    font-weight: 400;
    border: none;
}

.calculate-reset-btn .cal-btn {
    background-color: #FF6200;
    border-radius: 6px;
    border: none;
    font-size: 12px;
    font-weight: 400;
    color: white;
    padding: 7px 20px;
    display: inline-block;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.calculate-reset-btn .cal-btn::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FF6200; /* Same as base color */
    z-index: -2;
}
.calculate-reset-btn .cal-btn::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #184E98; /* Darker shade for hover effect */
    transition: all 0.3s;
    z-index: -1;
}
.calculate-reset-btn .cal-btn:hover::before{
     width: 100%;
}
.calculate-reset-btn .cal-btn:hover{
 background-color: #184E98;
}

.calculate-reset-btn .res-btn {
    border: 1px solid #0000004D;
    color: black;
    font-size: 12px;
    font-weight: 400;
    padding: 7px 20px;
    border-radius: 6px;
    background-color: white;
}

.calculate-reset-btn {
    display: flex;
    gap: 13px;
    justify-content: center;
}

.form-head-top h3 {
    text-align: start;
    color: black;
}

.form-head-top p {
    text-align: start;
    font-size: 16px;
}


.index-banner {
    position: relative;
    height: 600px;
    /* Adjust height as needed */
    background: url(../images/banner-img.png) no-repeat center center/cover;
    display: flex;
    align-items: start;
    color: white;
    padding: 80px 20px;
}

.banner-bg-plane-deal {
    /* background: url(../images/ship-plane.png) center/cover no-repeat; */
    height: 745px;
    position: relative;
    /* Adjust as needed */
}

.plane-banner-dtl-head h2 {
    font-size: 20px;
    font-weight: 800;
}

.plane-banner-dtl-head h4 {
    font-size: 53.852px;
    font-weight: 600;
}

.plane-banner-dtl-head p {
    font-size: 25px;
    font-weight: 500;
}



.track-btn-banner-plane button {
    background-color: #FF6200;
    border: none;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.32px;
    line-height: 16px;
    padding: 16px 40px;
}

.track-btn-banner-plane button:hover {
    background-color: #FF6200;
}

/*.track-btn-banner-plane.btn-check:checked+.btn,*/
/*.btn.active,*/
/*.btn.show,*/
/*.btn:first-child:active,*/
/*:not(.btn-check)+.btn:active {*/
/*    background-color: #FF6200;*/
/*}*/

.track-btn-banner-plane input::placeholder {
    color: #0000004D;
    font-size: 16px;
    font-weight: 500;
}

.banner-section {
    /* background: url(../images/banner-img.png) center/cover no-repeat; */
    min-height: 672px;
    /* Adjust as needed */
    position: relative;
    padding: 57px 0px 0px;
    color: #fff;
}

.cards-overlap {
    margin-top: -190px;
    /* Negative margin to overlap banner */
    z-index: 2;
    position: relative;
}

.about-section {
    padding: 60px 0;
}

.experience-badge {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 40px 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.experience-badge h3 {
    margin: 0;
    font-size: 2rem;
    color: #333;
}

.banner-sec-overlay-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 71%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.plane-banner-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 71%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}


.service-card-content a{
color: #184E98;
text-decoration: none;
font-size: 16px;
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
font-weight: 500;
}

.term-condi-banner{
    background: url(../images/terms-condi-img.png) no-repeat center center/cover;
}

.privacy-banner-img{
    background: url(../images/privacy-img.png) no-repeat center center/cover;
}

.volumetic-banner{
    background: url(../images/volumetric-calcul-img.png) no-repeat center center/cover;
}

.counter-box {
    background: #FF6200;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 23%;
    left: 23%;
}
.highlight {
    color: #FF6200;
    font-weight: bold;
}

.counter-box .text-counter-size{
    font-size: 42px !important;
}

.counter-box span{
    font-size: 21px;
    font-weight: 500;
}

.service-card-img {
    background: #FF6200;
    border-radius: 50%;
    padding: 12px;
    display: inline-flex;
}

.banner-plane-overlay{
    position: absolute;
    top: 0;
    right: 0;
    width: 64%;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.contact-footer-mob{
    margin-top: 18rem !important;
}

.navbar-anc-link .btn-check:checked+.btn:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible, .btn:first-child:active:focus-visible, :not(.btn-check)+.btn:active:focus-visible {
    box-shadow: none !important;
}

.navbar-anc-link .dropdown-item.active, .dropdown-item:active{
    color: white !important;
}

.track-btn-banner-plane .form-control:focus{
    box-shadow: none;
}

.social-icon-color i:hover {
    color: #e05e00 !important;
}

.track-order-four-content-main h4{
    font-size: 20px;
}

.navbar-anc-link {
    align-items: center;
}

.volumetic-btn-more-item button{
    background-color: #F43E19;
    color: white;
    font-size: 14px;
    border: none;
    padding: 11px;
    border-radius: 4px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.32px;
}

.navbar-anc-link .dropdown-menu[data-bs-popper]{
    right: 0;
    left: unset;
}


.fixed-testi-size {
    height: 187px;
}

.deal-card-four .card-img-top{
    transition: all .3s ease;
}

.deal-card-four:hover img{
    transform: scale(1.1);
}

.deal-card-four img{
    overflow: hidden;
}

.main-accordion-faq .accordion-button:not(.collapsed){
    color: black;
}


  .modal-header {
            background-color: #ff6600;
            color: white;
            text-align: center;
            font-weight: bold;
            border-bottom: none;
            padding: 16px 68px;
        }
        .modal-content {
            border-radius: 10px;
            border: none;
        }
        .modal-body {
            padding: 20px;
        }
        .shipping-item {
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-bottom: 1px solid #ddd;
            padding: 15px 0;
        }
        .shipping-item:last-child {
            border-bottom: none;
        }
        .shipping-icon img {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-right: 15px;
        }
        .shipping-details {
            flex-grow: 1;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .price-btn {
            background-color: #ff6600;
            color: white;
            border: none;
            padding: 5px 15px;
            border-radius: 20px;
            font-weight: bold;
        }
        
        .modalpara-span span{
            display: block;
        }
        
        .modalpara-span img{
            width: 45px;
        }
        
        
        .modalpara-span .modalinside-img{
        border: 1px solid black;
    display: inline-flex;
    padding: 19px 6px;
    border-radius: 28px;
        }
        
        .volumetic-btn-more-item i{
        background: #F43E19;
    display: inline-flex;
    padding: 10px;
    color: white;
    font-size: 12px;
    border-radius: 4px;
    cursor: pointer;
        }
        
        
        .we-are-four-card:hover {
    transition: all .5s ease;
    transform: scale(1.1);
}

.modal-head-top h5{
    font-size: 26px;
    font-weight: 800;
    text-transform: capitalize;
    letter-spacing: 0.327px;
}

.modal-head-top button{
    position: absolute;
    right: 10px;
    top: 12px;
}

.partner-card:hover img {
    transform: scale(1.1);
    transition: all .3s ease;
    overflow: hidden;
}

.footer-head-content a:hover {
    color: #FF6200;
    transition: color .3s ease;
}

.whychoose-cont-img:hover .why_choose-single-img {
    background: #FF6200;
    transition: background-color .3s ease;
}


.captcha-box {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.captcha {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    background-color: #0e3bc6;
    padding: 5px 15px;
    display: inline-block;
}
.refresh-btn {
    margin-left: 10px;
    cursor: pointer;
    font-size: 18px;
    background: none;
    border: none;
    color: blue;
}

#captchaInput, #captchaInput:focus{
    outline: none;
    border: none;
    border-bottom: 2px solid;
}


