* {
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
}

* {
    font-family: "Poppins", sans-serif;
    font-style: normal;
}

* {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
}

/* Heading Styles */
h1 {
    font-family: "Playfair Display", serif;
    font-size: 4rem;
    font-weight: 700;
    /* Very bold */
    margin-bottom: 1.5rem;
    /* Add spacious margins for hierarchy */
}

h2 {
    font-family: "Playfair Display", serif;
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

h3 {
    font-family: "Playfair Display", serif;
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

h4 {
    font-family: "Playfair Display", serif;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 0.75rem;
}

h5 {
    font-family: "Playfair Display", serif;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

h6 {
    font-family: "Playfair Display", serif;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
}

/* Body Text */
p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-family: "Nunito", sans-serif;
}

ul li {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-family: "Nunito", sans-serif;
}

a {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-family: "Nunito", sans-serif;
}

/* ------------------------------------------------------------- */

@media only screen and (max-width: 600px) {
    #newsletter {
    width: 100% !important;
}
}
.header-cont {
    background-color: #c28565;
    padding: 10px 60px;
}

.cont-head {
    display: flex;
}

.cont-head a {
    margin-bottom: 0px;
    color: #ffffff;
}

.cont-head p {
    margin-bottom: 0px;
    padding-right: 20px;
    color: #ffffff;
}

.cont-head-seco p {
    margin-bottom: 0px;
    padding-right: 20px;
    color: #ffffff;
    text-align: right;
}

/* ------------------------------------------------------------- */
.toggle,
[id^=drop] {
    display: none;
}

.nav-glob {
    position: sticky;
    top: 0;
    padding: 2px 40px;
    z-index: 9999;
    border-bottom: 1px solid #f7f7f7;
}

nav {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

#logo {
    display: block;
    padding: 0 30px;
    float: left;
    font-size: 20px;
    line-height: 60px;
}

nav:after {
    content: "";
    display: table;
    clear: both;
}

.nav-points {
    margin: auto;
}

nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
    background-color: #ffffff;
}

nav a {
    display: block;
    padding: 0 20px;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    line-height: 60px;
    text-decoration: none;
}

nav ul li ul li:hover {
    background: #ffffff;
}

nav a:hover {
    background-color: #ffffff;
}

nav ul ul {
    display: none;
    position: absolute;
    top: 60px;
}

nav ul li:hover>ul {
    display: inherit;
    border-top: 4px solid #c28565;
}

nav ul ul li {
    width: 254px;
    float: none;
    display: list-item;
    position: relative;
}

nav ul ul ul li {
    position: relative;
    top: -40px;
    left: 250px;
}

.nav ul li>a:after {
    content: ' +';
}

li>a:only-child:after {
    content: '';
}

.menu li a {
    color: rgb(0, 0, 0);
    font-family: "Nunito", sans-serif;
    margin-bottom: 0px;
}

.menu li a:hover {
    color: #ffffff;
    background: #c28565;
}

.call {
    margin: auto;
    text-align: right;
}

.call a:hover {
    color: #ffffff;
}

.book-btn {
    background-color: #c28565;
    color: #ffffff;
    padding: 8px 10px;
    border-radius: 6px;
}

/* Media Queries
  --------------------------------------------- */

@media all and (max-width : 768px) {

    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    nav {
        margin: 0;
    }

    .toggle+a,
    .menu {
        display: none;
    }

    .toggle {
        display: block;
        background-color: #c28565;
        padding: 0 20px;
        color: #FFF;
        font-size: 18px;
        font-weight: 500;
        line-height: 60px;
        text-decoration: none;
        border: none;
    }

    .toggle:hover {
        background-color: #c28565;
    }

    [id^=drop]:checked+ul {
        display: block;
    }

    nav ul li {
        display: block;
        width: 100%;
    }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: #c28565;
        color: white;
    }

    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #c28565;
        color: white;
    }

    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
    }

    nav ul ul li:hover>ul,
    nav ul li:hover>ul {
        display: none;
    }

    nav ul ul li {
        display: block;
        width: 100%;
    }

    nav ul ul ul li {
        position: static;

    }
}

@media all and (max-width : 330px) {

    nav ul li {
        display: block;
        width: 94%;
    }

}

/* --------------------------------------------- */


