/* Basic Styles */
        body, html {
            margin: 0;
            padding: 0;
            overflow-x: hidden;
        }
        .philosopher-regular {
            font-family: "Philosopher", serif;
            font-weight: 400;
            font-style: normal;
          }
          
          .philosopher-bold {
            font-family: "Philosopher", serif;
            font-weight: 700;
            font-style: normal;
          }
          
          .philosopher-regular-italic {
            font-family: "Philosopher", serif;
            font-weight: 400;
            font-style: italic;
          }
          
          .philosopher-bold-italic {
            font-family: "Philosopher", serif;
            font-weight: 700;
            font-style: italic;
          }
          

        /* Slider Container */
        .main-slider {
            position: relative;
            width: 100%;
            height: fit-content; /* Adjust height as needed */
            overflow: hidden;
        }

        /* Video Background */
        .main-slider .video-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -1; /* Place behind slider content */
        }

        /* Slider Wrapper */
        .main-slider  .rev_slider_wrapper {
            position: relative;
            z-index: 1; /* Ensure content appears above the video */
        }

        /* Slide Content */
        .main-slider  .slide-content {
            display: flex;
            flex-wrap: wrap; /* Allows wrapping for smaller screens */
            align-items: center;
            padding: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .main-slider  .text-section {
            flex: 1;
            color: #fff;
            padding: 20px;
            box-sizing: border-box;
        }
        .main-slider h2  {
            font-size: 48px;
            font-weight: bold;
            margin: 0;
            font-family: Cinzel;
        }

        .main-slider  .text {
            font-size: 18px;
            /* margin-top: 20px; */
            line-height: 1.5;
        }
        .main-slider  .btns-box {
            margin-top: 20px;
        }

        .main-slider  .image-section {
            flex: 1;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .image-section img {
            max-width: 100%;
            height: auto;
            border-radius: 10px; /* Optional styling */
        }



        .main-slider  .content-wrapper {
            display: flex;
            flex-wrap: wrap; /* Makes it responsive */
            align-items: center;
        }
        
        .main-slider  .text-section {
            flex: 1;
            padding: 20px;
        }
        
        .main-slider  .image-section {
            flex: 1;
            display: flex;
            justify-content: center;
        }
        
        .main-slider  .image-section img {
            margin-top:28%;
            max-width: 100%;
            width: 50%;
            height: auto;
            border-radius: 10px; /* Optional for rounded corners */
        }
        @keyframes rotating {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }

.company-section .image-column .image:before {
    display:none;
}
.call-to-action {
    color: white !important; /* Adjusts text color for better visibility */
    text-align: center; /* Centers text within the element */
    background-image: url('../images/resource/astrologyicon-pattern.png');
    background-repeat: repeat;
}
.call-to-action h2 {
    color: #fff;
    font-size: 30px;
}
.call-to-action h2 b {
    /* border: 1px solid #fff;
    padding: 1px 10px;
    border-radius: 20px; */
    font-size: 40px;
    font-family: Cinzel;
    font-weight: 800;
}
.services-section {
    background-image: url('../images/resource/bg2.webp'); /* Replace with your image path */
    background-size: cover; /* Ensures the image covers the entire section */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}
.fluid-section-two p {
    color: #fff;
    margin-bottom: 15px;
}
.fluid-section-two .content-column .inner-box h2 {
    color: #fff;
    margin-bottom: 10px;
}
.fluid-section-two .content-column.bg {
    background-image: url('../images/resource/astrologyicon-pattern.png');
    background-repeat: repeat;
}
.testimonial-section {
    color: white !important; 
    text-align: center; 
    background-image: url('../images/resource/bg13.jpg');
    background-repeat: repeat;
}
.edge-pattern {
    background-image: url('../images/resource/edge-pattern.png');
    background-repeat: repeat-x;  /* Only repeats horizontally */
    background-size: auto;  /* Keeps the image at its original size */
    background-position: top center;  /* Ensures the image is aligned at the top */
}
.news-section {
    background-image: url('../images/resource/bg2.webp'); /* Replace with your image path */
    background-size: cover; /* Ensures the image covers the entire section */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents the image from repeating */
}
.sec-title h2 {
    font-family: Cinzel;
    font-weight: 800;
}
footer h2 {
    font-family: Cinzel;
    font-weight: 800;
}
.fluid-section-two h2 {
    font-family: Cinzel;
    font-weight: 800;
    line-height: 1.3em;
}



.floating-icons {
    position: fixed;
    z-index: 1000;
}

.phone-icon {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background-color: #007bff; /* Blue color for phone */
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 30px;
}

.whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #25D366; /* WhatsApp green */
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 30px;
    transition: bottom 0.3s ease; /* Smooth transition for movement */
}

.phone-icon:hover,
.whatsapp-icon:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    transform: scale(1.1);
}
.sec-title h2 {
    color: #0c356a;
}
.main-footer {
    background-image: url('../images/resource/bg5.jpg');
}
/* @media (min-width: 1140px) {
    .main-header {
        background-color: rgb(0 0 0 / 42%);
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
} */
@media (max-width: 650px) {
    .main-slider h2 {
        font-size: 30px; /* Adjust to your desired font size */
    }
    .main-slider .text {
        font-size: 14px; /* Adjust to your desired font size */
    }
}
/* @media (min-width: 1140px) {
    .main-slider {
        height: 800px; 
    }
} */

