

		

		.hero {
			min-height: 520px;
			background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(https://images.unsplash.com/photo-1589829545856-d10d557cf95f?q=80&w=1600&auto=format&fit=crop);
			background-size: cover;
			background-position: center;
			color: #fff;
			display: flex;
			align-items: center
		}

		.hero h1,
		.hero p,
		.hero .btn {
			animation: slideUp 1s ease forwards
		}

		@keyframes slideUp {
			from {
				opacity: 0;
				transform: translateY(50px)
			}

			to {
				opacity: 1;
				transform: translateY(0)
			}
		}

		.practice-card,
		.testimonial-card {
			border: 1px solid #eee;
			border-radius: 14px;
			background: #fff;
			transition: all .4s ease
		}

		.practice-card:hover,
		.testimonial-card:hover {
			transform: translateY(-10px) scale(1.03);
			box-shadow: 0 15px 30px rgba(0, 0, 0, .15)
		}

		.btn-warning {
			animation: pulse 2s infinite
		}

		@keyframes pulse {
			0% {
				box-shadow: 0 0 0 0 rgba(255, 193, 7, .6)
			}

			70% {
				box-shadow: 0 0 0 15px rgba(255, 193, 7, 0)
			}

			100% {
				box-shadow: 0 0 0 0 rgba(255, 193, 7, 0)
			}
		}

		.section-title {
			font-weight: 700;
			margin-bottom: 40px
		}

		footer {
			background: #111827;
			color: #fff
		}
body {
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.section-title,
.navbar-brand {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
}
.navbar-brand {
    font-size: 2rem;
    letter-spacing: 1px;
}
.hero h1,
.section-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.15;
}
.btn,
.theme-btn,
.verify-btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    letter-spacing: .5px;
}

.section-title{
    font-size:32px;
    font-weight:700;
    color:#1f1f1f;
    margin-bottom:8px;
}

.title-line{
    width:70px;
    height:3px;
    background:#c8a04d;
    display:inline-block;
}

.practice-card{
    background:#fff;
    border:1px solid #ececec;
    padding:10px;
    transition:.4s;
    border-radius:5px;
}

.practice-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.icon-box{
    width:65px;
    height:65px;
    margin:0 auto 20px;
    border-radius:50%;
    background:#07101f;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.icon-box.gold{
    background:#c8a04d;
}

.practice-card h4{
    font-size:20px;
    font-weight:700;
    line-height:1.4;
    margin-bottom:15px;
}

.practice-card p{
    font-size:14px;
    line-height:1.8;
    color:#666;
    margin-bottom:20px;
}

.practice-card a{
    color:#c8a04d;
    text-decoration:none;
    font-size:14px;
    font-weight:600;
}

/* Bootstrap me 5 cards per row */
.property-section {
    position: relative;
    padding: 70px 0;
    overflow: hidden;

    background:
        linear-gradient(rgba(2, 12, 32, .88),
        rgba(2, 12, 32, .88)),
        url("images/banner.webp") no-repeat;
    background-size: cover;
    background-position: center;
}

.property-content {
    color: #fff;
    position: relative;
    z-index: 2;
}

.property-content h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.property-content h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 25px;
}

.highlight-text {
    color: #d4a84f;
    font-size: 20px;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 15px;
}

.normal-text {
    font-size: 18px;
    margin-bottom: 35px;
}

.checklist ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.checklist li {
    margin-bottom: 18px;
    font-size: 18px;
}

.checklist i {
    color: #d4a84f;
    margin-right: 12px;
}

.verify-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #d4a84f;
    color: #071223;
    text-decoration: none;
    padding: 16px 30px;
    border-radius: 6px;
    font-weight: 700;
    margin-top: 35px;
    transition: .3s;
}

.verify-btn:hover {
    background: #fff;
    color: #071223;
}

.shield-box {
    position: absolute;
    right: 80px;
    bottom: 50px;
    z-index: 2;
}

.shield-box i {
    font-size: 140px;
    color: #f4e4c1;
    opacity: .95;
}
.why-choose-us {
    background: #fff;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 8px;
}

.title-line {
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #d4a84f;
}

.choose-box {
    padding: 15px 20px;
    border-right: 1px solid #e7e7e7;
    transition: .3s;
}

.choose-box i {
    font-size: 32px;
    color: #d4a84f;
    margin-bottom: 18px;
}

.choose-box h6 {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.5;
    color: #222;
    margin: 0;
}

.choose-box:hover {
    transform: translateY(-8px);
}

