@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Roboto&display=swap');


body{
    font-family: 'Roboto', sans-serif;
    scroll-behavior: smooth;
}

.navbar{
    margin:0;
    padding:0;
    border-bottom: 3px solid #ff2727;
}
.navbar-brand{
  padding:0;
}

.navbar ul li a{
  font-weight:800 !important;
  transition: all 0.4s !important;
  padding: 0.5rem 1.0rem !important;
  border-radius: 100px 0px 100px 0px !important;
  font-size: 12px !important;  
  font-family: 'Poppins', sans-serif !important;
}

.navbar ul li a:hover{
    background-color: #09428d !important;
    color: #fff !important;
}

header{
  background:#09428d;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
}

.login_btn{
    text-decoration: none;
    color: #fff;
    background-color: #09428d;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-size:14px;
}

.what_btn{
    text-decoration: none;
    color: #fff;
    background-color: #44af25;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    font-size:14px;
}

.banner_section{
    background-image: url("../img/banner.jpg");
    background-color: #f7f9f8;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fa-hand-holding-dollar{

    font-size: 32px;
    margin-top: 21px;

}

.featers{

margin-left: 80px;

}

.book_btn{

    margin-top: -50px;
    background: #c529d9;
    padding: 10px 18px 10px 18px;
    border: 3px solid white;
    font-size: 16px;
    font-weight: bold;
    border-radius: 28px;


}

.featers li{

    list-style: none;
    line-height: 38px;

}


.containt{

text-align: center;

}

