.FileTrademark{
    height: 100vh;
    width: 100%;
    background-image: url('../Zohair/File\ a\ U.S.\ Trademark-mai.webp');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}


.firest{
    height: auto;
    width: 50%;
    margin: 50px;
    color: white;

}
.firest h1{
    font-weight: bold;
}
.FileTrademark-button{
    height: 50px;
    width: 300px;
    border: none;
    border-radius: 8px;
    background: rgb(38, 125, 255);
    color: white;
    font-weight: bold;
    transition: 0.5s ease;
}
.FileTrademark-button:hover{
    background: rgb(124, 176, 255);
}
.CopyrightRegistration{
    height: 100vh;
    width: 100%;
    background-image: url('../Zohair/Copyright\ Registration.webp') ;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.chek-div{
    height: auto;
    width: 100%;
    background-color: whitesmoke;
}
.chek{
    height: auto;
    width: 400px;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
    font-size: 23px;
    color: black;
    text-align: center;
    display: flex;
}
.icon{
    height: 40px;
    width: 55px;
    border-radius: 50%;
    background: rgb(134, 82, 255);
    color: white;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Getting{
    height: auto;
    width: 100%;
}
.Getting-discription{
    height: auto;   
    width: 100%;
    padding: 10px;
    color: black;
    
}
.Getting-discription p{
    margin: 20px;
    margin-top: 30px;
}
.head{
    height: auto;
    margin: 10px;
    font-weight: bold;
    font-size: 37px;
    font-family: serif;
   width: 80%; 
}
.Getting-1{
    height: 45px;
    width: 180px;
    border-radius: 8px;
    background: rgb(255, 217, 0);
    margin-left: 50px;
    color: black;
    border: none;
    transition: 0.50s ease;
    /* letter-spacing: ; */
}

.Getting-2{
    height: 45px;
    width: 240px;
    border-radius: 8px;
    background: rgb(46, 255, 227);
    margin-left: 50px;
    color: black;
    border: none;
    transition: 0.50s ease;
}
.Getting-2:hover{
    background: black;
    color: white;
    border-color: white;
}

.Getting-1:hover{
    padding: 8px;
    background: black;
    border-color: white;
    color: white;
}
.Getting-img{
    height: 100%;
    width: 100%;
    margin-top: 130px;
    align-items: center;
    display: block;
    
}
.Getting-img .img-box{
    height: 400px;
    width: 400px;
    background: #5498ff;
    position: relative;
    margin: auto;
    border-radius: 15px;
}
.img-box img{
    height: 100%;
    width: 100%;
    border-radius: 15px;
    position: relative;
    top: -20px;
    left: -20px;
}
.Getting-img .img{
    height: 150px;
    width: 150px;
    position: relative;
    top: -80px;
    left: 10px;
   
}
.chekbox{
    height: auto;
    width: 100%;
}
.cart-sec{
    height: auto;
    width: 100%;
    padding: 50px;
}
.cart-heading{
    height: auto;
    width: 60%;
    margin: auto;
    background: #ffffff;
    text-align: center;
    font-size: 40px;
    color: black;
    font-weight: 600;
}
.card-box {
    height: 650px;
    width: 400px;
    background: rgb(224, 224, 224);
    margin: auto;
    border-radius: 25px;
    transition: background-color 0.3s ease; /* Smooth transition */
    margin-top: 10px;
    border: 2px solid rgb(0, 57, 80);
}

.card-box:hover {
    background: rgb(0, 57, 80); /* Change the background color of the entire card-box on hover */
}

.card-box:hover .head-sec {
    background: rgb(0, 57, 80); /* Change the background color of head-sec */
    color: white; /* Change text color for head-sec */
}
.card-box:hover .icon-sec {
    color: white; /* Change text color for head-sec */
}
.card-box:hover .body-dis {
    color: white; /* Change text color for head-sec */
}

.card-box:hover .head-sec-2 {
    background: rgb(0, 57, 80); /* Change the background color of head-sec-2 */
}

.card-box:hover .head-sec-2 p {
    color: white; /* Change text color for the paragraph in head-sec-2 */
}

.card-box:hover .head-sec-2 p span {
    color: white; /* Change color of span in head-sec-2 */
}

.card-box:hover .cart-button, 
.card-box:hover .cart-button-2 {
    background: rgb(255, 255, 255); /* Change button background on hover */
    color: rgb(0, 57, 80); /* Change button text color on hover */
}



.discription{
    height: auto;
    width: 60%;
    margin: auto;
    text-align: center;

}
.head-sec{
    height: auto;
    width: 100%;
    background: rgb(238, 238, 238);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    text-align: center;
    font-size: 40px;
    color: rgb(0, 57, 80);
    font-weight: 600;
    padding-top: 20px;
    transition: background-color 0.3s ease;
}
.head-sec-2{
    height: auto;
    width: 100%;
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}
.head-sec-2 p{
    font-size: 40px;
    color: rgb(0, 57, 80);
    font-weight: 600;
    padding-top: 20px;
    transition: background-color 0.3s ease;
}
.head-sec-2 p span{
    text-decoration: none;
    font-size: 20px;
    color: black;
    font-weight: none;
    transition: background-color 0.3s ease;
}
.body-discription {
    display: flex;
    flex-direction: column; /* Stacks items vertically */
    gap: 10px; /* Adds space between each item */
    transition: background-color 0.3s ease;
}

.item {
    display: flex; /* Aligns icon and description horizontally */
    align-items: flex-start; /* Aligns the items at the start */
    gap: 10px; /* Adds space between the icon and description */
}

.icon-sec {
    height: 30px;
    width: 30px;
    color: rgb(0, 0, 0);
    text-align: center;
    line-height: 30px; /* Vertically centers the checkmark */
    font-size: 18px; /* Adjust icon size */
    margin: 5px;
    transition: background-color 0.3s ease;
}

.body-dis {
    max-width: 500px; /* Adjust the width as per your design */
    color: black;
    padding: 5px 10px;
    display: block;
    text-align: left; /* Aligns text to the left */
    transition: background-color 0.3s ease;
}
.cart-button{
    height: 45px;
    width: 80%;
    margin: auto;
    position: relative;
    border-radius: 25px;
    margin-top: 100px;
    border: none;
    background: rgb(0, 57, 80);
    color: white;
    transition: background-color 0.3s ease;

}
.cart-button-2{
    height: 45px;
    width: 80%;
    margin: auto;
    position: relative;
    border-radius: 25px;
    margin-top: 10px;
    border: none;
    background: rgb(0, 57, 80);
    color: white;
    transition: background-color 0.3s ease;

}/* Section Styling */
.custom-section {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    padding: 20px;
}

.row {
    display: flex;
    width: 100%;
}

.col-5 {
    flex: 5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-7 {
    flex: 7;
    padding: 20px;
}

.img-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-container img {
    width: 100%;
    max-width: 250px;
    height: auto;
}

.header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.content {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.left-content,
.right-content {
    width: 45%;
}

.line {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.icon {
    margin-right: 10px;
    font-size: 20px; /* Set icon size to 20px */
    width: 20px;
    height: 20px;
}

.buttons {
    display: flex;
    gap: 10px;
}

button {
    padding: 10px;
    border: none;
    cursor: pointer;
}

.btn-small {
    width: 40%;
    background-color: #007BFF;
    color: white;
}

.btn-large {
    width: 60%;
    background-color: #28a745;
    color: white;
}

button:hover {
    opacity: 0.8;
}
.airplan{
    height: auto;
    width: 100%;
}
.air-haeding{
    height: auto;
    width: 100%;
    margin: auto;
    text-align: center;
   
}
.cart-dis{
    height: auto;
    width: 75%;
    margin: auto;
    text-align: center;

}
.air-main{
    height: 150px;
    width: 80%;
    margin-left: 130px;
    margin-top: 150px;
    padding: 5px;
    background-image: url('../Zohair/arrow.webp');
    position: absolute;
}
.air-main-2 {
    height: auto;
    width: 80%;
    margin: auto;
    display: flex;
    justify-content: center;
    
}

.box-card { 
    position: relative;
   margin: 30px;
    width: 252px;
    height: auto;
    text-align: left;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 22px;
     
    
}
.fest{
    top: 100px;
    left: 20px;
}
.second{
    top: 100px;
}
.third{
    top: 40px;
    left: 5px;
}
.air-circle{
    height: 220px;
    width: 220px;
    border: 5px solid rgb(115, 39, 255);
    border-radius: 50%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.small1{
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: rgb(115, 39, 255);
    position: relative;
    top: -20px;
    left: -15px;
    border: 2px solid white;
}
.small2{
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: rgb(115, 39, 255);
    position: relative;
    top: 20px;
    left: 15px;
    border: 2px solid white;
    float: right;
}
.inner{
    height: 80%;
    width: 80%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 60px;


}
@keyframes expandAnimation {
    0% {
      height: 85%;
      width: 85%;
      font-size: 50px; /* Smaller font size at the start */
    }
    50% {
      height: 100%;
      width: 100%;
      font-size: 60px; /* Larger font size when fully expanded */
    }
    100% {
      height: 85%;
      width: 85%;
      font-size: 50px; /* Smaller font size when shrunk */
    }
  }
  
  .inner2 {
    height: 70%;  /* Initial height */
    width: 70%;   /* Initial width */
    border: 3px solid rgb(115, 39, 255);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;  /* Initial font size */
    color: rgb(115, 39, 255);
    box-shadow: 1px 2px 5px 2px rgb(115, 39, 255);
    animation: expandAnimation 1.80s ease-in-out infinite; /* Apply animation */
    background: white;
  }
  
  .inner3 {
    height: 70%;  /* Initial height */
    width: 70%;   /* Initial width */
    border: 3px solid rgb(115, 39, 255);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    background: white;
    align-items: center;
    font-size: 40px;  /* Initial font size */
    color: rgb(115, 39, 255);
    box-shadow: 1px 2px 5px 2px rgb(115, 39, 255);
    animation: expandAnimation 3s ease-in-out infinite; /* Apply animation */
  }
  
  


.smm{
    top: 30px;
    left: -11px;
}
.mms{
    top: -18px;
}
.air-dis h4{
    width: 100%;
    height: auto;
    text-align: center;
    color: black;
    font-size: 20px;
    margin-top: 10px;
}
.air-dis p{
    width: 100%;
    height: auto;
    text-align: center;
    color: black;
    font-size: 13px;
}
.air-button{
    height: 100px;
    width: 100%;
    margin-top: 100px;
}
.air-buuton-1{
    height: 50px;
    float: left;
    width: 230px;
    border-radius: 8px;
    margin-left: 100px;
    background: rgb(255, 197, 8);
    color: white;

}
.air-buuton-2{
    height: 50px;
    float: left;
    width: 300px;
    border-radius: 8px;
    margin-left: 20px;
    background:rgb(115, 39, 255) ;
    color: white;

}
.rotate-sec{
    height: auto;
    width: 100%;
    overflow: hidden;
}
.rtrate {
    height: 400px;
    width: 4200px;
    background: rgb(115, 39, 255);
    transform: rotate(-45deg); /* Yahan pe aap rotation angle change kar sakte hain */
    position: relative;
    left: -1100px;
    
}
.maincontainer {
    height: 1000px;
    width: 100%;
    position: relative;
    margin-top: -400px;
    padding: 20px;
}

.header {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.header h1 {
    font-size: 45px;
    color: black;
}

.header p {
    font-size: 16px;
    color: black;
}

/* First Slider Styles */
.slider {
    width: 45%;  /* Width is 45% */
    height: 180px;  /* Height set to 200px */
    margin: 20px auto;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    overflow: hidden;
    position: relative;
    border-radius: 25px;
}

.card {
    width: 100%;
    height: 100%;
    display: none;
    text-align: center;
}

.card.active {
    display: block;
}

.slider-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.slider-image {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-right: 20px;
}

.card-paragraph {
    flex: 1;
    font-size: 16px;
    max-width: 400px;
}

/* Dots below the slider */
.dots {
    text-align: center;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 10px;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: lightgray;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: black;
}

/* Large Slider Styles */
.large-slider {
    width: 70%;
    height: 400px;  /* Increased height */
    margin-top: 30px;
    overflow: hidden;
    border: 10px solid rgb(115, 39, 255);
    border-radius: 25px;
    position: relative;
}

.slider-content {
    display: flex;
    transition: transform 0.5s ease;
}

.slider-card {
    width: 100%;
    text-align: center;
}

.slider-card img {
    width: 100%;
    height: 100%; /* Image takes full height and width of the container */
    object-fit: cover;  /* Ensures the image fits without distorting */
}

button.prev, button.next {
    position: absolute;
    top: 50%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    font-size: 20px;
    transform: translateY(-50%);
}

button.prev {
    left: 2px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

button.next {
    right: 2px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    
}
.large-slider{
    margin: auto;
    height: 550px;
}

.accordion{
    height: auto;
    width: 100%;
    padding: 60px;
}
.file-international{
    height: 100vh;
    width: 100%;
    background-image: url('../Zohair/thir.webp') ;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
  }
  .button-3{
    height: 50px;
    width: 70%;
    
    border-radius: 9px;
    background:rgb(115, 39, 255) ;
    margin-top: 5px;
    margin-left: 50px;

  }
  .b0utton-3-2{
    height: 43px;
    width: 150px;
    border-radius: 10px;


  }
  .file-international-3{
    height: auto;
    width: 100%;
    background-image: url('../Zohair/3-3.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px;

  }

          /* First Div - Main Container */
          .first-div {
            width: 65%;
            height: auto;
            text-align: center;
            margin: 0 auto;
            
        }

        /* Heading inside first div */
        .first-div h1 {
            margin: 20px 0;
            color: white;
        }

        /* Paragraph inside first div */
        .first-div p {
            width: 80%;
            margin: 0 auto;
            line-height: 1.8;
            color: white;
        }

        /* Second Div Container */
        .second-div {
            display: flex;
            justify-content: space-between;
            margin-top: 60px;
        }

        /* Each of the three divs inside the second div */
        .second-div .box {
            height: 250px;
            width: 300px;
            border-radius: 25px;
            display: inline-block;
            position: relative;
            background: white;
        }

        /* Top border position div inside each box */
        .second-div .box .top-border-div {
            position: absolute;
            top: -50px;
            left: 30%;
            transform: translateX(-50%);
            height: 100px;
            width: 100px;
            background-color: #3498db;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 50px;
            color: white;
        }


        /* Heading inside each box */
        .second-div .box h2 {
            text-align: center;
            margin-top: 60px;
            color: rgb(0, 0, 0);
            text-align: left;
            margin-left: 5px;
        }

        /* Paragraph inside each box */
        .second-div .box p {
            padding: 0 15px;
            font-size: 14px;
            line-height: 1.6;
            text-align: center;
            color: rgb(0, 0, 0);
            text-align: left;
        }



        .section {
            height: auto;
            width: 100%;
            padding-left: 50px;
            padding-right: 50px;
            padding: 50px;
            margin: auto;
        }
        .div-container {
            height: auto;
            width: 85%;
            margin: 10px;
            margin: auto;
        }
      
        .div-container h5 {
            font-size: 18px;
        }
        .div-container p {
            font-size: 16px;
        }
        .div-2{
            background: white;
            margin: auto;
            padding: 20px;
            border-left: 2px solid rgb(115, 39, 255);
            margin-top: 10px;
            margin-bottom: 10px;
        }
        .section-2{
            height: auto;
            width: 100%;
            padding: 50px;
            background: whitesmoke;
        }
        .fa-arrow-right{
            height: 30px;
            width: 30px;
            border-radius: 50%;
            background: rgb(115, 39, 255);
            color: white;
            text-align: center;
            padding-top: 6px;
            margin-right: 5px;
        }
        /* Global Styles */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}
.four-main{
    background-image: url('../Zohair/4-main.webp');
}
.CopyrightRegistration-2{
    background-image: url('../Zohair/5-main.webp');

}

/* Card Styling */
.card {
    width: 60%; /* Keep the width as 60% */
    margin: 50px auto;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.card-header {
    text-align: center;
    margin-bottom: 20px;
}
.head-sec-4{
    font-size: 28px;
}
.head-sec-4 span{
    font-size: 18px;
}
.cart-button-1{
    top: 50px;

}
.cart-button-2{
    top: 10px;
}
.cart-button-3{
    top: -35px;
}

/* Calendar and Time Picker Styles */
.calendar, .time-picker, .time-section {
    margin-bottom: 20px;
}

/* Calendar Input */
#calendar-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 10px;
}

/* Time Picker Grid */
.time-picker h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.button-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px; /* Increased gap for better spacing */
}

button {
    padding: 15px;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s;
    background-color: #f9f9f9;
}

/* Time Selection Section */
#selected-time {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

/* Footer Section Styling */
.card-footer {
    text-align: center;
    margin-top: 20px;
}

/* Initially hide the time picker section */
#time-picker {
    display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
    .card {
        width: 90%; /* Adjust card width to 90% on smaller screens */
        margin: 20px auto; /* Reduce margin */
    }
    .button-grid {
        grid-template-columns: repeat(2, 1fr); /* Two columns instead of four */
    }
}

@media (max-width: 480px) {
    .card {
        width: 100%; /* Full width on very small screens */
        margin: 10px auto; /* Reduce margin */
    }
    .button-grid {
        grid-template-columns: 1fr; /* Single column grid for smaller screens */
    }
}