.choose-box:hover i {
    transform: scale(1.1);
    transition: .3s;
}

@media (max-width: 991px) {
    .choose-box {
        border-right: none;
        border-bottom: 1px solid #eee;
        margin-bottom: 20px;
    }

    .section-title {
        font-size: 32px;
    }

    .choose-box h6 {
        font-size: 16px;
    }
}
.about-section {
    background: #fff;
}

.about-card{
    background: #fff;
    border: 1px solid #ededed;
    padding: 15px;
    position: relative;
    overflow: hidden;
}
.image-card {
    background: #fff;
    border: 1px solid #ededed;
    position: relative;
    overflow: hidden;
}

.about-card h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #111;
}

.about-card h4 {
    font-size: 26px;
    font-weight: 700;
    color: #111;
}

.about-card h6 {
    font-size: 18px;
    color: #444;
    margin-bottom: 10px;
}

.about-card p {
    font-size: 14px;
    color: #555;
}

.theme-btn {
    display: inline-block;
    margin-top: 15px;
    padding: 14px 28px;
    border: 2px solid #d4a84f;
    color: #d4a84f;
    text-decoration: none;
    font-weight: 600;
    transition: .3s;
}

.theme-btn:hover {
    background: #d4a84f;
    color: #fff;
}

.image-card img {
    object-fit: cover;
    min-height: 100%;
}

.signature {
    font-size: 14px;
    font-family: cursive;
    margin-top: 30px;
    color: #222;
}
.advocate-card {
    position: relative;
    overflow: hidden;

    background:
        url("images/praveen.png")
        no-repeat right bottom;

    background-size: 230px;
}

.advocate-card h3,
.advocate-card h4,
.advocate-card h6,
.advocate-card p,
.signature {
    position: relative;
    z-index: 2;
    width: 100%;
}
@media (max-width: 991px) {
    .advocate-card {
        background-position: right bottom;
        background-size: 230px;
        padding-bottom:20px;
    }
    

    .advocate-card h3,
    .advocate-card h4,
    .advocate-card h6,
    .advocate-card p,
    .signature {
        width: 100%;
    }
}
.advocate-img {
    position: absolute;
    right: 15px;
    bottom: 0;
    max-height: 300px;
}

.about-card:hover,
.image-card:hover {
    transform: translateY(-5px);
    transition: .4s;
    box-shadow: 0 15px 35px rgba(0,0,0,.08);
}

@media(max-width:991px) {
    .advocate-img {
        position: static;
        display: block;
        margin: 25px auto 0;
        max-width: 220px;
    }
}
@media (max-width: 991px) {
    .property-content h2 {
        font-size: 34px;
    }

    .shield-box {
        display: none;
    }
}
@media(min-width:992px){
    .col-lg-2-4{
        flex:0 0 20%;
        max-width:20%;
    }
    .hero{
    background-position: 150px -120px;
}
}
.testimonial-section {
    background: #021227;
}

.testimonial-section .section-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 8px;
}

.title-line {
    display: inline-block;
    width: 80px;
    height: 3px;
    background: #d4a84f;
}

.testimonial-card {
    background: #fff;
    padding: 35px;
    border-radius: 8px;
    height: 100%;
    transition: .4s;
}

.testimonial-card:hover {
    transform: translateY(-8px);
}

.quote-icon {
    color: #d4a84f;
    font-size: 22px;
    margin-bottom: 20px;
}

.testimonial-card p {
    color: #555;
    line-height: 1.9;
    margin-bottom: 25px;
    font-size: 15px;
}

.stars {
    color: #d4a84f;
    margin-bottom: 15px;
}

.testimonial-card h6 {
    color: #222;
    font-size: 15px;
    margin: 0;
}

.carousel-indicators {
    margin-bottom: 0;
}

.carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
    background: #fff !important;
    opacity: .5;
    margin: 0 5px !important;
    border: 0 !important;
}

.carousel-indicators .active {
    background: #d4a84f !important;
    opacity: 1;
}

.container{
    width:95%;
    max-width:1400px;
    margin:auto;
}

/* Top Bar */
.top-bar{
    background:#07152c;
    color:#fff;
    font-size:13px;
    padding:10px 0;
}

.top-bar .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.top-right{
    display:flex;
    align-items:center;
    gap:15px;
}

.top-right a{
    color:#fff;
    text-decoration:none;
}

/* Header */
.main-header{
    background:#fff;
    padding:18px 0;
}

.main-header .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo{
    display:flex;
    align-items:center;
    gap:15px;
}