/* --------------------------------------------- */
.hero.hero-slider {
    position: relative;
    min-height: 90vh;
    color: #fff;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #c28565;
    /* fallback while images load */
}

/* Slides wrapper */
.hero .slides {
    position: absolute;
    inset: 0;
    z-index: 0;
}

/* Each slide is a full-cover background layer */
.hero .slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transform: scale(1.05);
    /* slight zoom for a subtle parallax feel */
    transition: opacity 900ms ease-in-out, transform 1200ms ease-in-out;
    will-change: opacity, transform;
}

.hero .slide.active {
    opacity: 1;
    transform: scale(1);
}

/* Optional: dark gradient overlay to improve text contrast */
.hero .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, .65) 0%, rgba(0, 0, 0, .35) 40%, rgba(0, 0, 0, .15) 100%);
    z-index: 1;
    pointer-events: none;
}

/* Content sits above slides & overlay */
.hero .content {
    position: relative;
    z-index: 2;
    padding: 10px 75px;
}

.content h1 {
    line-height: 62px;
}

/* Buttons */
.cta-btn,
.cta-btn2 {
    display: inline-block;
    padding: 12px 22px;
    margin-right: 8px;
    margin-top: 10px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    transition: transform .15s ease, background-color .2s ease, border-color .2s ease;
}

.cta-btn {
    background-color: #ff9900;
    color: #fff;
}

.cta-btn:hover {
    transform: translateY(-1px);
    background-color: #cc7a00;
    color: white;
}

.cta-btn2 {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.cta-btn2:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, .15);
    color: black;
}

.cta-btn a:hover {
    color: white !important;
}

.cta-btn2 a:hover {
    color: rgb(0, 0, 0) !important;
}

/* Right image subtle float */
.banner-pdd img {
    max-width: 100%;
    height: auto;
    animation: floatImage 4s ease-in-out infinite;
}

@keyframes floatImage {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/* Nav arrows */
.hero .nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .6);
    background: rgba(0, 0, 0, .25);
    backdrop-filter: blur(2px);
    display: grid;
    place-items: center;
    cursor: pointer;
    user-select: none;
    transition: background .2s ease, transform .15s ease, border-color .2s ease;
}

.hero .nav:hover {
    background: rgba(0, 0, 0, .4);
    border-color: #fff;
    transform: translateY(-50%) scale(1.05);
}

.hero .nav:active {
    transform: translateY(-50%) scale(0.97);
}

.hero .nav svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.hero .nav.prev {
    left: 14px;
}

.hero .nav.next {
    right: 14px;
}

/* Responsive height tweak */
@media (max-width: 991.98px) {
    .hero.hero-slider {
        min-height: 100%;
        padding-top: 24px;
        padding-bottom: 24px;
    }
}

/* --------------------------------------------- */

/* --------------------------------------------- */
.glob-lr {
    padding: 40px 80px;
}

.section-title {
    text-align: center;
    /* margin-bottom: 40px; */
    color: var(--dark);
}

.section-title h2 {
    font-size: 28px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #c28565;
}

/* ---------------left--------------- */
.section-title-left {
    text-align: left;
    /* margin-bottom: 40px; */
    color: var(--dark);
}

.section-title-left h2 {
    font-size: 28px;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
}

.section-title-left h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 10%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #c28565;
}

/* --------------------------------------------- */


/* --------------------------------------------- */
a {
    text-decoration: none;
}

.th-btn {
    position: relative;
    z-index: 1;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: #ab6a49;
    color: white;
    font-family: var(--body-font);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 17px 30px;
    border-radius: 4px;
}

.th-btn:before,
.th-btn:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff1eb;
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: 99px
}

.th-btn:before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0)
}

.th-btn:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0)
}

.th-btn:hover,

.th-btn.active {
    color: #ab6a49;
}