@media (max-width: 1156px) {
    .tp-caption h2 {
        margin-top: 0px;
    }
    .tp-caption .text {
        margin-top: 0px;
    }
    .tp-parallax-wrap:has(.btns-box) {
        margin-top: 0px;
    }
}
@media (max-width: 1039px) {
    .tp-caption h2 {
        margin-top: 50px;
    }
    .tp-caption .text {
        margin-top: -20px;
    }
    .tp-parallax-wrap:has(.btns-box) {
        margin-top: -70px;
    }
}
@media (max-width: 870px) {
    .tp-caption h2 {
        margin-top: 50px;
    }
    .tp-caption .text {
        margin-top: -20px;
    }
    .tp-parallax-wrap:has(.btns-box) {
        margin-top: -70px;
    }
}
@media (max-width: 830px) {
    .tp-caption h2 {
        margin-top: 50px;
    }
    .tp-caption .text {
        margin-top: 0px;
    }
    .tp-parallax-wrap:has(.btns-box) {
        margin-top: -30px;
    }
}
@media (max-width: 777px) {
    .tp-caption h2 {
        margin-top: 50px;
    }
    .tp-caption .text {
        margin-top: 0px;
    }
    .tp-parallax-wrap:has(.btns-box) {
        margin-top: -50px;
    }
}
@media (max-width: 650px) {
    .tp-caption h2 {
        margin-top: 50px;
    }
    .tp-caption .text {
        margin-top: 0px;
    }
    .tp-parallax-wrap:has(.btns-box) {
        margin-top: -40px;
    }
}
@media (max-width: 599px) {
    .tp-caption h2 {
        margin-top: 150px;
    }
    .tp-caption .text {
        margin-top: 15px;
    }
    .tp-parallax-wrap:has(.btns-box) {
        margin-top: -70px;
    }
}
@media (max-width: 540px) {
    .tp-caption h2 {
        margin-top: 150px;
    }
    .tp-caption .text {
        margin-top: 30px;
    }
    .tp-parallax-wrap:has(.btns-box) {
        margin-top: -40px;
    }
}
/* .large-contact-number {
    font-size: 100px;
} */