.logo img{
    width:300px;
}
@media(min-width:768px){
    .logo img{
        width:400px;
    }
    .advocate-card p{
    width: 60% !important;
}


}

.logo-text h2{
    font-size:42px;
    color:#1f1f1f;
    margin-bottom:5px;
}

.logo-text p{
    color:#b7985d;
    letter-spacing:2px;
    font-size:14px;
}

.header-contact{
    display:flex;
    align-items:center;
    gap:25px;
}

.call-box{
    display:flex;
    align-items:center;
    gap:15px;
}

.call-box .icon{
    width:60px;
    height:60px;
    background:#07152c;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:24px;
}

.call-box span{
    font-size:14px;
    display:block;
}

.call-box h4{
    font-size:14px;
    font-family:Verdana, Geneva, Tahoma, sans-serif
}

.btn-book{
    background:#c79c4d;
    color:#000;
    padding:15px 25px;
    text-decoration:none;
    font-weight:600;
}

/* Navbar */
.navbar{
    background:#07152c;
}

.menu{
    list-style:none;
    display:flex;
    justify-content:center;
    margin:0;
}

.menu li{
    position:relative;
}

.menu li a{
    display:block;
    padding:10px 25px;
    color:#fff;
    text-decoration:none;
    font-size:14px;
}

.menu li a:hover{
    color:#d9b168;
}

.submenu{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background:#07152c;
    min-width:220px;
    list-style:none;
    z-index:999;
}

.dropdown:hover .submenu{
    display:block;
}

.submenu li a{
    padding:12px 15px;
}

/* Mobile Menu */
.menu-toggle{
    display:none;
    font-size:30px;
    cursor:pointer;
}

@media(max-width:991px){

    .top-bar{
        display:none;
    }

    .header-contact{
        display:none;
    }

    .logo-text h2{
        font-size:24px;
    }

    .menu-toggle{
        display:block;
    }

    .navbar{
        display:none;
    }

    .navbar.active{
        display:block;
    }

    .menu{
        flex-direction:column;
    }

    .menu li a{
        border-bottom:1px solid rgba(255,255,255,.1);
    }

    .submenu{
        position:static;
        display:block;
        background:#10254d;
    }
}
@media (max-width: 767px) {
    .carousel-item .col-lg-4:not(:first-child) {
        display: none;
    }

    .testimonial-card {
        max-width: 100%;
    }
    .advocate-card {
        background-position: right bottom;
        background-size: 160px;
        padding-bottom:120px;
    }
}
.legal-articles {
    padding: 70px 0;
    background: #fff;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.section-header h2 {
    font-size: 32px;
    color: #111;
    margin: 0;
}

.view-btn {
    border: 1px solid #d4b06a;
    color: #111;
    text-decoration: none;
    padding: 12px 22px;
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
}

.view-btn:hover {
    background: #d4b06a;
    color: #fff;
}

.article-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.article-card {
    background: #fff;
    border: 1px solid #eee;
    transition: .3s;
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,.1);
}

.article-card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: block;
}

.article-content {
    padding: 15px;
}

.article-content h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 15px;
    color: #222;
}

.article-content a {
    text-decoration: none;
    color: #c69c4d;
    font-weight: 600;
}

.article-content a:hover {
    color: #07152c;
}

/* Tablet */
@media (max-width: 991px) {
    .article-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {

    .section-header {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .article-grid {
        grid-template-columns: 1fr;
    }

    .section-header h2 {
        font-size: 24px;
    }
}
.footer-section {
    background: #071223;
    color: #fff;
    padding: 80px 0 30px;
}

.footer-logo {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-widget h4 {
    color: #d4a84f;
    margin-bottom: 25px;
    font-weight: 600;
}

.footer-widget p {
    color: #cfcfcf;
    line-height: 1.9;
}

.footer-links,
.contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li,
.contact-info li {
    margin-bottom: 15px;
}

.footer-links a {
    color: #cfcfcf;
    text-decoration: none;
    transition: .3s;
}

.footer-links a:hover {
    color: #d4a84f;
    padding-left: 5px;
}

.contact-info i {
    color: #d4a84f;
    width: 25px;
}

.footer-social {
    margin-top: 25px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.08);
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
    text-decoration: none;
    transition: .3s;
}

.footer-social a:hover {
    background: #d4a84f;
    color: #071223;
}

.footer-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 28px;
    background: #d4a84f;
    color: #071223;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    margin-top: 60px;
    padding-top: 25px;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    color: #bdbdbd;
}
.footer-widget h4 {
    color: #d4a84f;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 14px;
}

.footer-links a {
    color: #d0d0d0;
    text-decoration: none;
    transition: all .3s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: #d4a84f;
    transform: translateX(6px);
}
.consultation-strip{
    background:#04142f;
    padding:18px 0;
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
}

.consultation-strip .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
}

