/* Mobile Styles */
@media (max-width: 767px) {
    /* Add your existing mobile styles here (if any) */
    .navbar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        background-color: #3389d7;
        color: #fff;
    }
    
    .img-slider{
       width: 100%;
       height: 240px;
    }
    
    .container-box{
        width: 100%;
        /* margin: 40px 40px; */
        height: 578px;
        margin: 0 auto;
        margin-top: 60px;
        /* border: 1px solid black; */
      }
    
    
    h1 .title{
        font-size: 20.5pt;
        line-height: 51%;
        color: #3d3d3d;
        font-family: 'Montserrat', sans-serif;
      }
      
      .grid-container_activities {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 50px;
        grid-gap: 20px;
        padding: 20px;
    }

    .grid-item_activities {
        width: 100%;
        height: 197px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top:10px;
    }

    .grid-item_activities img {
        width: 100%;
        height: 124px;
        display: block;
        border-radius: 10px;
    }

    .grid-item_activities p {
        margin-top: 10px;
        font-family: 'Montserrat', sans-serif;
    }
    
     .packages_main_container{
        width: 100%;
        /* margin-left: 40px; */
        margin-right: 0px;
        margin-top: 376px;
        /* border: 1px solid black; */
     }
     
       .heading span{
            font-size: 28px;
            color: #111111;
            text-align: center;
            font-family: 'Montserrat', sans-serif;
          }
          
     .grid-container {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            grid-row-gap: 50px;
            grid-gap: 20px;
            margin-left: 20px;
            margin-right: 20px;
        }
        
        .grid-item {
            background-color: #f7f7f7;
            padding: 20px;
            width: 330px;
            height: 385px;
        }    
        
        
         .img_size_package{
            width: 100%;
            height: 240px;
         }
         
      .package-title{
            font-size: 16px;
            margin-top: 16px;
            font-family: 'Montserrat', sans-serif;
            font-weight: bold;
         }
         .package-title a {
            color: #3389d7;
            text-decoration: none;
        }
        .package-title a:hover{
            color: #3389d7;
            text-decoration: none;
        }
        
        .package-content{
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 1.2em; /* adjust as needed for your font */
            max-height: 3.6em;
            font-size: 16px;
            font-family: 'Montserrat', sans-serif;
            flex: 1;
        }
        
        .package-info{
            float: right;
            color: #3389d7;
            font-size: 17px;
            font-weight: bold;
        }
        
        .color-open-section{
            width: 100%;
            height: 720px;
            background-color: #f9f9f9;
            padding-top: 10px;
            border-top: 1px solid #ebebeb;
            border-bottom: 1px solid #ebebeb;
            margin-bottom: 10px;
            margin-top: 40px;
        
        }
        
        .ser-head{
            margin-left: 0px;
            color: #3d3d3d;
            font-size: 17px;
            line-height: 17px;
            padding: 13px;
            text-align: center;
            font-family: 'Montserrat', sans-serif;
        }
        
        .service_image{
            margin: 20px;
            width: 320px;
            height: 200px;
            border-radius:10px;
        }
        
        .feature-content{
            font-size: 15px;
            font-family: 'Montserrat', sans-serif;
        }
        
        .feature-content-wrapper{
            width: 310px;
            margin-left: 20px;
            /* border: 1px solid black; */
            text-align: justify;
            
        }
        
        .shortcode-list{
            list-style: none;
        }
        ul.shortcode-list li {
            line-height: 2.0;
        }
        .shortcode-list a{
            color: #3389d7;
            background-color: transparent;
        }
        .shortcode-list a:hover{
            text-decoration: none;
            background-color: transparent;
            
        }
        
        .inside-box-3{
            width: 220px;
            height: 267px;
            /* border: 1px solid black; */
            padding: 0 10px;
            visibility: hidden;
        }
        
        .wrapper {
            margin: 0;
            padding: 0;
            overflow: hidden;
            /*background-color: #333;*/ /* Add background color for the mobile menu */
        }
    
        .wrapper li {
            float: none; /* Remove float to stack the items vertically in mobile */
            display: inline-block; /* Display items horizontally in a row */
            margin: 0;
            padding: 0;
        }
    
        .wrapper li:last-child {
            border-right: none; /* Remove border for the last menu item */
        }
    
        .wrapper li a {
                display: block;
                color: white;
                text-align: center;
                font-size: 12px;
                padding: 2px 2px;
                margin-top: 10px;
                text-decoration: none;
                text-transform: uppercase;
                font-weight: bold;
                font-family: 'Montserrat', sans-serif;

        }
    
        .wrapper li a:hover {
            background-color: #3389d7;
        }
        
        .image-container{
            width: 100%;
        }
        
        div.logo{
            text-align: center;
            margin: 0px -46px;
            max-width: 100%;
            float: right;
            line-height: 0;
            margin: 0 auto;
        }
        
        .logo{
            padding-top: 14px;
            padding-bottom: 0px;
        
        }
        
}

