body {
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Oswald", sans-serif !important;
}

img {
    max-width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

* {
    transition: 0.6s;
}

.align {
    align-items: center;
}

.text-end {
    justify-content: end;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

img.vert-move {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

a {
    text-decoration: none;
}

/**/
.top-bar {
    background: -webkit-linear-gradient(25deg, #5e0000, #cf001d, #5e0000);
    padding: 5px 0;
}

.span-y {
    color: #fdc530 !important;
}

/*Top Head css*/
.cta-top ul {
    white-space: nowrap;
}

.cta-top ul li {
    list-style: none;
    display: inline-block;
    margin-right: 8px;
}

.cta-top ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    transition: 0.6s;
}

.cta-top ul li a i {
    color: #5e0000;
    padding: 8px;
    border-radius: 50px;
    background: #ffc600;
}

.cta-top ul li a:hover {
    color: #ffecbb;
}

.medalist-text {
    text-align: center;
    border-radius: 100px;
    border: solid 2px #cf001d;
    padding: 6px 2px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    background: -webkit-linear-gradient(25deg, #fdc530, #ffffff, #fdc530);
}

.medalist-text i {
    color: #ffffff;
    font-size: 15px;
    margin-right: 3px;
    background: -webkit-linear-gradient(25deg, #5e0000, #cf001d, #5e0000);
    padding: 5px;
    border-radius: 100px;
    width: 25px;
    height: 25px;
}

.social-cta ul {
    text-align: right;
    white-space: nowrap;
}

.social-cta li {
    list-style: none;
    display: inline-block;
}

.social-cta li a {
    color: #600202;
    background: #ffffff;
    padding: 5px 0px;
    font-size: 17px;
    transition: 0.5s;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    text-align: center;
    display: block;
    margin-left: 2px;
}

.social-cta li a:hover {
    background: #ffc600;
}


/*Top Head css End*/

/*Header-part css*/
.header-part .navbar {
    padding: 3px 0;
}

.main-logo {
    max-width: 300px;
}

.header-part ul.navbar-nav li a {
    color: #1a1a1a !important;
    font-size: 15px;
    margin-right: 5px;
    font-weight: 500;
}

.header-part ul.navbar-nav li .dropdown-menu {
    padding: 0;
    margin: 0;
    background: -webkit-linear-gradient(25deg, #5e0000, #cf001d, #5e0000);
    margin-top: 10px;
}

.header-part ul.navbar-nav li .dropdown-menu a {
    color: #fff !important;
    padding: 8px 16px;
    border-bottom: solid 1px #fef9eb30;
}

.header-part ul.navbar-nav li .dropdown-menu a:hover {
    background: -webkit-linear-gradient(25deg, #fdc530, #ffffff, #fdc530);
    color: #111 !important;

}

.btn-des {
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 100px;
    background: -webkit-linear-gradient(25deg, #5e0000, #cf001d, #5e0000);
}

.btn-des:hover {
    color: #111;
    background: #ffc600;
}

.header-part ul.navbar-nav li a:hover {
    color: #c70b1e !important;
}

.header-part {
    background-image: url(../images/top-header.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-g {
    background: -webkit-linear-gradient(25deg, #fff4d9, #fef9eb, #ffffff);
}

/* Mega Menu Styles */
.header-part .mega-menu {
    position: relative !important;
}

.header-part .mega-menu-content {
    min-width: 900px;
    right: 0 ;
    left: auto ;
    margin-top: 0 ;
    padding: 20px 0 ;
    background: -webkit-linear-gradient(25deg, #5e0000, #cf001d, #5e0000);
    border: none;
    border-radius: 0;
}

.mega-menu-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-menu-list li {
    width: 100%;
    padding: 0;
}

.mega-menu-list li a {
    color: #fff !important;
    padding: 10px 15px;
    display: block;
    border-bottom: solid 1px #fef9eb30;
    font-size: 15px;
    font-weight: 500;
}

.mega-menu-list li a:hover {
    background: -webkit-linear-gradient(25deg, #fdc530, #ffffff, #fdc530);
    color: #111 !important;
}

@media (max-width: 991px) {
    .header-part .mega-menu {
        position: relative !important;
    }

    .mega-menu-list li {
        width: 100%;
    }

    .header-part .mega-menu-content {
        position: relative !important;
        width: 100% !important;
        min-width: unset !important;
        padding: 0 !important;
        right: auto !important;
        left: 0 !important;
    }
}

@media (min-width: 992px) {
    .header-part .navbar-nav .nav-item.dropdown:hover>.dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

/**/

.video-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-section video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: -webkit-linear-gradient(25deg, #000000e8, #000000ed, #5e00002b);
}

.video-content {
    position: relative;
    z-index: 1;
    color: #fff;
}

.sab-title {
    width: fit-content;
    background: #620203;
    border-left: solid 2px #fdc530;
    padding: 6px 10px;
    font-size: 18px;
}

.video-content h1 {
    font-size: 55px;
    font-weight: 700;
    margin-top: 12px;
}

.video-content p {
    font-size: 16px;
    margin-top: 15px;
}

.hero-short-card {
    background: #00000069;
    border-radius: 15px;
    padding: 20px 10px;
    box-shadow: 0 4px 6px 3px #0000000d;
    border: solid 1px #fbc444;
    margin: 9px 0;
    text-align: center;
}

.hero-short-card img {
    width: 85px;
    margin: 0 0 10px 0;
    border-radius: 100px;
    border: solid 2px #f9c352;
}

.hero-short-card h4 {
    color: #fbc444;
    font-size: 22px;
}

.hero-short-card p {
    color: #ffffff;
    font-size: 15px;
    margin: 10px 0 12px 0;
}

.hero-short-card a.btn.btn-des {
    padding: 8px 15px;
}

/* Responsive */
@media (max-width: 768px) {
    .video-content h1 {
        font-size: 2rem;
    }

    .video-content p {
        font-size: 1rem;
    }
}

ul.hero-list li {
    list-style: none;
}

/**/
ul.hero-list li {
    list-style: none;
    position: relative;
    padding-left: 22px;
    font-size: 16px;
    margin-bottom: 5px;
}

ul.hero-list li i {
    color: #fbc444;
    position: absolute;
    left: 0;
    top: 4px;
}

/**/
.card-panel {
    width: 100%;
    background-color: #ffffff;
    padding: 20px;
    border-radius: 15px;
    z-index: 1;
    position: relative;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.sab-title2 {
    width: fit-content;
    background: #620203;
    border-left: solid 3px #fdc530;
    border-right: solid 3px #fdc530;
    padding: 6px 10px;
    font-size: 18px;
    color: #fff;
}

.title-main {
    font-size: 30px;
    position: relative;
    padding-bottom: 20px;
}

.ser-card-top {
    border: solid 1px #fbc444;
    background: -webkit-linear-gradient(25deg, #fdc530, #ffffff, #fdc530);
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 5px 12px #e3e3e3;
    margin-bottom: 20px;
}

.ser-card-top h4 {
    color: #600404;
    font-size: 25px;
}

.ser-card-top p {
    color: #1a1a1a;
    font-size: 15px;
}

.ser-card-top .btn-des:hover {
    background: #5e0605;
    color: #fff;
}

.ser-card-top img {
    border-radius: 12px;
    margin-bottom: 6px;
    border: solid 1px #f9c352;
}

.title-main span {
    position: relative;
}

.main-services {
    padding: 40px 0;
    background-image: url(../images/white-background.png);
    background-size: cover;
}

.title-line:after {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 2px;
    background: #a9a9a92b;
    width: 100%;
    left: 0;
}

.title-line span:after {
    content: "";
    background: #c20a1c;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -15px;
}

/*About Css*/
.pera-card {
    border-left: solid 2px #fbc444;
    background: #fbc44424;
    padding: 12px;
}

.about-part {
    padding: 40px 0;
}

.key-list li {
    list-style: none;
    margin-bottom: 5px;
    font-size: 16px;
    color: #1a1a1a;
    position: relative;
    padding-left: 25px;
}

.key-list li i {
    background: #620203;
    color: #fff;
    border-radius: 100px;
    padding: 5px;
    font-size: 10px;
    margin-right: 5px;
    position: ;
    position: absolute;
    left: 0;
    top: 2px;
}

.about-img {
    border-radius: 15px;
    border: solid 3px #fdc530;
}

/*Our Services*/
.services-part {
    padding: 40px 0;
    background-image: url(../images/banner-bg-video.mp4);
}

.services-part {
    position: relative;
    padding: 60px 0;
    overflow: hidden;
}

/* Background Video */
.services-part .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -2;
}

/* Overlay */
.services-part::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 44%);
    z-index: -1;
}

/* Content */
.services-part .content {
    position: relative;
    z-index: 1;
    color: #fff;
}

.card-ser.ser-card-top {
    box-shadow: unset !important;
    background: #fff !important;
}

.title-line.line-light::after {
    background: #fbc444;
}

.title-line.line-light span:after {
    background: #c60b1e;
    z-index: 999;
    bottom: -16px;
}

.card-ser.ser-card-top .btn-des {
    margin-bottom: 8px;
}

/**/
/**/
.process-part {
    padding: 40px 0;
    background: -webkit-linear-gradient(25deg, #5e0000, #cf001d, #5e0000);
}

.process-part .title-line.line-light span:after {
    background: #fbc444;
}

.process-part .title-line.line-light::after {
    background: #fff;
}


.card-design1 {
    align-items: flex-start;
    padding: 14px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgb(235 235 235 / 15%);
}

.card-design1:hover {
    transform: scale(1.06);
}

.card-design1 i {
    width: 100%;
    border: solid 1px #600404;
    border-radius: 8px;
    background: #ffc600;
    padding: 11px 6px;
    box-shadow: 0px 8px 12px rgb(30 10 58 / 20%);
    color: #600404;
    font-size: 38px;
    text-align: center;
}

.card-design1 h4 {
    color: #080808;
    font-size: 21px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.card-design1 p {
    font-size: 16px;
    line-height: 1.4;
    margin: 0;
    color: #1a1a1a;
}

.button-yell {
    color: #000000;
    padding: 12px 20px;
    border-radius: 100px;
    background: #fdc530;
    font-weight: 500;
}

.button-yell:hover {
    background: #fff;
    color: #000;
}

.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.why-choose {
    padding: 40px 0;
}


.chip {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    transition: all 0.3s ease;
    width: 31%;
    margin-right: 1%;
    text-align: center;
    box-shadow: 0 5px 40px 0 rgb(0 0 0 / 11%);
    margin-bottom: 10px;
    border: solid 1px #02598a17;
}

.chip h5 {
    font-weight: 700;
    font-size: 16px;
}

.chip img {
    width: 85px;
    margin-bottom: 8px;
    border-radius: 100px;
    border: solid 2px #bf121e;
}

.chip:hover {
    background: -webkit-linear-gradient(25deg, #5e0000, #cf001d, #5e0000);
    color: #fff;
    transform: scale(1.06);
}

/*form css*/
.astrology-form-wrapper {
    font-family: "Poppins", Sans-serif;
}

.astrology-input {
    width: 100% !important;
    padding: 12px 10px !important;
    margin-bottom: 12px;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    font-size: 14px;
    color: #000 !important;
    outline: none !important;
}

.astrology-textarea {
    width: 100% !important;
    padding: 12px 10px !important;
    margin-bottom: 2px;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    font-size: 14px;
    color: #000 !important outline: none !important;
}

.astrology-submit-btn {
    width: 100%;
    padding: 12px;
    background: #1d8900;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.astrology-submit-btn:hover {
    background: #600404;
}

.astrology-form-wrapper ::placeholder {
    color: #000000;
}

.WhyChose-main {
    border-radius: 15px;
    border: solid 3px #fdc530;
}

.awords {
    border-radius: 15px;
    border: solid 2px #fdc530;
    margin-bottom: 15px;
}

.whatsapp-cta-img {
    border: solid 2px #fdc530;
    margin-top: 15px;
}

/*form css End*/
/*cta section css*/
.cta-video-section {
    height: unset;
    padding: 40px 0;
}

.cta-video-section .video-overlay {
    background: #000000bd;
}

.cta-sub-title {
    width: fit-content;
    background: #620203;
    border-left: solid 3px #fdc530;
    border-right: solid 3px #fdc530;
    padding: 6px 10px;
    font-size: 22px;
    color: #fff;
    margin: 15px auto;
}

.cta-main-title {
    font-size: 50px;
    color: #fbc444;
}

.cta-main-pera {
    color: #fff;
    font-size: 20px !important;
    margin: 25px 0 20px 0 !important;
}

.cta-video-section .btn-des {
    font-size: 18px;
    letter-spacing: 1px;
}

/*cta section css End*/

/**/
.testimonial {
    padding: 0 10px;
    text-align: center;
}

.testimonial .pic {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 0px;
    overflow: hidden;
    border: solid 4px #fbc444;
}

.testimonial-prt .testimonial-title {
    margin: 0;
    color: #600404;
    font-size: 22px;
    font-weight: 600;
}

.add {
    font-size: 16px;
    color: #000;
    margin: 0;
}

.testimonial-prt {
    padding: 40px 0;
    background-image: url(../images/white-background.png);
    background-size: cover;
}

.testimonial .description {
    color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 15px 0px #c9c9c95e;
    border: 1px solid #cf001d;
    background: -webkit-linear-gradient(25deg, #5e0000, #cf001d, #5e0000);
    padding: 60px 20px 20px 20px;
    margin-top: 15px;
    font-size: 16px;
}

.testimonial .pic {
    margin-bottom: -68px;
}

.owl-theme .owl-controls .owl-page span {
    background: #5e0605 !important;
}

.testimonial-prt .line-style {
    background: #860747;
}

/**/
/**/


.faq-section .title-main span,
.faq-section .sab-title2 {
    color: #fff;
}

.accordion-item {
    background: transparent;
    border: none;
    margin-bottom: 12px;
}

.accordion-button {
    color: #fff;
    background: -webkit-linear-gradient(25deg, #5e0000, #cf001d, #5e0000);
    font-weight: 500;
    padding: 15px;
    box-shadow: none;
    font-size: 20px;
}

.accordion-button:not(.collapsed) {
    color: #600404;
    background: #fbc444;
}

.accordion-body {
    color: #000000;
    border-radius: 0 0 10px 10px;
    padding: 15px;
    background: -webkit-linear-gradient(25deg, #fdc530, #ffffff, #fdc530);
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0.5);
}

.accordion-button::after {
    filter: invert(1);
}

/**/
.pages-list {
    padding: 40px 0;
}

.list-part-li2 h3 {
    font-size: 25px;
    font-weight: 500;
    padding: 13px 0;
    background: -webkit-linear-gradient(25deg, #5e0000, #cf001d, #5e0000);
    text-align: center;
    border-radius: 20px 20px 0 0;
    margin: 0;
    color: #fff;
}

ul.ch-list-line {
    list-style: none;
    margin: 0;
    padding: 18px;
    background: #fff;
    overflow-y: scroll;
    height: 450px;
}

ul.ch-list-line::-webkit-scrollbar {
    width: 6px;
}

ul.ch-list-line::-webkit-scrollbar-track {
    background: #cf001d;
}

ul.ch-list-line::-webkit-scrollbar-thumb {
    background: #fdc300;
}


ul.ch-list-line li {
    text-align: left;
    color: #300520;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: dashed 1px #3e3e3e3d;
    padding: 7px 0;
}

ul.ch-list-line li a {
    color: #000000;
    position: relative;
    padding-left: 28px;
    display: block;
    font-size: 14px;
}

ul.ch-list-line li a:hover {
    color: #b30000;
}

ul.ch-list-line li i {
    padding: 4px 5px;
    background: -webkit-linear-gradient(25deg, #5e0000, #cf001d, #5e0000);
    font-size: 13px;
    margin-right: 5px;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0px;
}

/*Footer Css*/
.footer-section {
    background: #000000;
    color: #fff;
    padding: 40px 0 0;
    background-image: url(../images/ft-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-top: solid 1px #f9c142;
}

.footer-logo {
    width: 260px;
    background: #fff;
    border-radius: 12px;
    padding: 10px;
    border: solid 2px #fdc93f;
}

.footer-title {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #fbc22f;
}

.footer-links,
.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s;
    font-size: 15px;
}

.footer-links a:hover {
    color: #fbc22f;
    padding-left: 2px;
}

ul.footer-contact a {
    color: #fff;
    font-size: 16px;
}

ul.footer-contact a:hover {
    color: #fbc22f;
}

.footer-contact i {
    margin-right: 8px;
    color: #5e0000;
    padding: 8px;
    border-radius: 50px;
    background: #ffc600;
}

.footer-section .social-cta {
    margin-top: 16px !important;
}

/* Bottom */
.footer-bottom {
    padding: 20px 0 10px 0;
    margin-top: 10px;
    background: -webkit-linear-gradient(25deg, #5e0000, #cf001d, #5e0000);
    border-top: solid 1px #f9c142;
}

.btn-footer {
    margin: 5px;
    text-decoration: none;
    border-radius: 3px;
    display: inline-block;
    color: #000000;
    padding: 12px 20px;
    background: -webkit-linear-gradient(25deg, #fdc530, #ffffff, #fdc530);
    font-weight: 500;
}

.footer-section p {
    margin: 0;
}

.btn-footer.outline {
    background: transparent;
    border: 1px solid #fbc84d;
    color: #fff;
}

.btn-footer:hover {
    background: #fff;
    color: #000;
}

.disclaimer {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}

.footer-section hr {
    border-color: #fdc93f !important;
    opacity: 1;
    background: #fdc93f !important;
}

.copyright {
    font-size: 14px;
    margin: 0;
}

.footer-section ul.align {
    text-align: left;
}

/*call cta css*/
.call-part ul {
    margin: 0;
    padding: 0;
}

.call-part ul li {
    position: fixed;
    z-index: 999;
    right: -104px;
    width: 160px;
    list-style: none;
    transition: 1.7s;
    bottom: 50px;
}

.call-part ul li a {
    background: #000;
    padding: 0 0 6px 0;
    display: block;
    line-height: 1;
    margin-bottom: 6px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    border: solid 1px #ffffffb8;
}

.call-part ul li a i {
    width: 45px;
    height: 50px;
    background: -webkit-linear-gradient(25deg, #5e0000, #cf001d, #5e0000);
    padding: 12px 11px;
    font-size: 25px;
    margin-top: 5px;
    margin-left: 5px;
    color: #fff;
}

.call-part ul li.whats {
    margin-top: 79px;
}

.call-part ul li.whats {
    bottom: 125px;
}

.call-part ul li.whats i {
    background: #1d8900;
    color: #fff;
}

.call-part ul li:hover {
    right: 0;
}

/*call cta css End*/

/* Responsive */

/**/
.pages-hero h1 {
    font-size: 40px !important;
}

.pages-hero {
    height: unset !important;
    padding: 60px 0;
}

/**/

.right-sidebar .chip {
    width: 47%;
}

.right-sidebar {
    background: -webkit-linear-gradient(358deg, #fdc530, #fdefc9, #fdc530);
    border: solid 2px #600404;
    border-radius: 20px;
    padding: 22px 15px;
}

.pages-img-top {
    border-radius: 15px;
    border: solid 3px #fdc530;
}

.videp-shorts {
    margin-top: 30px;
}

.videp-shorts iframe {
    border: solid 2px #fbc444;
    border-radius: 20px;
}

.right-sidebar .videp-shorts {
    margin-top: 12px;
}

/**/



/*Footer Css End*/

@media (max-width:1199px) {
    .cta-top ul li a {
        font-size: 15px;
    }

    .medalist-text {
        font-size: 13px;
    }

    .medalist-text i {
        color: #ffffff;
        font-size: 13px;
        padding: 5px;
        width: 23px;
        height: 23px;
    }

    .social-cta li a {
        font-size: 14px;
        width: 26px;
        height: 26px;
    }

    .top-icon3 {
        width: 90px;
    }

    .main-logo {
        max-width: 200px;
    }

    .video-content h1 {
        font-size: 45px;
    }

}

@media (max-width:991px) {
    .cta-top ul {
        text-align: center;
        margin-bottom: 6px;
    }

    .top-icon3 {
        width: 100px;
    }

    .social-cta ul {
        text-align: center;
        margin: 0 0;
    }

    .medalist-text {
        margin: 5px 0;
        font-size: 16px;
    }

    .navbar-toggler {
        color: #000 !important;
        background: -webkit-linear-gradient(25deg, #fdc530, #ffffff, #fdc530);
        width: 50px;
        height: 42px;
        font-size: 25px;
    }

    .header-part ul.navbar-nav li a {
        color: #ffffff !important;
        border-bottom: solid 1px #eeeeee29;
    }

    .navbar-collapse ul {
        background: -webkit-linear-gradient(25deg, #5e0000, #cf001d, #5e0000);
        margin-bottom: 10px;
        padding: 10px;
        border-radius: 8px;
    }

    .video-content h1 {
        font-size: 32px;
    }

    .video-section {
        height: unset;
        padding: 20px 0;
    }

    .card-hero {
        margin-top: 25px;
    }

    .tab-none {
        display: none !important;
    }

    .services-part {
        padding: 40px 0 25px 0;
    }

    .card-design1 {
        margin-bottom: 18px;
    }

    .WhyChose-main {
        margin-top: 26px;
    }

    .cta-sub-title {
        padding: 6px;
        font-size: 16px;
    }

    .cta-main-title {
        font-size: 35px;
    }

    .cta-main-pera {
        font-size: 16px !important;
        margin: 20px 0 15px 0 !important;
    }

    .cta-video-section .btn-des {
        font-size: 16px;
    }

    .faq-part {
        margin-top: 25px;
    }

    .header-part ul.navbar-nav li a:hover {
        color: #fdc530 !important;
    }

    .pages-hero h1 {
        font-size: 32px !important;
        margin-bottom: 14px !important;
    }

    .pages-hero .btn-des {
        padding: 13px 18px;
        font-size: 14px;
    }

    .pages-contant {
        padding: 30px 0 30px 0;
    }

}

@media (max-width:767px) {
    .pages-contant {
        padding: 0 0 30px 0;
    }

    .social-cta {
        display: none;
    }

    .main-logo {
        max-width: 260px;
    }

    .sab-title {
        font-size: 16px;
    }

    .video-content p {
        font-size: 15px;
    }

    ul.hero-list li {
        font-size: 15px;
    }

    .video-section {
        height: unset;
        padding: 35px 0;
    }

    .card-hero {
        margin-top: 20px;
    }

    .hero-short-card h4 {
        font-size: 17px;
    }

    .sab-title2 {
        font-size: 16px;
    }

    .title-main {
        font-size: 26px;
    }

    .card-panel {
        padding: 16px;
    }

    .ab-contant {
        margin-top: 25px;
    }

    .mt-5.about-img {
        margin-top: 20px !important;
    }

    .main-services {
        border-bottom: solid 1px #fbc444;
    }

    .chip {
        width: 48%;
        margin-right: 0%;
    }

    .why-choose {
        border-bottom: solid 1px #fbc444;
    }

    .astrology-form-wrapper {
        margin-top: 30px !important;
    }

    .cta-main-pera {
        font-size: 20px !important;
    }

    .btn-footer {
        margin: 2px;
        padding: 10px 14px;
        font-size: 14px;
    }


}

@media (max-width:360px) {
    .cta-top ul li a {
        font-size: 13px;
    }

    .cta-top ul li a i {
        padding: 5px;
    }

    .medalist-text {
        margin: 3px 0;
        font-size: 14px;
    }

    .main-logo {
        max-width: 228px;
    }

    .video-content h1 {
        font-size: 26px;
    }
}

/* Horizontal Contact Info Cards */
.contact-info-section {
    padding: 60px 0;
}

.info-card-horizontal {
    background: #fff;
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #eee;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.info-card-horizontal:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.info-icon {
    width: 60px;
    height: 60px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-right: 20px;
}

.icon-phone {
    background: #fde9e9;
    color: #cf001d;
}

.icon-whatsapp {
    background: #e9fdf2;
    color: #1d8900;
}

.icon-email {
    background: #fdf9e9;
    color: #cf8d00;
}

.info-content {
    flex-grow: 1;
}

.info-content h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #111;
    font-family: "Poppins", sans-serif !important;
}

.info-content p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.info-action .btn-des-sm {
    background: #4a0000;
    color: #fff;
    padding: 8px 25px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
    transition: 0.3s;
    display: block;
}

.info-action .btn-des-sm:hover {
    background: #cf001d;
    color: #fff;
}


.testimonial-page-section .testimonial {
    margin-bottom: 40px;
}

.testimonial-page-section .description {
    margin-bottom: 20px;
}

.pages-hero {
    height: 450px !important;
}

@media (max-width: 767px) {
    .pages-hero {
        height: 300px !important;
    }

    .info-card-horizontal {
        flex-direction: column;
        text-align: center;
        padding: 25px 15px;
    }

    .info-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .info-action {
        margin-top: 15px;
        width: 100%;
    }

    .info-action .btn-des-sm {
        width: 100%;
    }
}