.consultation-text{
    color:#fff;
    font-size:24px;
}

.consultation-buttons{
    display:flex;
    gap:15px;
}

.call-btn,
.whatsapp-btn{
    display:flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    padding:16px 28px;
    font-size:14px;
    font-weight:600;
    color:#fff;
    transition:.3s;
    border-radius:5px;
}

.call-btn{
    background:#d6a74d;
}

.call-btn:hover{
    transform:translateY(-2px);
}

.whatsapp-btn{
    background:#18b944;
}

.whatsapp-btn:hover{
    transform:translateY(-2px);
}

@media(max-width:991px){

    .consultation-strip .container{
        flex-direction:column;
        text-align:center;
    }

    .consultation-text{
        font-size:24px;
    }

    .consultation-buttons{
        width:100%;
        flex-direction:column;
    }

    .call-btn,
    .whatsapp-btn{
        justify-content:center;
        width:100%;
    }
}

@media(max-width:576px){

    .consultation-text{
        font-size:20px;
        line-height:1.5;
    }
}
.legal-opinion-box{
    padding:60px 0;
    background:#f8f8f8;
}

.legal-box{
    margin:auto;
    background:#fff;
    border-radius:12px;
    padding:30px;
    display:flex;
    align-items:center;
    gap:30px;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

.legal-icon{
    width:90px;
    height:90px;
    min-width:90px;
    border-radius:50%;
    background:#07152c;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#d4a84f;
    font-size:38px;
}

.legal-content{
    flex:1;
}

.legal-content h3{
    font-size:24px;
    color:#111;
    margin-bottom:10px;
}

.legal-content p{
    color:#666;
    line-height:1.7;
}

.legal-services{
    display:flex;
    gap:40px;
}

.legal-services ul{
    list-style:none;
    padding:0;
    margin:0;
}

.legal-services li{
    margin-bottom:12px;
    color:#444;
    position:relative;
    padding-left:22px;
    text-align:left;
}

.legal-services li:before{
    content:"●";
    color:#d4a84f;
    position:absolute;
    left:0;
}

.legal-btn a{
    background:#07152c;
    color:#fff;
    text-decoration:none;
    padding:15px 25px;
    display:inline-block;
    font-size:14px;
    font-weight:600;
    transition:.3s;
}

.legal-btn a:hover{
    background:#d4a84f;
}

@media(max-width:991px){

    .legal-box{
        flex-direction:column;
        text-align:center;
    }

    .legal-services{
        flex-direction:column;
        gap:10px;
    }

    .legal-content h3{
        font-size:24px;
    }
}
.check-list {
            list-style: none;
            padding: 0;
            margin: 30px 0;
        }

        .check-list li {
            margin-bottom: 15px;
            font-size: 1.05rem;
        }

        .check-list i {
            color: #d4a84f;
            margin-right: 10px;
        }

        .theme-btn {
            background: #d4a84f;
            color: #071223;
            padding: 15px 32px;
            border-radius: 6px;
            text-decoration: none;
            font-weight: 600;
            display: inline-block;
            margin-right: 15px;
        }

        .theme-btn:hover {
            background: #fff;
            color: #071223;
        }

        .outline-btn {
            border: 1px solid #111;
            color: #111;
            padding: 15px 32px;
            border-radius: 6px;
            text-decoration: none;
            display: inline-block;
        }

        /* Sections */
        .section-padding {
            padding: 90px 0;
        }

        .section-title {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 20px;
        }

        /* Cards */
        .service-card {
            background: #fff;
            border: 1px solid #eee;
            border-radius: 10px;
            padding: 40px 30px;
            text-align: center;
            transition: .3s;
            height: 100%;
        }

        .service-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
        }

        .service-card i {
            font-size: 40px;
            color: #d4a84f;
            margin-bottom: 20px;
        }

        .service-card h5 {
            font-weight: 700;
            margin-bottom: 15px;
        }

        /* Timeline */
        .process-box {
            text-align: center;
            padding: 35px 20px;
            border: 1px solid #eee;
            border-radius: 10px;
            height: 100%;
        }

        .process-box span {
            width: 60px;
            height: 60px;
            background: #d4a84f;
            color: #071223;
            border-radius: 50%;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            font-weight: 700;
            font-size: 1.3rem;
            margin-bottom: 20px;
        }

        /* CTA */
        .cta-section {
            background: #F8F9FA;
            color: #111;
        }

        @media(max-width:991px) {
            .property-hero h1 {
                font-size: 2.8rem;
            }

            .section-title {
                font-size: 2.3rem;
            }
        }
        .section-padding {
            padding: 90px 0;
        }

        /* Hero */
        .page-hero {
            background:
                linear-gradient(275.93deg, rgba(32, 32, 32, 0.8) 25.55%, rgba(32, 32, 32, 0.8) 95.49%), url(images/law.jpg) no-repeat;
            background-size: cover;
            background-position: center;
            color: #fff;
            padding: 140px 0;
            text-align: center;
        }

        .page-hero h1 {
            font-size: 4rem;
            font-weight: 700;
        }

        .page-hero p {
            color: #ddd;
            font-size: 1.1rem;
        }

        /* About */
        .about-img img {
            border-radius: 12px;
            width: 100%;
        }

        .section-title {
            font-size: 3rem;
            margin-bottom: 25px;
        }

        .gold-text {
            color: #d4a84f;
        }

        .about-content p {
            line-height: 1.9;
            color: #666;
        }

        /* Cards */
        .info-card {
            background: #fff;
            border: 1px solid #eee;
            border-radius: 10px;
            padding: 40px 30px;
            text-align: center;
            transition: .3s;
            height: 100%;
        }

        .info-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 35px rgba(0,0,0,.08);
        }

        .info-card i {
            font-size: 42px;
            color: #d4a84f;
            margin-bottom: 20px;
        }

        /* Values */
        .value-box {
            padding: 35px;
            background: #f8f9fa;
            border-radius: 10px;
            height: 100%;
        }

        .value-box i {
            color: #d4a84f;
            font-size: 28px;
            margin-bottom: 20px;
        }

        /* CTA */
        .cta-section {
            background: #071223;
            color: #fff;
        }

        .theme-btn {
            background: #d4a84f;
            color: #071223;
            text-decoration: none;
            padding: 14px 30px;
            border-radius: 5px;
            display: inline-block;
            font-weight: 600;
        }

        .theme-btn:hover {
            background: #fff;
            color: #071223;
        }

        @media(max-width:991px) {
            .page-hero h1 {
                font-size: 2.8rem;
            }

            .section-title {
                font-size: 2.2rem;
            }
        }

        .contact-section{
    padding:80px 0;
    background:#f8f8f8;
}