.containt h3{

    color: #fbff00;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 25px;
    background: linear-gradient(110deg, #f1f500 33%, rgba(0, 0, 0, 0) 33%), linear-gradient(110deg, #4733ad 34%, #ffffff 34%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    animation: Gradient 1s ease infinite;
    -webkit-animation: Gradient 5s ease infinite;
    background-size: 400%;
    font-size: 50px;
    font-weight: bold;
    margin: 18px;


}

.cardicon{
    background: #4733ad;
    margin: 12px;
    width: 77px;
    text-align: center;
    height: 90px;
    margin-top: -43px;
    position: absolute;
    left: 250px;
    border-radius: 100%;
    border: 4px solid white;

}
.pricecard{

    background: #3335a6;
    background: -webkit-linear-gradient(0deg, #3335a6 0%, #ff23ed 100%);
    background: linear-gradient(0deg, #3335a6 0%, #ff23ed 100%);
    border-radius: 41% 25% 13% 12% / 35% 14% 57% 54%;
    color: #ffff;
    -webkit-box-shadow: 3px -4px 12.5px 0 #818181;
    -moz-box-shadow: 3px -4px 12.5px 0 #818181;
    box-shadow: 3px -4px 12.5px 0 #ffffff;
    margin: 18px;

}

.banner_section1{
    background-image: url("../img/card.jpg");
    background-color: #f7f9f8;
    height: 450px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_text{
    background-color: #09428da0;
    padding: 1rem 2rem;
    box-shadow: 0px 0px 20px #fff;
    border-radius: 3px;
    
}

.banner_text h1{
    /* color: #44af25; */
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 25px;
    background: linear-gradient(110deg, #ffffff 33%, rgba(0, 0, 0, 0) 33%), linear-gradient(110deg, #44af25 34%, #44af25 34%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    animation: Gradient 1s ease infinite;
    -webkit-animation: Gradient 5s ease infinite;
    background-size: 400%;
}

@keyframes Gradient {
    0% 
    {
      background-position: 20% 50%;
    }
    50% 
    {
      background-position: 35% 50%;
    }
    100%
    {
      background-position: 20% 50%;
    } 
}

.phone_img{
    animation: phone_effect 5s linear infinite;
}

@keyframes phone_effect {
    0% 
    {
        transform: translateY(0px);
    }
    50% 
    {
        transform: translateY(-20px);
    }
    100%
    {
        transform: translateY(0px);
    } 
}

.card_text i{
    background-color: #09428d;
    padding: 1rem;
    border-radius: 50%;
    color: #fff;
}

.card_text{
    background-color: #f7f7f7;
    padding: 1.5rem 0.5rem;
    border-radius: 5px;
    transition: all 1s;
    border: 2px solid #09428d;
}

.card_text:hover{
    transform: translateY(-25px);
    box-shadow: 0px 0px 10px #09428d;
}

.cards_details .icon_box i{
    background-color: #09428d;
    padding: 12px;
    color: #fff;
    border-radius: 50%;
}

.why_us_section .choose_box i{
    font-size: 4.5rem;
    color: #09428d;
}

.why_us_section .choose_box:hover i{
    animation: phone_effect 2s linear infinite;
}

.feature_box{
    padding: 0.6rem;
    background-color: #09428d;
    color: #fff;
    transition: all 0.4s;
    border-radius: 20px 0px 0px 20px;
    padding-left: 1rem;
}

.feature_box:hover{
    margin-left: 10px;
    background-color: #fff;
    color: #09428d;
}

/* footer css */
.footer{
    background-color: #09428d;
}

.footer .social-links a{
    background-color: #fff;
    color: #09428d;
    padding: 0.6rem;
    border-radius: 50%;
    border: 2px solid #fff;
    transition: all 0.3s;
}

.footer .social-links a:hover{
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.footer .footer-links ul{
    list-style: none;
}

.footer_txt{
    color:#00ff90;
font-weight: bold;
}

.footer .footer-links ul li a{
    color: #fff;
    text-decoration: none;
}

/* Contact us */
.contact_us .contact_deatils{
    background-color: #f1f7fc;
    padding: 2rem 1rem;
    border-radius: 4px;
    transition: all 0.4s;
}

.contact_us .contact_deatils .icon_box i {
    color:#09428d;
    border-radius: 50%;
    border: 3px solid #09428d;
    padding: 1rem;
    font-size: 20px;
    margin-right: 0.9rem;
}
.contact_us .deatils_box h6{
    color: #09428d;
    font-weight: bold;
}

.contact_us .contact_deatils:hover{
    transform: translateX(-10px);
}

.contact_us .contact_img{
    animation: movers 3s linear infinite;
}

@keyframes movers {
    0%{
        transform: translateX(0px);
    }
    50%{
        transform: translateX(-20px);
    }
    100%{
        transform: translateX(0px);
    }    
}

.enquiry_form .input{
    /* background-color: #09428d; */
    border:1px solid #09428d;
}

.enquiry_form .enquiry_heading{
    color: #09428d;
    font-weight: bold;
}

.enquiry_form .input::placeholder{
    color: #09428d;
    font-size: 14px;
}

.enquiry_form  .main_btn{
    background-color: #09428d;
    padding: 0.4rem 1rem;
    border: 0.4rem solid #09428d;
    color:#fff;
    transition: all 0.4s;
    text-decoration: none;
}

.enquiry_form  .main_btn:hover{
    background-color: transparent;
    color: #09428d;
    border: 0.4rem solid #09428d;
}

/* Responsive css*/
@media (max-width:767px) {
    .banner_section{
        height: auto !important;
        padding: 1.3rem !important;
    }
}

@media (max-width:367px) {
    .banner_text {
        padding: 1rem !important;
    }
    .contact_details p{
        font-size: 13px;
    }
    .sub_header p{
        font-size: 10px ;
    }
}

body{
    width: 100%;
    overflow-x: hidden;
}
html{
    width: 100%;
    overflow-x: hidden;
}

/* Navbar Mobile View Css */
@media (max-width:991px) {

    .navbar-collapse{
        opacity: 0;
        position: absolute;
        top: 0;
        right: -100%;
        background: #fff;
        width: 100%;
        height: 100vh;
        z-index: 100;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: all 0.4s;
    }
    .navwrapper{
        opacity: 1;
        right: 0px;
        margin-top: -100;
    }
    .navwrapper ul{
        /* display: flex; */
        justify-content: center;
        align-items: center;
    }
    .navwrapper .login_box div{
        display: block !important;
    }
    .navwrapper .login_box a{
        margin:0px 0px 20px 0px !important;
        justify-content: center;
    }
    .close_menu_btn{
        z-index: 10000;
        box-shadow: unset !important;
        border: none !important;
    }
}

@keyframes menu_slide {
    0%{
        right: -100%;
    }
    100%{
        right: 0px;
    }
}
.Whatsapp_btn {
    position: fixed;
    bottom: 0px;
    left: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.Whatsapp_icon {
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    box-shadow: 0 0 0 0 #00833b;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;

    
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
    
}

.Phone_btn {
    position: fixed;
    bottom: 0px;
    right: 20px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.Phone_icon {
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    box-shadow: 0 0 0 0 #327ff3;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
}
.social11 {
    position: fixed;
    top: 25%;
    right: 0; /* Shift it to the right */
    width: 0;
    z-index: 999;
    transition: all 1s; /* Add a transition for smooth movement */
}

.social11.opened {
    width: 250px; /* Set the width to the desired size when opened */
}

.social11 ul {
    list-style-type: none;
    padding: 0;
    transform: translatex(-70px);
}

.social11 ul li.linkedin:hover {
    background-color: #1399ff;
}

.social11 ul li:hover {
    transform: translatex(-160px);
}

.social11 ul li {
    display: block;
    margin: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 300px;
    text-align: left;
    padding: 10px;
    border-radius:30px 0  0 30px ;
    transition: all 1s;
}

.social11 ul li.facebook:hover {
    background-color: #3d9b5c;
}

.social11 ul li i {
    text-align: center;
    margin-left: 10px;
    color: #d1242a;
    background-color: white;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    transform: rotate(0deg);
}

.social11 ul li a {
    color: white;
    text-decoration: none;
}
.custom-card {
    transition: background-color 0.3s, color 0.3s, transform 0.3s, box-shadow 0.3s;
    background-color: #09428d; /* Default background color */
    overflow: hidden; /* Prevent overflow for the sliding effect */
    color: white; /* Default text color */
    height: 100%;
}

/* Change the background to blue and text to black on hover */
.custom-card:hover {
    background-color: #F68D0B; /* Blue background */
    color: white; /* Text color on hover */
    transform: scale(1.05); /* Slightly enlarge the card on hover */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); /* Add shadow on hover */
}

/* Slide effect on hover */
.slide-effect {
    position: relative; /* Position relative for sliding effect */
    transition: transform 0.3s; /* Smooth transition */
}

.custom-card:hover .slide-effect {
    transform: translate(10px, 10px); /* Move text to the right and bottom on hover */
}

/* Ensure links are visible on hover */
.custom-card:hover .custom-link {
    color: white !important; /* Change link color to white on hover */
}

/* Link styling */
.custom-link {
    color: inherit !important; /* Inherit the color from parent */
    text-decoration: none !important; /* Remove underline */
    transition: color 0.3s, text-decoration 0.3s; /* Smooth transition for link effects */
}

.custom-link:hover {
    text-decoration: underline !important; /* Underline on hover */
    color: #f0f0f0 !important; /* Change color on hover for better visibility */
}

 .pricing-section {
            min-height: 100vh;
        }
        .pricing-container {
            max-width: 1200px;
            margin: 0 auto;
        }
        .section-title {
            text-align: center;
            color: white;
            margin-bottom: 50px;
        }
        .section-title h1 {
            font-size: 2.5rem;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .section-title p {
            font-size: 1.1rem;
            opacity: 0.9;
        }

        .cards-wrapper {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .pricing-card {
            background: white;
            border-radius: 20px;
            padding: 10px 10px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .pricing-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
        }

        .pricing-card.featured {
            border: 3px solid #667eea;
            transform: scale(1.05);
        }

        /* .pricing-card.featured::before {
        content: 'MOST POPULAR';
        position: absolute;
        top: 20px;
        right: -35px;
        background: #667eea;
        color: white;
        padding: 5px 40px;
        transform: rotate(45deg);
        font-size: 0.75rem;
        font-weight: 700;
        letter-spacing: 1px;
    } */

        .card-header {
            text-align: center;
            margin-bottom: 30px;
        }

        .plan-name {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

        .bronze-card .plan-name {
            color: goldenrod;
        }

        .silver-card .plan-name {
            color: #c0c0c0;
        }

        .gold-card .plan-name {
            color: #ffd700;
        }

        .plan-icon {
            font-size: 3rem;
            margin-bottom: 15px;
        }

        .bronze-card .plan-icon {
            color: #cd7f32;
        }

        .silver-card .plan-icon {
            color: #c0c0c0;
        }

        .gold-card .plan-icon {
            color: #ffd700;
        }

        .price-section {
            text-align: center;
            margin: 20px 0;
            padding: 10px;
            background: #f8f9fa;
            border-radius: 10px;
        }

        .total-price {
            font-size: 1.5rem;
            font-weight: 700;
            color: #333;

        }

        .price-details {
            font-size: 0.9rem;
            color: green;
            margin-top: 10px;
        }

        .features-list {
            list-style: none;
            padding: 0;
            margin: 30px 0;
        }

        .features-list li {
            padding: 12px 0;
            border-bottom: 1px solid #fff;
            display: flex;
            align-items: center;
            font-size: 1rem;
            color: white;
        }

        .features-list li:last-child {
            border-bottom: none;
        }

        .features-list li::before {
            content: '✓';
            color: goldenrod;
            font-weight: 700;
            font-size: 1.2rem;
            margin-right: 10px;
        }

        .cta-button {
            width: 100%;
            padding: 15px;
            border: none;
            border-radius: 10px;
            font-size: 1.1rem;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: uppercase;
            letter-spacing: 1px;
            display: block;
            text-align: center;
            text-decoration: none;
        }

        .bronze-card .cta-button {
            background: goldenrod;
            color: white;
        }

        .silver-card .cta-button {
            background: green;
            color: white;
        }

        .gold-card .cta-button {
            background: goldenrod;
            color: white;
        }

        .cta-button:hover {
            transform: scale(1.05);
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
        }

        @media (max-width: 768px) {
            .section-title h1 {
                font-size: 2rem;
            }

            .cards-wrapper {
                grid-template-columns: 1fr;
            }

            .pricing-card.featured {
                transform: scale(1);
            }
        }

 .custom-card {
            transition: background-color 0.3s, color 0.3s, transform 0.3s, box-shadow 0.3s;
            background-color: #09428d;
            /* Default background color */
            overflow: hidden;
            /* Prevent overflow for the sliding effect */
            color: white;
            /* Default text color */
            height: 100%;
        }

        /* Change the background to blue and text to black on hover */
        .custom-card:hover {
            background-color: #F68D0B;
            /* Blue background */
            color: white;
            /* Text color on hover */
            transform: scale(1.05);
            /* Slightly enlarge the card on hover */
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
            /* Add shadow on hover */
        }

        /* Slide effect on hover */
        .slide-effect {
            position: relative;
            /* Position relative for sliding effect */
            transition: transform 0.3s;
            /* Smooth transition */
        }

        .custom-card:hover .slide-effect {
            transform: translate(10px, 10px);
            /* Move text to the right and bottom on hover */
        }

        /* Ensure links are visible on hover */
        .custom-card:hover .custom-link {
            color: white !important;
            /* Change link color to white on hover */
        }

        /* Link styling */
        .custom-link {
            color: inherit;
            /* Inherit the color from parent */
            text-decoration: none;
            /* Remove underline */
            transition: color 0.3s, text-decoration 0.3s;
            /* Smooth transition for link effects */
        }

        .custom-link:hover {
            text-decoration: underline;
            /* Underline on hover */
            color: #f0f0f0;
            /* Change color on hover for better visibility */
        }
