@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
*{
    margin: 0;
    padding: 0;
}
html,body{
    overflow-x: hidden;
}
.nav .top{
    background-color: #162842;
    color: #fff;
    /* padding: 10px; */
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    height: 67px;
    width: 100%;
    z-index: 10;
}
.nav .top .left{
    line-height: 67px;
    font-size: 20px;
    /* margin: 10px; */
    margin-left: 86px;
}
.right-menu-toggle{
        font-size: 23px;
    line-height: 2;
    text-decoration: none;
    display: none;
    cursor: pointer;
}
.nav .top a{
    color: #fff;
    text-decoration: none;
    padding: 10px;
}

.nav .top .left a:hover i{
    transform: translateY(-4px);
    transition: transform 0.3s ease;
    color: #e13833;

}
.nav .top .right{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 134px;

}
.top .right a:hover:not(.cll-btn){
    color: #e13833;
}
.top .right .cll-btn{
    background-color:#e13833;
    color: #fff;
    cursor: pointer;
    height: 100%;
    line-height: 246%;
    font-size: 20px;
}


.top .right a i{
    margin-right: 10px;
    color:#e13833;
}
.top .right .cll-btn i{
    color: #fff;
}



header{
    background-color: white;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    height: 70px;
    justify-content: space-between;
    padding-right: 136px;
    z-index: 10;
    width: 100%;

    transition: all 1s ease-in-out;

}
header .container{
    margin-left: 10%;

}

header .right-menu ul{
    display: flex;
    /* justify-content: space-around; */
    gap: 59px;
    list-style: none;
    line-height: 70px;

}
header .right-menu ul li a{
    text-decoration: none;
    color: #162842;
    font-size: 18px;

}
.right-menu ul li a:hover{
    color: #e13833;
}
.right-menu ul li.active a{
    color: #e13833;
}
.submenu{
    flex-direction: column;
    position: absolute;
   top: 70px;
    width: 167px;
    background-color: rgb(241, 239, 239);
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    border-radius: 5px;
    /* display: none !important; */
    line-height: 10px !important;
    gap: 25px !important;
    opacity: 0;

}
.pr{
    position: relative;
}