.th-btn:hover::before,
.th-btn:hover:after,
.th-btn.active::before,
.th-btn.active:after {
    border-radius: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

/* --------------------------------------------- */


/* --------------------------------------------- */
.mb-serv {
    margin-bottom: 20px;
}

.mb-serv a {
    color: #000000;
}

.services {
    position: relative;
    background: #ffffff;
    box-shadow: 1px 1px 12px 1px #e9e9e9;
    border-radius: 8px;
    text-align: center;
    padding: 30px;
    margin-top: 30px;
    
  }
  .services img {
    position: absolute;
    background-color: white;
    border: 2px solid #c28565;
    padding: 10px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    top: -28px;
    left: 37%;
}
  /* keep your content above the image */

  
  .services::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../../frontend/images/bg.jpg') center / cover no-repeat;
    opacity: 0;                /* hidden by default (just color visible) */
    transform: scale(1);       /* start size */
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    z-index: 0;
    pointer-events: none;
    width:300px;
    height: 100%;
  }
  
  .services:hover::before {
    opacity: 1;                /* fade in */
    transform: scale(1.1);     /* smooth zoom */
  }
  
.services:hover h3,
.services:hover p {
    color: #fff;
    /* white text on hover */
    transition: color 0.3s ease-in-out;
    isolation: isolate;    
}

.services.style3:before {
    content: "";
    position: absolute;
    inset: 10px;
    /* border: 1px solid #ab6a49;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; */
}

.services h3 {
    font-size: 22px;
    margin-top: 35px;
}



/* --------------------------------------------- */


/* --------------------------------------------- */
.section-title {
    text-align: center;
    margin-bottom: 20px;
}

.section-title h1 {
    font-size: 2.5rem;
    color: #2c3e50;
    margin-bottom: 12px;
}

.section-title p {
    font-size: 1.2rem;
    color: #7f8c8d;
    max-width: 600px;
    margin: 0 auto;
}

.counters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px;
}

.counter {
    background: white;
    border-radius: 15px;
    padding: 30px;
    width: 280px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.counter:hover {
    transform: translateY(-10px);
}

.counter-icon {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #3498db;
}

.counter-value {
    font-size: 3rem;
    font-weight: 700;
    color: #2c3e50;
}

.counter-title {
    font-size: 1.2rem;
    color: #7f8c8d;
}

/* Different colors for each counter */
.counter:nth-child(2) .counter-icon {
    color: #2ecc71;
}

.counter:nth-child(3) .counter-icon {
    color: #e74c3c;
}

.counter:nth-child(4) .counter-icon {
    color: #f39c12;
}

/* Responsive design */
@media (max-width: 768px) {
    .counters {
        justify-content: center;
    }

    .counter {
        width: 300px;
        background-color: #fff9f969;
    }
}

.achivement {
    font-size: 45px;
}

.achiv-space {
    padding: 100px 80px 120px 80px;
}

/* --------------------------------------------- */


/* --------------------------------------------- */

.package {
    position: relative;
}

.package img {
    border-radius: 10px;
    box-shadow: 1px 1px 8px 1px #e1e1e1;
}

.package-content {
    /*position: absolute;*/
    top: 50px;
    left: 35px;
}

.package-content p {
    margin-bottom: 7px;
}

.cnt1{
    background:#fff9f9;
    padding:12px 0;
}
.cnt2{
    background:#AB6A49;
    padding:12px 0;
}
.cnt2 ul li{
color:#fefefe;
}

.cnt2 .th-btn{
    background-color:#FFF9F9 !important;
    color:#000;
 
}
@media only screen and (min-width: 1200px) {
   .package-content{
       height:1016px;
   } 
}
/* --------------------------------------------- */

/* --------------------------------------------- */
.process-space {
    padding: 90px 70px;
}

.process-grid {
    display: flex;
    gap: 28px;
    justify-content: center;
    flex-wrap: wrap;
}

.process-step {
 background: #fff;
    /* border-radius: 16px; */
    /* box-shadow: 0 2px 8px rgba(60, 60, 60, .12); */
    padding: 24px 16px 26px;
    /* text-align: center; */
    position: relative;
    margin-bottom: 24px;
}

.circle-img {
    position: relative;
        width: 100%;
    /*height: 150px;*/
    margin: auto;
    /*border-radius: 50%;*/
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: 0 2px 10px rgba(60, 60, 60, .10);
}

.circle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.step-num {
    position: absolute;
    top: 120px;
    right: 90px;
    background: #111;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
}

.process-step h3 {
    font-size: 1.18em;
    font-weight: 500;
    margin: 10px 0 6px 0;
}

.process-step p {
    font-size: 0.97em;
    color: #555;
    margin-bottom: 15px;
}

.process-step button {
    background: #ff9900;
    color: #fff;
    border: none;
    border-radius: 24px;
    padding: 10px 32px;
    font-size: 1em;
    cursor: pointer;
    font-weight: bold;
    margin-top: 8px;
    transition: background 0.2s;
}

.process-step button:hover {
    background: #e5790a;
}

@media (max-width: 950px) {
    .process-grid {
        flex-direction: column;
        align-items: center;
    }

    .process-step {
        width: 90%;
        max-width: 350px;
    }
}

/* --------------------------------------------- */


/* ------------------------------------------------------- */

.section-title.service-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}

