a
{
    text-decoration: none;
    color: silver;
}
.navigation ul li a:hover
{
 margin-bottom: 5px;
 border-bottom: 2px solid #333;
 transition: all 300ms ease;
}
.btn1
{
    position: relative;
    left: -5px;
    top: 2px;
    border: none;
    padding: 3px;
    background-color: #212529;
    color: #fff;
    font-size: 22px;
    border-radius: 0 5px 5px 0;
}
.btn1:hover
{
    color: red;
}
input
{
    padding: 6px;
    border: none;
    background-color: #ccc;
    border-radius: 5px 0 0 5px;
    width: 300px;
}
input:focus
{
    outline: none;
    color: rgb(87, 81, 81);
}
.sln
{
    background-color: red;
    padding: 10px 30px 10px 30px;
    border-radius: 50px;
    color: white;
}
.sln:hover
{
    background-color: #212529;
    transition: all 1s ease;
}
.bi-cart:hover
{
    color: red;
}
.banner 
{
    position: relative;
    padding: 180px 0 0;
    height: 980px;
    overflow: hidden;
}
.bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-bottom
{
    background-image: url('https://html.kodesolution.com/2024/transfort-php/images/main-slider/bottom-shape.png');
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    height: 172px;
    width: 100%;
}
.banner .image-box .image
{
    position: absolute;
    left: 50%;
    bottom: 35px;
    margin-right: -505px;
    margin-left: 0;
}
.banner-section-one .content-box {
    position: relative;
    z-index: 3;
}
.banner .content-box .title-box {
    position: relative;
    padding: 50px 45px 40px;
    margin-bottom: 55px;
}
.title-box
{
    position: absolute;
    border: 10px solid orange;
    height: 100%;
    width: 200px;
    border-right: 0;
    top: 0;
    left: 0;
}
.banner .content-box .sub-title {
    display: block;
    font-size: 12px;
    color: orange;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    margin-bottom: 16px;
    width: 1080px;
}
.banner .content-box .title {
    position: relative;
    color: white;
    font-size: 72px;
    line-height: 90px;
    font-weight: 700;
    margin-bottom: 0px;
    width: 1080px;
}
.kmu
{
    position: absolute;
    border-radius: 50px;
    background-color: red;
    border: none;
    padding: 12px 40px 12px 40px;
    font-weight: bold;
    transition: all 500ms ease;
}
.kmu:hover
{
    background-color: #333;
    transition: all 800ms ease;
}
.plane
{
    position: absolute;
    left: 50%;
    margin-left: -150px;
}
.feature-block
{
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    padding-left: 0;
    height: 243px;
    width: 362px;
}
.feature-block button
{
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin-left: -140px;
    padding: 10px 80px 10px 80px;
    border-radius: 50px;
    background-color: red;
    color: white;
    text-align: center;
    font-weight: bold;
    border: none;
}
.feature-block button:hover
{
    display: none;
}
.feature-block img {
    border-radius: 10px 10px;
    transition: transform 0.3s ease; /* Smooth transition */
    width: 400px;
}

.feature-block:hover img {
    transform: scale(1.1); /* Slightly enlarge the image on hover */
    animation-fill-mode: forwards; /* Ensures animation state is preserved after hover */
}
.feature-block:hover div
{
    transform: scale(1.1); /* Slightly enlarge the image on hover */
    animation-fill-mode: forwards; /* Ensures animation state is preserved after hover */
    visibility: visible;
}
.feature-block div
{
    position: absolute;
    top: 0;
    left: 0;
    background: #00000065;
    transition: 0.9s;
    padding: 60px 20px 30px 20px;
    height: 100%;
    visibility: hidden;
    text-align: center;
    transition: transform 0.5s ease;
    border-radius: 10px;
    transform: scale(0);
}
.feature-block:hover button
{
    display:none;
}
.feature-block div button
{
    position: absolute;
    bottom: 5%;
    right: 10%;
    background-color: red;
    padding: 10px;
    border: none;
    color: white;
}
.feature-block div:hover button
{
   display: block;
}
.feature-block div button:hover
{
    background-color: #212529;
    transition: all 0.5s ease;
}
.overlay-animation {
    position: relative;
    overflow: hidden; /* Ensures the mask stays within the container */
}

