/*
 Theme Name:   Astra Child
 Theme URI:   https://wedsweddingfilmstudio.com/astra-child/
 Description:  Astra Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     astra
 Version:      1.0.0
*/

/* Add your custom styles below this line */

body{
    background:red;
}

.uagb-ifb-button-wrapper .uagb-infobox-cta-link {
    padding: 10px !important;
}
.site-primary-footer-wrap {
    background-color: #231e21 !important;
}
.wp-block-uagb-container.uagb-block-47e6ca19
{
	background-color: #231e21 !important;
}
.site-below-footer-wrap {
    background: #252525 !important;
}
.ast-builder-menu-1 .menu-item > .menu-link {
   padding-right: 30px;
}

.categorybox .uagb-ifb-desc{
 text-align:justify;    
}
.categorybox{
    box-shadow: 1px 2px 5px 0px #00000040 !important;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important; 
    
}

.categorybox img{
    height: 250px !important;
    max-height: 250px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important; 
}

.categorybox  .uagb-ifb-content {
    padding: 0px 10px 10px 10px !important;
}
.servicepara{
    
}
.fullcategory{
    padding-top:0 !important;
}
.fullcategory .uagb-container-inner-blocks-wrap{
    
    border: 2px solid #e7e4e4;
    
}
.fullcategory img{
    
    border-radius:0 !important;
    
}
.fullcategory  .uagb-ifb-desc {
    padding-right: 20px;
     text-align:justify;
}

.aboutpara .uagb-ifb-desc{
    text-align:justify;
}
.detailspage .uagb-ifb-desc{
    text-align:justify;
}
.detailspage .uagb-ifb-title{
    text-align:center;
}
.servicefeature .uagb-ifb-desc{
    text-align:justify;
    padding-bottom: 20px;
}
.servicefeature .uagb-ifb-title{
    text-align:center;
}

.uagb-block-11e9fae6 .uagb-forms-main-form .uagb-forms-main-submit-button-wrap {
    text-align: center;
}

.ast-theme-transparent-header #masthead {
position: fixed;
left: 0;
right: 0;
z-index: 99;
background: white;
}

.ast-builder-menu-1 .menu-item > .menu-link {
    color: #000 !important;
    font-size: 19px;
}
.page-id-2042 .ast-builder-menu-1 .menu-item > .menu-link {
    color: #fff !important;
    font-size: 19px;
}
.ast-builder-menu-1 .menu-item > .menu-link:hover {
    color: #c74382 !important;
    font-size: 19px;
}

.site-logo-img img {
    transition: all 0.2s linear;
    position: fixed;
    top: 5px;
    width: 105px;
}

#page .site-content {
    padding-top: 80px;
}

.ast-header-button-1 .ast-custom-button {
    color: #ffffff;
    background: #c74382 !important;
    font-size: 18px !important;
}

.sortLink {
    box-shadow: none !important;
    outline: none;
    text-decoration: none !important;
    background: #c74382;
    color: #fff !important;
    font-size: 18px !important;
}

.seeall{
    background: #c74382;
    display: inline-block;
    color: #fff;
    float: right;
    text-align: right;
    width: fit-content !important;
    margin: 20px 0 auto;
    text-decoration: none !important;
    padding: 14px;
    font-size: 18px;
    border-radius: 12px;
}
.sortLink.selected {
    background-color: #5b2424 !important;
}
@media only screen and (max-width: 767px) {

.ast-theme-transparent-header [data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-outline {
    background: #c74382 !important;
    color: #ffffff;
    border-color: #ffffff;
}
#page .site-content {
    padding-top: 0px;
}
.ast-builder-menu-mobile .main-header-menu, .ast-header-break-point .ast-builder-menu-mobile .main-header-menu {
        margin-top: 35px;
    }
    
.fullcategory .uagb-ifb-desc {
    text-align: justify;
    padding: 10px;
}
.fullcategory .uagb-block-htvgsp2w.uagb-buttons__outer-wrap .uagb-buttons__wrap .wp-block-button {
margin: 0 auto 10px auto !important;
}
.wp-block-uagb-container.uagb-block-7a005b54 {
padding-top: 0px;
}
}
       .package-wrapper {
            width: 90%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px 0;
        }


        .package-card {
            border: 1px solid #ddd;
            border-radius: 5px;
            background-color: #fff;
            padding: 20px;
            margin: 10px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
            flex: 1;
			position:relative;
			padding-bottom: 50px;
        }

        .packages-wrapper {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .package-card h2 {
            font-size: 20px;
            font-weight: 600;
            color: #2a9d8f;
            margin-bottom: 10px;
			text-align: center;
        }

        .package-list {
            margin-bottom: 50px !important;
            padding-left: 20px;
        }

        .package-list li {
            list-style-type: disc;
            margin-bottom: 5px;
            color: #555;
        }

        .package-price {
            font-size: 24px;
            font-weight: bold;
            color: #e63946;
		    position: absolute;
    		bottom: 0px;
    		left: 50%;
    		transform: translateX(-50%);
    		text-align: center;
        }
.package-wrapper h1{
	font-size:25px;
}

        /* Responsive Design */
        @media (max-width: 768px) {
            .packages-wrapper {
                flex-direction: column;
            }

            .package-card {
                margin-bottom: 20px;
            }
        }
.n2-ss-slider .n2-ss-section-main-content{
	padding:0 !important;
}
.thank-you-container {
  width: 100%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thank-you-box {
  text-align: center;
  background-color: #fff;
  padding: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 50px;	
}
.thank-you-box h1 {
  color: #4CAF50;
  font-size: 2.5rem;
}

.thank-you-box p {
  margin: 20px 0;
  font-size: 1.2rem;
  color: #555;
}

.home-btn {
  padding: 10px 20px;
  font-size: 1rem;
  text-decoration: none !important;
  background-color: #c74382 !important;
  color: #fff;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.home-btn:hover {
  background-color: #231e21;
  color:#fff;
}

/* Media Queries for responsiveness */
@media (max-width: 768px) {
  .thank-you-box {
    width: 100%;
    padding: 20px;
  }

  .thank-you-box h1 {
    font-size: 2rem;
  }

  .thank-you-box p {
    font-size: 1rem;
  }

  .home-btn {
    font-size: 0.9rem;
    padding: 8px 16px;
  }
}

@media (max-width: 480px) {
  .thank-you-box {
    padding: 15px;
  }

  .thank-you-box h1 {
    font-size: 1.8rem;
  }

  .thank-you-box p {
    font-size: 0.9rem;
  }

  .home-btn {
    font-size: 0.8rem;
    padding: 7px 14px;
  }
}
/* Styling the form container */
.contact-form-wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Styling individual form groups */
.form-group {
    margin-bottom: 15px;
}

/* Styling form inputs */
input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

/* Input focus state */
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    border-color: #007bff; /* Bootstrap-like blue */
    outline: none;
}

/* Styling the textarea */
textarea {
    min-height: 150px;
    resize: vertical;
}

/* Styling the submit button */
input[type="submit"] {
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
	margin:0 auto;
	display:block;
	margin-bottom: -50px;
}

/* Submit button hover state */
input[type="submit"]:hover {
    background-color: #231e21;
}
.wpcf7-textarea{
	height:120px !important;
}
/* Adding some responsiveness */
@media (max-width: 768px) {
    .contact-form-wrapper {
        padding: 15px;
    }

    input[type="text"],
    input[type="email"],
    textarea {
        font-size: 14px;
    }

    input[type="submit"] {
        font-size: 14px;
    }
}
.wp-block-uagb-image__figure img {
    width: 100% !important;
}