.blog-thumb {
    margin-bottom: 20px;
}

.blog-title {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin: 10px 0 15px;
    padding: 0;
    text-align: left;
}

.blog-content.home-blog h3 {
    margin-bottom: 6px;
}

.blog-content.home-blog p {
    margin-bottom: 10px;
    text-align: left;
}

.link-box.home-blog-link a {
    font-size: 14px;
    color: #c28565;
}

.blog-title a {
    color: #222;
}

.link-box a {
    color: #555;
}

.link-box a:hover {
    color: #c2876f;
}

.link-box ul {
    padding-left: 15px;
}

.link-box ul li {
    list-style: disc;
}

.blog-title a:hover {
    color: #c2876f;
}

.meta-info ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

.meta-info ul li {
    color: #9e9e9e;
    display: inline-block;
    font-size: 14px;
    padding: 0 12px;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

.embed-responsive {
    margin-bottom: 20px;
}

.meta-info ul li:first-child {
    padding-left: 0
}

.meta-info ul li a {
    color: #c2876f;
}

.meta-info ul li a:hover {
    color: #444
}

.meta-info ul li::before {
    border: 1px solid #999;
    border-radius: 5px;
    content: "";
    height: 5px;
    left: -4px;
    position: absolute;
    top: 6px;
    width: 5px;
}

.meta-info ul li:first-child:before {
    display: none
}

.blog-thumb img {
     width: 100%; 
}

.link-box a {
    font-weight: 600;
}

.mb-bottom {
    margin-bottom: 30px;
}

/* ------------------------------------------------------- */


/* ------------------------------------------------------- */

footer {
    background-color: #c28565;
    padding: 3em 4em 2em;
}

footer .logo {
    color: #fff;
    font-size: 28px;
    font-family: roboto;
}

footer .all-ft {
    margin:45px 25px;
    font-family: lato;
    color: #fff;
    position: relative;
    border-bottom: 1px solid #cecece;
    text-align: left;
    justify-content: space-between;
}

.footer-toggle {
    display: none;
}

.link-cat {
    cursor: pointer;
    margin-bottom: 12px;
}

footer ul {
    padding: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

footer ul li {
    list-style-type: none;
    padding: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    line-height: 0.9;
}

footer .footer-cat,
#newsletter span {
    font-size: 20px;
    font-weight: 600;
}

.footer-cat-links a {
    color: #ffffff;
    text-decoration: none;
    position: relative;
}

.footer-cat-links.active>li a {
    pointer-events: auto;
}

.footer-cat-links .link-cat:after {
    top: -15px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    width: 0;
    background: #ffffff;
    -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

.footer-cat-links a:hover:after,
.footer-cat-links a:focus:after {
    width: 100%;
    left: 0;
}

footer #subscribe {
    margin: 20px 0px 30px;
}

input#subscriber-email {
    outline: none;
    padding: 8px;
    background: #212121;
    border: 1px solid #cecece;
    color: #cecece;
    border-radius: 4px 0px 0px 4px;
}

input#subscriber-email::-webkit-input-placeholder {
    color: rgb(202, 196, 196);
}

input#subscriber-email:-ms-input-placeholder {
    color: #cecece;
}

input#subscriber-email::-ms-input-placeholder {
    color: #cecece;
}

input#subscriber-email::placeholder {
    color: #cecece;
}

#newsletter {
    width: 24%
}

#newsletter #btn-scribe {
    margin-left: -4px;
    border: 1px solid #cecece;
    border-radius: 0px 4px 4px 0;
    padding: 8px 5px;
    background-color: #e2e2e2;
    color: #212121;
    cursor: pointer;
}