.nav{
     font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (min-width: 877px) {
    

.pr:hover .submenu {
    display: flex !important;
    visibility: visible;
    opacity: 1;
    transition: all 0.9s ease;
    z-index: 10;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transform: translateX(-25px);
    width: 250px;
        background: white;
        padding-left: 26px;
        padding-top: 14px;
        padding-bottom: 16px;
}
.menu-logo{
    display: none;
}
}
.pr i{
    font-size: 13px;
    margin-left: 5px;
}

.logo-container{
    display: flex;
    align-items: center;
    gap: 20px;
    height: 112px;
    background-color: white;
    padding: 9px;
    margin-left: 74px;
    border-bottom: 7px solid #ff7c00;;
}

.logo-container img{
    width: 66px;
}
.logo-container .content h3{
    font-size: 18px;
    text-transform: uppercase;
    color: #ff7c00;;
    text-align: center;
}
.logo-container .content h2{
    text-transform: uppercase;
    color: #162842;
    letter-spacing: 3px;
}


.hero .content{
    background-image: url('../images/bg.jpg');
    height: 81vh;
    background-size: cover;
    align-items: center;
    justify-content: center;
    gap: 10px;
    overflow: hidden;
    /* padding: 10px; */
    /* padding-top: 20vh; */
    /* padding-left: 10%; */
}
.hero .content .left{
    padding: 10px; 
    padding-top: 20vh;
    padding-left: 10%; 
    background-color:#f7f6f67a ;
    width: 89%;
    height: 100%;
    
}
.hero .content .right img{
    width: 500px;
    position: absolute;
    right: 10%;
    bottom: -12px;
}

.hero .content .left h1{
    font-size: 60px;
    color:#162842;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-top: 38px;

}
.hero .content .left p{
    font-size: 40px;
    color: orangered;
    line-height: 45px;
    text-align: justify;
    margin-top: 33px;
}

.hero .content .left p span{
    color: #162842;;
}
.hero .content .left span.sp{
    border: 2px solid orangered;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-bottom: 30px;
    font-size: 20px;
    color: orangered;
    border-radius: 5px;
}
.hero .content .left .subheading{
    font-size: 20px;
    color: #162842;
    margin-top: 15px;
    letter-spacing: 3px;
    line-height: 26px;
} 

/* services */
.service-section{
    background-color: #162842;
    padding: 50px 0;
}

.service-section .content {
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
}
.service-section .content h5{
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 50px;
}
.service-section .content h5 i{
    margin-right: 10px;
    color:orangered;
    font-size: 25px;
}

.service-section .content h1{
    font-size: 55px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 3px;
    margin-bottom: 20px;
    width: 50%;
    
}

.service-section .content button{
    background-color: orangered;
    color: #fff;
    padding: 15px 30px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-right: 30%;
    margin-top: 20px;
    width: 250px;
    
}

.service-section .content button:hover{
    background-color: #e13833;
}
.service-section .content button a{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    transition: color 0.3s ease;
    font-weight: bold;
    text-transform: uppercase;
}
.row{
    display: flex;
   justify-content: space-between;
}

.service-list{
    display: flex;
    gap: 40px;
    margin-top: 50px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.service-list .service{
    width: 30%;
    /* padding: 20px; */
}
.service-list .service h3{
    font-size: 25px;
    color: white;
    text-transform: capitalize;
    letter-spacing: 3px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px dashed white;
}
.service-list .service h3 i{
    margin-right: 10px;
    color: orangered;
    font-size: 25px;
}
.service-list .service p{
    font-size: 18px;
    color: white;
    text-transform: capitalize;
    margin-bottom: 30px;
}

/* portfolio */

.portfolio-section{
    background-color: #edeeef;
    padding: 50px 0;
}
.portfolio-section .heading{
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
    text-align: center;
    /* border-bottom: 1px solid #162842;; */
}
.portfolio-section .heading h5{
    font-size: 15px;
    color:white;
    text-transform: uppercase;
    border-radius: 45px;
    /* letter-spacing: 3px; */
    margin-bottom: 10px;
    background-color: #162842;
    padding: 20px;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 10px;
    
}
.portfolio-section .heading h5 i{
    margin-right: 10px;
    color: orangered;
    font-size: 20px;
}
.portfolio-section .heading p{
    font-size: 38px;
    color: orangered;
    text-transform: capitalize;
    margin-bottom: 50px;
}

.cards-container{
    display: flex;
    gap: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 10%;
    margin-right: 10%;
    flex-wrap: wrap;
}
.cards-container .card{
    position: relative;
    min-width: 250px;
    /* min-height: 250px; */
    width: 30%;
    padding-bottom: 30px;
    background-color: #fff;
    transition: background-color 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(250, 147, 3, 0.2);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
    transform: rotateY(0deg);
    transition: opacity 0.6s ease;
    border-radius: 30px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.cards-container .card .overlay{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
}
.cards-container .card .overlay h3{
    font-size: 18px;
    color:#162842 ;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px dashed orangered;
}
.cards-container .card img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.cards-container .card .overlay p{
    font-size: 17px;
    color: #162842;
    text-transform: capitalize;
    margin-bottom: 30px;

}

.cards-container .card .overlay a{
    position: absolute;
    display: block;
    top: 0%;
    width: 100%;
    background-color: black;
    height: 200px;
    color: white;
    line-height: 200px;
    text-align: center;
    opacity: 0;
    font-size: 22px;
    left: 0;
    text-decoration: none;
    
}

.cards-container .card:hover .overlay a{
    opacity: 0.5;
    transition: opacity 0.3s ease;
    cursor: pointer;
    /* transform: translateY(-100%); */

}

/* about */
.about-section {
    padding: 44px 10px;

}
.about-section .about{
    margin-left: 15%;
    margin-right: 5%;
    /* border: 1px solid black; */
    width: 70%;
    position: relative;
    display: flex;

}
.about-section .about .right p.first{
        font-weight: 500;
    }
.about-section .about .left{
    width: 48%;
    position: relative;
}
.about-section .about .left img{
    width: 100%;
    height: 100%;
}
.about-section .about .left .call-us{
    background-color: orangered;
    color: white;
    padding: 30px;
    position: absolute;
    top:159px;
    left: -19%;
    border-radius: 10px;
    font-size: 20px;
}
.about-section .about .right{
    width: 55%;
}
.right .content{
    width: 111%;
    margin-left: 20px;
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 20px;
}
.about-section .about .right h2{
    font-size: 20px;
    color:#0048b4;
    text-transform: capitalize;
    margin-bottom: 20px;

}
.about-section .about .right h2 i{
    margin-right: 10px;
    color: orangered;
    font-size: 20px;
}
.about-section .about .right h1{
    font-size: 35px;
    color: rgb(1, 9, 12);
    text-transform: capitalize;
    margin-bottom: 20px;
    /* padding-bottom: 10px; */
   
}
.small-line{
     border-bottom: 3px solid #0048b4;
     width: 20%;
}
.about-section .about .right p.first{
    font-size: 18px;
    color: #7e8083;
    margin-bottom: 20px;
    margin-top: 20px;

}
.icon{
    flex-wrap: wrap;
    row-gap: 20px;
    margin-top: 45px;
}
.icon div{
    width: 50%;
    font-size: 20px;
    color: #0048b4;
    display: flex;
    line-height: 33px;

}
.icon div i{
    margin-right: 10px;
    color: orangered !important;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: rgb(246 206 171 / 56%);
    border-radius: 50%;
}

/* why choose us *//* Why Choose Us Section - Updated */
.why-choose-section {
    background-color: #ffeeef;
    padding: 80px 0;
    min-height: 100vh;
}

.why-choose-section .content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.why-choose-section .heading {
    text-align: center;
    margin-bottom: 60px;
}

.why-choose-section .heading h2 {
    font-size: 1.5rem;
    color: #0048b4;
    margin-bottom: 20px;
    font-weight: 700;
}

.why-choose-section .heading h2 i {
    color: #ec4899;
    margin-right: 10px;
}

.why-choose-section .heading p {
    font-size: 4.1rem;
    color: black;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1;
}

.main-content {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 60px;
    align-items: start;
}

/* Left Testimonial Card - Vertical */
.left-testimonial {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testimonial-card {
    background: white;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    border-left: 5px solid #ec4899;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 400px;
}

.quote-icon {
    font-size: 2.5rem;
    color: #ec4899;
    margin-bottom: 25px;
    text-align: center;
}

.testimonial-card p {
    font-size: 1.4rem;
    color: #374151;
    line-height: 1.6;
    margin-bottom: 30px;
    font-style: italic;
    text-align: center;
    flex-grow: 1;
    display: flex;
    align-items: center;
}

.rating {
    margin-bottom: 25px;
    text-align: center;
}

.rating i {
    color: #fbbf24;
    font-size: 1.3rem;
    margin-right: 5px;
}

.client-info {
    text-align: center;
    border-top: 1px solid #e5e7eb;
    padding-top: 20px;
}

.client-info h4 {
    color: #1f2937;
    font-size: 1.2rem;
    margin-bottom: 5px;
    font-weight: 600;
}

.client-info span {
    color: #6b7280;
    font-size: 0.95rem;
}

/* Right Features Grid - Larger */
.right-features {
    flex: 2;
}

.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    position: relative;
    height: 100%;
}

/* Grid lines */
.features-grid::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #e5e7eb 20%, #e5e7eb 80%, transparent);
    z-index: 1;
}

.features-grid::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: linear-gradient(180deg, transparent, #e5e7eb 20%, #e5e7eb 80%, transparent);
    z-index: 1;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
    padding: 30px 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 180px;
}

.feature-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    background: linear-gradient(135deg, #ec4899, #f472b6);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(236, 72, 153, 0.3);
}

.feature-content h3 {
    color: #1f2937;
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.feature-content p {
    color: #6b7280;
    font-size: 1.4rem;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .features-grid::before,
    .features-grid::after {
        display: none;
    }
    
    .why-choose-section .heading h2 {
        font-size: 2rem;
    }
    
    .testimonial-card {
        padding: 30px;
        min-height: 300px;
    }
    
    .feature-item {
        min-height: 150px;
        padding: 25px 15px;
    }
}

@media (max-width: 480px) {
    .feature-icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
    
    .feature-content h3 {
        font-size: 1.1rem;
    }
    
    .feature-content p {
        font-size: 0.9rem;
    }
}

/* Pricing Section */

/* Pricing Section - Reduced and Optimized */
.pricing-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 60px 0;
    min-height: auto;
    display: flex;
    align-items: center;
}

.pricing-section .content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.pricing-section .heading {
    text-align: center;
    margin-bottom: 40px;
}

.pricing-section .heading h2 {
    font-size: 1.4rem;
    color: #0048b4;
    margin-bottom: 15px;
    font-weight: 700;
}

.pricing-section .heading h2 i {
    color: #ff7c00;
    margin-right: 10px;
}

.pricing-section .heading p {
    font-size: 2.8rem;
    color: black;
    max-width: 600px;
    margin: 0 auto;
}

/* Pricing Card - Compact and Attractive */
.pricing-card {
    background: #162842;
    border-radius: 20px;
    padding: 25px;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 25px;
    box-shadow: 0 15px 40px rgba(22, 40, 66, 0.2);
    cursor: pointer;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    min-height: 280px;
    width: 100%;
    margin: 0 auto;
    border: 2px solid transparent;
    margin-bottom: 20px;
}

/* Orange Hover Effect */
.pricing-card:hover {
    background: linear-gradient(135deg, #ff7c00, #945452);
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(255, 124, 0, 0.3);
    border-color: #ff7c00;
}

/* Left Content - Compact */
.left-content {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: center;
    position: relative;
    z-index: 2;
}

.package-info h3 {
    font-size: 1.6rem;
    color: white;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.package-info .description {
    font-size: 0.95rem;
    color: #cbd5e1;
    margin-bottom: 18px;
    line-height: 1.4;
}

.features-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 8px;
    color: white;
    font-size: 0.9rem;
}

.feature i {
    color: #10b981;
    font-size: 1rem;
    flex-shrink: 0;
}

.package-image {
    width: 140px;
    height: 140px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.pricing-card:hover .package-image {
    transform: scale(1.05);
}

.package-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Right Content - Compact */
.right-content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.price-section {
    background: white;
    padding: 25px 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 240px;
    transition: transform 0.3s ease;
}

.pricing-card:hover .price-section {
    transform: scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.price-tag {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 8px;
}

.currency {
    font-size: 1.2rem;
    color: #6b7280;
    font-weight: 600;
}

.amount {
    font-size: 2.2rem;
    color: #1f2937;
    font-weight: 800;
    margin: 0 3px;
}

.period {
    font-size: 0.9rem;
    color: #6b7280;
    font-weight: 500;
}

.price-note {
    color: #6b7280;
    font-size: 0.8rem;
    margin-bottom: 15px;
}

.savings {
    margin-bottom: 20px;
}

.original-price {
    text-decoration: line-through;
    color: #9ca3af;
    font-size: 1rem;
    margin-right: 8px;
}

.discount {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: 600;
}

.get-started-btn {
    background: linear-gradient(135deg, #ff7c00, #e13833);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-bottom: 15px;
    box-shadow: 0 6px 20px rgba(255, 124, 0, 0.3);
}

.get-started-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(255, 124, 0, 0.4);
}

.get-started-btn i {
    margin-right: 6px;
}

.guarantee {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #6b7280;
    font-size: 0.8rem;
}

.guarantee i {
    color: #10b981;
}

/* Responsive Design */
@media (max-width: 768px) {
    .pricing-card {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px;
        width: 90%;
        min-height: auto;
    }
    
    .left-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 15px;
    }
    
    .features-list {
        grid-template-columns: 1fr;
        gap: 6px;
    }
    
    .package-image {
        width: 120px;
        height: 120px;
        margin: 0 auto;
    }
    
    .package-info h3 {
        font-size: 1.4rem;
    }
    
    .price-section {
        padding: 20px 15px;
        max-width: 100%;
    }
    
    .amount {
        font-size: 2rem;
    }
    
    .pricing-section .heading p {
        font-size: 2.2rem;
    }
}

@media (max-width: 480px) {
    .pricing-card {
        width: 95%;
        padding: 15px;
    }
    
    .pricing-section .heading h2 {
        font-size: 1.2rem;
    }
    
    .pricing-section .heading p {
        font-size: 1.8rem;
    }
    
    .package-info h3 {
        font-size: 1.2rem;
    }
    
    .package-info .description {
        font-size: 0.85rem;
    }
    
    .amount {
        font-size: 1.8rem;
    }
    
    .package-image {
        width: 100px;
        height: 100px;
    }
}

/* Additional attractive effects */
.pricing-card::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #ff7c00, #e13833, #ff7c00);
    border-radius: 22px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.pricing-card:hover::after {
    opacity: 1;
}

/* contact  */

.contact-info, .contact-form {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  height: 100%;

}
.bg{
    background-image: url('../images/aboutpic.jpg');
     background-size: cover;
background-position-x: left;
    background-repeat: no-repeat;
}

.contact-info h2, .contact-form h2 {
  color: #333;
  margin-bottom: 20px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.info-item i {
  font-size: 24px;
  color: orangered;
  margin-right: 15px;
  margin-top: 5px;
}

.info-item h5 {
  margin-bottom: 5px;
  color: #333;
}

.info-item p {
  margin-bottom: 0;
  color: #666;
}
.contact-form {
    background: linear-gradient(135deg, #cbcdc2 0%, #97957e 50%,#463c25 100%);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* Optional: Add a subtle overlay pattern */
.contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, transparent 30%, rgba(255, 255, 255, 0.1) 50%, transparent 70%);
    pointer-events: none;
    z-index: 1;
}

/* Ensure form content is above the overlay */
.contact-form > * {
    position: relative;
    z-index: 2;
}


.contact-form form {
  margin-top: 20px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  font-weight: 600;
  color: #333;
}

.form-control {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px 15px;
}

.form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-primary {
  background-color: orangered;
  border: none;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #0056b3;
}


footer{
    background-color: #162842;
    color: white;
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
footer a{
    color: #e13833;
    text-decoration: none;
    transition: color 0.3s ease;

}

footer a:hover{
    color: #ff7c00;
}
@media (max-width: 768px) {
  .contact-info, .contact-form {
    margin-bottom: 30px;
  }
}


/* ... existing code ... */

/* HOSTING PLANS SECTION */
#hosting-plans {
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 40px 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 15px;
}

#hosting-plans h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
    text-align: center;
}

#hosting-plans > p {
    text-align: center;
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 40px;
}

.hosting-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 30px;
}

.hosting-card {
    border: 2px solid #ddd;
    border-radius: 12px;
    padding: 30px;
    background: #fff;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.hosting-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #007bff, #0056b3);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.hosting-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 123, 255, 0.2);
    border-color: #007bff;
}

.hosting-card:hover::before {
    transform: scaleX(1);
}

.hosting-card.featured {
    border-color: #007bff;
    background: linear-gradient(135deg, #f8f9ff 0%, #f0f4ff 100%);
    transform: scale(1.05);
}

.hosting-card.featured::after {
    content: 'POPULAR';
    position: absolute;
    top: 15px;
    right: -35px;
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    padding: 5px 40px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
    transform: rotate(45deg);
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}

.hosting-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.plan-desc {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

.plan-price {
    font-size: 1.3rem;
    font-weight: 600;
    margin: 20px 0;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 5px;
}

.plan-price .currency {
    font-size: 1.2rem;
    color: #007bff;
}

.plan-price .price {
    font-size: 2.5rem;
    font-weight: 700;
    color: #007bff;
}

.plan-price .period {
    font-size: 0.9rem;
    color: #999;
    font-weight: 500;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 25px 0;
    color: #444;
}

.plan-features li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.plan-features li:last-child {
    border-bottom: none;
}

.plan-features li::before {
    content: '✓';
    color: #28a745;
    font-weight: 700;
    font-size: 1.1rem;
}

.get-started-btn {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.3s ease;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.get-started-btn:hover {
    background: linear-gradient(135deg, #0056b3, #003d82);
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(0, 123, 255, 0.3);
}

.get-started-btn:active {
    transform: scale(0.98);
}

/* COMPARISON TABLE */
.hosting-comparison {
    margin-top: 50px;
    overflow-x: auto;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.comparison-table thead {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
}

.comparison-table th {
    padding: 20px;
    text-align: left;
    font-weight: 600;
    font-size: 1rem;
}

.comparison-table td {
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
}

.comparison-table tbody tr:hover {
    background-color: #f8f9ff;
}

.comparison-table tbody tr:last-child td {
    border-bottom: none;
}

.feature-name {
    font-weight: 600;
    color: #1a1a1a;
}

.feature-check {
    color: #28a745;
    font-weight: 700;
    font-size: 1.2rem;
}

.feature-cross {
    color: #dc3545;
    font-weight: 700;
    font-size: 1.2rem;
}

/* FAQ SECTION */
.hosting-faq {
    margin-top: 50px;
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.hosting-faq h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 30px;
    text-align: center;
}

.faq-item {
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.faq-question {
    background: #f8f9fa;
    padding: 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: #1a1a1a;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: #f0f4ff;
    color: #007bff;
}

.faq-icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    background: white;
}

.faq-item.active .faq-answer {
    padding: 18px;
    max-height: 500px;
}

.faq-answer p {
    color: #555;
    line-height: 1.6;
    margin: 0;
}

/* RESPONSIVE DESIGN */
@media (max-width: 768px) {
    #hosting-plans {
        margin-top: 40px;
        margin-bottom: 40px;
        padding: 25px 15px;
    }

    #hosting-plans h2 {
        font-size: 1.8rem;
    }

    .hosting-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .hosting-card.featured {
        transform: scale(1);
    }

    .plan-price .price {
        font-size: 2rem;
    }

    .comparison-table {
        font-size: 0.9rem;
    }

    .comparison-table th,
    .comparison-table td {
        padding: 12px 10px;
    }

    .hosting-faq {
        padding: 25px 15px;
    }

    .hosting-faq h3 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    #hosting-plans h2 {
        font-size: 1.5rem;
    }

    #hosting-plans > p {
        font-size: 0.95rem;
    }

    .hosting-card {
        padding: 20px;
    }

    .hosting-card h4 {
        font-size: 1.2rem;
    }

    .plan-price .price {
        font-size: 1.8rem;
    }

    .get-started-btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}
.renewal-badge {
    display: inline-block;
    background: linear-gradient(135deg, #ff6b6b, #ee5a6f);
    color: white;
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 20px;
    margin-top: 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
}



/* Enhanced Portfolio Cards */

/* Enhanced Portfolio Cards - New Design */
.cards-container .card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 300px;
    background: white;
}

.cards-container .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.cards-container .card img {
    width: 100%;
    height: 65%;
    object-fit: cover;
    transition: transform 0.4s ease;
    display: block;
}

.cards-container .card:hover img {
    transform: scale(1.05);
}
.cards-container .card{
    height: auto;
}
.cards-container .card .overlay {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    flex-direction: column;
    padding: 0;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.overlay-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.overlay-title {
    padding: 20px 20px 0 20px;
    text-align: center;
    color: #162842;
    width: 100%;
    flex-shrink: 0;
}

.overlay-content h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0;
    color: #162842;
    line-height: 1.3;
}

/* Animated Underline */
.title-underline {
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    margin: 12px auto 0;
    animation: expandWidth 0.8s ease-out 0.3s forwards;
}

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 80%;
    }
}

.overlay-info {
    padding: 15px 20px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    animation: fadeInUp 0.6s ease-out 1.1s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.overlay-content p {
    font-size: 0.85rem;
    line-height: 1.4;
    margin: 0 0 15px 0;
    color: #666;
}

.card-tags {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.card-tags .tag {
    background: rgba(102, 126, 234, 0.1);
    color: #667eea;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 0.7rem;
    font-weight: 600;
    border: 1px solid rgba(102, 126, 234, 0.3);
}

.view-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    align-self: center;
}

.view-btn:hover {
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    transform: translateX(3px);
    color: white;
}

.view-btn i {
    transition: transform 0.3s ease;
    font-size: 0.9rem;
}

.view-btn:hover i {
    transform: translateX(2px);
}
.contact-info  p.first{
        font-size: 17px;
    COLOR: BLACK;
    FONT-WEIGHT: 700;
    WIDTH: 68%;
}
.info-item p {
    margin-bottom: 0;
    color: black;
    font-weight: 600;
    width: 59%;
        font-size: 15px;
}

.info-item p a{
    text-decoration: none;
    color: black;
    transition: color 0.3s ease;
}
.info-item h5{
    color: black;
        text-shadow: 2px 4px 14px #1f1f1f;
}
.nwrap{
        text-wrap: nowrap;
}

header.top-up {
    /* overflow: hidden; */
    transition: all 1s ease-in-out;
    transform: perspective(300px) rotateX(-90deg);
    transform-origin: top;
}







.about-hero {
    position: relative;
    height: 500px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/img_1.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.about-hero .hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}

.about-hero h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.about-hero p {
    font-size: 1.3rem;
    margin-bottom: 30px;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
}

.hero-breadcrumb a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.hero-breadcrumb a:hover {
    color: #ffd700;
}

.hero-breadcrumb span {
    color: rgba(255, 255, 255, 0.7);
}

/* Responsive */
@media (max-width: 768px) {
    .about-hero {
        height: 350px;
    }

    .about-hero h1 {
        font-size: 2.5rem;
    }

    .about-hero p {
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .about-hero {
        height: 280px;
    }

    .about-hero h1 {
        font-size: 1.8rem;
    }

    .about-hero p {
        font-size: 0.95rem;
    }

    .hero-breadcrumb {
        font-size: 0.9rem;
    }
}
.mt-5{
    margin-top: 50px;
}
.bg-none{
    background: none;
}


        /* Skills Section */
        .skills-section {
            padding: 100px 20px;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            position: relative;
            overflow: hidden;
        }

        .skills-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="100" height="100" patternUnits="userSpaceOnUse"><path d="M 100 0 L 0 0 0 100" fill="none" stroke="rgba(255,255,255,0.05)" stroke-width="1"/></pattern></defs><rect width="100%" height="100%" fill="url(%23grid)"/></svg>');
            opacity: 0.3;
        }
        
        .skills-section .container {
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }
        
        .section-header {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .section-header h2 {
            font-size: 2.8rem;
            color: #fff;
            margin-bottom: 15px;
            font-weight: 700;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
        }
        
        .section-header h2 i {
            margin-right: 15px;
            color: #ffd700;
            animation: pulse 2s infinite;
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.1); }
        }

        .section-header .small-line {
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #ffd700, #ffed4e);
            margin: 0 auto;
            border-radius: 2px;
            box-shadow: 0 2px 10px rgba(255, 215, 0, 0.5);
        }
        
        .skills-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 35px;
            margin-top: 50px;
        }
        
        .skill-card {
            background: rgba(255, 255, 255, 0.95);
            padding: 40px 30px;
            border-radius: 20px;
            text-align: center;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
            backdrop-filter: blur(10px);
        }

        .skill-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
            transition: left 0.5s;
        }

        .skill-card:hover::before {
            left: 100%;
        }
        
        .skill-card:hover {
            transform: translateY(-15px) scale(1.05);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
            background: rgba(255, 255, 255, 1);
        }
        
        .skill-icon {
            font-size: 4rem;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 25px;
            transition: transform 0.3s ease;
        }

        .skill-card:hover .skill-icon {
            transform: rotateY(360deg);
        }
        
        .skill-card h3 {
            font-size: 1.6rem;
            color: #333;
            margin-bottom: 12px;
            font-weight: 600;
        }
        
        .skill-card p {
            color: #666;
            font-size: 1rem;
            line-height: 1.7;
        }
        
        /* Education Section */
        .education-section {
            padding: 100px 20px;
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            position: relative;
        }
        
        .education-section .container {
            max-width: 1100px;
            margin: 0 auto;
        }

        .education-section .section-header h2 {
            color: #333;
            text-shadow: none;
        }

        .education-section .section-header h2 i {
            color: #667eea;
        }

        .education-section .small-line {
            background: linear-gradient(90deg, #667eea, #764ba2);
        }
        
        .education-timeline {
            position: relative;
            padding: 60px 0;
        }
        
        .education-timeline::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            width: 4px;
            background: linear-gradient(180deg, #667eea 0%, #764ba2 100%);
            transform: translateX(-50%);
            box-shadow: 0 0 20px rgba(102, 126, 234, 0.5);
        }
        
        .education-item {
            display: flex;
            margin-bottom: 60px;
            position: relative;
            align-items: center;
                flex-wrap: wrap;

        }

        .education-item::after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 20px;
            height: 20px;
            background: #fff;
            border: 4px solid #667eea;
            border-radius: 50%;
            box-shadow: 0 0 0 4px rgba(102, 126, 234, 0.2);
            z-index: 2;
        }
        
        .education-item:nth-child(odd) {
            flex-direction: row;
        }
        
        .education-item:nth-child(even) {
            flex-direction: row-reverse;
        }
        
        .education-year {
            flex: 0 0 50%;
            text-align: right;
            padding-right: 50px;
        }
        
        .education-item:nth-child(even) .education-year {
            text-align: left;
            padding-left: 50px;
            padding-right: 0;
        }
        
        .education-year span {
            display: inline-block;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 12px 28px;
            border-radius: 30px;
            font-weight: 700;
            font-size: 1.15rem;
            box-shadow: 0 5px 20px rgba(102, 126, 234, 0.4);
            transition: all 0.3s ease;
        }

        .education-year span:hover {
            transform: scale(1.1);
            box-shadow: 0 8px 30px rgba(102, 126, 234, 0.6);
        }
        
        .education-content {
            flex: 0 0 50%;
            padding-left: 50px;
            background: #fff;
            padding: 35px;
            border-radius: 15px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
            transition: all 0.4s ease;
            border-left: 4px solid #667eea;
        }

        .education-item:nth-child(even) .education-content {
            border-left: none;
            border-right: 4px solid #764ba2;
        }

        .education-content:hover {
            transform: translateX(10px);
            box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
        }

        .education-item:nth-child(even) .education-content:hover {
            transform: translateX(-10px);
        }
        
        .education-item:nth-child(even) .education-content {
            padding-right: 50px;
            padding-left: 35px;
        }
        
        .education-content h3 {
            font-size: 1.5rem;
            color: #333;
            margin-bottom: 10px;
            font-weight: 700;
        }
        
        .education-content h4 {
            font-size: 1.15rem;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            margin-bottom: 15px;
            font-weight: 600;
        }
        
        .education-content p {
            color: #666;
            line-height: 1.8;
            font-size: 1rem;
        }
        
        /* Responsive Design */
        @media (max-width: 992px) {
            .section-header h2 {
                font-size: 2.3rem;
            }

            .skills-grid {
                grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
                gap: 25px;
            }

            .skill-card {
                padding: 35px 25px;
            }
        }

        @media (max-width: 768px) {
            .skills-section,
            .education-section {
                padding: 60px 15px;
            }

            .section-header h2 {
                font-size: 2rem;
            }

            .skills-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .skill-card {
                padding: 30px 20px;
            }

            .skill-icon {
                font-size: 3.5rem;
            }
            
            .education-timeline::before {
                left: 30px;
            }

            .education-item::after {
                left: 30px;
            }
            
            .education-item,
            .education-item:nth-child(even) {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .education-year,
            .education-item:nth-child(even) .education-year {
                text-align: left;
                padding: 0 0 20px 70px;
                width: 100%;
            }
            
            .education-content,
            .education-item:nth-child(even) .education-content {
                padding: 25px;
                margin-left: 70px;
                width: calc(100% - 70px);
                border-left: 4px solid #667eea;
                border-right: none;
            }

            .education-content:hover,
            .education-item:nth-child(even) .education-content:hover {
                transform: translateX(5px);
            }
        }

        @media (max-width: 480px) {
            .section-header h2 {
                font-size: 1.7rem;
            }

            .skill-card h3 {
                font-size: 1.4rem;
            }

            .skill-card p {
                font-size: 0.9rem;
            }

            .education-content h3 {
                font-size: 1.3rem;
            }

            .education-content h4 {
                font-size: 1rem;
            }

            .education-content p {
                font-size: 0.9rem;
            }

            .education-year span {
                font-size: 1rem;
                padding: 10px 20px;
            }
        }




        
        /* Skills Showcase Section */
        .skills-showcase {
            padding: 80px 20px;
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            position: relative;
        }
        
        .skills-showcase .container {
            max-width: 1200px;
            margin: 0 auto;
        }
        
        .skills-header {
            text-align: center;
            margin-bottom: 60px;
        }
        
        .skills-header h2 {
            font-size: 2.5rem;
            color: #333;
            margin-bottom: 15px;
            font-weight: 700;
        }
        
        .skills-header h2 i {
            margin-right: 15px;
            color: #667eea;
        }
        
        .skills-header .small-line {
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #667eea, #764ba2);
            margin: 0 auto;
            border-radius: 2px;
        }
        
        .skills-categories {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            margin-top: 50px;
        }
        
        .skill-category {
            background: #fff;
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            border-top: 4px solid #667eea;
        }
        
        .skill-category:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }
        
        .category-header {
            display: flex;
            align-items: center;
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 2px solid #f0f0f0;
        }
        
        .category-header i {
            font-size: 2rem;
            color: #667eea;
            margin-right: 15px;
        }
        
        .category-header h3 {
            font-size: 1.4rem;
            color: #333;
            font-weight: 600;
            margin: 0;
        }
        
        .skills-list {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .skill-item {
            display: flex;
            flex-direction: column;
            gap: 8px;
        }
        
        .skill-name {
            font-size: 1rem;
            color: #555;
            font-weight: 500;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .skill-bar {
            width: 100%;
            height: 10px;
            background: #e9ecef;
            border-radius: 10px;
            overflow: hidden;
            position: relative;
        }
        
        .skill-progress {
            height: 100%;
            background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
            border-radius: 10px;
            transition: width 1.5s ease-in-out;
            position: relative;
            animation: fillBar 1.5s ease-in-out;
        }
        
        .skill-progress::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
            animation: shimmer 2s infinite;
        }
        
        @keyframes fillBar {
            from {
                width: 0;
            }
        }
        
        @keyframes shimmer {
            0% {
                transform: translateX(-100%);
            }
            100% {
                transform: translateX(100%);
            }
        }
        
        /* Responsive Design */
        @media (max-width: 992px) {
            .skills-categories {
                grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
                gap: 25px;
            }
        
            .skills-header h2 {
                font-size: 2rem;
            }
        }
        
        @media (max-width: 768px) {
            .skills-showcase {
                padding: 60px 15px;
            }
        
            .skills-categories {
                grid-template-columns: 1fr;
                gap: 20px;
            }
        
            .skills-header h2 {
                font-size: 1.8rem;
            }
        
            .category-header h3 {
                font-size: 1.2rem;
            }
        
            .skill-category {
                
                                padding: 25px 20px;
                            }
                        
                            .category-header i {
                                font-size: 1.5rem;
                            }
                        
                            .skill-name {
                                font-size: 0.9rem;
                            }
                        
                            .skill-bar {
                                height: 8px;
                            }
                        }
                        
                        @media (max-width: 480px) {
                            .skills-showcase {
                                padding: 40px 10px;
                            }
                        
                            .skills-header h2 {
                                font-size: 1.5rem;
                            }
                        
                            .category-header h3 {
                                font-size: 1.1rem;
                            }
                        
                            .skill-category {
                                padding: 20px 15px;
                            }
                        
                            .skill-name {
                                font-size: 0.85rem;
                            }
                        
                            .skill-bar {
                                height: 7px;
                            }
                        }
                
                        /* Add percentage display on hover */
                        .skill-item:hover .skill-name::after {
                            content: attr(data-percentage);
                            color: #667eea;
                            font-weight: 600;
                            margin-left: auto;
                        }
                
                        /* Skill category specific colors */
                        .skill-category:nth-child(1) {
                            border-top-color: #667eea;
                        }
                
                        .skill-category:nth-child(2) {
                            border-top-color: #764ba2;
                        }
                
                        .skill-category:nth-child(3) {
                            border-top-color: #f093fb;
                        }
                
                        .skill-category:nth-child(4) {
                            border-top-color: #4facfe;
                        }
                
                        .skill-category:nth-child(1) .category-header i {
                            color: #667eea;
                        }
                
                        .skill-category:nth-child(2) .category-header i {
                            color: #764ba2;
                        }
                
                        .skill-category:nth-child(3) .category-header i {
                            color: #f093fb;
                        }
                
                        .skill-category:nth-child(4) .category-header i {
                            color: #4facfe;
                        }
                
                        /* Animated skill bars on scroll */
           
                
                        /* Add glow effect on hover */
                        .skill-category:hover .skill-progress {
                            box-shadow: 0 0 20px rgba(102, 126, 234, 0.5);
                        }
                
                        /* Skill level indicators */
                        .skill-item::before {
                            content: '';
                            position: absolute;
                            right: 0;
                            top: 0;
                            width: 8px;
                            height: 8px;
                            background: #667eea;
                            border-radius: 50%;
                            opacity: 0;
                            transition: opacity 0.3s ease;
                        }
                
                        .skill-item:hover::before {
                            opacity: 1;
                        }
                             .social-btn {
    display: flex;
    width: 210px;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    margin-bottom: 5px;
    position: relative;
    left: -145px;
    transition: left 1s;
  }
  .social-btn:hover {
    left: -10px;
    transition: left 1s;
  }
  
  .social {
    position: fixed;
    top: 35vh;
    /* left: 42px; */
        z-index: 9;

  }
  .social a {
    text-decoration: none;
  }
  
  .color-telegram {
    background-color: #0084c6;
  }
  .color-instagram {
    background-color: #f62782;
  }
  .color-whatsapp {
    background-color: #24cc63;
  }
  
  .google-font {
    font-family: "Lato", sans-serif;
    font-size: 1.25rem;
  }
  
  .social-btn img {
    width: 40px;
  }
  
  .social-btn p {
    color: white;
  
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .icons8-telegram-app {
    order: 2;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 100%;
  }
  .social i{
    font-size: 30px;
    color: white;
  }
  .icons8-instagram {
    order: 2;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 100%;
  }
  
  .icons8-whatsapp {
    order: 2;
    display: inline-block;
    width: 38px;
    height: 38px;
  
    background-size: 100%;
  }
  
.backbtn i{
    display: none;
}
.backbtn.show i{
    display: block;
}

.topportion i{
    left: 10px;
}
.main{
    width: 250px;
    position: fixed;
    right: 20px;
    bottom: 94px;
    margin-left: 5%;
    z-index: 999999;
}
/* Base */
.btn-floating:hover img {
  margin-bottom: -3px
}

.btn-floating {
    position: fixed;
    right: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    border: 0;
    z-index: 9999;
    color: white;
    transition: .2s;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 85px;
    background-color: #760f10;
}

.btn-floating.phone:hover {
    background-color: #c03421;
}

/* WhatsApp */
.btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 25px;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}



/* Portfolio Slider Styles */
.portfolio-slider {
    padding: 20px 0;
}

.portfolio-slide {
    margin: 0 15px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.portfolio-slide:hover {
    transform: translateY(-5px);
}

.portfolio-slide img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

/* Slick Slider Custom Arrows */
.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    z-index: 10;
    transition: all 0.3s ease;
}

.slick-prev:hover,
.slick-next:hover {
    background: rgba(0, 0, 0, 0.8);
}

.slick-prev {
    left: -50px;
}

.slick-next {
    right: -50px;
}

.slick-prev:before,
.slick-next:before {
    display: none;
}

/* Slick Dots */
.slick-dots {
    bottom: -40px;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #333;
}

.slick-dots li.slick-active button:before {
    color: #007bff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .slick-prev,
    .slick-next {
        display: none !important;
    }
    
    .portfolio-slide {
        margin: 0 10px;
    }
}   


/* View All Button Styles */
.view-all-container {
    text-align: center;
    margin-top: 40px;
    padding: 20px 0;
}

.view-all-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 35px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
    position: relative;
    overflow: hidden;
}

.view-all-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    transition: left 0.3s ease;
    z-index: -1;
}

.view-all-btn:hover::before {
    left: 0;
}

.view-all-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.6);
    color: white;
}

.view-all-btn i {
    transition: transform 0.3s ease;
}

.view-all-btn:hover i {
    transform: translateX(5px);
}

.portfolio-slider{
    margin-left: 6%;
    margin-right: 6%;
}
/* Responsive */
@media (max-width: 768px) {
    .view-all-btn {
        padding: 12px 28px;
        font-size: 14px;
    }
    
    .view-all-container {
        margin-top: 30px;
    }
}
.slick-arrow{
    display: none !important;
}