.overlay-animation::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(240, 238, 238, 0.295); /* White mask with slight transparency */
    transform: translateY(-100%); /* Start the mask above the image */
    transition: transform 0.5s ease-in-out; /* Smooth transition */
    pointer-events: none; /* Prevent the mask from interfering with user interaction */
}

.overlay-animation:hover::after {
    transform: translateY(0); /* Move the mask to cover the image */
}
.check 
{
    position: relative;
    margin-bottom: 40px;
}
.check li i
{
    position: absolute;
    left: 0;
}
.check li
{
    position: relative;
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    padding-left: 25px;
    margin-bottom: 10px;
}
.check li:hover
{
    margin-left: 6px;
    transition: all 300ms ease;
}
.btn-ds
{
    padding: 10px 30px 10px 30px;
    background-color: red;
    color: white;
    border-radius: 50px;
    border: none;
}
.btn-ds:hover
{
    background-color: #333;
    transition: all 0.5s ease-in;
}
.cs i {
    display: inline-block; /* Ensures transform works properly */
}

.cs:hover i {
    transform: rotateY(180deg);
    transition: transform 0.3s ease; /* Adds smooth transition */
}
.bg-image
{
    background-image: url('https://html.kodesolution.com/2024/transfort-php/images/resource/image-1.jpg');
    width: 31.4%;
    bottom: 0;
    height: auto;
    position: absolute;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    left: -60px;
    top: 120px;
}
.training
{
    background-color: #ededf5;
    position: relative;
    padding: 120px 0;
}
.slider-image
{
    width: 400px;
}
.slider-wrapper
{
    position: relative;
}
.card-item
{
    position: relative;
    max-width: 370px;
    background-color: #ffff;
}
.card-item img
{
    border-bottom: 5px solid red;
    width: 100%;
}
.card-item .xyz
{
    padding: 10px;
    border-radius: 50%;
    background-color: red;
    color: #fff;
    position: absolute;
    right: 20px;
    top: -20px;
}
.card-item:hover .xyz
{
    visibility: hidden;
}
.image-box1
{
    position: relative;
    overflow: hidden;
}
.card-item .image-box1 .overlay
{
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: red;
    top: 0;
    justify-content: center;
    left: 50%;
    visibility: hidden;
}
.card-item .image-box1 .overlay i
{
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: white;
    color: red;
    border-radius: 50%;
    padding: 20px;
    margin-left: -30px;
    font-weight: bolder;
}
.card-item:hover .image-box1 .overlay
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 0, 0, 0.63);
    transition: all 0.5s ease;
    visibility: visible;
}
.card-item:hover .image-box1 .overlay i
{
    margin-top: -23px;
    transition: all 0.5s ease;
}