.social-2 {
    display: none;
}

.social-links {
    bottom: 44px;
    position: absolute;
    left: 0;
}

.social-links a {
    color: #fff;
    font-size: 20px;
    border: 1px solid;
    border-radius: 20px;
    padding: 6px;

    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.social-links a:not(:last-child) {
    margin-right: 10px;
}

.social-links a:hover,
.social-links a:focus {
    background-color: #c28565;
}

.social-links a i {
    width: 25px;
    height: 25px;
    text-align: center;
}

#newsletter #address li:not(:first-child) {
    padding: 20px 0;
}

#newsletter #address li i {
    font-size: 34px;
    width: auto;
    padding: 5px;
}

#newsletter #address li div {
    color: #ffffff;
    font-size: 14px;
    width: 80%;
    text-align: left;
    float: right;
    line-height: 1.3;
}

#copyright {
    text-align: center;
    color: #fff;
}

#owner {
    text-align: center;
    color: #fff;
}

#owner a {
    color: #fff;
}

/* iPads to Smartphone for Common Elements ----------- */
@media only screen and (max-width : 1024px) {

    .col-3 {
        display: block;
        width: 100%;
        padding-bottom: 1em;
        position: relative;
    }

    .col-3#newsletter {
        width: 100%;
        position: relative;
        padding-bottom: 0;
        padding-top: 1em;
    }

    footer .footer-cat {
        margin-left: 0px;
    }

    .footer-cat-links {
        margin: 0 0em 0px 1.6em;
    }

    .footer-cat-links a {
        pointer-events: none;
    }

    .footer-cat-links li {
        line-height: 0;
        opacity: 100%;
    }

    .footer-cat-links.active>li {
        line-height: 2;
        opacity: 1;
    }

    .social-1 {
        display: none !important;
    }

    .social-2 {
        display: block;
        position: absolute;
        top: 7.5em;
        bottom: 0px;
        height: 20px;
        padding-bottom: 1.5em;
        width: 100%;
    }

    #address {
        margin-top: 6em;
    }

    #newsletter #address li i {
        width: auto;
    }

    #newsletter #address li div {
        font-size: 14px;
        width: auto;
        text-align: -webkit-auto;
        float: none;
        line-height: 2;
        display: inline-block;
        padding: 10px 0 15px;
    }

    #newsletter #address li div:last-child {
        padding-bottom: 0;
    }

    #newsletter #address li:not(:first-child) {
        padding: 20px 0 0;
    }
}

/* iPads (portrait)----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {

    footer {
        padding-right: 3em;
        padding-left: 3em;
    }

    .col-3 {
        display: block;
        width: 100%;
        padding-bottom: 1em;
    }
}

/* iPads (landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {

    section {
        padding-bottom: 3em;
    }

    .sec-heading {
        padding: 1em 0;
    }

    .col-3 {
        display: block;
        width: 100%;
        padding-bottom: 1em;
    }
}

/* Mini Tablet ----------- */
@media only screen and (max-width : 600px) {

    /* .col-3 {
        display: block;
        width: 100%;
        padding-bottom: 1em;
    }

    .col-6 {
        width: 100%;
        display: block;
    } */

    footer {
        padding: 3em 2em 2em;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 480px) {

    /* .col-6 {
        width: 100%;
        display: block;
    } */

    footer {
        padding-right: 1em;
        padding-left: 1em;
    }
}

/* ------------------------------------------------------- */

/* ------------------------------------------------------- */
[data-aos="fade-left"] {
    transform: translateX(100px);
    /* pushes element to the right */
}

[data-aos="fade-right"] {
    transform: translateX(-100px);
    /* pushes element to the left */
}

body {
    overflow-x: hidden;
}

.aos-wrapper {
    overflow-x: hidden;
}

/* ------------------------------------------------------- */

/* ------------------------------------------------------- */

/* ------------------------------------------------------- */
a {
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}

a:hover {
    transition: all 0.5s ease-in-out;
}

.we-are-block {
    /* display: flex;
  flex-direction: column; */
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    padding: 0px;
}

/* @media screen and (max-width: 860px) {
    .we-are-block {
        height: 2200px;
    }
}

@media screen and (max-width: 500px) {
    .we-are-block {
        height: 2300px;
    }
} */

#about-us-section {
    /* background: #b54326; */
    width: 100%;
    height: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    padding:60px 10px 0px 80px;
}