/* Desktop Styles */
@media (min-width: 768px) {
    
    .service_image{
        margin: 20px;
        width: 400px;
        height: 200px;
        border-radius:10px;
    }
    
    .grid-container_activities {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-row-gap: 50px;
        grid-gap: 20px;
        padding: 20px;
    }

    .grid-item_activities {
        width: 212px;
        height: 197px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .grid-item_activities img {
        width: 212px;
        height: 144px;
        display: block;
        border-radius: 10px;
    }

    .grid-item_activities p {
        margin-top: 10px;
    }
    
    
.img-slider{
       width: 100%;
       height: 610PX;
    }
    
.topbar{
    width: 100%;
    height:30px;
   
}
.navbar{
    width: 100%;
    height: 130px;
    background-color: #03AAFD;;
}
.header-container{
    max-width: 1200px;
    /* display: flex; */
}
.container {
    margin: 0px auto;
    padding: 0px 20px;
    max-width: 960px;
}
div.logo{
    text-align: center;
    margin: 0px -46px;
    max-width: 100%;
    float: right;
    line-height: 0;
}

.logo{
    padding-top: 14px;
    padding-bottom: 50px;

}
.wrapper {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    /* background-color: #333; */
    margin-right: 4px;
    margin-left: 55px;
    margin-top: -30px;
  }
  .wrapper li {
    float: left;
  }
  
 .wrapper li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 7px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    
  }
  
 .wrapper li a:hover {
    background-color: #3389d7;
    
  }
  .image-container {
      width: 100%;
      /* background-color:antiquewhite; */
  }
  .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 2px;
    /* background-color: #3389d7; */
    background-color: #fff;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  .active {
    background-color: #fd9a00;
  }
  .container-box{
    width: 72%;
    /* margin: 40px 40px; */
    height: 578px;
    margin: 0 auto;
    margin-top: 60px;
    /* border: 1px solid black; */
  }
  h1 .title{
    font-size: 20.5pt;
    line-height: 51%;
    color: #3d3d3d;
    font-family: 'Montserrat', sans-serif;
  }
  .sale-box-1{
    width: 100%;
    margin: 30px 0px;
    height: 250px;
    /* border: 1px solid black; */
  }
  .sale-box{
    width: 23%;
    height: 217px;
    /* border: 1px solid black; */
    display: inline-block;
    
  }
  .sale-box-2{
    width: 100%;
    margin-top: -60px;
    height: 185px;
    /* border: 1px solid black; */
  }
  .sale-box-s{
    width: 23%;
    height: 140px;
    /* border: 1px solid black; */
    display: inline-block;
  }
  .sale-box-imgs{
    width: 212px;
    height: 144px;
	border-radius: 10px;
  }
  .sale-box-img{
    width: 212px;
    height: 118px;
  }
  .sale-box-s-img{
    width: 212px;
    height: 79px;
  }
  .sub-title{
    font-size: 16px;
    text-align: left;
    color: #111111;
    font-weight: normal;
    line-height: 1.3;
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
  }
  .sale-container{
    width: 100%;
    height: 43px;
    margin: 40px 200px;
    /* border: 1px solid black; */
  }
 
  .heading span{
    font-size: 28px;
    color: #111111;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
  }
 .title-item-left{
    width: 319px;
    border-color: #e5e5e5;
    /* margin-left: 622px; */
    border-top-width: 1px;
    border-top-style: solid;
 }
 .title-item-right{
    width: 319px;
    border-color: #e5e5e5;
    align-items: end;
    margin-top: -20px;
    border-top-width: 1px;
    border-top-style: solid;
 }
 .packages_main_container{
    width: 100%;
    /* margin-left: 40px; */
    margin-right: 40px;
    /* border: 1px solid black; */
 }

 
 .Package-container{
    display: flex; /* Use flexbox to arrange items in a row */
    align-items: center;
    /*width: 100%;*/
    /* border: 1px solid black; */
 }

 .pack-container-box{
    width: 100%;
    height: auto;
    /* border: 1px solid black; */
   
 }

 .grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
}

.grid-item {
    background-color: #f7f7f7;
    padding: 20px;
    width: 400px;
    height: 385px;
}

 .block-1{
    width: 220px;
    height: auto;
    /* border: 1px solid black; */
    display: inline-block;
 }
 .block-inside-1{
    width: 220px;
    height: 344px;
    /* border: 1px solid black; */
    display: inline-block;
 }
 .img_size_package{
    width: 350px;
    height: 226px;
 }

 .img-size{
    width: 218px;
    height: 165px;
 }

 .package-title{
    font-size: 20px;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
 }
 .package-title a {
    color: #3389d7;
    text-decoration: none;
}
.package-title a:hover{
    color: #3389d7;
    text-decoration: none;
}

.package-content{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em; /* adjust as needed for your font */
    max-height: 3.6em;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    flex: 1;
}