.fluid-section-one.alternate .outer-container {
    background-color: #3b2d74;
}
.form-sidebar {
    background-color: #e7b10a;
    padding: 35px 35px;
    border-radius: 4px;
}
.form-sidebar.default-form .form-group input[type="text"], .form-sidebar.default-form .form-group input[type="tel"], .form-sidebar.default-form .form-group input[type="email"], .form-sidebar.default-form .form-group select {
    border-radius: 4px;
}
.calltoaction-number a {
    color: #e7b10a;
}
.services-block-three .inner-box {
    position: relative;
    padding: 25px;
    border: 1px solid #e7b10a;
}
.btn-style-custom {
    position: relative;
    line-height: 24px;
    color: #e7b10a;
    font-size: 16px;
    font-weight: 600;
    background: #0c356a;
    display: inline-block;
    padding: 5px 25px;
    border-radius: 6px;
    border: 2px solid #0c356a;
    margin-top: 8px;
}
.btn-style-custom:hover{
    color: #0c356a;
    background-color: transparent;
    border: 2px solid #0c356a;
}
.call-to-action h2 {
    color: #ffffff;
    font-size: 30px;
    background-color: #0c356a;
    border-radius: 12px;
    padding: 10px;
    line-height: 42px;
    box-shadow: 2px 3px 8px #000000c7;
    border: 1px solid #185aaf;
    text-transform: uppercase;
}
.company-section .content-column .bold-text {
    position: relative;
    color: #000000;
    font-size: 20px;
    font-style: italic;
    margin-top: 8px;
    line-height: 1.6em;
    font-family: 'Lora', serif;
    background-color: #fde59a;
    padding: 20px;
    border-left: 10px solid #e7b10a;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.services-section:before {
    content: url(../images/resource/astro-chakara.png);
    position: absolute;
    left: -250px;
    z-index: 1;
    top: 250px;
    border: 50px solid #e7b10a66;
    border-radius: 50%;
    padding: 30px;
    animation-name: spin;
    animation-duration: 15000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.company-section .image-column .image {
    position: relative;
    animation-name: spin;
    animation-duration: 15000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.we-do-section:before {
    content: url(../images/resource/astro-chakara.png);
    position: absolute;
    right: -250px;
    z-index: -1;
    top: 250px;
    border: 50px solid #e7b10a66;
    border-radius: 50%;
    padding: 30px;
    animation-name: spin;
    animation-duration: 15000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.services-block-three .inner-box {
    background-color: #e7b10a;
}
.services-block-three .inner-box .lower-content h3 a:hover {
    color: #0c356a !important;
}
.services-block-three .inner-box .lower-content .text {
    color: #242424;
}
/* .fluid-section-two .content-column.bg:before {
    content: "";
    width: 100%;
    height: 298px;
    background-color: #0c356a;
    display: block;
    position: absolute;
    top: 285px;
} */
.fluid-section-two p {
    margin-bottom: 35px;
}
.btn-style-three {
    position: relative;
    line-height: 24px;
    color: #e7b10a;
    font-size: 16px;
    font-weight: 600;
    background: #0c356a;
    display: inline-block;
    padding: 11px 32px;
    border-radius: 50px;
    border: 2px solid #0c356a;
    font-family: 'Poppins', sans-serif;
    float: right;
}
.default-form button:hover {
    border-color: #0c356a;
    color: #0c356a;
}
.clients-section {
    background-color: #e7b10a;
}
.page-title h1 {
    color: #e7b10a; 
    font-family: "Philosopher", serif;
}
.testimonial-block .inner-box .text {
    background-color: #e7b10a;
    padding: 20px;
    border-radius: 20px;
}
.testimonial-block .inner-box .upper-box .quote-icon {
    background-color: #0c356a;
}
.testimonial-block .inner-box .author {
    color: #e7b10a;
}
.testimonial-section .owl-nav .owl-prev:hover, .testimonial-section .owl-nav .owl-next:hover {
    color: #0c356a;
    background-color: #e7b10a;
}
.testimonial-section .owl-nav .owl-prev, .testimonial-section .owl-nav .owl-next {
    color: #e7b10a;
    border: 1px solid #e7b10a;
}
.brochure-box {
    background-color: #0c356a;
}


@media (max-width: 768px) {
    .call-to-action h2 {
        font-size: 18px;
        padding: 10px;
        line-height: 34px;
        text-transform: uppercase;
    }
    .call-to-action h2 b {
        font-size: 30px;
    }
}

/* Navbar header container styling */
@media (max-width: 768px) {
    .navbar-header {
        position: relative;
        width: 100%;
        padding: 0 15px; /* Adjust padding for spacing */
        box-sizing: border-box; /* Include padding in width calculation */
        margin-bottom: 25px;
    }
}

/* Phone number styling */
.navbar-phone {
    display: none; /* Hidden by default */
    font-size: 30px;
    color: #0a2955;
    font-weight: bold;
    position: absolute; /* Position relative to the container */
    left: 15px; /* Adjust left spacing */
    top: 50%; /* Vertically center */
    transform: translateY(-50%);
}

.navbar-phone i {
    margin-right: 5px;
    color: #ffffff;
    font-size: 26px;
    background-color: #0a2955;
    padding: 8px;
    border-radius: 34px;
    width: 40px;
    height: 40px;   

}

/* Toggle button styling */
.navbar-toggle {
    position: absolute; /* Position relative to the container */
    right: 15px; /* Align to the right */
    top: 50%; /* Vertically center */
    transform: translateY(-50%);
    font-size: 18px;
    border: none;
    background: none;
    outline: none;
    cursor: pointer;
}

/* Show phone number only on mobile screens */
@media (max-width: 767px) {
    .navbar-phone {
        display: inline-block;
        border: 2px solid #0c356a;
        padding: 5px;
        margin-bottom: 5px;
        border-radius: 50px;
        padding-right: 12px;
        font-size: 27px;
    }
}

@media only screen and (max-width: 1023px) {
    .main-header .main-box .logo-box {
        width: 100%;
        padding-bottom: 15px;
    }
}

.scroll-dropdown  {
    max-height: 80vh; /* Set height to 80% of the viewport height */
    overflow-y: auto; /* Enable vertical scrolling */
    border: 1px solid #ddd; /* Add border */
    padding: 10px; /* Add padding */
    list-style: none; /* Remove bullets */
    margin: 0; /* Remove margin */
    background-color: #fff; /* Set white background */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add shadow for better visibility */
    width: 300px; /* Optional: Define a specific width */
}
@media (max-width: 768px) {
    .sidebar-page-container .sidebar-side {
        margin-bottom: 0px; 
    }
}


.contact-address-area ul {
    list-style: none; /* Remove default bullets */
    padding: 0;
    margin: 0;
}

.contact-address-area ul li {
    margin: 15px 0; /* Add spacing between list items */
    position: relative; /* Position relative for icon placement */
    padding-left: 40px; /* Add space for the icon */
}

/* Common styles for all icons */
.contact-address-area ul li:before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e6b00a;
    color: #fff;
    font-size: 20px;
}

/* Address Icon */
.contact-address-area .list-address:before {
    content: "\f041"; /* Font Awesome map-marker icon */
}

/* Email Icon */
.contact-address-area .list-email:before {
    content: "\f0e0"; /* Font Awesome envelope icon */
}

/* Phone Icon */
.contact-address-area .list-phone:before {
    content: "\f095"; /* Font Awesome phone icon */
}
.contact-section .info-column .inner-column {
    position: relative;
    padding: 20px;
    background-color: #0a2955;
    margin-left: 50px;
    border-radius: 20px;
}
.contact-section .info-column ul li {
    position: relative;
    color: #e6b00a;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    border-bottom: 1px solid #19427c;
    padding-bottom: 10px;
}
.contact-section .info-column ul li span {
    color: #ffffff;
}
.contact-section .info-column ul li {
    color: #e6b00a;
    border-bottom: 1px solid #19427c;
    padding-bottom: 10px;
}
.contact-address-area ul li {
    padding-left: 50px;
}
@media (max-width: 991px) {
    .contact-section .info-column .inner-column {
        margin-left: 0px;
    }
}
.contact-section {
    background-image: url(../images/resource/bg2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.services-block-three .inner-box {
    background-color: #e7b10a;
    background-image: url(../images/resource/hindupattern.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
}
.ad-section {
    position: relative;
    padding-bottom: 30px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.ad-section .image img {
    width: 100%;
}

.customform1:before {
    content: "";
    width: 100%;
    height: auto;
    background-color: #0c356a;
    display: block;
    position: absolute;
    top: -27px;
    bottom: 73px;
    left: -100px;
    right: -123px;
    width: auto;
}
@media (max-width: 767px) {
    .sticky-header {
        display: none;
    }
}
.disclaimer p {
    text-align: center;
    color: #a8a8a8;
    font-size: smaller;
}
.company-section .content-column .text {
    color: #2c2c2c;
}
.services-single .inner-box .text p {
    color: #2c2c2c;
}
.services-single .inner-box h2  {
    font-family: Cinzel;
}
.sidebar-title.style-two h2 {
    font-family: Cinzel;
    font-size: 24px;
}
.blog-cat li a {
    font-family: "Philosopher", serif;
    font-size: 18px;
}
@media (max-width: 430px) {
    .navbar-phone {
        font-size: 23px;
    }
}
.brsmallscreen {
    display: none;
}
@media (max-width: 433px) {
    .brsmallscreen {
        display: block;
    }
}
.widget-content .number span{
    font-size: 16px;
    color: #fff;
}
.widget-content .text span{
    font-size: 16px;
    color: #fff;
}
.logo-tagline {
    display: none;
}
@media (max-width: 767px) {
    .logo-tagline {
        margin-bottom: 12px;
        display: block;
        border: 1px solid #d1d1d1;
        width: 255px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 20px;
        font-size: 14px;
        color: #484848;
        text-align: center;
    }
}