@media screen and (max-width: 860px) {
    #about-us-section {
        flex-direction: column;
        justify-content: space-between;
    }
}

@media screen and (max-width: 860px) {
    /* .about-us-image {
        position: relative;
        width: 100%;
        height: 45%;
    } */
}

@media screen and (max-width: 747px) {
    .about-us-image {
        height: 35%;
    }
}

@media screen and (max-width: 644px) {
    .about-us-image img {
        position: absolute;
        left: -220px;
    }
}

.about-us-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 85%;
    overflow: hidden;
}

.about-us-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    width: 52%;
    height: 80%;
    /* margin-right: 500px;
    margin-left: 12px; */
    z-index: 2;
}

@media screen and (max-width: 1920px) {
    .about-us-info {
        margin-left: 400px;
        width: 100%;
        background: #ffffff;
        color: #000000;
        padding: 25px 25px 25px 25px;
        box-shadow: 1px 1px 5px 1px #ebebeb;
    }
}

@media screen and (max-width: 1238px) {
    .about-us-info {
        margin-right: 340px;
        width: 100%;
    }
}

@media screen and (max-width: 1111px) {
    .about-us-info {
        margin-right: 270px;
    }
}

@media screen and (max-width: 910px) {
    .about-us-info {
        margin-right: 150px;
    }
}

@media screen and (max-width: 860px) {
    .about-us-info {
        margin: 0px 0px 0px 0px !important;
        padding: 0px 20px 0px 20px !important;
        width: 100%;
        height: 55%;
        align-items: center;
    }
}

@media screen and (max-width: 747px) {
    .about-us-info {
        height: 46%;
    }
}

.about-us-info h2 {
    color: #000000;
    font-size: 32px;
    text-align:left;
    margin: 0;
    margin-bottom: 15px;
}

@media screen and (max-width: 860px) {
    .about-us-info h2 {
        text-align: center;
    }
}

.about-us-info p {
    color: #000000;
    font-size: 14pt;
    text-align: left;
}

@media screen and (max-width: 860px) {
    .about-us-info p {
        text-align: center;
    }
}


/* ------------------------------------------------------- */
/* CSS Styling */
.testi-pdd{
padding:100px 130px 180px 100px;
}
.testi-p{
    font-size: 20px !important;
    font-weight: 600;
    font-family: cursive !important;
    color: #c65a22 !important;
}
.testimonial-card {
    background: #fff;
    border: 1px solid #c28565;
    border-radius: 20px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.05);
    /* width: 320px; */
    padding: 32px;
    text-align: center;
    position: relative;
}

.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 16px;
    padding:4px;
    background-color: #ffffff;
    border: 2px solid #c28565;
}

.testimonial-card:hover .profile-img {
    background-color: #c28565;
    border: 2px solid #c28565;
    transition: all 0.4s ease;  
}

.stars {
    color: #d4af37;
    /* Gold color */
    font-size: 1.2em;
    margin-bottom: 8px;
}

.name {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 4px;
}

.role {
    color: #888;
    font-size: 1em;
    margin-bottom: 16px;
}

.review {
    text-align: left;
    font-size: 1em;
    color: #444;
}

@media (max-width: 1000px) {
    .testimonial-container {
        gap: 16px;
    }

    .testimonial-card {
        width: 90%;
        margin-bottom: 16px;
        padding: 24px;
    }
}

@media (max-width: 600px) {
    .testimonial-container {
        flex-direction: column;
        align-items: center;
    }

    .testimonial-card {
        width: 100%;
        padding: 16px;
    }
}