.package-book{
    padding: 2px 15px;
    background-color: #3389d7;
    color: #ffffff;
    line-height: 34px;
    font-size: 15px;
    display: inline-block;
    cursor: pointer;
    border-bottom-width: 3px;
    border-style: solid;
    border-radius: 7px;
    font-weight: bold;
    float: left;
}
.package-book:hover{
    text-decoration: none;
    background-color: #80acd6;
    color: #ffffff;
}
.package-info-1{
    margin-top: 10px;
    float: right;
    color: #3389d7;
    font-size: 17px;
    font-weight: bold;
}
.package-info{
    float: right;
    color: #3389d7;
    font-size: 17px;
    font-weight: bold;
}
.color-open-section{
    width: 100%;
    height: 540px;
    background-color: #f9f9f9;
    padding-top: 10px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
    margin-top: 40px;

}
.service-container{
    width: 55%;
    height: 426px;
    padding: 40px;
    margin: 0 auto;
    /* border: 1px solid black; */
}
.ser-head{
margin-left: 0px;
color: #3d3d3d;
font-size: 27px;
line-height: 27px;
display: inline;
font-family: 'Montserrat', sans-serif;
}
.slider-img{
    width: 376px;
    height: 188px;
    margin-top: 30px;
}
.feature-content-wrapper{
    width: 280px;
    height: 321px;
    /* border: 1px solid black; */
    float: right;
    margin-top: -188px;
    text-align: justify;
    
}

.feature-content{
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.shortcode-list{
    list-style: none;
    margin-left: -38px;
}
ul.shortcode-list li {
    line-height: 2.0;
}
.shortcode-list a{
    color: #3389d7;
    background-color: transparent;
}
.shortcode-list a:hover{
    text-decoration: none;
    background-color: transparent;
    
}
.footer-container{
    width: 100%;
    background-color: #323232;
    padding: 10px;
    display: flex;
    justify-content: center;
}
.inside-container{
    width: 100%;
    /* border: 1px solid black; */
    
}
.insidebox{
    /* border: 1px solid black; */
    display: inline-block;
    display: flex;
    margin-top: 55px;
}
.inside-box-1{
    width: 240px;
    height: 658px;
    /* border: 1px solid black; */
    padding: 0 10px;
}

.inside-box-spacer{
    width: 40px;
    padding: 0 10px;
}

.inside-box-2{
    width: 240px;
    height: 450px;
    /* border: 1px solid black; */
    padding: 0 10px;
}
.inside-box-3{
    width: 220px;
    height: 267px;
    /* border: 1px solid black; */
    padding: 0 10px;
}
.inside-box-4{
    width: 240px;
    height: 930px;
    /* border: 1px solid black; */
    padding: 0 10px;
}
.custom-sidebar-1{
    width: 220px;
    height: 533px;
}
.custom-sidebar-2{
    width: 220px;
    height: 403px;
}
.custom-sidebar-3{
    width: 220px;
    height: 267px;
}
.custom-sidebar-4{
    width: 220px;
    height: 890px;
}
.custom-sidebar-title{
    color: #3389d7;
    font-size: 22px;
    line-height: 19px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 0px;
    text-transform: uppercase;
}
.footer-wrapper{
    list-style: none;
    margin-left: -35px;
   
    
}
.footer-wrapper li a{
    color: #ffffff;
}
.footer-wrapper li {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 6px 10px 6px 15px;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 15px;
    border-color: #424242;

}

.wrapper-rope{
    width: 220px;
    height: 267px;
}
.img-box{
    width: 220px;
    height: 61px;
    margin-top: 15px;
}
.post-title{
    font-size: 20px;
    margin-top: -61px;
    margin-left: 67px;
    display: inline-block;
    display: flex;
}
.footer-wrapper a:hover{
    text-decoration: none;
}
.topbar-logo{
    width: 100px;
    margin-left: 100px;
}
.recent-post-widget{
    width: 61px;
    height: 61px;
}
.recent-post-widget-context{
    width: 206px;
    height: 58px;
}
.recent-post-widget-context a{
    color: #ffffff;
    font-size: 19px;
    font-weight: normal;
}
.recent-post-widget-context a:hover{
    text-decoration: none;
}
.textwidget{
    width: 220px;
    height: 856px;
}
.divline{
    width: 220px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 9px;
    padding-top: 6px;
    margin-bottom: unset !important;
    color: #ffffff;
    border-color: #424242;
}
div.copyright-wrapper {
    margin: 15px 20px 0px;
    padding: 0px 0px;
    position: relative;
}
.copyright-wrapper {
    color: #999999;
}
div.copyright-border {
    border-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-bottom-color: #494949;
    border-top-color: #1e1e1e;
    width: 920px;
    margin-left: 190px;
}
div.copyright-left {
    padding: 20px 0px 25px;
    text-align: center;
    line-height: 1.9;
}
    /* Rest of the styles you provided... */
}

/* Rest of the styles you provided... */