.contact-section .container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.contact-section .section-title{
    text-align:center;
    margin-bottom:50px;
}

.contact-section .section-title span{
    color:#c9a227;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
}

.contact-section .section-title h2{
    font-size:40px;
    margin:10px 0;
    color:#111;
}

.contact-section .section-title p{
    max-width:700px;
    margin:auto;
    color:#666;
}

.contact-wrapper{
    display:grid;
    grid-template-columns:1fr 1.2fr;
    gap:30px;
}

.contact-info1{
    background:#fff;
    padding:40px;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.info-box{
    display:flex;
    gap:20px;
    margin-bottom:30px;
}

.info-box:last-child{
    margin-bottom:0;
}

.info-box i{
    width:55px;
    height:55px;
    min-width:55px;
    background:#c9a227;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.info-box h4{
    margin-bottom:8px;
    color:#111;
}

.info-box p,
.info-box a{
    color:#666;
    text-decoration:none;
    line-height:1.7;
}

.contact-map iframe{
    width:100%;
    height:100%;
    min-height:450px;
    border:none;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

@media(max-width:768px){
    .contact-wrapper{
        grid-template-columns:1fr;
    }

    .contact-section .section-title h2{
        font-size:32px;
    }

    .contact-info{
        padding:0;
    }
}
.callBtn,
.whatsappBtn {
    position: fixed;
    right: 20px;
    z-index: 9999;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
    animation: pulseBlink 1.5s infinite;
    text-decoration: none;
    
}

.callBtn {
    bottom: 75px;
    font-size: 19px;
}

.whatsappBtn {
    bottom: 20px;
    font-size: 24px;
}
.callBtn i,
.whatsappBtn i {
    animation: colorBlink 0.5s infinite;
}
@keyframes colorBlink {
    0%, 100% {
        color: #07152c;
        text-shadow: 0 0 8px #07152c;
    }
    50% {
        color: purple;
        text-shadow: 0 0 8px purple;
    }
}
.footer-bottom a{
    color:#c69c4d;
    text-decoration:none;
}