.testi-box {
    display: flex;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

.testi-box img {
    margin-right: 10px;
}

.left-align {
    text-align: left;
}

/* ------------------------------------------------------- */

  
  .single-post img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.7s ease, opacity 0.7s ease, filter 0.7s ease;
  }
  
  /* Default state */
  .img-first {
    opacity: 1;
    transform: translateX(0) scaleX(1);
    filter: blur(0);
    /* z-index: 2; */
  }
  
  .img-second {
    opacity: 0;
    transform: translateX(50%) scaleX(2); /* pushed + stretched + hidden */
    filter: blur(10px);
    /* z-index: 1; */
  }
  
  /* Hover state */
  .single-post:hover .img-first {
    opacity: 0;
    transform: translateX(-50%) scaleX(2); /* moves left + stretched */
    filter: blur(10px);
  }
  
  .single-post:hover .img-second {
    opacity: 1;
    transform: translateX(0) scaleX(1); /* back to normal */
    filter: blur(0);
  }
  


.section-blog {
    padding:40px 0px 240px 0px;
}

.section-blog .header-section {
    margin-bottom: 30px;
    padding: 78px 75px 53px;
    background-color: #147de7;
    color: #fff;
    border-radius: 5px;
}

.section-blog .header-section .title-section {
    font-weight: 700;
    font-size: 40px;
}

.section-blog .header-section .nav-header li {
    position: relative;
    display: inline-block;
    font-size: 15px;
    margin-right: 15px;
}

.section-blog .header-section .nav-header li:last-child {
    margin-right: 0;
}

.section-blog .header-section .nav-header li:after {
    content: "";
    position: absolute;
    top: 20%;
    right: -10px;
    width: 1px;
    height: 60%;
    background-color: #fff;
}

.section-blog .header-section .nav-header li:last-child:after {
    display: none;
}

.section-blog .single-post {
    position: relative;
        overflow-x: clip;
}

.section-blog .single-post img {
    width: 100%;
    border-radius: 5px;
}


.section-blog .single-post .infos {
   
    bottom: 0; 
    z-index: 4;
}

.section-blog .single-post .infos {
    display: inline-block;
    padding: 22px 29px 24px;
    background-color: #fff;
    transform: translateX(3%) translateY(120%); 
    box-shadow: 0 0px 15px 0 rgba(0, 0, 0, .1);
    z-index: 4 !important;
}

.section-blog .single-post .infos .title-post {
    line-height: 0.75em;
}

.section-blog .single-post .infos .title-post a {
    text-decoration: none;
    color: #404752;
    font-size: 16px;
    font-weight: 600;
}

.section-blog .single-post .infos .by-and-date {
    margin-bottom: 0;
}

.section-blog .single-post .infos .by-and-date li {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
    margin-bottom: 0px;
}

.section-blog .single-post .infos .by-and-date li a {
    text-decoration: none;
    color: #404752;
}

.section-blog .single-post .infos .by-and-date li:after {
    content: "";
    position: absolute;
    top: 20%;
    right: -10px;
    width: 1px;
    height: 60%;
    background-color: #87c3ff;
}

.section-blog .single-post .infos .by-and-date li:last-child:after {
    display: none;
}

.section-blog .pagination {
    margin-top: 130px;
}

.section-blog .pagination ul li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .1);
    font-weight: 600;
    font-size: 20px;
    transition: background-color .3s, color .3s;
}

.section-blog .pagination ul li:hover {
    background-color: #147de7;
    color: #fff;
    box-shadow: none;
}

.section-blog .pagination ul li a {
    display: inline-block;
    padding: 13px 23px;
    text-decoration: none;
    color: inherit;
}

@media (max-width: 575.99px) {
    .section-blog .pagination ul li {
        margin-right: 10px;
        font-size: 16px;
    }

    .section-blog .pagination ul li a {
        padding: 10px 15px;
    }
}
.read-more{
    color:#c28565;
    font-size:14px;
    font-weight:700;
}
/* ------------------------------------------------------- */


/* ------------------------------------------------------- */

.container {
    max-width: 80rem;
    width: 100%;
    padding: 4rem 2rem;
    margin: 0 auto;
  }
  
  .main {
    .container {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 1rem;
      justify-content: center;
      align-items: center;
    }
  
    .card {
        overflow: hidden;
      color:black;
      border-radius: 2px;
      background:white;
      box-shadow: 1px 1px 6px 1px #ededed;
  
      &-image {
        position: relative;
        display: block;
        width: 100%;
        padding-top: 70%;
        background: white;
  
        img {
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
    }
  }
  
  @media only screen and (max-width: 600px) {
    .main {
      .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
      }
    }
  }
  
/* ------------------------------------------------------- */