.swiper-button-next
{
    position: absolute;
    top: 100px;
    right: 0;
    background-color: silver;
    padding: 35px 40px;
    border-radius: 100%;
}
.swiper-button-prev
{
position: absolute;
    top: 100px;
    left: 85%;
    background-color: silver;
    padding: 35px 40px;
    border-radius: 100%;
}
.swiper-button-prev:hover,.swiper-button-next:hover
{
    background-color: red;
    color: whitesmoke;
    transition: all 500ms ease;
}
.dotted-map
{
    background-image: url('https://html.kodesolution.com/2024/transfort-php/images/icons/dotted-map-2.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 60px;
    height: 100%;
    width: 100%;
}
.icon-box
{

    border-radius: 100%;
    position: relative;
    border: 1px solid #d4d9e6;
    width: 154px;
    height: 154px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}
.icon-box i
{
    font-size: 80px;
    position: absolute;
    top: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    border-radius: 100%;
    width: 130px;
    height: 130px;
    color: red;
    display: inline-block;
    transition: transform 0.5s ease;
}
.icon-box .count
{
    position: absolute;
    bottom: -20px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #2e2e3c;
    color: white;
    border-radius: 100%;
    height: 48px;
    width: 48px;
    font-size: 16px;
    padding-top: 14px;
    display: inline-block;
    transition: transform 0.5s ease; 
}
.info-box
{
    position: relative;
    padding: 25px 30px;
    text-align: center;
    background-color: #d4d9e6;
    border-radius: 100px;
}
.info-box .before
{
    position: absolute;
    top: -40px;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.info-box h4
{
    font-size: 20px;
    margin-bottom: 8px;
    color: #2e2e3c;
    font-weight: bold;
}
.inner-box:hover .icon-box i
{
    transform: rotateY(180deg);
    transition: transform 0.5s ease;
    background-color: red;
    color: white;
}
.inner-box:hover .icon-box .count
{
    transform: rotate(360deg);
    transition: transform 0.5s ease; 
}
.inner-box:hover .info-box .before
{
    border: 20px solid;
    border-color: transparent transparent red transparent;
}
.inner-box:hover .info-box
{
    background-image: url(https://html.kodesolution.com/2024/transfort-php/images/icons/shape-5.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}
.feature-section
{
    position: relative;
    margin-top: 100px;
    z-index: 3;
}
.feature-section .outer-box
{
    background-image: url(https://html.kodesolution.com/2024/transfort-php/images/icons/map3.png);
    background-color: red;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; 
}
.feature-section .f-text li
{
    position: relative;
    margin-left: 0;
    transition: all 500ms ease;
    color: white;
}
.feature-section .f-text li:hover
{
    margin-left: 8px;
}
.feature-section .fs-bg
{
    position: absolute;
    top: -58px;
    right: 20px;
    bottom: 0;
}
.feature-section .fs-bg img
{
    height: 100%;
}
.pull-up
{
    padding-top: 190px;
    margin-top: -75px;
}
.faqs-section
{
    position: relative;
    padding: 120px 0 70px;
}
.faqs-section .bg-pattern
{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(https://html.kodesolution.com/2024/transfort-php/images/icons/pattern-9.jpg);
}
.faqs-section .image-column
{
    position: relative;
}
.faqs-section .bounce
{
    background-image: url(https://html.kodesolution.com/2024/transfort-php/images/main-slider/shape-2.png);
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 93px;
    width: 235px;
    padding: 20px 30px 0;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    left: 100px;
    top: -50px;
    animation: bounce 10s infinite ease-in-out;
}

  @keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
}
.accordion-button:focus {
    outline: none;
    box-shadow: none; /* Optional: Also remove the default focus box-shadow */
  }
.accordion-button:not(.collapsed)
{
    color: red;
    background-color: #fff;
}
footer ul li 
{
    margin-bottom: 5px;
}
footer ul li a
{
    padding-bottom: 5px;
    transition: all 200ms ease;
}
footer ul li a:hover
{
    visibility: visible;
    border-bottom: 2px solid orange;
}
footer .email-send
{
    border: none;
    background: transparent;
    color: #ccc;
}
footer .send-hvr
{
    color: orange;
}
footer .send-hvr:hover
{
    color: white;
    cursor: pointer;
}
footer input::placeholder
{
    color: silver;
}
footer .icon li
{
 border-radius: 100%;
 text-align: center;
 height: 50px;
 width: 50px;
 background-color: #2c2121;
 padding-top: 8px;
 font-size: 22px;
 transition: all 300ms ease;
}
footer .icon li:hover
{
    background-color: orange;
}
footer .copyright
{
    text-align: center;
    color: white;
    margin: 10px 0;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    padding-bottom: 20px;
}